aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core/mspro_block.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* memstick: factor out transfer initiating functionality in mspro_block.cAlex Dubov2011-01-131-62/+74
* memstick: remove mspro_block_mutexAlex Dubov2011-01-131-8/+1
* memstick: avert possible race condition between idr_pre_get and idr_get_newAlex Dubov2011-01-131-2/+4
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-5/+6
* memstick: fix hangs on unexpected device removal in mspro_blkMaxim Levitsky2010-08-121-2/+3
* memstick: init sysfs attributesMaxim Levitsky2010-08-121-0/+1
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-1/+8
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+1
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-6/+3
* block: convert to dequeueing model (easy ones)Tejun Heo2009-05-111-3/+5
* block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo2009-05-111-2/+2
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-3/+3
* block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-281-1/+1
* memstick: annotate endianness of attribute structsHarvey Harrison2009-01-091-22/+21
* memstick: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-7/+7
* [PATCH] switch memstickAl Viro2008-10-211-7/+6
* [PATCH] beginning of methods conversionAl Viro2008-10-211-2/+2
* x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-1/+0
* memstick: change to use __blk_end_request()Kiyoshi Ueda2008-10-091-1/+1
* block: don't depend on consecutive minor spaceTejun Heo2008-10-091-1/+1
* memstick: fix MSProHG 8-bit interface mode supportAlex Dubov2008-09-131-8/+25
* memstick: use fully asynchronous request processingAlex Dubov2008-07-261-185/+159
* memstick: add "start" and "stop" methods to memstick deviceAlex Dubov2008-07-261-0/+33
* memstick: convert struct class_device to struct deviceGreg Kroah-Hartman2008-04-191-2/+2
* memstick: add support for 8-bit parallel modeAlex Dubov2008-03-191-26/+55
* memstick: automatically retrieve "INT" value from command responseAlex Dubov2008-03-191-6/+9
* memstick: try harder to recover from unsuccessful interface mode switchAlex Dubov2008-03-101-2/+19
* memstick: fix parsing of "assembly_date" attribute fieldAlex Dubov2008-03-101-2/+16
* memstick: add support for decoding "specfile" media attributesAlex Dubov2008-03-101-0/+49
* memstick: drop DRIVER_VERSION numbers as meaninglessAlex Dubov2008-03-101-2/+0
* memstick: introduce correct definitions in the headerAlex Dubov2008-03-101-8/+8
* memstick: initial commit for Sony MemoryStick supportAlex Dubov2008-02-091-0/+1351