summaryrefslogtreecommitdiff
path: root/drivers/mmc/card/block.c
AgeCommit message (Expand)Author
2011-12-16Squashandroid-20111223Benn Pörscke
2011-10-17mmc: boot part lock should lock all boot partsJohan Rudholm
2011-10-14mmc: boot partition lock supportJohan Rudholm
2011-10-11mmc: core: general purpose MMC partition support.Namjae Jeon
2011-10-11mmc: block: support no access to boot partitionsAdrian Hunter
2011-10-10mmc: block: fix boot partition switch error pathAdrian Hunter
2011-10-10mmc: block: add eMMC hardware reset supportAdrian Hunter
2011-10-10mmc: fix integer assignments to pointerVenkatraman S
2011-09-19mmc: block: fixed NULL pointer dereferenceJaehoon Chung
2011-09-19mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin
2011-09-19mmc: block: move error path in issue_rw_rq to a separate function.Per Forlin
2011-09-19mmc: block: add a block request prepare functionPer Forlin
2011-09-19mmc: block: add member in mmc queue struct to hold request dataPer Forlin
2011-09-19mmc: block: add checking of r/w command responseRussell King - ARM Linux
2011-09-19mmc: block: improve error recovery from command channel errorsRussell King - ARM Linux
2011-09-19mmc: block: allow get_card_status() to return error statusRussell King - ARM Linux
2011-09-19Revert "mmc: block: Resume multi-block reads..Ulf Hansson
2011-06-29Merge commit 'v3.0-rc5' into android-3.0Colin Cross
2011-06-25mmc: queue: append partition subname to queue thread nameAdrian Hunter
2011-06-25mmc: block: switch card to User Data Area when removing the block driverAdrian Hunter
2011-06-14mmc_block: Allow more than 8 partitions per cardColin Cross
2011-06-14mmc: block: Resume multi-block reads after transient read errors.David Ding
2011-06-14mmc: mmcblk: Add support for deferred SD bus resumeSan Mehat
2011-05-25mmc: core: Block CMD23 support for UHS104/SDXC cards.Andrei Warkentin
2011-05-25mmc: core: Use CMD23 for multiblock transfers when we can.Andrei Warkentin
2011-05-24mmc: card: fix potential null dereference of 'idata'Vladimir Motyka
2011-05-24mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto
2011-05-24mmc: block: init force_ro sysfs attributeRabin Vincent
2011-05-24mmc: Ensure hardware partitions don't mess with mmcblk device naming.Andrei Warkentin
2011-05-24mmc: initialize struct mmc_request at declaration timeChris Ball
2011-05-24mmc: initialize struct mmc_data at declaration timeChris Ball
2011-05-24mmc: initialize struct mmc_command at declaration timeChris Ball
2011-05-24mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.Chris Ball
2011-05-24mmc: quirks: Fix erase/trim for certain SanDisk cards.Andrei Warkentin
2011-05-24mmc: quirks: Support for block quirks.Andrei Warkentin
2011-05-24mmc: MMC boot partitions support.Andrei Warkentin
2011-05-24mmc: card: block.c cleanup for host claim/release.Andrei Warkentin
2011-05-24mmc: Reliable write support.Andrei Warkentin
2011-03-15mmc: Fix the block device read only flagMarc-André Hébert
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-25mmc: make number of mmcblk minors configurableOlof Johansson
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter
2010-10-23mmc: MMC 4.4 DDR supportHanumath Prasad
2010-10-23mmc: Use snprintf, not sprintf.JiebingLi
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-12mmc_block: add support for secure discardAdrian Hunter
2010-08-12mmc_block: add discard supportAdrian Hunter
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-11mmc_block: fix queue cleanupAdrian Hunter