summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-4/+4
2015-04-02mmc: Add support for marking hpi as broken through devicetreeHans de Goede1-1/+9
2015-03-31mmc: core: Enable runtime PM management of host devicesUlf Hansson1-1/+9
2015-03-27mmc: core: Remove the ->enable|disable() callbacksNeilBrown1-5/+0
2015-03-23mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus.NeilBrown1-20/+12
2015-03-23mmc: pwrseq: simplify alloc/free hooksAlexandre Courbot4-18/+26
2015-03-19mmc: pwrseq_simple: fix error path in mmc_pwrseq_simple_allocNeilBrown1-1/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida2-4/+4
2015-02-04mmc: pwrseq: add driver for emmc hardware resetMarek Szyprowski4-1/+106
2015-02-03mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON stateUlf Hansson1-2/+2
2015-01-30mmc: pwrseq_simple: Add optional reference clock supportJavier Martinez Canillas1-2/+36
2015-01-30mmc: pwrseq_simple: Extend to support more pinsJavier Martinez Canillas1-15/+40
2015-01-29mmc: Resolve BKOPS compatability issueAlexey Skidanov2-4/+6
2015-01-28mmc: pwrseq_simple: Add support for a reset GPIO pinUlf Hansson1-0/+38
2015-01-28mmc: pwrseq: Initial support for the simple MMC power sequence providerUlf Hansson4-2/+111
2015-01-28mmc: core: Initial support for MMC power sequencesUlf Hansson5-2/+101
2015-01-19mmc: core: Move mmc_card_removed() into mmc_start_request()Adrian Hunter1-12/+20
2015-01-19mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter5-32/+36
2015-01-19mmc: slot-gpio: Allow host driver to provide isr for card-detect interruptsNeilBrown1-1/+17
2015-01-19mmc: sd: add reset bus_ops callbackJohan Rudholm1-0/+7
2015-01-19mmc: core: refactor the hw_reset routinesJohan Rudholm3-34/+51
2015-01-19mmc: core: always check status after resetJohan Rudholm1-19/+5
2015-01-19mmc: Add SDIO function devicetree subnode parsingSascha Hauer4-0/+46
2015-01-19mmc: core: Make tuning block patterns staticUlf Hansson2-32/+30
2015-01-19mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson2-59/+23
2015-01-19mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson1-7/+6
2015-01-19mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC coreUlf Hansson2-1/+16
2015-01-19mmc: slot-gpio: Use the parent device while allocating dataUlf Hansson1-4/+4
2015-01-19mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOsUlf Hansson1-88/+4
2015-01-19mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson1-22/+6
2015-01-19mmc: core: Support the optional init_card() callback for MMC and SDDoug Anderson2-1/+12
2014-12-29mmc: core: stop trying to switch width when only one bit is supportedAlexandre Belloni1-1/+1
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2014-12-08mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson1-4/+3
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2014-11-26mmc: core: add core-level function for sending tuning commandsMinda Chen1-0/+70
2014-11-26mmc: core: hold SD Clock before CMD11 during SignalVincent Yang1-5/+8
2014-11-26mmc: core: reset sdio card properly on resume.NeilBrown1-2/+6
2014-11-26mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_r...NeilBrown1-1/+1
2014-11-26mmc: core: consistent handling of initial valuesJohan Rudholm2-25/+23
2014-11-10mmc: core: use mmc_send_status to check hw_resetJohan Rudholm1-8/+2
2014-11-10mmc: core: Convert to use kzalloc() for CXD register buffersUlf Hansson1-3/+3
2014-11-10mmc: core: Don't handle buffers on stack while fetching CXD registersUlf Hansson1-20/+1
2014-11-10mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson1-8/+2
2014-11-10mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson2-22/+4
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson2-31/+29
2014-11-10mmc: core: Don't panic when fetching EXT_CSDUlf Hansson1-4/+2
2014-11-10mmc: core: Let's callers of from mmc_get_ext_csd() do error handlingUlf Hansson1-39/+31
2014-11-10mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()Ulf Hansson1-13/+17
2014-11-10mmc: core: Add helper function for EXT_CSD supportUlf Hansson3-4/+10