summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/host/tifm_ms.c
Commit message (Expand)AuthorAgeFilesLines
* memstick: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-241-6/+6
* memstick: tifm: remove unneeded semicolonTom Rix2020-11-161-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-05-071-3/+0
|\
| * memstick: tifm: remove set but not used variable 'data'YueHaibing2019-05-061-3/+0
* | memstick: mark expected switch fall-throughsGustavo A. R. Silva2019-04-231-0/+2
|/
* drivers/memstick: Convert timers to use timer_setup()Kees Cook2017-11-021-3/+3
* memstick: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker2011-10-311-0/+1
* memstick: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-2/+2
* memstick: use fully asynchronous request processingAlex Dubov2008-07-261-20/+29
* memstick: allow "set_param" method to return an error codeAlex Dubov2008-07-261-9/+8
* memstick: suppress uninitialized-var warningAndrew Morton2008-03-281-1/+3
* memstick: automatically retrieve "INT" value from command responseAlex Dubov2008-03-191-7/+10
* tifm: fix memorystick host initialization codeAlex Dubov2008-03-101-25/+15
* tifm: fix the MemoryStick host fifo handling codeAlex Dubov2008-03-101-261/+263
* memstick: drop DRIVER_VERSION numbers as meaninglessAlex Dubov2008-03-101-2/+0
* memstick: add memstick_suspend/resume_host methodsAlex Dubov2008-03-101-4/+4
* memstick: introduce correct definitions in the headerAlex Dubov2008-03-101-10/+9
* drivers/memstick/host/tifm_ms.c breakageAl Viro2008-02-131-1/+1
* memstick: initial commit for Sony MemoryStick supportAlex Dubov2008-02-091-0/+685