summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Attach PM domain prior probing of SDIO func driverUlf Hansson2015-06-041-4/+8
* mmc: core: Remove redundant ->power_restore() callback for SDUlf Hansson2015-06-041-13/+1
* mmc: core: Remove redundant ->power_restore() callback for MMCUlf Hansson2015-06-041-13/+1
* mmc: mmc: Add driver strength selectionAdrian Hunter2015-06-011-7/+38
* mmc: mmc: Read card's valid driver strength maskAdrian Hunter2015-06-011-0/+1
* mmc: core: Record card drive strengthAdrian Hunter2015-06-012-0/+6
* mmc: core: Factor out common code in drive strength selectionAdrian Hunter2015-06-014-46/+46
* mmc: core: Add 'card' to drive strength selection callbackAdrian Hunter2015-06-012-2/+2
* mmc: core: Simplify card drive strength maskAdrian Hunter2015-06-012-20/+4
* mmc: core: Allow card drive strength to be different to hostAdrian Hunter2015-06-012-45/+31
* mmc: core: Reset driver type to defaultAdrian Hunter2015-06-011-0/+1
* mmc: core: Increase delay for voltage to stabilize from 3.3V to 1.8VDoug Anderson2015-06-011-2/+2
* mmc: cast u8 to unsigned long long to avoid unexpected errorKuninori Morimoto2015-06-011-2/+4
* mmc: dt: Allow to specify that no write protect signal is presentLars-Peter Clausen2015-06-011-0/+3
* mmc: Add support for disabling write-protect detectionLars-Peter Clausen2015-06-011-7/+23
* mmc: core: Don't print reset warning if reset is not supportedAdrian Hunter2015-06-011-1/+2
* mmc: core: Flag re-tuning is needed on CRC errorsAdrian Hunter2015-06-011-0/+6
* mmc: core: Add support for HS400 re-tuningAdrian Hunter2015-06-013-0/+107
* mmc: core: Separate out the mmc_switch status check so it can be re-usedAdrian Hunter2015-06-012-14/+17
* mmc: mmc: Hold re-tuning in mmc_sleep()Adrian Hunter2015-06-011-2/+8
* mmc: core: Hold re-tuning while bkops ongoingAdrian Hunter2015-06-011-0/+6
* mmc: core: Hold re-tuning during erase commandsAdrian Hunter2015-06-011-0/+3
* mmc: core: Hold re-tuning during switch commandsAdrian Hunter2015-06-011-10/+20
* mmc: core: Add support for re-tuning before each requestAdrian Hunter2015-06-011-7/+28
* mmc: core: Enable / disable re-tuningAdrian Hunter2015-06-012-1/+9
* mmc: host: Add facility to support re-tuningAdrian Hunter2015-06-012-0/+74
* mmc: sdio: add reset callback to bus operationsAndreas Fenkart2015-05-251-0/+7
* mmc: core: add missing pm event in mmc_pm_notify to fix hib restoreGrygorii Strashko2015-05-041-0/+1
* Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson2015-04-171-8/+33
* mmc: pwrseq: Fix error code propagation in mmc_pwrseq_simple_alloc()Javier Martinez Canillas2015-04-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-142-4/+4
|\
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-062-4/+4
* | mmc: Add support for marking hpi as broken through devicetreeHans de Goede2015-04-021-1/+9
* | mmc: core: Enable runtime PM management of host devicesUlf Hansson2015-03-311-1/+9
* | mmc: core: Remove the ->enable|disable() callbacksNeilBrown2015-03-271-5/+0
* | mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus.NeilBrown2015-03-231-20/+12
* | mmc: pwrseq: simplify alloc/free hooksAlexandre Courbot2015-03-234-18/+26
* | mmc: pwrseq_simple: fix error path in mmc_pwrseq_simple_allocNeilBrown2015-03-191-1/+1
* | mmc: pwrseq: add driver for emmc hardware resetMarek Szyprowski2015-02-044-1/+106
* | mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON stateUlf Hansson2015-02-031-2/+2
* | mmc: pwrseq_simple: Add optional reference clock supportJavier Martinez Canillas2015-01-301-2/+36
* | mmc: pwrseq_simple: Extend to support more pinsJavier Martinez Canillas2015-01-301-15/+40
* | mmc: Resolve BKOPS compatability issueAlexey Skidanov2015-01-292-4/+6
* | mmc: pwrseq_simple: Add support for a reset GPIO pinUlf Hansson2015-01-281-0/+38
* | mmc: pwrseq: Initial support for the simple MMC power sequence providerUlf Hansson2015-01-284-2/+111
* | mmc: core: Initial support for MMC power sequencesUlf Hansson2015-01-285-2/+101
* | mmc: core: Move mmc_card_removed() into mmc_start_request()Adrian Hunter2015-01-191-12/+20
* | mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter2015-01-195-32/+36
* | mmc: slot-gpio: Allow host driver to provide isr for card-detect interruptsNeilBrown2015-01-191-1/+17
* | mmc: sd: add reset bus_ops callbackJohan Rudholm2015-01-191-0/+7
OpenPOWER on IntegriCloud