summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2012-10-06sections: fix section conflicts in drivers/mmcAndi Kleen1-1/+1
2012-10-02Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds1-217/+106
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds8-9/+10
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-4/+0
2012-10-01Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-12/+12
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds6-6/+6
2012-09-25Merge tag 'v3.6-rc6' into spi-mxsMark Brown7-62/+98
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson8-9/+10
2012-09-20ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren1-1/+0
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-16Merge branch 'depends/tty-omap-serial' into next/cleanupOlof Johansson1-12/+12
2012-09-16Merge tag 'cleanup-omap-tags-for-v3.7' of git://git.kernel.org/pub/scm/linux/...Olof Johansson8-63/+97
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman7-61/+97
2012-09-14ARM: tegra: move sdhci platform_data definitionArnd Bergmann1-1/+1
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-14ARM: msm: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann2-3/+3
2012-09-14ARM: davinci: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson1-1/+1
2012-09-11mmc/omap_hsmmc: add a const qualifierUwe Kleine-König1-1/+1
2012-09-10ARM: OMAP: remove plat/board.h fileIgor Grinberg2-2/+0
2012-09-06mmc: tegra: remove useless include of <mach/*.h>Stephen Warren1-1/+0
2012-09-04mmc: omap: fix broken PIO modePaul Walmsley1-3/+11
2012-09-04mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption.Ian Chen1-1/+25
2012-09-04mmc: dw_mmc: Disable low power mode if SDIO interrupts are usedDoug Anderson1-3/+38
2012-09-04mmc: dw_mmc: fix error handling in PIO modeSeungwon Jeon1-27/+2
2012-09-04mmc: dw_mmc: correct mishandling error interruptSeungwon Jeon1-3/+1
2012-09-04mmc: dw_mmc: amend using error interrupt statusSeungwon Jeon1-6/+5
2012-09-04mmc: atmel-mci: not busy flag has also to be used for read operationsLudovic Desroches1-1/+5
2012-09-04mmc: sdhci-esdhc: break out early if clock is 0Shawn Guo1-3/+3
2012-09-04mmc: mxs-mmc: fix deadlock caused by recursion loopLauri Hintsala1-5/+5
2012-09-04mmc: mxs-mmc: fix deadlock in SDIO IRQ caseLauri Hintsala1-2/+2
2012-09-04mmc: bfin_sdh: fix dma_desc_array build errorSonic Zhang1-7/+0
2012-09-01mmc: fix comment typosMasanari Iida6-6/+6
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo1-2/+2
2012-08-17mmc: spi: Pull out common DMA parts from MXS MMCMarek Vasut1-46/+42
2012-08-17mmc: spi: Pull out the SSP clock configuration functionMarek Vasut1-38/+1
2012-08-17mmc: spi: Pull out parts shared between MMC and SPIMarek Vasut1-48/+59
2012-08-17mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSPMarek Vasut1-9/+9
2012-08-17mmc: spi: Move SSP register definitions into separate fileMarek Vasut1-84/+3
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-2/+2
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman29-797/+1253
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-307/+265
2012-07-31ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel reque...Kevin Hilman1-0/+2
2012-07-31mmc: omap: remove private DMA API implementationRussell King1-229/+6
2012-07-31mmc: omap: add DMA engine supportRussell King2-12/+190
2012-07-31mmc: omap_hsmmc: remove private DMA API implementationRussell King1-200/+63