summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-esdhc-imx.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-esdhc-imx: add preset value quirk for mx6Dong Aisheng2013-10-211-1/+3
* mmc: sdhci-esdhc-imx: enable SDR50 tuning for imx6q/dlDong Aisheng2013-10-211-1/+2
* mmc: sdhci-esdhc-imx: add delay line setting supportDong Aisheng2013-10-211-0/+18
* mmc: sdhci-esdhc-imx: add DDR mode support for mx6Dong Aisheng2013-10-211-3/+14
* mmc: sdhci-esdhc-imx: fix reading cap_1 register value for mx6slDong Aisheng2013-10-211-0/+4
* mmc: sdhci-esdhc-imx: add std tuning support for mx6slDong Aisheng2013-10-211-17/+73
* mmc: sdhci-esdhc-imx: create struct esdhc_soc_dataShawn Guo2013-10-211-45/+41
* mmc: sdhci-esdhc-imx: pdev->id_entry should be immutableShawn Guo2013-10-211-14/+7
* mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_USDHCShawn Guo2013-10-211-12/+25
* mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_ENGCM07207Shawn Guo2013-10-211-2/+10
* mmc: sdhci-esdhc-imx: set actual_clock in clock settingDong Aisheng2013-09-271-1/+2
* mmc: sdhci-esdhc-imx: correct pre_div for imx6qDong Aisheng2013-09-261-0/+3
* mmc: sdhci-esdhc-imx: change pinctrl state according to uhs modeDong Aisheng2013-09-261-1/+95
* mmc: sdhci-esdhc-imx: add sd3.0 SDR clock tuning supportDong Aisheng2013-09-261-1/+195
* mmc: sdhci-esdhc-imx: support real clock on and off for imx6qDong Aisheng2013-09-261-2/+17
* mmc: sdhci-esdhc: move common esdhc_set_clock to platform driverDong Aisheng2013-09-261-2/+33
* mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart2013-08-241-1/+1
* mmc: esdhc-imx: parse max-frequency from devicetreeLucas Stach2013-06-271-1/+17
* mmc: sdhci-esdhc: calculate sdclk divider from controller clockLucas Stach2013-06-271-1/+9
* mmc: sdhci: Add size for caller in init+registerChristian Daudt2013-05-311-1/+1
* mmc: sdhci-esdhc-imx: fix multiblock reads on i.MX53Lucas Stach2013-05-261-3/+34
* mmc: sdhci-esdhc-imx: Fix SDIO interruptsMartin Fuzzey2013-05-261-1/+3
* mmc: sdhci: Constify sdhci_ops structs where possibleLars-Peter Clausen2013-03-221-1/+1
* mmc: sdhci_pltfm: Constify sdhci_pltfm_dataLars-Peter Clausen2013-03-221-1/+1
* mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clockLars-Peter Clausen2013-02-241-8/+1
* mmc: sdhci-esdhc-imx: support 8bit modeSascha Hauer2013-02-241-2/+54
* mmc: sdhci-esdhc-imx: Auto CMD23 support for usdhcShawn Guo2013-02-241-1/+9
* mmc: sdhci-esdhc-imx: manually reset MIX_CTRL for usdhcShawn Guo2013-02-241-1/+8
* mmc: sdhci-esdhc-imx: separate transfer mode from command write for usdhcShawn Guo2013-02-241-11/+14
* mmc: sdhci-esdhc-imx: Remove unused variablesFabio Estevam2013-02-241-5/+0
* mmc: sdhci-esdhc-imx: name esdhc specific definitions with ESDHC_ prefixShawn Guo2013-02-241-20/+20
* mmc: sdhci-esdhc-imx: remove D3CD check from SDHCI_HOST_CONTROL writeShawn Guo2013-02-241-4/+2
* mmc: sdhci-esdhc-imx: fix host version readShawn Guo2013-02-241-8/+11
* mmc: sdhci-esdhc-imx: remove ESDHC_CD_GPIO handling from IO accessoryShawn Guo2013-02-111-17/+0
* mmc: sdhci-esdhc-imx: use slot-gpio helpers for CD and WPShawn Guo2013-02-111-40/+16
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-4/+4
|\
| * mmc: remove use of __devexitBill Pemberton2012-11-281-1/+1
| * mmc: remove use of __devinitBill Pemberton2012-11-281-2/+2
| * mmc: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* | mmc: sdhci-imx-esdhc: use more devm_* functionsShawn Guo2012-12-061-38/+18
|/
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-011-1/+1
|\
| * ARM: imx: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
* | mmc: fix comment typosMasanari Iida2012-09-011-1/+1
|/
* mmc: esdhc: Fix DMA_MASK to not break mx25 DMA accessWilson Callan2012-07-221-2/+7
* Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-11/+31
|\
| * Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann2012-05-141-0/+9
| |\
| * | mmc sdhc i.MX: do not depend on grouped clocksSascha Hauer2012-04-251-11/+31
* | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-1/+1
|\ \ \ | |_|/ |/| |
| * | mmc: dt: Consolidate DT bindingsArnd Bergmann2012-05-151-1/+1
| |/
* | mmc: sdhci-imx-esdhc: adopt pinctrl supportDong Aisheng2012-05-111-0/+9
|/
OpenPOWER on IntegriCloud