summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
...
| * mmc: bfin_sdh: limit mmc DMA segment len to 1 for bf518.Sonic Zhang2012-09-041-0/+4
| * mmc: omap_hsmmc: Handle failure of regulator_get better.NeilBrown2012-09-041-2/+2
| * mmc: vub300: add missing usb_free_urbJulia Lawall2012-09-041-2/+2
| * mmc: sdhci-dove: DT support for sdhci-doveSebastian Hesselbarth2012-09-041-0/+8
| * mmc: sdhci-pxav2, sdhci-pxav3: use clk_prepare/unprepare APIsChao Xie2012-09-042-7/+7
| * mmc: atmel-mci: add device tree supportLudovic Desroches2012-09-041-2/+83
| * mmc: sdhci: vmmc regulator should be explicitly enabled/disabledPhilip Rakity2012-09-041-2/+5
| * mmc: sdhci: Add regulator support for vccq (voltage regualor)Philip Rakity2012-09-041-65/+116
| * mmc: eSDHC: Add ADMA mode supportJerry Huang2012-09-041-3/+33
| * mmc: pxa-mci: add DT bindingsDaniel Mack2012-09-041-0/+52
* | sections: fix section conflicts in drivers/mmcAndi Kleen2012-10-061-1/+1
* | Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds2012-10-021-217/+106
|\ \
| * \ Merge tag 'v3.6-rc6' into spi-mxsMark Brown2012-09-256-61/+73
| |\ \ | | |/
| * | mmc: spi: Pull out common DMA parts from MXS MMCMarek Vasut2012-08-171-46/+42
| * | mmc: spi: Pull out the SSP clock configuration functionMarek Vasut2012-08-171-38/+1
| * | mmc: spi: Pull out parts shared between MMC and SPIMarek Vasut2012-08-171-48/+59
| * | mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSPMarek Vasut2012-08-171-9/+9
| * | mmc: spi: Move SSP register definitions into separate fileMarek Vasut2012-08-171-84/+3
* | | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-018-9/+10
|\ \ \
| * \ \ Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-228-9/+10
| |\ \ \
| | * | | ARM: samsung: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
| | * | | ARM: orion: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
| | * | | ARM: tegra: move sdhci platform_data definitionArnd Bergmann2012-09-141-1/+1
| | * | | ARM: pxa: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | * | | ARM: msm: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | * | | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-142-3/+3
| | * | | ARM: davinci: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | |/ /
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-013-4/+0
|\ \ \ \ | |/ / /
| * | | ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren2012-09-201-1/+0
| * | | Merge tag 'cleanup-omap-tags-for-v3.7' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2012-09-167-62/+72
| |\ \ \
| | * | | ARM: OMAP: remove plat/board.h fileIgor Grinberg2012-09-102-2/+0
| | | |/ | | |/|
| * | | mmc: tegra: remove useless include of <mach/*.h>Stephen Warren2012-09-061-1/+0
| | |/ | |/|
* | | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-011-1/+1
|\ \ \
| * \ \ Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2012-09-131-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | mmc/omap_hsmmc: add a const qualifierUwe Kleine-König2012-09-111-1/+1
| | |/
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-015-5/+5
|\ \ \ | |/ / |/| |
| * | mmc: fix comment typosMasanari Iida2012-09-015-5/+5
* | | mmc: omap: fix broken PIO modePaul Walmsley2012-09-041-3/+11
* | | mmc: dw_mmc: Disable low power mode if SDIO interrupts are usedDoug Anderson2012-09-041-3/+38
* | | mmc: dw_mmc: fix error handling in PIO modeSeungwon Jeon2012-09-041-27/+2
* | | mmc: dw_mmc: correct mishandling error interruptSeungwon Jeon2012-09-041-3/+1
* | | mmc: dw_mmc: amend using error interrupt statusSeungwon Jeon2012-09-041-6/+5
* | | mmc: atmel-mci: not busy flag has also to be used for read operationsLudovic Desroches2012-09-041-1/+5
* | | mmc: sdhci-esdhc: break out early if clock is 0Shawn Guo2012-09-041-3/+3
* | | mmc: mxs-mmc: fix deadlock caused by recursion loopLauri Hintsala2012-09-041-5/+5
* | | mmc: mxs-mmc: fix deadlock in SDIO IRQ caseLauri Hintsala2012-09-041-2/+2
* | | mmc: bfin_sdh: fix dma_desc_array build errorSonic Zhang2012-09-041-7/+0
| |/ |/|
* | Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-08-012-307/+265
|\ \
| * | ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel reque...Kevin Hilman2012-07-311-0/+2
| * | mmc: omap: remove private DMA API implementationRussell King2012-07-311-229/+6
OpenPOWER on IntegriCloud