summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mmc: Add support for marking hpi as broken through devicetreeHans de Goede2015-04-021-1/+9
* | mmc: core: Enable runtime PM management of host devicesUlf Hansson2015-03-311-1/+9
* | mmc: core: Remove the ->enable|disable() callbacksNeilBrown2015-03-271-5/+0
* | mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus.NeilBrown2015-03-231-20/+12
* | mmc: pwrseq: simplify alloc/free hooksAlexandre Courbot2015-03-234-18/+26
* | mmc: pwrseq_simple: fix error path in mmc_pwrseq_simple_allocNeilBrown2015-03-191-1/+1
* | mmc: pwrseq: add driver for emmc hardware resetMarek Szyprowski2015-02-044-1/+106
* | mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON stateUlf Hansson2015-02-031-2/+2
* | mmc: pwrseq_simple: Add optional reference clock supportJavier Martinez Canillas2015-01-301-2/+36
* | mmc: pwrseq_simple: Extend to support more pinsJavier Martinez Canillas2015-01-301-15/+40
* | mmc: Resolve BKOPS compatability issueAlexey Skidanov2015-01-292-4/+6
* | mmc: pwrseq_simple: Add support for a reset GPIO pinUlf Hansson2015-01-281-0/+38
* | mmc: pwrseq: Initial support for the simple MMC power sequence providerUlf Hansson2015-01-284-2/+111
* | mmc: core: Initial support for MMC power sequencesUlf Hansson2015-01-285-2/+101
* | mmc: core: Move mmc_card_removed() into mmc_start_request()Adrian Hunter2015-01-191-12/+20
* | mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter2015-01-195-32/+36
* | mmc: slot-gpio: Allow host driver to provide isr for card-detect interruptsNeilBrown2015-01-191-1/+17
* | mmc: sd: add reset bus_ops callbackJohan Rudholm2015-01-191-0/+7
* | mmc: core: refactor the hw_reset routinesJohan Rudholm2015-01-193-34/+51
* | mmc: core: always check status after resetJohan Rudholm2015-01-191-19/+5
* | mmc: Add SDIO function devicetree subnode parsingSascha Hauer2015-01-194-0/+46
* | mmc: core: Make tuning block patterns staticUlf Hansson2015-01-192-32/+30
* | mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson2015-01-192-59/+23
* | mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson2015-01-191-7/+6
* | mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC coreUlf Hansson2015-01-192-1/+16
* | mmc: slot-gpio: Use the parent device while allocating dataUlf Hansson2015-01-191-4/+4
* | mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOsUlf Hansson2015-01-191-88/+4
* | mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson2015-01-191-22/+6
* | mmc: core: Support the optional init_card() callback for MMC and SDDoug Anderson2015-01-192-1/+12
* | mmc: core: stop trying to switch width when only one bit is supportedAlexandre Belloni2014-12-291-1/+1
* | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-2/+2
|\ \
| * | MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-2/+2
| |/
* | mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson2014-12-081-4/+3
* | mmc: core: add core-level function for sending tuning commandsMinda Chen2014-11-261-0/+70
* | mmc: core: hold SD Clock before CMD11 during SignalVincent Yang2014-11-261-5/+8
* | mmc: core: reset sdio card properly on resume.NeilBrown2014-11-261-2/+6
* | mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_r...NeilBrown2014-11-261-1/+1
* | mmc: core: consistent handling of initial valuesJohan Rudholm2014-11-262-25/+23
* | mmc: core: use mmc_send_status to check hw_resetJohan Rudholm2014-11-101-8/+2
* | mmc: core: Convert to use kzalloc() for CXD register buffersUlf Hansson2014-11-101-3/+3
* | mmc: core: Don't handle buffers on stack while fetching CXD registersUlf Hansson2014-11-101-20/+1
* | mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson2014-11-101-8/+2
* | mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson2014-11-102-22/+4
* | mmc: core: Export mmc_get_ext_csd()Ulf Hansson2014-11-102-31/+29
* | mmc: core: Don't panic when fetching EXT_CSDUlf Hansson2014-11-101-4/+2