aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAge
* mmc: core: add missing pm event in mmc_pm_notify to fix hib restoreGrygorii Strashko2015-05-04
* Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson2015-04-17
* mmc: pwrseq: Fix error code propagation in mmc_pwrseq_simple_alloc()Javier Martinez Canillas2015-04-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-14
|\
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-06
* | mmc: Add support for marking hpi as broken through devicetreeHans de Goede2015-04-02
* | mmc: core: Enable runtime PM management of host devicesUlf Hansson2015-03-31
* | mmc: core: Remove the ->enable|disable() callbacksNeilBrown2015-03-27
* | mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus.NeilBrown2015-03-23
* | mmc: pwrseq: simplify alloc/free hooksAlexandre Courbot2015-03-23
* | mmc: pwrseq_simple: fix error path in mmc_pwrseq_simple_allocNeilBrown2015-03-19
* | mmc: pwrseq: add driver for emmc hardware resetMarek Szyprowski2015-02-04
* | mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON stateUlf Hansson2015-02-03
* | mmc: pwrseq_simple: Add optional reference clock supportJavier Martinez Canillas2015-01-30
* | mmc: pwrseq_simple: Extend to support more pinsJavier Martinez Canillas2015-01-30
* | mmc: Resolve BKOPS compatability issueAlexey Skidanov2015-01-29
* | mmc: pwrseq_simple: Add support for a reset GPIO pinUlf Hansson2015-01-28
* | mmc: pwrseq: Initial support for the simple MMC power sequence providerUlf Hansson2015-01-28
* | mmc: core: Initial support for MMC power sequencesUlf Hansson2015-01-28
* | mmc: core: Move mmc_card_removed() into mmc_start_request()Adrian Hunter2015-01-19
* | mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter2015-01-19
* | mmc: slot-gpio: Allow host driver to provide isr for card-detect interruptsNeilBrown2015-01-19
* | mmc: sd: add reset bus_ops callbackJohan Rudholm2015-01-19
* | mmc: core: refactor the hw_reset routinesJohan Rudholm2015-01-19
* | mmc: core: always check status after resetJohan Rudholm2015-01-19
* | mmc: Add SDIO function devicetree subnode parsingSascha Hauer2015-01-19
* | mmc: core: Make tuning block patterns staticUlf Hansson2015-01-19
* | mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson2015-01-19
* | mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson2015-01-19
* | mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC coreUlf Hansson2015-01-19
* | mmc: slot-gpio: Use the parent device while allocating dataUlf Hansson2015-01-19
* | mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOsUlf Hansson2015-01-19
* | mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson2015-01-19
* | mmc: core: Support the optional init_card() callback for MMC and SDDoug Anderson2015-01-19
* | mmc: core: stop trying to switch width when only one bit is supportedAlexandre Belloni2014-12-29
* | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-11
|\ \
| * | MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-04
| |/
* | mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson2014-12-08
* | mmc: core: add core-level function for sending tuning commandsMinda Chen2014-11-26
* | mmc: core: hold SD Clock before CMD11 during SignalVincent Yang2014-11-26
* | mmc: core: reset sdio card properly on resume.NeilBrown2014-11-26
* | mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_r...NeilBrown2014-11-26
* | mmc: core: consistent handling of initial valuesJohan Rudholm2014-11-26
* | mmc: core: use mmc_send_status to check hw_resetJohan Rudholm2014-11-10
* | mmc: core: Convert to use kzalloc() for CXD register buffersUlf Hansson2014-11-10
* | mmc: core: Don't handle buffers on stack while fetching CXD registersUlf Hansson2014-11-10
* | mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson2014-11-10
* | mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson2014-11-10
* | mmc: core: Export mmc_get_ext_csd()Ulf Hansson2014-11-10
* | mmc: core: Don't panic when fetching EXT_CSDUlf Hansson2014-11-10