summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mmc: sdhci-spear: No need to check 'pdev == NULL' in probeViresh Kumar2012-05-011-2/+0
| * | | | | mmc: cd-gpio: protect against NULL context in mmc_cd_gpio_free()Guennadi Liakhovetski2012-04-241-0/+3
| * | | | | mmc: core: check PM_SLEEP for mmc_bus_suspend/resume callbacksChuanxiao Dong2012-04-231-0/+2
| * | | | | mmc: omap_hsmmc: release correct resourceRussell King2012-04-221-1/+3
| * | | | | mmc: tegra: support SDHCI SPEC 300Pavan Kunapuli2012-04-221-0/+26
| * | | | | mmc: sdio: avoid spurious calls to interrupt handlersNicolas Pitre2012-04-222-5/+8
| * | | | | mmc: remove imxmmc driverSascha Hauer2012-04-224-1244/+0
| * | | | | mmc: sdhci: Log what timeout was set if the timeout is too largeMark Brown2012-04-221-2/+2
| * | | | | mmc: davinci_mmc: set MODULE_ALIAS to allow autoloadingJan Luebbe2012-04-221-0/+1
| * | | | | mmc: omap_hsmmc: Cleanup use of cpu_is_* for debounce_clockRajendra Nayak2012-04-221-22/+17
| * | | | | mmc: omap_hsmmc: use spinlock IRQ safe variantVenkatraman S2012-04-221-8/+11
| * | | | | mmc: omap_hsmmc: add DDR supportBalaji T K2012-04-221-0/+5
| * | | | | mmc: omap_hsmmc: Enable Auto CMD12Balaji T K2012-04-221-3/+12
| |/ / / /
* | | | | Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-223-19/+22
|\ \ \ \ \
| * \ \ \ \ Merge branch 'imx/pinctrl/for-3.5' of git://git.linaro.org/people/shawnguo/li...Olof Johansson2012-05-112-0/+20
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | 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/gpio-pinmux' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2012-05-091-19/+5
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | gpio: tegra: Hide tegra_gpio_enable/disable()Stephen Warren2012-04-181-19/+5
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' a...Russell King2012-05-2111-80/+104
|\ \ \ \ \ \ | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | |
| | | * | ARM: 7378/1: mmci: add support for the Nomadik MMCI variantLinus Walleij2012-04-251-0/+16
| | |/ /
| * | | 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
| | |/ | |/|
* / | AMBA: get rid of last two uses of NO_IRQRussell King2012-05-031-1/+1
|/ /
* | 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