summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mmc: sdhci: Remove unused SDHCI_CTRL_HS_SDR200Adrian Hunter2014-11-261-1/+0
* | mmc: sdhci: Add 64-bit ADMA supportAdrian Hunter2014-11-101-0/+18
* | mmc: sdhci: Define ADMA descriptor structureAdrian Hunter2014-11-101-0/+7
* | mmc: sdhci: Define ADMA constantsAdrian Hunter2014-11-101-0/+10
* | mmc: sdhci: Define maximum segmentsAdrian Hunter2014-11-101-0/+6
|/
* mmc: sdhci: execute tuning when device is not busyYi Sun2014-09-241-0/+1
* mmc: sdhci: add platform set_timeout hookAisheng Dong2014-09-091-0/+2
* mmc: sdhci: add platform get_max_timeout_count hookAisheng Dong2014-09-091-0/+1
* mmc: sdhci: remove platform_suspend/platform_resume callbacksRussell King2014-05-221-2/+0
* mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King2014-05-221-0/+1
* mmc: sdhci: set_uhs_signaling() need not return a valueRussell King2014-05-221-1/+1
* mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King2014-05-221-0/+1
* mmc: sdhci: convert reset into a library functionRussell King2014-05-221-2/+2
* mmc: sdhci: convert generic bus width setup to library functionRussell King2014-05-221-2/+3
* mmc: sdhci: allow sdio interrupts while sdhci runtime suspendedRussell King2014-05-221-0/+5
* mmc: sdhci: allow platform access of sdhci_send_commandDong Aisheng2013-09-261-0/+2
* mmc: sdhci: add hooks for platform specific tuningDong Aisheng2013-09-261-0/+1