summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/host
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-18/+4Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17Thomas Gleixner2019-05-211-13/+1Star
* 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/+0Star
|\
| * memstick: tifm: remove set but not used variable 'data'YueHaibing2019-05-061-3/+0Star
| * memstick: jmb38x_ms: remove set but not used variable 'data'YueHaibing2019-04-151-3/+0Star
* | 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/+0Star
|/
* 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-143-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-241-1/+1
* drivers/memstick/host/r592.c: avoid gcc-6 warningArnd Bergmann2016-03-261-2/+1Star
* memstick: remove deprecated use of pci apiQuentin Lambert2015-07-012-11/+11
* memstick: host: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0Star
* 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-241-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-241-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-121-2/+0Star
* mmc: memstick: rtsx: Modify copyright commentsWei WANG2013-08-301-2/+1Star
* drivers/memstick/host/r592.c: convert to module_pci_driverLibo Chen2013-07-041-12/+1Star
* drivers/memstick/host/jmb38x_ms: convert to module_pci_driverLibo Chen2013-07-041-12/+1Star
* drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han2013-05-011-5/+3Star
* memstick: move the dereference below the NULL testWei Yongjun2013-02-281-1/+2
* Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-251-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-163-0/+652
* memstick: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-4/+4
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-133-3/+3
* drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker2011-11-012-0/+2
* Fix common misspellingsLucas De Marchi2011-03-312-4/+4
* memstick: make enable_dma less generic in r592Stephen Rothwell2011-03-291-3/+3
* memstick: add driver for Ricoh R5C592 card readerMaxim Levitsky2011-03-264-0/+1096
* memstick: change to new flag variablematt mooney2011-03-171-4/+0Star
* memstick: add support for JMicron JMB 385 and 390 controllersTakashi Iwai2011-01-131-2/+15
* memstick: set PMOS values propery for JMicron 38x controllersTakashi Iwai2011-01-131-4/+33
* memstick: fix setup for JMicron 38x controllersTakashi Iwai2011-01-131-30/+36
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1