summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2016-06-06mmc: longer timeout for long read time quirkMatt Gumbel
2016-06-06mmc: mmc: Fix partition switch timeout for some eMMCsAdrian Hunter
2016-02-03mmc: core: Enable tuning according to the actual timingCarlo Caione
2016-02-03mmc: core: enable CMD19 tuning for DDR50 modeWeijun Yang
2016-02-01mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter
2015-10-22mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson
2015-09-29mmc: core: fix race condition in mmc_wait_data_doneJialing Fu
2015-05-04mmc: core: add missing pm event in mmc_pm_notify to fix hib restoreGrygorii Strashko
2015-04-17Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson
2015-04-17mmc: pwrseq: Fix error code propagation in mmc_pwrseq_simple_alloc()Javier Martinez Canillas
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-04-02mmc: Add support for marking hpi as broken through devicetreeHans de Goede
2015-03-31mmc: core: Enable runtime PM management of host devicesUlf Hansson
2015-03-27mmc: core: Remove the ->enable|disable() callbacksNeilBrown
2015-03-23mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus.NeilBrown
2015-03-23mmc: pwrseq: simplify alloc/free hooksAlexandre Courbot
2015-03-19mmc: pwrseq_simple: fix error path in mmc_pwrseq_simple_allocNeilBrown
2015-03-06treewide: Fix typo in printk messagesMasanari Iida
2015-02-04mmc: pwrseq: add driver for emmc hardware resetMarek Szyprowski
2015-02-03mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON stateUlf Hansson
2015-01-30mmc: pwrseq_simple: Add optional reference clock supportJavier Martinez Canillas
2015-01-30mmc: pwrseq_simple: Extend to support more pinsJavier Martinez Canillas
2015-01-29mmc: Resolve BKOPS compatability issueAlexey Skidanov
2015-01-28mmc: pwrseq_simple: Add support for a reset GPIO pinUlf Hansson
2015-01-28mmc: pwrseq: Initial support for the simple MMC power sequence providerUlf Hansson
2015-01-28mmc: core: Initial support for MMC power sequencesUlf Hansson
2015-01-19mmc: core: Move mmc_card_removed() into mmc_start_request()Adrian Hunter
2015-01-19mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter
2015-01-19mmc: slot-gpio: Allow host driver to provide isr for card-detect interruptsNeilBrown
2015-01-19mmc: sd: add reset bus_ops callbackJohan Rudholm
2015-01-19mmc: core: refactor the hw_reset routinesJohan Rudholm
2015-01-19mmc: core: always check status after resetJohan Rudholm
2015-01-19mmc: Add SDIO function devicetree subnode parsingSascha Hauer
2015-01-19mmc: core: Make tuning block patterns staticUlf Hansson
2015-01-19mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson
2015-01-19mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson
2015-01-19mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC coreUlf Hansson
2015-01-19mmc: slot-gpio: Use the parent device while allocating dataUlf Hansson
2015-01-19mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOsUlf Hansson
2015-01-19mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson
2015-01-19mmc: core: Support the optional init_card() callback for MMC and SDDoug Anderson
2014-12-29mmc: core: stop trying to switch width when only one bit is supportedAlexandre Belloni
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-08mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-11-26mmc: core: add core-level function for sending tuning commandsMinda Chen
2014-11-26mmc: core: hold SD Clock before CMD11 during SignalVincent Yang
2014-11-26mmc: core: reset sdio card properly on resume.NeilBrown
2014-11-26mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_r...NeilBrown
2014-11-26mmc: core: consistent handling of initial valuesJohan Rudholm