summaryrefslogtreecommitdiffstats
path: root/drivers/memstick
Commit message (Expand)AuthorAgeFilesLines
* memstick: Fix error cleanup path of memstick_initWang Hai2019-07-311-4/+9
* memstick: Prevent memstick host from getting runtime suspended during card de...Kai-Heng Feng2019-02-121-0/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+4
* memstick: remove unused variablesChristoph Hellwig2018-05-142-2/+0Star
* memstick: don't call blk_queue_bounce_limitChristoph Hellwig2018-05-112-10/+0Star
* misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng2017-11-293-4/+4
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
* 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
|/
* 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/+0Star
|\
| * mspro_block: remove pointless prep_fnChristoph Hellwig2017-01-311-13/+0Star
| * ms_block: remove pointless prep_fnChristoph Hellwig2017-01-311-11/+0Star
* | drivers/memstick/core/memstick.c: avoid -Wnonnull warningArnd Bergmann2017-01-251-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/+2Star
* memstick: don't allow REQ_TYPE_BLOCK_PC requestsChristoph Hellwig2016-07-212-4/+2Star
* block: convert to device_add_disk()Dan Williams2016-06-272-4/+2Star
* drivers/memstick/core/mspro_block: use kmemdupMuhammad Falak R Wani2016-05-241-2/+1Star
* rtsx_usb_ms: use schedule_timeout_idle() in polling loopOleksandr Natalenko2016-05-241-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-261-2/+1Star
* memstick: use sector_div instead of do_divArnd Bergmann2016-01-211-1/+1
* memstick: remove deprecated use of pci apiQuentin Lambert2015-07-012-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/+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-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-171-9/+9
* memstick: add support for legacy memorysticksMaxim Levitsky2013-09-124-1/+2688
* 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
* block_device_operations->release() should return voidAl Viro2013-05-071-5/+3Star
* 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
* memstick: convert to idr_alloc()Tejun Heo2013-02-282-25/+13Star
* 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