summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-08mmc: sdhci: export sdhci_execute_tuning()Masahiro Yamada1-0/+1
2016-11-29mmc: sdhci: Factor out sdhci_enable_clkRitesh Harjani1-0/+1
2016-11-29mmc: sdhci: remove unneeded (void *) casts in sdhci_(pltfm_)priv()Masahiro Yamada1-1/+1
2016-11-18mmc: sdhci-of-esdhc: fixup PRESENT_STATE readMichael Walle1-0/+1
2016-10-10mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg()Adrian Hunter1-0/+2
2016-09-26mmc: sdhci-of-arasan: Set controller to test mode when no CD bitZach Brown1-0/+2
2016-09-26mmc: sdhci: Remove ->platform_init() callback as it's no longer usedUlf Hansson1-1/+0
2016-07-25mmc: sdhci: add standard hw auto retuning supportDong Aisheng1-0/+3
2016-07-25mmc: sdhci: add define for suspend/resume capabilityStefan Wahren1-0/+1
2016-07-25mmc: sdhci: Allow for finishing multiple requestsAdrian Hunter1-1/+4
2016-07-25mmc: sdhci: Separate timer timeout for command and data requestsAdrian Hunter1-0/+1
2016-07-25mmc: sdhci: Track whether a reset is pendingAdrian Hunter1-0/+1
2016-07-25mmc: sdhci: Get rid of host->busy_handleAdrian Hunter1-1/+0
2016-07-25mmc: sdhci: Record what command is using the data linesAdrian Hunter1-0/+1
2016-07-25mmc: sdhci: Add sdhci_read_caps()Adrian Hunter1-0/+8
2016-07-25mmc: sdhci: Tidy caps variables in sdhci_setup_host()Adrian Hunter1-2/+2
2016-07-25mmc: sdhci: Make signal voltage support explicitAdrian Hunter1-0/+3
2016-07-25mmc: sdhci: Split sdhci_add_host()Adrian Hunter1-0/+2
2016-05-02mmc: sdhci: use IS_ENABLE(CONFIG_LEDS_CLASS) to enable LED struct membersMasahiro Yamada1-1/+1
2016-05-02mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNINGAdrian Hunter1-1/+0
2016-05-02mmc: sdhci: Remove SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTLudovic Desroches1-5/+0
2016-05-02mmc: sdhci: Introduce sdhci_calc_clk()Ludovic Desroches1-0/+2
2016-03-29mmc: sdhci: Fix regression setting power on Trats2 boardAdrian Hunter1-0/+4
2016-02-29mmc: sdhci: clean up host cookie handlingRussell King1-2/+2
2016-02-11mmc: sdhci: Allow override of mmc host operationsAdrian Hunter1-0/+1
2015-12-22mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter1-9/+12
2015-10-08mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTludovic.desroches@atmel.com1-0/+5
2015-08-27mmc: sdhci: fix dma memory leak in sdhci_pre_req()Haibo Chen1-4/+4
2015-08-17mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKENSuneel Garapati1-0/+2
2015-06-01mmc: sdhci: Add a callback to select drive strengthAdrian Hunter1-0/+4
2015-06-01mmc: sdhci: Change to new way of doing re-tuningAdrian Hunter1-3/+0
2015-03-23mmc: sdhci: Remove the sdhci exported header fileUlf Hansson1-1/+202
2015-01-20mmc: sdhci: add a voltage switch callback functionVincent Yang1-0/+1
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+0
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-3/+0
2014-11-26mmc: sdhci: Add HS400 support to SDHCI driverAdrian Hunter1-0/+3
2014-11-26mmc: sdhci: Remove unused SDHCI_CTRL_HS_SDR200Adrian Hunter1-1/+0
2014-11-10mmc: sdhci: Add 64-bit ADMA supportAdrian Hunter1-0/+18
2014-11-10mmc: sdhci: Define ADMA descriptor structureAdrian Hunter1-0/+7
2014-11-10mmc: sdhci: Define ADMA constantsAdrian Hunter1-0/+10
2014-11-10mmc: sdhci: Define maximum segmentsAdrian Hunter1-0/+6
2014-09-24mmc: sdhci: execute tuning when device is not busyYi Sun1-0/+1
2014-09-09mmc: sdhci: add platform set_timeout hookAisheng Dong1-0/+2
2014-09-09mmc: sdhci: add platform get_max_timeout_count hookAisheng Dong1-0/+1
2014-05-22mmc: sdhci: remove platform_suspend/platform_resume callbacksRussell King1-2/+0
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King1-0/+1
2014-05-22mmc: sdhci: set_uhs_signaling() need not return a valueRussell King1-1/+1
2014-05-22mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King1-0/+1
2014-05-22mmc: sdhci: convert reset into a library functionRussell King1-2/+2
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King1-2/+3