aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core/memstick.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker1-0/+1
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo1-1/+1
2011-01-13memstick: avert possible race condition between idr_pre_get and idr_get_newAlex Dubov1-7/+11
2011-01-13memstick: core: fix device_register() error handlingVasiliy Kulikov1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-24memstick: move dev_dbgJiri Slaby1-1/+1
2009-01-06memstick: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+2
2008-09-13memstick: fix MSProHG 8-bit interface mode supportAlex Dubov1-5/+5
2008-07-26memstick: use fully asynchronous request processingAlex Dubov1-2/+5
2008-07-26memstick: add "start" and "stop" methods to memstick deviceAlex Dubov1-3/+8
2008-07-26memstick: allow "set_param" method to return an error codeAlex Dubov1-5/+13
2008-04-19memstick: convert struct class_device to struct deviceGreg Kroah-Hartman1-17/+16
2008-03-19memstick: automatically retrieve "INT" value from command responseAlex Dubov1-6/+3
2008-03-10memstick: drop DRIVER_VERSION numbers as meaninglessAlex Dubov1-2/+0
2008-03-10memstick: make sure number of command retries is exactly as specifiedAlex Dubov1-1/+1
2008-03-10memstick: add memstick_suspend/resume_host methodsAlex Dubov1-0/+25
2008-03-10memstick: introduce correct definitions in the headerAlex Dubov1-2/+2
2008-02-09memstick: initial commit for Sony MemoryStick supportAlex Dubov1-0/+614