| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: sdhci-of-esdhc: use sdhci_pltfm_init for private allocation | Jisheng Zhang | 2016-02-29 | 1 | -10/+9 |
* | mmc: sdhci-of-esdhc: add/remove some quirks according to vendor version | yangbo lu | 2015-12-22 | 1 | -0/+10 |
* | mmc: sdhci-of-esdhc: avoid writing power control register | yangbo lu | 2015-10-26 | 1 | -0/+6 |
* | mmc: sdhci-of-esdhc: add quirk SDHCI_QUIRK_BROKEN_TIMEOUT_VAL for ls1021a | yangbo lu | 2015-10-26 | 1 | -0/+3 |
* | mmc: sdhci-of-esdhc: support both BE and LE host controller | yangbo lu | 2015-10-26 | 1 | -112/+339 |
* | mmc: sdhci-pltfm: enable interrupt mode to detect card for ls1021a | Yangbo Lu | 2015-10-26 | 1 | -1/+2 |
* | mmc: sdhci-of-esdhc: add workaround for pre divider initial value | Yangbo Lu | 2015-08-27 | 1 | -0/+6 |
* | mmc: sdhci-of-esdhc: enable interrupt mode to detect card | Yangbo Lu | 2015-06-01 | 1 | -0/+7 |
* | mmc: sdhci-of-esdhc: Pre divider starts at 1 | Joakim Tjernlund | 2015-06-01 | 1 | -2/+2 |
* | mmc: sdhci: set the .remove to sdhci_pltfm_unregister() | Kevin Hao | 2015-03-23 | 1 | -6/+1 |
* | mmc: sdhci-of-esdhc: Handle error from mmc_of_parse() | Ulf Hansson | 2015-01-19 | 1 | -2/+8 |
* | mmc: sdhci: Fix FSL ESDHC reset handling quirk | Alessio Igor Bogani | 2015-01-19 | 1 | -1/+9 |
* | mmc: remove .owner field for drivers using module_platform_driver | Peter Griffin | 2014-09-09 | 1 | -1/+0 |
* | mmc: sdhci-of-esdhc: Fixup compile error | Ulf Hansson | 2014-05-23 | 1 | -3/+3 |
* | mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacks | Russell King | 2014-05-22 | 1 | -19/+36 |
* | mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function | Russell King | 2014-05-22 | 1 | -0/+1 |
* | mmc: sdhci: move setting mmc->actual_clock into set_clock handlers | Russell King | 2014-05-22 | 1 | -1/+2 |
* | mmc: sdhci: move setting host->clock into sdhci_do_set_ios() | Russell King | 2014-05-22 | 1 | -3/+1 |
* | mmc: sdhci: convert reset into a library function | Russell King | 2014-05-22 | 1 | -0/+1 |
* | mmc: sdhci: convert generic bus width setup to library function | Russell King | 2014-05-22 | 1 | -4/+2 |
* | mmc: sdhci-esdhc-imx: set actual_clock in clock setting | Dong Aisheng | 2013-09-27 | 1 | -1/+1 |
* | mmc: sdhci-esdhc: move common esdhc_set_clock to platform driver | Dong Aisheng | 2013-09-26 | 1 | -2/+33 |
* | mmc: esdhc: add support to get voltage from device-tree | Haijun Zhang | 2013-08-26 | 1 | -0/+1 |
* | mmc: esdhc: Fix bug when writing to SDHCI_HOST_CONTROL register | Oded Gabbay | 2013-07-05 | 1 | -0/+17 |
* | mmc: esdhc: Add support for 8-bit bus width and non-removable card | Oded Gabbay | 2013-07-05 | 1 | -1/+43 |
* | mmc: sdhci-esdhc: calculate sdclk divider from controller clock | Lucas Stach | 2013-06-27 | 1 | -1/+1 |
* | mmc: sdhci: Add size for caller in init+register | Christian Daudt | 2013-05-31 | 1 | -1/+1 |
* | mmc: sdhci: Constify sdhci_ops structs where possible | Lars-Peter Clausen | 2013-03-22 | 1 | -1/+1 |
* | mmc: sdhci_pltfm: Constify sdhci_pltfm_data | Lars-Peter Clausen | 2013-03-22 | 1 | -1/+1 |
* | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-12-11 | 1 | -3/+3 |
|\ |
|
| * | mmc: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
| * | mmc: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
| * | mmc: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | | mmc: eSDHC: Recover from ADMA errors | Haijun Zhang | 2012-12-06 | 1 | -1/+50 |
* | | mmc: sdhci-of-esdhc: support commands with busy response expecting TC | Jerry Huang | 2012-12-06 | 1 | -0/+3 |
|/ |
|
* | mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCs | Jerry Huang | 2012-11-07 | 1 | -0/+11 |
* | mmc: eSDHC: Add ADMA mode support | Jerry Huang | 2012-09-04 | 1 | -3/+33 |
* | mmc: esdhc: Workaround for data crc error on p1010rdb | Jerry Huang | 2012-03-26 | 1 | -2/+17 |
* | mmc: esdhc: Implement power management for ESDHC | Jerry Huang | 2012-03-26 | 1 | -0/+18 |
* | mmc: esdhc: fix errors when booting kernel on Freescale eSDHC version 2.3 | Roy Zang | 2012-02-12 | 1 | -0/+32 |
* | mmc: convert drivers/mmc/host/* to use module_platform_driver() | Axel Lin | 2012-01-12 | 1 | -11/+1 |
* | mmc: sdhci: remove "state" argument from sdhci_suspend_host | Manuel Lauss | 2011-12-20 | 1 | -4/+1 |
* | mmc: Add module.h to drivers/mmc users assuming implicit presence. | Paul Gortmaker | 2011-10-26 | 1 | -0/+1 |
* | mmc: sdhci-of-esdhc: Access Freescale eSDHC registers as 32-bit | Xu lei | 2011-10-26 | 1 | -4/+14 |
* | mmc: sdhci: change sdhci-pltfm into a module | Shawn Guo | 2011-07-20 | 1 | -1/+0 |
* | mmc: sdhci: make sdhci-of device drivers self registered | Shawn Guo | 2011-07-20 | 1 | -2/+51 |
* | mmc: sdhci: eliminate sdhci_of_host and sdhci_of_data | Shawn Guo | 2011-07-20 | 1 | -17/+19 |
* | mmc: sdhci-esdhc: remove SDHCI_QUIRK_NO_CARD_NO_RESET from esdhc | Richard Zhu | 2011-03-25 | 1 | -1/+2 |
* | mmc: sdhci-esdhc: broken card detection is not a default quirk | Wolfram Sang | 2011-03-17 | 1 | -1/+2 |
* | mmc: sdhci-of-esdhc: factor out common stuff | Wolfram Sang | 2010-10-23 | 1 | -62/+8 |