Age | Commit message (Expand) | Author | Files | Lines |
2021-10-19 | memstick: r592: Fix a UAF bug when removing the driver | Zheyu Ma | 1 | -4/+4 |
2021-10-12 | memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host() | Dan Carpenter | 1 | -1/+1 |
2021-10-12 | memstick: jmb38x_ms: Prefer struct_size over open coded arithmetic | Len Baker | 1 | -2/+1 |
2021-08-24 | memstick: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 2 | -9/+8 |
2021-08-24 | memstick: r592: Change the name of the 'pci_driver' structure to be consistent | Christophe JAILLET | 1 | -2/+2 |
2021-06-14 | memstick: rtsx_usb_ms: fix UAF | Tong Zhang | 1 | -6/+4 |
2021-04-26 | memstick: r592: ignore kfifo_out() return code again | Arnd Bergmann | 1 | -1/+4 |
2021-04-15 | memstick: r592: remove unused variable | Jiapeng Chong | 1 | -2/+1 |
2020-12-04 | memstick: r592: Fix error return in r592_probe() | Jing Xiangfeng | 1 | -4/+8 |
2020-11-16 | memstick: tifm: remove unneeded semicolon | Tom Rix | 1 | -1/+1 |
2020-11-16 | memstick: jmb38x_ms: remove unneeded semicolon | Tom Rix | 1 | -1/+1 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -4/+4 |
2020-08-05 | Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 1 | -27/+11 |
2020-07-24 | memstick: jmb38x_ms: use generic power management | Vaibhav Gupta | 1 | -27/+11 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 2 | -2/+2 |
2019-12-04 | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2019-11-28 | Merge branch 'pci/resource' | Bjorn Helgaas | 1 | -1/+1 |
2019-11-21 | memstick: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -2/+2 |
2019-11-13 | memstick: jmb38x_ms: clean up indentation issue | Colin Ian King | 1 | -6/+6 |
2019-10-14 | PCI: Add PCI_STD_NUM_BARS for the number of standard BARs | Denis Efremov | 1 | -1/+1 |
2019-10-09 | memstick: jmb38x_ms: Fix an error handling path in 'jmb38x_ms_probe()' | Christophe JAILLET | 1 | -1/+1 |
2019-09-11 | memstick: r592: Use dev_get_drvdata | Chuhong Yuan | 1 | -4/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 4 | -18/+4 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 1 | -12/+1 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17 | Thomas Gleixner | 1 | -13/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-07 | Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 2 | -6/+0 |
2019-05-07 | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2 | -0/+4 |
2019-05-06 | memstick: tifm: remove set but not used variable 'data' | YueHaibing | 1 | -3/+0 |
2019-04-23 | memstick: mark expected switch fall-throughs | Gustavo A. R. Silva | 2 | -0/+4 |
2019-04-15 | memstick: jmb38x_ms: remove set but not used variable 'data' | YueHaibing | 1 | -3/+0 |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 1 | -4/+0 |
2018-12-17 | memstick: rtsx_usb_ms: Support runtime power management | Kai-Heng Feng | 1 | -63/+100 |
2018-12-17 | memstick: rtsx_usb_ms: Use ms_dev() helper | Kai-Heng Feng | 1 | -3/+3 |
2018-12-17 | memstick: rtsx_usb_ms: Add missing pm_runtime_disable() in probe function | Kai-Heng Feng | 1 | -0/+1 |
2017-11-29 | misc: rtsx: Move Realtek Card Reader Driver to misc | Rui Feng | 3 | -4/+4 |
2017-11-14 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -11/+12 |
2017-11-03 | drivers/memstick: Convert timers to use timer_setup() | Kees Cook | 3 | -11/+12 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2016-10-17 | memstick: rtsx_usb_ms: Manage runtime PM when accessing the device | Ulf Hansson | 1 | -0/+4 |
2016-10-17 | memstick: rtsx_usb_ms: Runtime resume the device when polling for cards | Alan Stern | 1 | -0/+2 |
2016-05-24 | rtsx_usb_ms: use schedule_timeout_idle() in polling loop | Oleksandr Natalenko | 1 | -1/+1 |
2016-03-26 | drivers/memstick/host/r592.c: avoid gcc-6 warning | Arnd Bergmann | 1 | -2/+1 |
2015-07-01 | memstick: remove deprecated use of pci api | Quentin Lambert | 2 | -11/+11 |
2014-10-20 | memstick: host: drop owner assignment from platform_drivers | Wolfram Sang | 2 | -2/+0 |
2014-10-14 | memstick: r592: fix build warnings for !PM_SLEEP | Thierry Reding | 1 | -0/+2 |
2014-06-24 | drivers/memstick/host/rtsx_pci_ms.c: add cancel_work when remove driver | Micky Ching | 1 | -0/+1 |
2014-04-28 | memstick: Add realtek USB memstick host driver | Roger Tseng | 3 | -0/+850 |
2014-01-24 | drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bug | Micky Ching | 1 | -10/+20 |
2013-11-15 | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 1 | -1/+1 |