summaryrefslogtreecommitdiffstats
path: root/drivers/memstick
AgeCommit message (Expand)Author
2020-12-04memstick: r592: Fix error return in r592_probe()Jing Xiangfeng
2020-11-24memstick: fix a double-free bug in memstick_checkQinglang Miao
2020-11-16memstick: tifm: remove unneeded semicolonTom Rix
2020-11-16memstick: mspro_block: remove unneeded semicolonTom Rix
2020-11-16memstick: jmb38x_ms: remove unneeded semicolonTom Rix
2020-09-28Merge branch 'fixes' into nextUlf Hansson
2020-09-28memstick: Skip allocating card when removing hostKai-Heng Feng
2020-09-07ms_block: fix spelling mistake "doesn'" -> "doesn't"Colin Ian King
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2020-07-24memstick: jmb38x_ms: use generic power managementVaibhav Gupta
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas
2019-11-21memstick: Fix Kconfig indentationKrzysztof Kozlowski
2019-11-13memstick: jmb38x_ms: clean up indentation issueColin Ian King
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov
2019-10-09memstick: jmb38x_ms: Fix an error handling path in 'jmb38x_ms_probe()'Christophe JAILLET
2019-09-11ms_block: fix spelling mistake "randomally" -> "randomly"Colin Ian King
2019-09-11memstick: r592: Use dev_get_drvdataChuhong Yuan
2019-07-11Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-10memstick: Fix error cleanup path of memstick_initWang Hai
2019-05-28memstick: mspro_block: Fix an error code in mspro_block_issue_req()Dan Carpenter
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-05-06memstick: tifm: remove set but not used variable 'data'YueHaibing
2019-04-23memstick: mark expected switch fall-throughsGustavo A. R. Silva
2019-04-15memstick: jmb38x_ms: remove set but not used variable 'data'YueHaibing
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2018-12-28Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2018-12-17memstick: rtsx_usb_ms: Support runtime power managementKai-Heng Feng
2018-12-17memstick: rtsx_usb_ms: Use ms_dev() helperKai-Heng Feng
2018-12-17memstick: Prevent memstick host from getting runtime suspended during card de...Kai-Heng Feng
2018-12-17memstick: rtsx_usb_ms: Add missing pm_runtime_disable() in probe functionKai-Heng Feng
2018-11-08ms_block: remove unused pointer 'set'Colin Ian King
2018-11-07mspro_block: convert to blk-mqJens Axboe
2018-11-07ms_block: convert to blk-mqJens Axboe
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-14memstick: remove unused variablesChristoph Hellwig
2018-05-11memstick: don't call blk_queue_bounce_limitChristoph Hellwig
2017-11-29misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-02drivers/memstick: Convert timers to use timer_setup()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman