aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/host
AgeCommit message (Expand)AuthorFilesLines
2024-04-25memstick: rtsx_usb_ms: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-25memstick: rtsx_pci_ms: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-25memstick: rtsx_pci_ms: Drop if block with always false conditionUwe Kleine-König1-3/+0
2023-09-27memstick: jmb38x_ms: Annotate struct jmb38x_ms with __counted_byKees Cook1-1/+1
2023-06-12memstick r592: make memstick_debug_get_tpc_name() staticArnd Bergmann1-3/+1
2023-03-23memstick: r592: Fix UAF bug in r592_remove due to race conditionZheng Wang1-1/+1
2021-10-19memstick: r592: Fix a UAF bug when removing the driverZheyu Ma1-4/+4
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
2021-08-24memstick: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-9/+8
2021-08-24memstick: r592: Change the name of the 'pci_driver' structure to be consistentChristophe JAILLET1-2/+2
2021-06-14memstick: rtsx_usb_ms: fix UAFTong Zhang1-6/+4
2021-04-26memstick: r592: ignore kfifo_out() return code againArnd Bergmann1-1/+4
2021-04-15memstick: r592: remove unused variableJiapeng Chong1-2/+1
2020-12-04memstick: r592: Fix error return in r592_probe()Jing Xiangfeng1-4/+8
2020-11-16memstick: tifm: remove unneeded semicolonTom Rix1-1/+1
2020-11-16memstick: jmb38x_ms: remove unneeded semicolonTom Rix1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
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 Cook2-2/+2
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-21memstick: Fix Kconfig indentationKrzysztof Kozlowski1-2/+2
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-09-11memstick: r592: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4-18/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17Thomas Gleixner1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-6/+0
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-0/+4
2019-05-06memstick: tifm: remove set but not used variable 'data'YueHaibing1-3/+0
2019-04-23memstick: mark expected switch fall-throughsGustavo A. R. Silva2-0/+4
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
2018-12-17memstick: rtsx_usb_ms: Support runtime power managementKai-Heng Feng1-63/+100
2018-12-17memstick: rtsx_usb_ms: Use ms_dev() helperKai-Heng Feng1-3/+3
2018-12-17memstick: rtsx_usb_ms: Add missing pm_runtime_disable() in probe functionKai-Heng Feng1-0/+1
2017-11-29misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng3-4/+4
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+12
2017-11-02drivers/memstick: Convert timers to use timer_setup()Kees Cook3-11/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-10-17memstick: rtsx_usb_ms: Manage runtime PM when accessing the deviceUlf Hansson1-0/+4
2016-10-17memstick: rtsx_usb_ms: Runtime resume the device when polling for cardsAlan Stern1-0/+2
2016-05-23rtsx_usb_ms: use schedule_timeout_idle() in polling loopOleksandr Natalenko1-1/+1
2016-03-25drivers/memstick/host/r592.c: avoid gcc-6 warningArnd Bergmann1-2/+1
2015-06-30memstick: remove deprecated use of pci apiQuentin Lambert2-11/+11
2014-10-20memstick: host: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-10-14memstick: r592: fix build warnings for !PM_SLEEPThierry Reding1-0/+2
2014-06-23drivers/memstick/host/rtsx_pci_ms.c: add cancel_work when remove driverMicky Ching1-0/+1
2014-04-28memstick: Add realtek USB memstick host driverRoger Tseng3-0/+850
2014-01-23drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bugMicky Ching1-10/+20
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-09-11drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-08-30mmc: memstick: rtsx: Modify copyright commentsWei WANG1-2/+1
2013-07-03drivers/memstick/host/r592.c: convert to module_pci_driverLibo Chen1-12/+1
2013-07-03drivers/memstick/host/jmb38x_ms: convert to module_pci_driverLibo Chen1-12/+1
2013-04-30drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han1-5/+3
2013-02-27memstick: move the dereference below the NULL testWei Yongjun1-1/+2
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-0/+7
2013-02-14mfd: rtsx: Fix issue that booting OS with SD card insertedWei WANG1-0/+7
2013-01-21drivers/memstick/host: remove depends on CONFIG_EXPERIMENTALKees Cook1-6/+6
2012-11-15drivers/memstick: Add realtek pcie memstick host driverWei WANG3-0/+652
2012-03-20memstick: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell3-3/+3
2011-10-31drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker2-0/+2
2011-03-31Fix common misspellingsLucas De Marchi2-4/+4
2011-03-28memstick: make enable_dma less generic in r592Stephen Rothwell1-3/+3
2011-03-25memstick: add driver for Ricoh R5C592 card readerMaxim Levitsky4-0/+1096
2011-03-17memstick: change to new flag variablematt mooney1-4/+0
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
2009-01-06memstick: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-09-13memstick: fix MSProHG 8-bit interface mode supportAlex Dubov1-12/+27
2008-07-26memstick: use fully asynchronous request processingAlex Dubov2-30/+54
2008-07-26memstick: allow "set_param" method to return an error codeAlex Dubov2-27/+57
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-28memstick: suppress uninitialized-var warningAndrew Morton1-1/+3
2008-03-19memstick: optimize setup of JMicron host parametersAlex Dubov1-30/+30
2008-03-19memstick: automatically retrieve "INT" value from command responseAlex Dubov2-28/+37
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 Dubov3-3/+958
2008-03-10tifm: fix memorystick host initialization codeAlex Dubov1-25/+15
2008-03-10tifm: fix the MemoryStick host fifo handling codeAlex Dubov1-261/+263
2008-03-10memstick: drop DRIVER_VERSION numbers as meaninglessAlex Dubov1-2/+0
2008-03-10memstick: add memstick_suspend/resume_host methodsAlex Dubov1-4/+4
2008-03-10memstick: introduce correct definitions in the headerAlex Dubov1-10/+9
2008-02-13drivers/memstick/host/tifm_ms.c breakageAl Viro1-1/+1
2008-02-09memstick: initial commit for Sony MemoryStick supportAlex Dubov3-0/+717