summaryrefslogtreecommitdiff
path: root/drivers/memstick/host/tifm_ms.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-24memstick: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-6/+6
2020-11-16memstick: tifm: remove unneeded semicolonTom Rix1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-05-07Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-3/+0
2019-05-06memstick: tifm: remove set but not used variable 'data'YueHaibing1-3/+0
2019-04-23memstick: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-11-03drivers/memstick: Convert timers to use timer_setup()Kees Cook1-3/+3
2012-03-20memstick: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-01drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker1-0/+1
2009-01-06memstick: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-07-26memstick: use fully asynchronous request processingAlex Dubov1-20/+29
2008-07-26memstick: allow "set_param" method to return an error codeAlex Dubov1-9/+8
2008-03-29memstick: suppress uninitialized-var warningAndrew Morton1-1/+3
2008-03-20memstick: automatically retrieve "INT" value from command responseAlex Dubov1-7/+10
2008-03-11tifm: fix memorystick host initialization codeAlex Dubov1-25/+15
2008-03-11tifm: fix the MemoryStick host fifo handling codeAlex Dubov1-261/+263
2008-03-11memstick: drop DRIVER_VERSION numbers as meaninglessAlex Dubov1-2/+0
2008-03-11memstick: add memstick_suspend/resume_host methodsAlex Dubov1-4/+4
2008-03-11memstick: introduce correct definitions in the headerAlex Dubov1-10/+9
2008-02-13drivers/memstick/host/tifm_ms.c breakageAl Viro1-1/+1
2008-02-09memstick: initial commit for Sony MemoryStick supportAlex Dubov1-0/+685