aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-of-esdhc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-23mmc: sdhci-of-esdhc: Fixup compile errorUlf Hansson1-3/+3
2014-05-22mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacksRussell King1-19/+36
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King1-0/+1
2014-05-22mmc: sdhci: move setting mmc->actual_clock into set_clock handlersRussell King1-1/+2
2014-05-22mmc: sdhci: move setting host->clock into sdhci_do_set_ios()Russell King1-3/+1
2014-05-22mmc: sdhci: convert reset into a library functionRussell King1-0/+1
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King1-4/+2
2013-09-27mmc: sdhci-esdhc-imx: set actual_clock in clock settingDong Aisheng1-1/+1
2013-09-26mmc: sdhci-esdhc: move common esdhc_set_clock to platform driverDong Aisheng1-2/+33
2013-08-26mmc: esdhc: add support to get voltage from device-treeHaijun Zhang1-0/+1
2013-07-05mmc: esdhc: Fix bug when writing to SDHCI_HOST_CONTROL registerOded Gabbay1-0/+17
2013-07-05mmc: esdhc: Add support for 8-bit bus width and non-removable cardOded Gabbay1-1/+43
2013-06-27mmc: sdhci-esdhc: calculate sdclk divider from controller clockLucas Stach1-1/+1
2013-05-31mmc: sdhci: Add size for caller in init+registerChristian Daudt1-1/+1
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
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2012-12-06mmc: eSDHC: Recover from ADMA errorsHaijun Zhang1-1/+50
2012-12-06mmc: sdhci-of-esdhc: support commands with busy response expecting TCJerry Huang1-0/+3
2012-11-28mmc: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devinitBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-07mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCsJerry Huang1-0/+11
2012-09-04mmc: eSDHC: Add ADMA mode supportJerry Huang1-3/+33
2012-03-25mmc: esdhc: Workaround for data crc error on p1010rdbJerry Huang1-2/+17
2012-03-25mmc: esdhc: Implement power management for ESDHCJerry Huang1-0/+18
2012-02-12mmc: esdhc: fix errors when booting kernel on Freescale eSDHC version 2.3Roy Zang1-0/+32
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin1-11/+1
2011-12-19mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss1-4/+1
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker1-0/+1
2011-10-26mmc: sdhci-of-esdhc: Access Freescale eSDHC registers as 32-bitXu lei1-4/+14
2011-07-20mmc: sdhci: change sdhci-pltfm into a moduleShawn Guo1-1/+0
2011-07-20mmc: sdhci: make sdhci-of device drivers self registeredShawn Guo1-2/+51
2011-07-20mmc: sdhci: eliminate sdhci_of_host and sdhci_of_dataShawn Guo1-17/+19
2011-03-25mmc: sdhci-esdhc: remove SDHCI_QUIRK_NO_CARD_NO_RESET from esdhcRichard Zhu1-1/+2
2011-03-17mmc: sdhci-esdhc: broken card detection is not a default quirkWolfram Sang1-1/+2
2010-10-23mmc: sdhci-of-esdhc: factor out common stuffWolfram Sang1-62/+8
2010-05-27sdhci: build fix: rename SDHCI I/O accessor functionsMatt Fleming1-6/+6
2009-12-17sdhci-of: reorganize driver to support additional hardwareAlbert Herranz1-0/+143