aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/host/jmb38x_ms.c
AgeCommit message (Expand)Author
2023-09-27memstick: jmb38x_ms: Annotate struct jmb38x_ms with __counted_byKees Cook
2021-10-12memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()Dan Carpenter
2021-10-12memstick: jmb38x_ms: Prefer struct_size over open coded arithmeticLen Baker
2020-11-16memstick: jmb38x_ms: remove unneeded semicolonTom Rix
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2020-07-24memstick: jmb38x_ms: use generic power managementVaibhav Gupta
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas
2019-11-13memstick: jmb38x_ms: clean up indentation issueColin Ian King
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov
2019-10-09memstick: jmb38x_ms: Fix an error handling path in 'jmb38x_ms_probe()'Christophe JAILLET
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-07Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-04-23memstick: mark expected switch fall-throughsGustavo A. R. Silva
2019-04-15memstick: jmb38x_ms: remove set but not used variable 'data'YueHaibing
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2017-11-02drivers/memstick: Convert timers to use timer_setup()Kees Cook
2015-06-30memstick: remove deprecated use of pci apiQuentin Lambert
2013-07-03drivers/memstick/host/jmb38x_ms: convert to module_pci_driverLibo Chen
2012-03-20memstick: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-10-31drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker
2011-01-13memstick: add support for JMicron JMB 385 and 390 controllersTakashi Iwai
2011-01-13memstick: set PMOS values propery for JMicron 38x controllersTakashi Iwai
2011-01-13memstick: fix setup for JMicron 38x controllersTakashi Iwai
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2008-09-13memstick: fix MSProHG 8-bit interface mode supportAlex Dubov
2008-07-26memstick: use fully asynchronous request processingAlex Dubov
2008-07-26memstick: allow "set_param" method to return an error codeAlex Dubov
2008-07-21driver core: remove DEVICE_ID_SIZE defineGreg Kroah-Hartman
2008-04-19memstick: convert struct class_device to struct deviceGreg Kroah-Hartman
2008-03-19memstick: optimize setup of JMicron host parametersAlex Dubov
2008-03-19memstick: automatically retrieve "INT" value from command responseAlex Dubov
2008-03-19memstick: drivers/memstick/host/jmb38x_ms.c: suppress uninitialized var warningAndrew Morton
2008-03-19memstick: drivers/memstick/host/jmb38x_ms.c needs dma-mapping.hAndrew Morton
2008-03-10memstick: add support for JMicron jmb38x MemoryStick host controllerAlex Dubov