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