summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.h
AgeCommit message (Expand)Author
2016-11-18mmc: sdhci-of-esdhc: fixup PRESENT_STATE readMichael Walle
2016-10-10mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg()Adrian Hunter
2016-09-26mmc: sdhci-of-arasan: Set controller to test mode when no CD bitZach Brown
2016-09-26mmc: sdhci: Remove ->platform_init() callback as it's no longer usedUlf Hansson
2016-07-25mmc: sdhci: add standard hw auto retuning supportDong Aisheng
2016-07-25mmc: sdhci: add define for suspend/resume capabilityStefan Wahren
2016-07-25mmc: sdhci: Allow for finishing multiple requestsAdrian Hunter
2016-07-25mmc: sdhci: Separate timer timeout for command and data requestsAdrian Hunter
2016-07-25mmc: sdhci: Track whether a reset is pendingAdrian Hunter
2016-07-25mmc: sdhci: Get rid of host->busy_handleAdrian Hunter
2016-07-25mmc: sdhci: Record what command is using the data linesAdrian Hunter
2016-07-25mmc: sdhci: Add sdhci_read_caps()Adrian Hunter
2016-07-25mmc: sdhci: Tidy caps variables in sdhci_setup_host()Adrian Hunter
2016-07-25mmc: sdhci: Make signal voltage support explicitAdrian Hunter
2016-07-25mmc: sdhci: Split sdhci_add_host()Adrian Hunter
2016-05-02mmc: sdhci: use IS_ENABLE(CONFIG_LEDS_CLASS) to enable LED struct membersMasahiro Yamada
2016-05-02mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNINGAdrian Hunter
2016-05-02mmc: sdhci: Remove SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTLudovic Desroches
2016-05-02mmc: sdhci: Introduce sdhci_calc_clk()Ludovic Desroches
2016-03-29mmc: sdhci: Fix regression setting power on Trats2 boardAdrian Hunter
2016-02-29mmc: sdhci: clean up host cookie handlingRussell King
2016-02-11mmc: sdhci: Allow override of mmc host operationsAdrian Hunter
2015-12-22mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter
2015-10-08mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTludovic.desroches@atmel.com
2015-08-27mmc: sdhci: fix dma memory leak in sdhci_pre_req()Haibo Chen
2015-08-17mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKENSuneel Garapati
2015-06-01mmc: sdhci: Add a callback to select drive strengthAdrian Hunter
2015-06-01mmc: sdhci: Change to new way of doing re-tuningAdrian Hunter
2015-03-23mmc: sdhci: Remove the sdhci exported header fileUlf Hansson
2015-01-20mmc: sdhci: add a voltage switch callback functionVincent Yang
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-11-26mmc: sdhci: Add HS400 support to SDHCI driverAdrian Hunter
2014-11-26mmc: sdhci: Remove unused SDHCI_CTRL_HS_SDR200Adrian Hunter
2014-11-10mmc: sdhci: Add 64-bit ADMA supportAdrian Hunter
2014-11-10mmc: sdhci: Define ADMA descriptor structureAdrian Hunter
2014-11-10mmc: sdhci: Define ADMA constantsAdrian Hunter
2014-11-10mmc: sdhci: Define maximum segmentsAdrian Hunter
2014-09-24mmc: sdhci: execute tuning when device is not busyYi Sun
2014-09-09mmc: sdhci: add platform set_timeout hookAisheng Dong
2014-09-09mmc: sdhci: add platform get_max_timeout_count hookAisheng Dong
2014-05-22mmc: sdhci: remove platform_suspend/platform_resume callbacksRussell King
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King
2014-05-22mmc: sdhci: set_uhs_signaling() need not return a valueRussell King
2014-05-22mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King
2014-05-22mmc: sdhci: convert reset into a library functionRussell King
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King
2014-05-22mmc: sdhci: allow sdio interrupts while sdhci runtime suspendedRussell King
2013-09-26mmc: sdhci: allow platform access of sdhci_send_commandDong Aisheng
2013-09-26mmc: sdhci: add hooks for platform specific tuningDong Aisheng