aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/host/tifm_ms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-10-31drivers/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-28memstick: suppress uninitialized-var warningAndrew Morton1-1/+3
2008-03-19memstick: automatically retrieve "INT" value from command responseAlex Dubov1-7/+10
2008-03-10tifm: fix memorystick host initialization codeAlex Dubov1-25/+15
2008-03-10tifm: fix the MemoryStick host fifo handling codeAlex Dubov1-261/+263
2008-03-10memstick: drop DRIVER_VERSION numbers as meaninglessAlex Dubov1-2/+0
2008-03-10memstick: add memstick_suspend/resume_host methodsAlex Dubov1-4/+4
2008-03-10memstick: 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