| Commit message (Expand) | Author | Age | Files | Lines |
* | block: genhd: add 'groups' argument to device_add_disk | Hannes Reinecke | 2018-09-28 | 2 | -2/+2 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 1 | -2/+4 |
* | memstick: remove unused variables | Christoph Hellwig | 2018-05-14 | 2 | -2/+0 |
* | memstick: don't call blk_queue_bounce_limit | Christoph Hellwig | 2018-05-11 | 2 | -10/+0 |
* | misc: rtsx: Move Realtek Card Reader Driver to misc | Rui Feng | 2017-11-29 | 3 | -4/+4 |
* | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-22 | 1 | -4/+3 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-11-14 | 3 | -11/+12 |
|\ |
|
| * | drivers/memstick: Convert timers to use timer_setup() | Kees Cook | 2017-11-02 | 3 | -11/+12 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | block: introduce new block status code type | Christoph Hellwig | 2017-06-09 | 2 | -6/+9 |
* | Merge branch 'for-4.11/next' into for-4.11/linus-merge | Jens Axboe | 2017-02-17 | 2 | -24/+0 |
|\ |
|
| * | mspro_block: remove pointless prep_fn | Christoph Hellwig | 2017-01-31 | 1 | -13/+0 |
| * | ms_block: remove pointless prep_fn | Christoph Hellwig | 2017-01-31 | 1 | -11/+0 |
* | | drivers/memstick/core/memstick.c: avoid -Wnonnull warning | Arnd Bergmann | 2017-01-25 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-12-13 | 2 | -2/+2 |
|\ |
|
| * | block: split out request-only flags into a new namespace | Christoph Hellwig | 2016-10-28 | 2 | -2/+2 |
* | | memstick: rtsx_usb_ms: Manage runtime PM when accessing the device | Ulf Hansson | 2016-10-17 | 1 | -0/+4 |
* | | memstick: rtsx_usb_ms: Runtime resume the device when polling for cards | Alan Stern | 2016-10-17 | 1 | -0/+2 |
|/ |
|
* | memstick: don't allocate unused major for ms_block | NeilBrown | 2016-08-02 | 1 | -15/+2 |
* | memstick: don't allow REQ_TYPE_BLOCK_PC requests | Christoph Hellwig | 2016-07-21 | 2 | -4/+2 |
* | block: convert to device_add_disk() | Dan Williams | 2016-06-27 | 2 | -4/+2 |
* | drivers/memstick/core/mspro_block: use kmemdup | Muhammad Falak R Wani | 2016-05-24 | 1 | -2/+1 |
* | rtsx_usb_ms: use schedule_timeout_idle() in polling loop | Oleksandr Natalenko | 2016-05-24 | 1 | -1/+1 |
* | memstick: trivial fix of spelling mistake on management | Colin Ian King | 2016-04-28 | 2 | -9/+9 |
* | drivers/memstick/host/r592.c: avoid gcc-6 warning | Arnd Bergmann | 2016-03-26 | 1 | -2/+1 |
* | memstick: use sector_div instead of do_div | Arnd Bergmann | 2016-01-21 | 1 | -1/+1 |
* | memstick: remove deprecated use of pci api | Quentin Lambert | 2015-07-01 | 2 | -11/+11 |
* | memstick: mspro_block: add missing curly braces | Dan Carpenter | 2015-04-17 | 1 | -1/+2 |
* | memstick: host: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 2 | -2/+0 |
* | memstick: r592: fix build warnings for !PM_SLEEP | Thierry Reding | 2014-10-14 | 1 | -0/+2 |
* | drivers/memstick/host/rtsx_pci_ms.c: add cancel_work when remove driver | Micky Ching | 2014-06-24 | 1 | -0/+1 |
* | memstick: Add realtek USB memstick host driver | Roger Tseng | 2014-04-28 | 3 | -0/+850 |
* | drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bug | Micky Ching | 2014-01-24 | 1 | -10/+20 |
* | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 2013-11-15 | 2 | -2/+2 |
* | drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REG | Andrew Morton | 2013-11-15 | 2 | -3/+3 |
* | drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page() | Roger Tseng | 2013-11-13 | 1 | -1/+1 |
* | drivers/memstick/core/mspro_block.c: fix attributes array allocation | Michal Nazarewicz | 2013-11-13 | 1 | -2/+2 |
* | memstick: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-17 | 1 | -9/+9 |
* | memstick: add support for legacy memorysticks | Maxim Levitsky | 2013-09-12 | 4 | -1/+2688 |
* | drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-09-12 | 1 | -2/+0 |
* | mmc: memstick: rtsx: Modify copyright comments | Wei WANG | 2013-08-30 | 1 | -2/+1 |
* | drivers/memstick/host/r592.c: convert to module_pci_driver | Libo Chen | 2013-07-04 | 1 | -12/+1 |
* | drivers/memstick/host/jmb38x_ms: convert to module_pci_driver | Libo Chen | 2013-07-04 | 1 | -12/+1 |
* | block_device_operations->release() should return void | Al Viro | 2013-05-07 | 1 | -5/+3 |
* | drivers/memstick/host/r592.c: make r592_pm_ops static | Jingoo Han | 2013-05-01 | 1 | -5/+3 |
* | memstick: move the dereference below the NULL test | Wei Yongjun | 2013-02-28 | 1 | -1/+2 |
* | memstick: convert to idr_alloc() | Tejun Heo | 2013-02-28 | 2 | -25/+13 |
* | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2013-02-25 | 1 | -0/+7 |
|\ |
|
| * | mfd: rtsx: Fix issue that booting OS with SD card inserted | Wei WANG | 2013-02-14 | 1 | -0/+7 |
* | | drivers/memstick: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-21 | 1 | -1/+1 |