summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/block.c
Commit message (Expand)AuthorAgeFilesLines
...
* mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto2011-05-251-0/+201
* mmc: block: init force_ro sysfs attributeRabin Vincent2011-05-251-0/+1
* mmc: Ensure hardware partitions don't mess with mmcblk device naming.Andrei Warkentin2011-05-251-7/+19
* mmc: initialize struct mmc_request at declaration timeChris Ball2011-05-251-3/+1Star
* mmc: initialize struct mmc_data at declaration timeChris Ball2011-05-251-3/+1Star
* mmc: initialize struct mmc_command at declaration timeChris Ball2011-05-251-9/+4Star
* mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.Chris Ball2011-05-251-0/+1
* mmc: quirks: Fix erase/trim for certain SanDisk cards.Andrei Warkentin2011-05-251-1/+42
* mmc: quirks: Support for block quirks.Andrei Warkentin2011-05-251-0/+7
* mmc: MMC boot partitions support.Andrei Warkentin2011-05-251-35/+239
* mmc: card: block.c cleanup for host claim/release.Andrei Warkentin2011-05-251-18/+13Star
* mmc: Reliable write support.Andrei Warkentin2011-05-251-4/+77
* mmc: Fix the block device read only flagMarc-André Hébert2011-03-151-0/+1
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* mmc: make number of mmcblk minors configurableOlof Johansson2010-10-251-12/+31
* mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter2010-10-231-16/+3Star
* mmc: MMC 4.4 DDR supportHanumath Prasad2010-10-231-3/+7
* mmc: Use snprintf, not sprintf.JiebingLi2010-10-231-1/+2
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-5/+5
* mmc_block: add support for secure discardAdrian Hunter2010-08-121-3/+43
* mmc_block: add discard supportAdrian Hunter2010-08-121-1/+41
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-0/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mmc_block: fix queue cleanupAdrian Hunter2010-01-111-0/+2
* mmc_block: fix probe error cleanup bugJarkko Lavinen2010-01-111-0/+1
* mmc_block: add dev_t initialization checkAnna Lemehova2010-01-111-0/+5
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* mmc_block: do not DMA to stackBen Dooks2009-06-131-4/+12
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* Merge branch 'master' into for-2.6.31Jens Axboe2009-05-221-0/+8
|\
| * mmc_block: be prepared for oversized requestsPierre Ossman2009-05-031-0/+8
* | block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-5/+5
|/
* mmc: add MODALIAS linkage for MMC/SD devicesAndy Whitcroft2009-03-241-0/+2
* MMC: fix bug - SDHC card capacity not correctYi Li2009-02-181-1/+1
* mmc_block: ensure all sectors that do not have errors are readAdrian Hunter2008-12-311-17/+59
* mmc_block: print better error messagesAdrian Hunter2008-12-311-7/+37
* mmc: trivial annotation of 'blocks'Harvey Harrison2008-12-311-4/+2Star
* [PATCH] switch mmcAl Viro2008-10-211-9/+8Star
* [PATCH] beginning of methods conversionAl Viro2008-10-211-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-10-121-40/+6Star
|\
| * mmc_block: hard code 512 byte block sizePierre Ossman2008-10-121-18/+5Star
| * mmc_block: inform block layer about sector count restrictionPierre Ossman2008-10-121-22/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-101-3/+7
|\ \
| * | [SCSI] mmc_block: use generic helper to print capacitiesPierre Ossman2008-10-031-3/+7
| |/
* / block: don't depend on consecutive minor spaceTejun Heo2008-10-091-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-09-211-2/+7
|\
| * mmc_block: handle error from mmc_register_driver()Akinobu Mita2008-09-201-2/+7
* | drivers/mmc/card/block.c: fix refcount leak in mmc_block_open()Andrew Morton2008-09-051-1/+3
|/
* mmc_block: use proper sg iteratorsPierre Ossman2008-08-011-6/+11
* mmc: remove multiwrite capabilityPierre Ossman2008-07-151-28/+19Star