summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/host
Commit message (Expand)AuthorAgeFilesLines
* memstick: jmb38x_ms: Annotate struct jmb38x_ms with __counted_byKees Cook2023-09-271-1/+1
* memstick r592: make memstick_debug_get_tpc_name() staticArnd Bergmann2023-06-121-3/+1
* memstick: r592: Fix UAF bug in r592_remove due to race conditionZheng Wang2023-03-231-1/+1
* memstick: r592: Fix a UAF bug when removing the driverZheyu Ma2021-10-191-4/+4
* memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()Dan Carpenter2021-10-121-1/+1
* memstick: jmb38x_ms: Prefer struct_size over open coded arithmeticLen Baker2021-10-121-2/+1
* memstick: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-242-9/+8
* memstick: r592: Change the name of the 'pci_driver' structure to be consistentChristophe JAILLET2021-08-241-2/+2
* memstick: rtsx_usb_ms: fix UAFTong Zhang2021-06-141-6/+4
* memstick: r592: ignore kfifo_out() return code againArnd Bergmann2021-04-261-1/+4
* memstick: r592: remove unused variableJiapeng Chong2021-04-151-2/+1
* memstick: r592: Fix error return in r592_probe()Jing Xiangfeng2020-12-041-4/+8
* memstick: tifm: remove unneeded semicolonTom Rix2020-11-161-1/+1
* memstick: jmb38x_ms: remove unneeded semicolonTom Rix2020-11-161-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-4/+4
* Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-08-051-27/+11
|\
| * memstick: jmb38x_ms: use generic power managementVaibhav Gupta2020-07-241-27/+11
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-2/+2
|/
* 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: Fix Kconfig indentationKrzysztof Kozlowski2019-11-211-2/+2
* | | 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
|/
* memstick: r592: Use dev_get_drvdataChuhong Yuan2019-09-111-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-18/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17Thomas Gleixner2019-05-211-13/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-05-072-6/+0
|\
| * memstick: tifm: remove set but not used variable 'data'YueHaibing2019-05-061-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-072-0/+4
|\ \
| * | memstick: mark expected switch fall-throughsGustavo A. R. Silva2019-04-232-0/+4
| |/
* / drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-4/+0
|/
* memstick: rtsx_usb_ms: Support runtime power managementKai-Heng Feng2018-12-171-63/+100
* memstick: rtsx_usb_ms: Use ms_dev() helperKai-Heng Feng2018-12-171-3/+3
* memstick: rtsx_usb_ms: Add missing pm_runtime_disable() in probe functionKai-Heng Feng2018-12-171-0/+1
* misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng2017-11-293-4/+4
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-133-11/+12
|\
| * drivers/memstick: Convert timers to use timer_setup()Kees Cook2017-11-023-11/+12
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* memstick: rtsx_usb_ms: Manage runtime PM when accessing the deviceUlf Hansson2016-10-171-0/+4
* memstick: rtsx_usb_ms: Runtime resume the device when polling for cardsAlan Stern2016-10-171-0/+2
* rtsx_usb_ms: use schedule_timeout_idle() in polling loopOleksandr Natalenko2016-05-231-1/+1
* drivers/memstick/host/r592.c: avoid gcc-6 warningArnd Bergmann2016-03-251-2/+1
* memstick: remove deprecated use of pci apiQuentin Lambert2015-06-302-11/+11
* memstick: host: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
* memstick: r592: fix build warnings for !PM_SLEEPThierry Reding2014-10-141-0/+2
* drivers/memstick/host/rtsx_pci_ms.c: add cancel_work when remove driverMicky Ching2014-06-231-0/+1