summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/host
Commit message (Expand)AuthorAgeFilesLines
* 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
* memstick: Add realtek USB memstick host driverRoger Tseng2014-04-283-0/+850
* drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bugMicky Ching2014-01-231-10/+20
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-111-2/+0
* mmc: memstick: rtsx: Modify copyright commentsWei WANG2013-08-301-2/+1
* drivers/memstick/host/r592.c: convert to module_pci_driverLibo Chen2013-07-031-12/+1
* drivers/memstick/host/jmb38x_ms: convert to module_pci_driverLibo Chen2013-07-031-12/+1
* drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han2013-04-301-5/+3
* memstick: move the dereference below the NULL testWei Yongjun2013-02-271-1/+2
* Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-241-0/+7
|\
| * mfd: rtsx: Fix issue that booting OS with SD card insertedWei WANG2013-02-141-0/+7
* | drivers/memstick/host: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-6/+6
|/
* drivers/memstick: Add realtek pcie memstick host driverWei WANG2012-11-153-0/+652
* memstick: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-4/+4