aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core/memstick.c
Commit message (Expand)AuthorAgeFilesLines
* workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-161-1/+1
* memstick: avert possible race condition between idr_pre_get and idr_get_newAlex Dubov2011-01-131-7/+11
* memstick: core: fix device_register() error handlingVasiliy Kulikov2011-01-131-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* memstick: move dev_dbgJiri Slaby2009-09-241-1/+1
* memstick: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-3/+2
* memstick: fix MSProHG 8-bit interface mode supportAlex Dubov2008-09-131-5/+5
* memstick: use fully asynchronous request processingAlex Dubov2008-07-261-2/+5
* memstick: add "start" and "stop" methods to memstick deviceAlex Dubov2008-07-261-3/+8
* memstick: allow "set_param" method to return an error codeAlex Dubov2008-07-261-5/+13
* memstick: convert struct class_device to struct deviceGreg Kroah-Hartman2008-04-191-17/+16
* memstick: automatically retrieve "INT" value from command responseAlex Dubov2008-03-191-6/+3
* memstick: drop DRIVER_VERSION numbers as meaninglessAlex Dubov2008-03-101-2/+0
* memstick: make sure number of command retries is exactly as specifiedAlex Dubov2008-03-101-1/+1
* memstick: add memstick_suspend/resume_host methodsAlex Dubov2008-03-101-0/+25
* memstick: introduce correct definitions in the headerAlex Dubov2008-03-101-2/+2
* memstick: initial commit for Sony MemoryStick supportAlex Dubov2008-02-091-0/+614