aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/host/r592.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-19memstick: r592: Fix a UAF bug when removing the driverZheyu Ma1-4/+4
2021-08-24memstick: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-3/+2
2021-08-24memstick: r592: Change the name of the 'pci_driver' structure to be consistentChristophe JAILLET1-2/+2
2021-04-26memstick: r592: ignore kfifo_out() return code againArnd Bergmann1-1/+4
2021-04-15memstick: r592: remove unused variableJiapeng Chong1-2/+1
2020-12-04memstick: r592: Fix error return in r592_probe()Jing Xiangfeng1-4/+8
2019-09-11memstick: r592: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-11-02drivers/memstick: Convert timers to use timer_setup()Kees Cook1-4/+3
2016-03-25drivers/memstick/host/r592.c: avoid gcc-6 warningArnd Bergmann1-2/+1
2015-06-30memstick: remove deprecated use of pci apiQuentin Lambert1-5/+5
2014-10-14memstick: r592: fix build warnings for !PM_SLEEPThierry Reding1-0/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-07-03drivers/memstick/host/r592.c: convert to module_pci_driverLibo Chen1-12/+1
2013-04-30drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han1-5/+3
2013-02-27memstick: move the dereference below the NULL testWei Yongjun1-1/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-28memstick: make enable_dma less generic in r592Stephen Rothwell1-3/+3
2011-03-25memstick: add driver for Ricoh R5C592 card readerMaxim Levitsky1-0/+908