summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2011-03-15mmc: atmel-mci: map DMA sglist on the DMA engineLinus Walleij1-3/+5
2011-03-15mmc: sdhci: Add Ricoh e823 PCI IDManoj Iyer1-0/+8
2011-03-15mmc: Ensure prototypes for SD API are visible in sd.cMark Brown1-0/+1
2011-03-15mmc: Improve MMC_TEST config text.Will Newton1-2/+1
2011-03-15mmc: dw_mmc: Enable low-power mode for the card clock.Will Newton1-1/+2
2011-03-15mmc: dw_mmc: Run card detect tasklet during slot initialisation.Will Newton1-0/+6
2011-03-15mmc: mmc_mxc: Allow selection only for the correct platformsFabio Estevam1-1/+1
2011-03-15mmc: tmio_mmc: Improve readability of the output of pr_debug_status()Simon Horman1-23/+27
2011-03-15mmc: mmc_test: add tests to measure large sequential I/O performanceAdrian Hunter1-0/+100
2011-03-15mmc: mmc_test: add tests to measure random I/O operations per secondAdrian Hunter1-11/+128
2011-03-15mmc: mmc_test: make performance test area size about 4MiBAdrian Hunter1-12/+13
2011-03-15mmc: remove BROKEN_CLK_GATING quirk for wl1271Pierre Tardy1-1/+11
2011-03-15mmc: add MMC_QUIRK_BROKEN_CLK_GATINGPierre Tardy2-4/+14
2011-03-15mmc: add per device quirk placeholderPierre Tardy4-1/+66
2011-03-15mmc: put the led blinking code after clock ungatingPierre Tardy1-2/+1
2011-03-15mmc: mmc_test: Only warn about not waiting for busy if it's supportedPawel Moll1-3/+4
2011-03-15mmc: sdhci-s3c: Auto CMD12 supportKyungmin Park1-0/+3
2011-03-15mmc: Fix the block device read only flagMarc-André Hébert1-0/+1
2011-03-15mmc: export eMMC4.4 enhanced area details to sysfsChuanxiao Dong1-0/+74
2011-03-12Merge commit 'v2.6.38-rc8' into spi/nextGrant Likely1-2/+1
2011-03-11Merge branch 'integration-2.6.39-for-tony' of git://git.pwsan.com/linux-integ...Tony Lindgren1-3/+3
2011-03-11Merge remote branches 'remotes/origin/pwrdm_clkdm_b_2.6.39', 'remotes/origin/...Paul Walmsley2-11/+27
2011-03-11Merge branch 'for_2.6.39/pm-misc' of ssh://master.kernel.org/pub/scm/linux/ke...Tony Lindgren1-2/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+1
2011-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds1-1/+1
2011-03-09mmc: fix CONFIG_MMC_UNSAFE_RESUME regressionOhad Ben-Cohen1-1/+1
2011-03-08of_mmc_spi: add card detect irq supportEsben Haabendal1-2/+24
2011-03-08mmc: sdio: Allow sdio operations in other threads during sdio_add_func()Dmitry Shmidt1-2/+1
2011-03-02MMC: omap_hsmmc: enable interface clock before calling mmc_host_enable()Paul Walmsley1-3/+3
2011-03-02OMAP: hsmmc: Rename the device and driverKishore Kadiyala1-1/+1
2011-03-02OMAP: adapt hsmmc to hwmod frameworkKishore Kadiyala1-2/+2
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-6/+9
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King1-1/+2
2011-02-23Merge branch 'devicetree/next' into spi/nextGrant Likely1-4/+0
2011-02-22OMAP: hsmmc: Enable MMC4 and MMC5 on OMAP4 platformsKishore Kadiyala1-4/+20
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-02-16Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-...Tony Lindgren1-1/+1
2011-02-04Merge commit 'v2.6.38-rc3' into devicetree/nextGrant Likely7-121/+89
2011-02-04ARM: mmci: add dmaengine-based DMA supportRussell King2-8/+287
2011-02-04ARM: mmci: no need for separate host->data_xferedRussell King2-8/+3
2011-02-04ARM: mmci: avoid unnecessary switch to data available PIO interruptsRussell King1-6/+7
2011-02-04ARM: mmci: no need to call flush_dcache_page() with sg_miter APIRussell King1-19/+0
2011-02-04ARM: mmci: avoid reporting too many completed bytes on fifo overrunRussell King1-6/+18
2011-01-31ARM: mmci: round down the bytes transferred on errorRussell King1-3/+4
2011-01-31ARM: mmci: complete the transaction on errorRussell King1-1/+1
2011-01-28omap: Start using CONFIG_SOC_OMAPTony Lindgren1-1/+1
2011-01-28ARM: 6642/1: mmci: calculate remaining bytes at error correctlyLinus Walleij1-2/+2
2011-01-26mmc: bfin_sdh: fix alloc size for private dataSonic Zhang1-1/+1
2011-01-26mmc: sdhci-s3c: add platform_8bit_width() hookJaehoon Chung1-0/+36