summaryrefslogtreecommitdiff
path: root/drivers/memstick
Commit message (Expand)AuthorAge
* misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng2017-11-29
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\
| * drivers/memstick: Convert timers to use timer_setup()Kees Cook2017-11-02
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* block: introduce new block status code typeChristoph Hellwig2017-06-09
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-17
|\
| * mspro_block: remove pointless prep_fnChristoph Hellwig2017-01-31
| * ms_block: remove pointless prep_fnChristoph Hellwig2017-01-31
* | drivers/memstick/core/memstick.c: avoid -Wnonnull warningArnd Bergmann2017-01-24
|/
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-13
|\
| * block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-28
* | memstick: rtsx_usb_ms: Manage runtime PM when accessing the deviceUlf Hansson2016-10-17
* | memstick: rtsx_usb_ms: Runtime resume the device when polling for cardsAlan Stern2016-10-17
|/
* memstick: don't allocate unused major for ms_blockNeilBrown2016-08-02
* memstick: don't allow REQ_TYPE_BLOCK_PC requestsChristoph Hellwig2016-07-20
* block: convert to device_add_disk()Dan Williams2016-06-27
* drivers/memstick/core/mspro_block: use kmemdupMuhammad Falak R Wani2016-05-23
* rtsx_usb_ms: use schedule_timeout_idle() in polling loopOleksandr Natalenko2016-05-23
* memstick: trivial fix of spelling mistake on managementColin Ian King2016-04-28
* drivers/memstick/host/r592.c: avoid gcc-6 warningArnd Bergmann2016-03-25
* memstick: use sector_div instead of do_divArnd Bergmann2016-01-20
* memstick: remove deprecated use of pci apiQuentin Lambert2015-06-30
* memstick: mspro_block: add missing curly bracesDan Carpenter2015-04-17
* memstick: host: drop owner assignment from platform_driversWolfram Sang2014-10-20
* memstick: r592: fix build warnings for !PM_SLEEPThierry Reding2014-10-14
* drivers/memstick/host/rtsx_pci_ms.c: add cancel_work when remove driverMicky Ching2014-06-23
* memstick: Add realtek USB memstick host driverRoger Tseng2014-04-28
* drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bugMicky Ching2014-01-23
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-15
* drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REGAndrew Morton2013-11-15
* drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page()Roger Tseng2013-11-13
* drivers/memstick/core/mspro_block.c: fix attributes array allocationMichal Nazarewicz2013-11-13
* memstick: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-16
* memstick: add support for legacy memorysticksMaxim Levitsky2013-09-11
* drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-11
* mmc: memstick: rtsx: Modify copyright commentsWei WANG2013-08-30
* drivers/memstick/host/r592.c: convert to module_pci_driverLibo Chen2013-07-03
* drivers/memstick/host/jmb38x_ms: convert to module_pci_driverLibo Chen2013-07-03
* block_device_operations->release() should return voidAl Viro2013-05-07
* drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han2013-04-30
* memstick: move the dereference below the NULL testWei Yongjun2013-02-27
* memstick: convert to idr_alloc()Tejun Heo2013-02-27
* Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-24
|\
| * mfd: rtsx: Fix issue that booting OS with SD card insertedWei WANG2013-02-14
* | drivers/memstick: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-21
* | drivers/memstick/host: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-21
|/
* drivers/memstick: Add realtek pcie memstick host driverWei WANG2012-11-15
* memstick: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-13