summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
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
2014-11-10mmc: core: use mmc_send_status to check hw_resetJohan Rudholm
2014-11-10mmc: core: Convert to use kzalloc() for CXD register buffersUlf Hansson
2014-11-10mmc: core: Don't handle buffers on stack while fetching CXD registersUlf Hansson
2014-11-10mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson
2014-11-10mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson
2014-11-10mmc: core: Don't panic when fetching EXT_CSDUlf Hansson
2014-11-10mmc: core: Let's callers of from mmc_get_ext_csd() do error handlingUlf Hansson
2014-11-10mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()Ulf Hansson
2014-11-10mmc: core: Add helper function for EXT_CSD supportUlf Hansson
2014-11-10mmc: core: Remove unnecessary 'out of memory' messageUlf Hansson
2014-11-10mmc: core: Remove redundant check of max_dtr while selecting timingsUlf Hansson
2014-11-10mmc: core: Remove redundant check while selecting powerclassUlf Hansson
2014-11-10mmc: core: Remove duplicated definition of mmc_send_ext_csd()Ulf Hansson
2014-11-10mmc: core: Remove mmc_free_ext_csd()Ulf Hansson
2014-11-10mmc: core: silence a shift wrapping warningDan Carpenter
2014-11-10mmc: core: Report firmware version for eMMC 5.0 devices.Gwendal Grignou
2014-11-10mmc: core: Convert mmc_driver to device_driverUlf Hansson
2014-11-10mmc: core: Convert the mmc_driver to use the modern PM opsUlf Hansson
2014-11-10mmc: core: Don't export the to_sdio_driver macroUlf Hansson
2014-11-10mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacksUlf Hansson
2014-11-10mmc: core: fix prepared requests while doing bkopsSrinivas Kandagatla
2014-11-10mmc: core: Fix error paths and messages in mmc_init_cardAndrew Gabbasov