summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: pwrseq: Use highest priority for eMMC restart handlerJavier Martinez Canillas2015-10-271-3/+3
* mmc: mmc: extend the mmc_send_tuning()Chaotian Jing2015-10-271-4/+4
* mmc: core: Add DT bindings for eMMC hardware reset supportChaotian Jing2015-10-271-0/+2
* mmc: skip reclaiming host on mmc_add_card() errorSergei Shtylyov2015-10-262-4/+2Star
* mmc: core: Add mmc_regulator_set_vqmmc()Douglas Anderson2015-10-261-0/+78
* mmc: core: move ocr-bit to voltage translation into separate functionHeiko Stuebner2015-10-261-16/+35
* mmc: core: Remove MMC_CLKGATEUlf Hansson2015-10-2610-426/+19Star
* 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/+15Star
* 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/+0Star
* 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/+0Star
* 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/+2Star
* 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/+1Star
* mmc: core: Remove redundant ->power_restore() callback for MMCUlf Hansson2015-06-041-13/+1Star
* 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/+4Star
* mmc: core: Allow card drive strength to be different to hostAdrian Hunter2015-06-012-45/+31Star
* 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