summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.h
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: Add quirk to indicate MMC_RSP_136 has CRCKishon Vijay Abraham I2017-08-301-0/+2
* mmc: sdhci: add sdma_boundary member to struct sdhci_hostSrinivas Kandagatla2017-08-301-0/+3
* mmc: sdhci: Control the delay between tuning commandsAdrian Hunter2017-04-241-0/+2
* mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.cHu Ziji2017-04-241-0/+1
* mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.cHu Ziji2017-04-241-0/+2
* mmc: sdhci: Export sdhci_set_ios() from sdhci.cHu Ziji2017-04-241-0/+1
* mmc: sdhci: clarify the get_timeout_clock callbackShawn Lin2017-04-241-0/+1
* mmc: sdhci: Add CQE supportAdrian Hunter2017-04-241-0/+19
* mmc: sdhci: Add sdhci_cleanup_hostAdrian Hunter2017-04-241-0/+1
* mmc: sdhci: Get rid of 'extern' in header fileAdrian Hunter2017-04-241-17/+15
* mmc: sdhci: Export sdhci_dumpregsAdrian Hunter2017-04-241-0/+2
* mmc: sdhci: Remove ->select_drive_strength() callbackAdrian Hunter2017-04-241-4/+0
* mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson2017-02-131-0/+1
* mmc: sdhci: Include leds.hUlf Hansson2017-02-131-0/+1
* mmc: sdhci: export sdhci_execute_tuning()Masahiro Yamada2016-12-081-0/+1
* mmc: sdhci: Factor out sdhci_enable_clkRitesh Harjani2016-11-291-0/+1
* mmc: sdhci: remove unneeded (void *) casts in sdhci_(pltfm_)priv()Masahiro Yamada2016-11-291-1/+1
* mmc: sdhci-of-esdhc: fixup PRESENT_STATE readMichael Walle2016-11-181-0/+1
* mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg()Adrian Hunter2016-10-101-0/+2
* mmc: sdhci-of-arasan: Set controller to test mode when no CD bitZach Brown2016-09-261-0/+2
* mmc: sdhci: Remove ->platform_init() callback as it's no longer usedUlf Hansson2016-09-261-1/+0
* mmc: sdhci: add standard hw auto retuning supportDong Aisheng2016-07-251-0/+3
* mmc: sdhci: add define for suspend/resume capabilityStefan Wahren2016-07-251-0/+1
* mmc: sdhci: Allow for finishing multiple requestsAdrian Hunter2016-07-251-1/+4
* mmc: sdhci: Separate timer timeout for command and data requestsAdrian Hunter2016-07-251-0/+1
* mmc: sdhci: Track whether a reset is pendingAdrian Hunter2016-07-251-0/+1
* mmc: sdhci: Get rid of host->busy_handleAdrian Hunter2016-07-251-1/+0
* mmc: sdhci: Record what command is using the data linesAdrian Hunter2016-07-251-0/+1
* mmc: sdhci: Add sdhci_read_caps()Adrian Hunter2016-07-251-0/+8
* mmc: sdhci: Tidy caps variables in sdhci_setup_host()Adrian Hunter2016-07-251-2/+2
* mmc: sdhci: Make signal voltage support explicitAdrian Hunter2016-07-251-0/+3
* mmc: sdhci: Split sdhci_add_host()Adrian Hunter2016-07-251-0/+2
* mmc: sdhci: use IS_ENABLE(CONFIG_LEDS_CLASS) to enable LED struct membersMasahiro Yamada2016-05-021-1/+1
* mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNINGAdrian Hunter2016-05-021-1/+0
* mmc: sdhci: Remove SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTLudovic Desroches2016-05-021-5/+0
* mmc: sdhci: Introduce sdhci_calc_clk()Ludovic Desroches2016-05-021-0/+2
* mmc: sdhci: Fix regression setting power on Trats2 boardAdrian Hunter2016-03-291-0/+4
* mmc: sdhci: clean up host cookie handlingRussell King2016-02-291-2/+2
* mmc: sdhci: Allow override of mmc host operationsAdrian Hunter2016-02-111-0/+1
* mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter2015-12-221-9/+12
* mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTludovic.desroches@atmel.com2015-10-081-0/+5
* mmc: sdhci: fix dma memory leak in sdhci_pre_req()Haibo Chen2015-08-271-4/+4
* mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKENSuneel Garapati2015-08-171-0/+2
* mmc: sdhci: Add a callback to select drive strengthAdrian Hunter2015-06-011-0/+4
* mmc: sdhci: Change to new way of doing re-tuningAdrian Hunter2015-06-011-3/+0
* mmc: sdhci: Remove the sdhci exported header fileUlf Hansson2015-03-231-1/+202
* mmc: sdhci: add a voltage switch callback functionVincent Yang2015-01-201-0/+1
* Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-3/+0
|\
| * MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-3/+0
* | mmc: sdhci: Add HS400 support to SDHCI driverAdrian Hunter2014-11-261-0/+3
OpenPOWER on IntegriCloud