summaryrefslogtreecommitdiffstats
path: root/drivers/memstick
Commit message (Expand)AuthorAgeFilesLines
* memstick: remove unused variablesChristoph Hellwig2018-05-142-2/+0
* memstick: don't call blk_queue_bounce_limitChristoph Hellwig2018-05-112-10/+0
* misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng2017-11-293-4/+4
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* 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
|/
* block: introduce new block status code typeChristoph Hellwig2017-06-092-6/+9
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-172-24/+0
|\
| * mspro_block: remove pointless prep_fnChristoph Hellwig2017-01-311-13/+0
| * ms_block: remove pointless prep_fnChristoph Hellwig2017-01-311-11/+0
* | drivers/memstick/core/memstick.c: avoid -Wnonnull warningArnd Bergmann2017-01-241-1/+1
|/
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-132-2/+2
|\
| * block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-282-2/+2
* | 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
|/
* memstick: don't allocate unused major for ms_blockNeilBrown2016-08-021-15/+2
* memstick: don't allow REQ_TYPE_BLOCK_PC requestsChristoph Hellwig2016-07-202-4/+2
* block: convert to device_add_disk()Dan Williams2016-06-272-4/+2
* drivers/memstick/core/mspro_block: use kmemdupMuhammad Falak R Wani2016-05-231-2/+1
* rtsx_usb_ms: use schedule_timeout_idle() in polling loopOleksandr Natalenko2016-05-231-1/+1
* memstick: trivial fix of spelling mistake on managementColin Ian King2016-04-282-9/+9
* drivers/memstick/host/r592.c: avoid gcc-6 warningArnd Bergmann2016-03-251-2/+1
* memstick: use sector_div instead of do_divArnd Bergmann2016-01-201-1/+1
* memstick: remove deprecated use of pci apiQuentin Lambert2015-06-302-11/+11
* memstick: mspro_block: add missing curly bracesDan Carpenter2015-04-171-1/+2
* 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-152-2/+2
* drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REGAndrew Morton2013-11-152-3/+3
* drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page()Roger Tseng2013-11-131-1/+1
* drivers/memstick/core/mspro_block.c: fix attributes array allocationMichal Nazarewicz2013-11-131-2/+2
* memstick: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-161-9/+9
* memstick: add support for legacy memorysticksMaxim Levitsky2013-09-114-1/+2688
* 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
* block_device_operations->release() should return voidAl Viro2013-05-071-5/+3
* 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
* memstick: convert to idr_alloc()Tejun Heo2013-02-272-25/+13
* 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: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+1
* | 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