summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/host/jmb38x_ms.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-12memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()Dan Carpenter1-1/+1
2021-10-12memstick: jmb38x_ms: Prefer struct_size over open coded arithmeticLen Baker1-2/+1
2020-11-16memstick: jmb38x_ms: remove unneeded semicolonTom Rix1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-27/+11
2020-07-24memstick: jmb38x_ms: use generic power managementVaibhav Gupta1-27/+11
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas1-1/+1
2019-11-13memstick: jmb38x_ms: clean up indentation issueColin Ian King1-6/+6
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-1/+1
2019-10-09memstick: jmb38x_ms: Fix an error handling path in 'jmb38x_ms_probe()'Christophe JAILLET1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-05-07Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-3/+0
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+2
2019-04-23memstick: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-04-15memstick: jmb38x_ms: remove set but not used variable 'data'YueHaibing1-3/+0
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-4/+0
2017-11-02drivers/memstick: Convert timers to use timer_setup()Kees Cook1-4/+6
2015-06-30memstick: remove deprecated use of pci apiQuentin Lambert1-6/+6
2013-07-03drivers/memstick/host/jmb38x_ms: convert to module_pci_driverLibo Chen1-12/+1
2012-03-20memstick: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-10-31drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker1-0/+1
2011-01-13memstick: add support for JMicron JMB 385 and 390 controllersTakashi Iwai1-2/+15
2011-01-13memstick: set PMOS values propery for JMicron 38x controllersTakashi Iwai1-4/+33
2011-01-13memstick: fix setup for JMicron 38x controllersTakashi Iwai1-30/+36
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2008-09-13memstick: fix MSProHG 8-bit interface mode supportAlex Dubov1-12/+27
2008-07-26memstick: use fully asynchronous request processingAlex Dubov1-10/+25
2008-07-26memstick: allow "set_param" method to return an error codeAlex Dubov1-18/+49
2008-07-21driver core: remove DEVICE_ID_SIZE defineGreg Kroah-Hartman1-2/+2
2008-04-19memstick: convert struct class_device to struct deviceGreg Kroah-Hartman1-8/+8
2008-03-19memstick: optimize setup of JMicron host parametersAlex Dubov1-30/+30
2008-03-19memstick: automatically retrieve "INT" value from command responseAlex Dubov1-21/+27
2008-03-19memstick: drivers/memstick/host/jmb38x_ms.c: suppress uninitialized var warningAndrew Morton1-1/+3
2008-03-19memstick: drivers/memstick/host/jmb38x_ms.c needs dma-mapping.hAndrew Morton1-0/+1
2008-03-10memstick: add support for JMicron jmb38x MemoryStick host controllerAlex Dubov1-0/+945