summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'imx/dt/for-3.5' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann2012-05-142-25/+56
|\
| * Merge branch 'imx/pinctrl' into imx/dtArnd Bergmann2012-05-142-0/+20
| |\
| * | mmc sdhc i.MX: do not depend on grouped clocksSascha Hauer2012-04-251-11/+31
| * | mmc mxcmmc: do not depend on grouped clocksSascha Hauer2012-04-251-14/+25
* | | Merge branch 'mxs/dt/for-3.5' of git://git.linaro.org/people/shawnguo/linux-2...Olof Johansson2012-05-122-85/+127
|\ \ \
| * | | mmc: mxs-mmc: add device tree supportShawn Guo2012-05-131-5/+43
| * | | mmc: mxs-mmc: copy wp_gpio in struct mxs_mmc_hostShawn Guo2012-05-131-7/+4
| * | | mmc: mxs-mmc: have dma_channel than dma_res in mxs_mmc_hostShawn Guo2012-05-131-3/+3
| * | | mmc: mxs-mmc: use devm_* helper to make cleanup simplerShawn Guo2012-05-131-31/+9
| * | | mmc: mxs-mmc: move header from mach into linux folderShawn Guo2012-05-131-2/+1
| * | | mmc: mxs-mmc: get rid of the use of cpu_is_xxxShawn Guo2012-05-131-10/+22
| * | | mmc: mxs-mmc: let ssp_is_old take host as parameterShawn Guo2012-05-131-28/+29
| * | | mmc: mxs-mmc: use global stmp_device functionalityShawn Guo2012-05-131-7/+7
| | |/ | |/|
| * | mmc: mxs-mmc: adopt pinctrl supportShawn Guo2012-05-121-0/+8
| * | mmc: sdhci-imx-esdhc: adopt pinctrl supportDong Aisheng2012-05-111-0/+9
* | | Merge branch 'for-3.5/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/sw...Olof Johansson2012-05-091-19/+5
|\ \ \ | |/ / |/| |
| * | gpio: tegra: Hide tegra_gpio_enable/disable()Stephen Warren2012-04-181-19/+5
* | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-04-261-0/+3
|\ \ \ | |_|/ |/| |
| * | dma: mxs-dma: enable channel in device_issue_pending callShawn Guo2012-04-201-0/+3
* | | mmc: core: Do not pre-claim host in suspendUlf Hansson2012-04-201-35/+20
* | | mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung2012-04-201-1/+2
* | | mmc: unbreak sdhci-esdhc-imx on i.MX25Eric Bénard2012-04-201-2/+1
* | | mmc: cd-gpio: Include header to pickup exported symbol prototypesH Hartley Sweeten2012-04-201-0/+1
* | | mmc: sdhci: refine non-removable card checking for card detectionDaniel Drake2012-04-201-1/+1
* | | mmc: dw_mmc: Fix switch from DMA to PIOSeungwon Jeon2012-04-201-1/+3
* | | mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong2012-04-202-17/+9
* | | mmc: omap_hsmmc: Get rid of of_have_populated_dt() usageRajendra Nayak2012-04-201-2/+2
* | | mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=mChris Ball2012-04-201-1/+1
* | | mmc: fixes for eMMC v4.5 sanitize operationAdrian Hunter2012-04-202-16/+40
* | | mmc: fixes for eMMC v4.5 discard operationAdrian Hunter2012-04-202-4/+5
| |/ |/|
* | mmc: use really long write timeout to deal with crappy cardsPaul Walmsley2012-04-051-3/+7
* | mmc: sdhci-dove: Fix compile error by including module.hAlf Høgemark2012-04-051-0/+1
* | mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper2012-04-051-2/+3
* | Revert "mmc: sdhci-pci: Add MSI support"Chris Ball2012-04-051-6/+0
* | Revert "mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllers"Chris Ball2012-04-051-3/+1
* | mmc: core: fix power class selectionSubhash Jadavani2012-04-051-13/+17
* | mmc: omap_hsmmc: fix module re-insertionBalaji T K2012-04-051-3/+1
* | mmc: omap_hsmmc: convert to module_platform_driverFelipe Balbi2012-04-051-15/+1
* | mmc: omap_hsmmc: make it behave well as a moduleFelipe Balbi2012-04-051-4/+5
* | mmc: omap_hsmmc: trivial cleanupsFelipe Balbi2012-04-051-77/+70
* | mmc: omap_hsmmc: context save after enabling runtime pmBalaji T K2012-04-051-2/+2
* | mmc: omap_hsmmc: use runtime put sync in probe error patchBalaji T K2012-04-051-2/+1
* | mmc: sdio: Use empty system suspend/resume callbacks at the bus levelRafael J. Wysocki2012-04-051-3/+9
* | mmc: bus: print bus speed mode of UHS-I cardSubhash Jadavani2012-04-051-2/+15
* | mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllersManuel Lauss2012-04-051-1/+3
* | mmc: sh_mmcif: Simplify calculation of mmc->f_minSimon Horman2012-04-051-7/+1
* | mmc: sh_mmcif: mmc->f_max should be half of the bus clockSimon Horman2012-04-051-6/+6
* | mmc: sh_mmcif: double clock speedSimon Horman2012-04-051-1/+2
* | mmc: block: Remove use of mmc_blk_set_blksizeUlf Hansson2012-04-051-26/+1
* | mmc: atmel-mci: add support for odd clock dividersLudovic Desroches2012-04-052-19/+30
OpenPOWER on IntegriCloud