summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/host/r592.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* memstick: r592: Fix a UAF bug when removing the driverZheyu Ma2021-10-191-4/+4
* memstick: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-241-3/+2
* memstick: r592: Change the name of the 'pci_driver' structure to be consistentChristophe JAILLET2021-08-241-2/+2
* memstick: r592: ignore kfifo_out() return code againArnd Bergmann2021-04-261-1/+4
* memstick: r592: remove unused variableJiapeng Chong2021-04-151-2/+1
* memstick: r592: Fix error return in r592_probe()Jing Xiangfeng2020-12-041-4/+8
* memstick: r592: Use dev_get_drvdataChuhong Yuan2019-09-111-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* drivers/memstick: Convert timers to use timer_setup()Kees Cook2017-11-021-4/+3
* drivers/memstick/host/r592.c: avoid gcc-6 warningArnd Bergmann2016-03-261-2/+1
* memstick: remove deprecated use of pci apiQuentin Lambert2015-07-011-5/+5
* memstick: r592: fix build warnings for !PM_SLEEPThierry Reding2014-10-141-0/+2
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* drivers/memstick/host/r592.c: convert to module_pci_driverLibo Chen2013-07-041-12/+1
* drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han2013-05-011-5/+3
* memstick: move the dereference below the NULL testWei Yongjun2013-02-281-1/+2
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* memstick: make enable_dma less generic in r592Stephen Rothwell2011-03-291-3/+3
* memstick: add driver for Ricoh R5C592 card readerMaxim Levitsky2011-03-261-0/+908