summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/host/jmb38x_ms.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+1
|\
| * Merge branch 'pci/resource'Bjorn Helgaas2019-11-281-1/+1
| |\
| | * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-1/+1
* | | memstick: jmb38x_ms: clean up indentation issueColin Ian King2019-11-131-6/+6
|/ /
* | memstick: jmb38x_ms: Fix an error handling path in 'jmb38x_ms_probe()'Christophe JAILLET2019-10-091-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-05-071-3/+0
|\
| * memstick: jmb38x_ms: remove set but not used variable 'data'YueHaibing2019-04-151-3/+0
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-0/+2
|\ \
| * | memstick: mark expected switch fall-throughsGustavo A. R. Silva2019-04-231-0/+2
| |/
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-4/+0
|/
* drivers/memstick: Convert timers to use timer_setup()Kees Cook2017-11-021-4/+6
* memstick: remove deprecated use of pci apiQuentin Lambert2015-06-301-6/+6
* drivers/memstick/host/jmb38x_ms: convert to module_pci_driverLibo Chen2013-07-031-12/+1
* memstick: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker2011-10-311-0/+1
* memstick: add support for JMicron JMB 385 and 390 controllersTakashi Iwai2011-01-131-2/+15
* memstick: set PMOS values propery for JMicron 38x controllersTakashi Iwai2011-01-131-4/+33
* memstick: fix setup for JMicron 38x controllersTakashi Iwai2011-01-131-30/+36
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* memstick: fix MSProHG 8-bit interface mode supportAlex Dubov2008-09-131-12/+27
* memstick: use fully asynchronous request processingAlex Dubov2008-07-261-10/+25
* memstick: allow "set_param" method to return an error codeAlex Dubov2008-07-261-18/+49
* driver core: remove DEVICE_ID_SIZE defineGreg Kroah-Hartman2008-07-211-2/+2
* memstick: convert struct class_device to struct deviceGreg Kroah-Hartman2008-04-191-8/+8
* memstick: optimize setup of JMicron host parametersAlex Dubov2008-03-191-30/+30
* memstick: automatically retrieve "INT" value from command responseAlex Dubov2008-03-191-21/+27
* memstick: drivers/memstick/host/jmb38x_ms.c: suppress uninitialized var warningAndrew Morton2008-03-191-1/+3
* memstick: drivers/memstick/host/jmb38x_ms.c needs dma-mapping.hAndrew Morton2008-03-191-0/+1
* memstick: add support for JMicron jmb38x MemoryStick host controllerAlex Dubov2008-03-101-0/+945
OpenPOWER on IntegriCloud