summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card
Commit message (Expand)AuthorAgeFilesLines
* mmc: block: Allow disabling 512B sector size emulationSaugata Das2012-05-171-2/+17
* mmc: card: Avoid null pointer dereferencePhilippe De Swert2012-05-091-1/+2
* mmc: queue: remove redundant memsetsVenkatraman S2012-05-091-2/+0
* mmc: queue: rename mmc_request functionVenkatraman S2012-05-091-2/+2
* mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong2012-04-201-1/+1
* mmc: fixes for eMMC v4.5 sanitize operationAdrian Hunter2012-04-201-16/+38
* mmc: fixes for eMMC v4.5 discard operationAdrian Hunter2012-04-201-1/+1
* mmc: block: Remove use of mmc_blk_set_blksizeUlf Hansson2012-04-051-26/+1
* Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-281-5/+16
|\
| * mmc: MMC-4.5 Data Tag SupportSaugata Das2012-03-251-5/+16
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-1/+1
|\
| * debugfs-related mode_t whack-a-moleAl Viro2012-03-201-1/+1
* | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-03-201-7/+3
|\ \ | |/ |/|
| * TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
| * TTY: use tty_standard_installJiri Slaby2012-02-021-6/+3
* | mmc: block: Init ro_lock sysfs attr to fix lockdep warningsRabin Vincent2012-02-131-0/+1
|/
* Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-133-55/+198
|\
| * mmc: card: Kill block requests if card is removedSujit Reddy Thumma2012-01-112-1/+21
| * mmc: boot partition ro lock supportJohan Rudholm2012-01-111-8/+113
| * mmc: core: check for zero length ioctl dataJohan Rudholm2012-01-111-37/+45
| * mmc: mmc_test: align max_seg_sizePer Forlin2012-01-111-0/+1
| * mmc: card: Use manufacturer ID symbols in card quirks.Chris Ball2012-01-111-9/+18
* | switch debugfs to umode_tAl Viro2012-01-031-1/+1
|/
* mmc: core: Add quirk for long data read timeStefan Nilsson XK2011-12-101-0/+8
* mmc: core: add workaround for controllers with broken multiblock readsPaul Walmsley2011-10-271-7/+14
* mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon2011-10-261-6/+8
* mmc: core: new discard feature support at eMMC v4.5Kyungmin Park2011-10-261-1/+3
* mmc: core: mmc sanitize feature support for v4.5Kyungmin Park2011-10-262-2/+9
* mmc: replace printk with appropriate display macroGirish K S2011-10-264-29/+29
* mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker2011-10-261-0/+1
* mmc: core: general purpose MMC partition support.Namjae Jeon2011-10-261-14/+17
* mmc: block: support no access to boot partitionsAdrian Hunter2011-10-261-1/+1
* mmc: block: fix boot partition switch error pathAdrian Hunter2011-10-261-3/+13
* mmc: block: add eMMC hardware reset supportAdrian Hunter2011-10-261-59/+142
* mmc: mmc-test: add eMMC hardware reset testAdrian Hunter2011-10-261-0/+30
* mmc: fix integer assignments to pointerVenkatraman S2011-10-261-2/+2
* mmc: queue: declare mmc_alloc_sg as staticVenkatraman S2011-10-261-1/+1
* block: separate priority boosting from REQ_METAChristoph Hellwig2011-08-231-0/+3
* mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung2011-08-131-1/+1
* mmc: mmc_test: avoid stalled file in debugfsAndy Shevchenko2011-08-131-26/+30
* mmc: block: fixed NULL pointer dereferenceJaehoon Chung2011-07-211-0/+3
* mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin2011-07-203-20/+84
* mmc: queue: add a second mmc queue request memberPer Forlin2011-07-202-3/+44
* mmc: block: move error path in issue_rw_rq to a separate function.Per Forlin2011-07-201-89/+131
* mmc: block: add a block request prepare functionPer Forlin2011-07-201-104/+114
* mmc: block: add member in mmc queue struct to hold request dataPer Forlin2011-07-203-128/+141
* mmc: mmc_test: test to measure how sg_len affect performancePer Forlin2011-07-201-12/+139
* mmc: mmc_test: add test for non-blocking transfersPer Forlin2011-07-201-8/+310
* mmc: mmc_test: add debugfs file to list all testsPer Forlin2011-07-201-1/+38