aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-31mmc: core: fix race condition in mmc_wait_data_doneJialing Fu1-2/+4
2015-08-27mmc: block: skip trim for some kingston eMMCsShawn Lin1-1/+2
2015-08-27mmc: host: use of_property_read_bool()Sergei Shtylyov1-21/+21
2015-08-27mmc: core: Fixed bug in one erase-group budget TRIMRobin van der Gracht1-3/+2
2015-08-17mmc: core: Optimize case for exactly one erase-group budgetDavid Jander1-4/+34
2015-06-04mmc: core: Attach PM domain prior probing of SDIO func driverUlf Hansson1-4/+8
2015-06-04mmc: core: Remove redundant ->power_restore() callback for SDUlf Hansson1-13/+1
2015-06-04mmc: core: Remove redundant ->power_restore() callback for MMCUlf Hansson1-13/+1
2015-06-01mmc: mmc: Add driver strength selectionAdrian Hunter1-7/+38
2015-06-01mmc: mmc: Read card's valid driver strength maskAdrian Hunter1-0/+1
2015-06-01mmc: core: Record card drive strengthAdrian Hunter2-0/+6
2015-06-01mmc: core: Factor out common code in drive strength selectionAdrian Hunter4-46/+46
2015-06-01mmc: core: Add 'card' to drive strength selection callbackAdrian Hunter2-2/+2
2015-06-01mmc: core: Simplify card drive strength maskAdrian Hunter2-20/+4
2015-06-01mmc: core: Allow card drive strength to be different to hostAdrian Hunter2-45/+31
2015-06-01mmc: core: Reset driver type to defaultAdrian Hunter1-0/+1
2015-06-01mmc: core: Increase delay for voltage to stabilize from 3.3V to 1.8VDoug Anderson1-2/+2
2015-06-01mmc: cast u8 to unsigned long long to avoid unexpected errorKuninori Morimoto1-2/+4
2015-06-01mmc: dt: Allow to specify that no write protect signal is presentLars-Peter Clausen1-0/+3
2015-06-01mmc: Add support for disabling write-protect detectionLars-Peter Clausen1-7/+23
2015-06-01mmc: core: Don't print reset warning if reset is not supportedAdrian Hunter1-1/+2
2015-06-01mmc: core: Flag re-tuning is needed on CRC errorsAdrian Hunter1-0/+6
2015-06-01mmc: core: Add support for HS400 re-tuningAdrian Hunter3-0/+107
2015-06-01mmc: core: Separate out the mmc_switch status check so it can be re-usedAdrian Hunter2-14/+17
2015-06-01mmc: mmc: Hold re-tuning in mmc_sleep()Adrian Hunter1-2/+8
2015-06-01mmc: core: Hold re-tuning while bkops ongoingAdrian Hunter1-0/+6
2015-06-01mmc: core: Hold re-tuning during erase commandsAdrian Hunter1-0/+3
2015-06-01mmc: core: Hold re-tuning during switch commandsAdrian Hunter1-10/+20
2015-06-01mmc: core: Add support for re-tuning before each requestAdrian Hunter1-7/+28
2015-06-01mmc: core: Enable / disable re-tuningAdrian Hunter2-1/+9
2015-06-01mmc: host: Add facility to support re-tuningAdrian Hunter2-0/+74
2015-05-25mmc: sdio: add reset callback to bus operationsAndreas Fenkart1-0/+7
2015-05-04mmc: core: add missing pm event in mmc_pm_notify to fix hib restoreGrygorii Strashko1-0/+1
2015-04-17Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson1-8/+33
2015-04-17mmc: pwrseq: Fix error code propagation in mmc_pwrseq_simple_alloc()Javier Martinez Canillas1-1/+1
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-4/+4
2015-04-02mmc: Add support for marking hpi as broken through devicetreeHans de Goede1-1/+9
2015-03-31mmc: core: Enable runtime PM management of host devicesUlf Hansson1-1/+9
2015-03-27mmc: core: Remove the ->enable|disable() callbacksNeilBrown1-5/+0
2015-03-23mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus.NeilBrown1-20/+12
2015-03-23mmc: pwrseq: simplify alloc/free hooksAlexandre Courbot4-18/+26
2015-03-19mmc: pwrseq_simple: fix error path in mmc_pwrseq_simple_allocNeilBrown1-1/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida2-4/+4
2015-02-04mmc: pwrseq: add driver for emmc hardware resetMarek Szyprowski4-1/+106
2015-02-03mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON stateUlf Hansson1-2/+2
2015-01-30mmc: pwrseq_simple: Add optional reference clock supportJavier Martinez Canillas1-2/+36
2015-01-30mmc: pwrseq_simple: Extend to support more pinsJavier Martinez Canillas1-15/+40
2015-01-29mmc: Resolve BKOPS compatability issueAlexey Skidanov2-4/+6
2015-01-28mmc: pwrseq_simple: Add support for a reset GPIO pinUlf Hansson1-0/+38
2015-01-28mmc: pwrseq: Initial support for the simple MMC power sequence providerUlf Hansson4-2/+111