summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2011-03-18Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+24
2011-03-18Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+27
2011-03-18Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2-1/+40
2011-03-18Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds2-47/+316
2011-03-17Merge remote-tracking branch 'origin' into spi/nextGrant Likely1-6/+9
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King7-161/+398
2011-03-17Merge remote branch 'rmk/for-linus' into for-linusDavid Brown6-91/+67
2011-03-11Merge remote branches 'remotes/origin/pwrdm_clkdm_b_2.6.39', 'remotes/origin/...Paul Walmsley2-11/+27
2011-03-08of_mmc_spi: add card detect irq supportEsben Haabendal1-2/+24
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-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
2011-01-26mmc: jz4740: don't treat NULL clk as an errorJamie Iles1-2/+3
2011-01-26mmc: mmci: don't read command response when invalidRussell King - ARM Linux1-5/+5
2011-01-26mmc: ushc: Remove duplicate include of usb.hJesper Juhl1-1/+0
2011-01-26Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-82/+21
2011-01-24ARM: 6632/3: mmci: stop using the blockend interruptsLinus Walleij2-82/+21
2011-01-22mmc: msm_sdcc: Add gpio handling function to driverSahitya Tummala2-1/+40
2011-01-22drivers: mmc: msm: remove clock disable in probeDaniel Walker1-3/+0
2011-01-22mmc: msm: fix dma usage not to use internal APIsDaniel Walker1-27/+22
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely1-4/+0
2011-01-14mmc: sdhci-of: fix build on non-powerpc platformsRob Herring1-0/+9
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds3-4/+4
2011-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds16-321/+3215
2011-01-10Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-3/+5
2011-01-10mmc: davinci: add support for SDIO irq handlingAlagu Sankar1-5/+73
2011-01-09mmc: tmio_mmc: fix CMD irq handlingArnd Hannemann1-2/+4
2011-01-09mmc: tmio_mmc: handle missing HW interruptsArnd Hannemann1-4/+86
2011-01-09mmc: tmio_mmc: implement SDIO IRQ supportArnd Hannemann1-0/+79
2011-01-09mmc: tmio_mmc: silence compiler warningsArnd Hannemann1-2/+6
2011-01-09mmc: tmio_mmc: implement a bounce buffer for unaligned DMAGuennadi Liakhovetski1-6/+83
2011-01-09mmc: tmio_mmc: merge the private header into the driverGuennadi Liakhovetski2-231/+210
2011-01-09mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failureGuennadi Liakhovetski2-46/+25