aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block_device_operations->release() should return voidAl Viro2013-05-071-5/+3
* drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han2013-04-301-5/+3
* memstick: move the dereference below the NULL testWei Yongjun2013-02-271-1/+2
* memstick: convert to idr_alloc()Tejun Heo2013-02-272-25/+13
* Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-241-0/+7
|\
| * mfd: rtsx: Fix issue that booting OS with SD card insertedWei WANG2013-02-131-0/+7
* | drivers/memstick: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+1
* | drivers/memstick/host: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-6/+6
|/
* drivers/memstick: Add realtek pcie memstick host driverWei WANG2012-11-153-0/+652
* memstick: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-4/+4
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-123-3/+3
* drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker2011-10-314-0/+4
* Fix common misspellingsLucas De Marchi2011-03-313-5/+5
* memstick: make enable_dma less generic in r592Stephen Rothwell2011-03-281-3/+3
* memstick: add driver for Ricoh R5C592 card readerMaxim Levitsky2011-03-254-0/+1096
* memstick: change to new flag variablematt mooney2011-03-173-11/+1
* 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: add support for JMicron JMB 385 and 390 controllersTakashi Iwai2011-01-131-2/+15
* memstick: set PMOS values propery for JMicron 38x controllersTakashi Iwai2011-01-131-4/+33
* memstick: fix setup for JMicron 38x controllersTakashi Iwai2011-01-131-30/+36
* 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-303-0/+3
* 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
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-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-063-12/+11
* [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-133-25/+57
* memstick: use fully asynchronous request processingAlex Dubov2008-07-264-217/+218