summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: enable CMD19 tuning for DDR50 modeWeijun Yang2015-10-261-2/+18
* mmc: debugfs: implement ios show for SDR12 and SDR25Shawn Lin2015-10-261-0/+6
* mmc: Wait for card_busy before starting sdio requestsHans de Goede2015-10-261-0/+17
* mmc: Add mmc_is_io_op helper functionHans de Goede2015-10-261-0/+7
* mmc: pwrseq_simple: use GPIO descriptors array APIJavier Martinez Canillas2015-10-261-30/+15
* mmc: debugfs: implement ios show for driver typeShawn Lin2015-10-261-0/+19
* mmc: pwrseq: use gpiod_get() instead of index 0Javier Martinez Canillas2015-10-261-1/+1
* mmc: core: Convert __mmc_switch() into an internal core functionUlf Hansson2015-10-262-1/+3
* mmc: sd: Remove superfluous error code assignmentYousong Zhou2015-10-261-2/+0
* mmc: core: Keep host claimed while invoking mmc_power_off|up()Ulf Hansson2015-10-262-5/+21
* mmc: core: Fix init_card in 52MhzChaotian Jing2015-10-211-7/+0
* mmc: core: fix dead loop of mmc_retuneChaotian Jing2015-09-301-2/+4
* mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson2015-09-291-2/+2
* mmc: core: fix race condition in mmc_wait_data_doneJialing Fu2015-08-311-2/+4
* mmc: block: skip trim for some kingston eMMCsShawn Lin2015-08-271-1/+2
* mmc: host: use of_property_read_bool()Sergei Shtylyov2015-08-271-21/+21
* mmc: core: Fixed bug in one erase-group budget TRIMRobin van der Gracht2015-08-271-3/+2
* mmc: core: Optimize case for exactly one erase-group budgetDavid Jander2015-08-171-4/+34
* 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
OpenPOWER on IntegriCloud