summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci-esdhc-imx.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-26mmc: sdhci-esdhc-imx: fix multiblock reads on i.MX53Lucas Stach1-3/+34
2013-05-26mmc: sdhci-esdhc-imx: Fix SDIO interruptsMartin Fuzzey1-1/+3
2013-03-22mmc: sdhci: Constify sdhci_ops structs where possibleLars-Peter Clausen1-1/+1
2013-03-22mmc: sdhci_pltfm: Constify sdhci_pltfm_dataLars-Peter Clausen1-1/+1
2013-02-24mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clockLars-Peter Clausen1-8/+1
2013-02-24mmc: sdhci-esdhc-imx: support 8bit modeSascha Hauer1-2/+54
2013-02-24mmc: sdhci-esdhc-imx: Auto CMD23 support for usdhcShawn Guo1-1/+9
2013-02-24mmc: sdhci-esdhc-imx: manually reset MIX_CTRL for usdhcShawn Guo1-1/+8
2013-02-24mmc: sdhci-esdhc-imx: separate transfer mode from command write for usdhcShawn Guo1-11/+14
2013-02-24mmc: sdhci-esdhc-imx: Remove unused variablesFabio Estevam1-5/+0
2013-02-24mmc: sdhci-esdhc-imx: name esdhc specific definitions with ESDHC_ prefixShawn Guo1-20/+20
2013-02-24mmc: sdhci-esdhc-imx: remove D3CD check from SDHCI_HOST_CONTROL writeShawn Guo1-4/+2
2013-02-24mmc: sdhci-esdhc-imx: fix host version readShawn Guo1-8/+11
2013-02-11mmc: sdhci-esdhc-imx: remove ESDHC_CD_GPIO handling from IO accessoryShawn Guo1-17/+0
2013-02-11mmc: sdhci-esdhc-imx: use slot-gpio helpers for CD and WPShawn Guo1-40/+16
2012-12-12Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2012-12-06mmc: sdhci-imx-esdhc: use more devm_* functionsShawn Guo1-38/+18
2012-11-29mmc: remove use of __devexitBill Pemberton1-1/+1
2012-11-29mmc: remove use of __devinitBill Pemberton1-2/+2
2012-11-29mmc: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-02Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-1/+1
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-01mmc: fix comment typosMasanari Iida1-1/+1
2012-07-23mmc: esdhc: Fix DMA_MASK to not break mx25 DMA accessWilson Callan1-2/+7
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-11/+31
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-05-15mmc: dt: Consolidate DT bindingsArnd Bergmann1-1/+1
2012-05-14Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann1-0/+9
2012-05-11mmc: sdhci-imx-esdhc: adopt pinctrl supportDong Aisheng1-0/+9
2012-04-25mmc sdhc i.MX: do not depend on grouped clocksSascha Hauer1-11/+31
2012-04-21mmc: unbreak sdhci-esdhc-imx on i.MX25Eric BĂ©nard1-2/+1
2012-03-21Merge branch 'next/fixes-non-critical' into next/driversArnd Bergmann1-2/+3
2012-03-04mmc: sdhci-esdhc-imx: fix for mmc cards on i.MX5Sascha Hauer1-2/+3
2012-02-01mmc: sdhci-esdhc-imx: add clk_prepare/clk_unprepareRichard Zhao1-3/+3
2012-01-12mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin1-11/+1
2011-12-20mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss1-4/+1
2011-11-11arm/imx: fix imx6q mmc error when mounting rootfsShawn Guo1-0/+8
2011-10-27mmc: sdhci-esdhc-imx: add basic imx6q usdhc supportShawn Guo1-4/+32
2011-10-26mmc: sdhci-esdhc-imx: Enable ADMA2Richard Zhu1-3/+41
2011-08-28mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.hShawn Guo1-0/+1
2011-08-13mmc: esdhc-imx: fix card interrupt loss on freescale eSDHCTony Lin1-9/+31
2011-07-27mmc: sdhci-esdhc-imx: add device tree probe supportShawn Guo1-9/+69
2011-07-27mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx()Shawn Guo1-4/+53
2011-07-27mmc: sdhci-esdhc-imx: do not reference platform data after probeShawn Guo1-9/+13
2011-07-27mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5Shawn Guo1-51/+87
2011-07-21mmc: sdhci-esdhc-imx: remove "WP" from flag ESDHC_FLAG_GPIO_FOR_CD_WPShawn Guo1-4/+4
2011-07-21mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get clearedShawn Guo1-1/+1
2011-07-21mmc: sdhci: change sdhci-pltfm into a moduleShawn Guo1-1/+0
2011-07-21mmc: sdhci: merge two sdhci-pltfm.h into oneShawn Guo1-1/+0
2011-07-21mmc: sdhci: make sdhci-pltfm device drivers self registeredShawn Guo1-31/+82