summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)Author
2011-03-15mmc: mxcmmc: use dmaengine APISascha Hauer
2011-03-15mmc: dw_mmc: support 8-bit buswidthJaehoon Chung
2011-03-15mmc: tmio_mmc: use dmaengine helpers, drop submit checkLinus Walleij
2011-03-15mmc: tmio_mmc: drop dma_sglen state variableLinus Walleij
2011-03-15mmc: tmio_mmc: unmap with the proper sglenLinus Walleij
2011-03-15mmc: tmio_mmc: map DMA buffers on the DMA engine deviceLinus Walleij
2011-03-15mmc: sh_mmcif: use dmaengine helpers, drop submit checkLinus Walleij
2011-03-15mmc: sh_mmcif: rename and retype activity variableLinus Walleij
2011-03-15mmc: sh_mmcif: unmap with the proper sglenLinus Walleij
2011-03-15mmc: sh_mmcif: map DMA buffers on the DMA engine deviceLinus Walleij
2011-03-15mmc: atmel-mci: use dmaengine helper functionsLinus Walleij
2011-03-15mmc: atmel-mci: conform to DMA-APILinus Walleij
2011-03-15mmc: atmel-mci: map DMA sglist on the DMA engineLinus Walleij
2011-03-15mmc: sdhci: Add Ricoh e823 PCI IDManoj Iyer
2011-03-15mmc: dw_mmc: Enable low-power mode for the card clock.Will Newton
2011-03-15mmc: dw_mmc: Run card detect tasklet during slot initialisation.Will Newton
2011-03-15mmc: mmc_mxc: Allow selection only for the correct platformsFabio Estevam
2011-03-15mmc: tmio_mmc: Improve readability of the output of pr_debug_status()Simon Horman
2011-03-15mmc: sdhci-s3c: Auto CMD12 supportKyungmin Park
2011-03-11Merge remote branches 'remotes/origin/pwrdm_clkdm_b_2.6.39', 'remotes/origin/...Paul Walmsley
2011-03-08of_mmc_spi: add card detect irq supportEsben Haabendal
2011-03-01MMC: omap_hsmmc: enable interface clock before calling mmc_host_enable()Paul Walmsley
2011-03-01OMAP: hsmmc: Rename the device and driverKishore Kadiyala
2011-03-01OMAP: adapt hsmmc to hwmod frameworkKishore Kadiyala
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King
2011-02-22Merge branch 'devicetree/next' into spi/nextGrant Likely
2011-02-22OMAP: hsmmc: Enable MMC4 and MMC5 on OMAP4 platformsKishore Kadiyala
2011-02-16Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-...Tony Lindgren
2011-02-04Merge commit 'v2.6.38-rc3' into devicetree/nextGrant Likely
2011-02-04ARM: mmci: add dmaengine-based DMA supportRussell King
2011-02-04ARM: mmci: no need for separate host->data_xferedRussell King
2011-02-04ARM: mmci: avoid unnecessary switch to data available PIO interruptsRussell King
2011-02-04ARM: mmci: no need to call flush_dcache_page() with sg_miter APIRussell King
2011-02-04ARM: mmci: avoid reporting too many completed bytes on fifo overrunRussell King
2011-01-31ARM: mmci: round down the bytes transferred on errorRussell King
2011-01-31ARM: mmci: complete the transaction on errorRussell King
2011-01-28omap: Start using CONFIG_SOC_OMAPTony Lindgren
2011-01-27ARM: 6642/1: mmci: calculate remaining bytes at error correctlyLinus Walleij
2011-01-26mmc: bfin_sdh: fix alloc size for private dataSonic Zhang
2011-01-26mmc: sdhci-s3c: add platform_8bit_width() hookJaehoon Chung
2011-01-26mmc: jz4740: don't treat NULL clk as an errorJamie Iles
2011-01-26mmc: mmci: don't read command response when invalidRussell King - ARM Linux
2011-01-26mmc: ushc: Remove duplicate include of usb.hJesper Juhl
2011-01-25Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-01-24ARM: 6632/3: mmci: stop using the blockend interruptsLinus Walleij
2011-01-22mmc: msm_sdcc: Add gpio handling function to driverSahitya Tummala
2011-01-22drivers: mmc: msm: remove clock disable in probeDaniel Walker
2011-01-22mmc: msm: fix dma usage not to use internal APIsDaniel Walker
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely