summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorLines
2015-03-19mmc: pwrseq_simple: fix error path in mmc_pwrseq_simple_allocNeilBrown-1/+1
2015-02-04mmc: pwrseq: add driver for emmc hardware resetMarek Szyprowski-1/+106
2015-02-03mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON stateUlf Hansson-2/+2
2015-01-30mmc: pwrseq_simple: Add optional reference clock supportJavier Martinez Canillas-2/+36
2015-01-30mmc: pwrseq_simple: Extend to support more pinsJavier Martinez Canillas-15/+40
2015-01-29mmc: Resolve BKOPS compatability issueAlexey Skidanov-4/+6
2015-01-28mmc: pwrseq_simple: Add support for a reset GPIO pinUlf Hansson-0/+38
2015-01-28mmc: pwrseq: Initial support for the simple MMC power sequence providerUlf Hansson-2/+111
2015-01-28mmc: core: Initial support for MMC power sequencesUlf Hansson-2/+101
2015-01-19mmc: core: Move mmc_card_removed() into mmc_start_request()Adrian Hunter-12/+20
2015-01-19mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter-32/+36
2015-01-19mmc: slot-gpio: Allow host driver to provide isr for card-detect interruptsNeilBrown-1/+17
2015-01-19mmc: sd: add reset bus_ops callbackJohan Rudholm-0/+7
2015-01-19mmc: core: refactor the hw_reset routinesJohan Rudholm-34/+51
2015-01-19mmc: core: always check status after resetJohan Rudholm-19/+5
2015-01-19mmc: Add SDIO function devicetree subnode parsingSascha Hauer-0/+46
2015-01-19mmc: core: Make tuning block patterns staticUlf Hansson-32/+30
2015-01-19mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson-59/+23
2015-01-19mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson-7/+6
2015-01-19mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC coreUlf Hansson-1/+16
2015-01-19mmc: slot-gpio: Use the parent device while allocating dataUlf Hansson-4/+4
2015-01-19mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOsUlf Hansson-88/+4
2015-01-19mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson-22/+6
2015-01-19mmc: core: Support the optional init_card() callback for MMC and SDDoug Anderson-1/+12
2014-12-29mmc: core: stop trying to switch width when only one bit is supportedAlexandre Belloni-1/+1
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2014-12-08mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson-4/+3
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki-2/+2
2014-11-26mmc: core: add core-level function for sending tuning commandsMinda Chen-0/+70
2014-11-26mmc: core: hold SD Clock before CMD11 during SignalVincent Yang-5/+8
2014-11-26mmc: core: reset sdio card properly on resume.NeilBrown-2/+6
2014-11-26mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_r...NeilBrown-1/+1
2014-11-26mmc: core: consistent handling of initial valuesJohan Rudholm-25/+23
2014-11-10mmc: core: use mmc_send_status to check hw_resetJohan Rudholm-8/+2
2014-11-10mmc: core: Convert to use kzalloc() for CXD register buffersUlf Hansson-3/+3
2014-11-10mmc: core: Don't handle buffers on stack while fetching CXD registersUlf Hansson-20/+1
2014-11-10mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson-8/+2
2014-11-10mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson-22/+4
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson-31/+29
2014-11-10mmc: core: Don't panic when fetching EXT_CSDUlf Hansson-4/+2
2014-11-10mmc: core: Let's callers of from mmc_get_ext_csd() do error handlingUlf Hansson-39/+31
2014-11-10mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()Ulf Hansson-13/+17
2014-11-10mmc: core: Add helper function for EXT_CSD supportUlf Hansson-4/+10
2014-11-10mmc: core: Remove unnecessary 'out of memory' messageUlf Hansson-4/+1
2014-11-10mmc: core: Remove redundant check of max_dtr while selecting timingsUlf Hansson-2/+1
2014-11-10mmc: core: Remove redundant check while selecting powerclassUlf Hansson-8/+0
2014-11-10mmc: core: Remove duplicated definition of mmc_send_ext_csd()Ulf Hansson-1/+0
2014-11-10mmc: core: Remove mmc_free_ext_csd()Ulf Hansson-9/+3
2014-11-10mmc: core: silence a shift wrapping warningDan Carpenter-1/+1
2014-11-10mmc: core: Report firmware version for eMMC 5.0 devices.Gwendal Grignou-1/+26