summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* 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/+5Star
* mmc: Add SDIO function devicetree subnode parsingSascha Hauer2015-01-194-0/+46
* mmc: core: Make tuning block patterns staticUlf Hansson2015-01-192-32/+30Star
* mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson2015-01-192-59/+23Star
* mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson2015-01-191-7/+6Star
* 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/+4Star
* mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson2015-01-191-22/+6Star
* 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-111-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/+3Star
* | 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/+23Star
* | mmc: core: use mmc_send_status to check hw_resetJohan Rudholm2014-11-101-8/+2Star
* | 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/+1Star
* | mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson2014-11-101-8/+2Star
* | mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson2014-11-102-22/+4Star
* | mmc: core: Export mmc_get_ext_csd()Ulf Hansson2014-11-102-31/+29Star
* | mmc: core: Don't panic when fetching EXT_CSDUlf Hansson2014-11-101-4/+2Star
* | mmc: core: Let's callers of from mmc_get_ext_csd() do error handlingUlf Hansson2014-11-101-39/+31Star
* | mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()Ulf Hansson2014-11-101-13/+17
* | mmc: core: Add helper function for EXT_CSD supportUlf Hansson2014-11-103-4/+10
* | mmc: core: Remove unnecessary 'out of memory' messageUlf Hansson2014-11-101-4/+1Star
* | mmc: core: Remove redundant check of max_dtr while selecting timingsUlf Hansson2014-11-101-2/+1Star
* | mmc: core: Remove redundant check while selecting powerclassUlf Hansson2014-11-101-8/+0Star
* | mmc: core: Remove duplicated definition of mmc_send_ext_csd()Ulf Hansson2014-11-101-1/+0Star
* | mmc: core: Remove mmc_free_ext_csd()Ulf Hansson2014-11-101-9/+3Star
* | mmc: core: silence a shift wrapping warningDan Carpenter2014-11-101-1/+1
* | mmc: core: Report firmware version for eMMC 5.0 devices.Gwendal Grignou2014-11-101-1/+26
* | mmc: core: Convert mmc_driver to device_driverUlf Hansson2014-11-101-33/+8Star