summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core
Commit message (Expand)AuthorAgeFilesLines
* memstick: don't allocate unused major for ms_blockNeilBrown2016-08-021-15/+2
* memstick: don't allow REQ_TYPE_BLOCK_PC requestsChristoph Hellwig2016-07-202-4/+2
* block: convert to device_add_disk()Dan Williams2016-06-272-4/+2
* drivers/memstick/core/mspro_block: use kmemdupMuhammad Falak R Wani2016-05-231-2/+1
* memstick: trivial fix of spelling mistake on managementColin Ian King2016-04-282-9/+9
* memstick: use sector_div instead of do_divArnd Bergmann2016-01-201-1/+1
* memstick: mspro_block: add missing curly bracesDan Carpenter2015-04-171-1/+2
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REGAndrew Morton2013-11-152-3/+3
* drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page()Roger Tseng2013-11-131-1/+1
* drivers/memstick/core/mspro_block.c: fix attributes array allocationMichal Nazarewicz2013-11-131-2/+2
* memstick: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-161-9/+9
* memstick: add support for legacy memorysticksMaxim Levitsky2013-09-114-1/+2688
* block_device_operations->release() should return voidAl Viro2013-05-071-5/+3
* memstick: convert to idr_alloc()Tejun Heo2013-02-272-25/+13
* drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker2011-10-312-0/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* memstick: change to new flag variablematt mooney2011-03-171-4/+0
* workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-161-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-132-9/+15
* memstick: core: fix device_register() error handlingVasiliy Kulikov2011-01-131-0/+1
* 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-302-0/+2
* 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
* memstick: move dev_dbgJiri Slaby2009-09-241-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-062-10/+9
* [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-132-13/+30
* memstick: use fully asynchronous request processingAlex Dubov2008-07-262-187/+164
* memstick: add "start" and "stop" methods to memstick deviceAlex Dubov2008-07-262-3/+41
* memstick: allow "set_param" method to return an error codeAlex Dubov2008-07-261-5/+13
OpenPOWER on IntegriCloud