summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.h
AgeCommit message (Expand)Author
2018-01-31mmc: sdhci: Implement an SDHCI-specific bounce bufferLinus Walleij
2018-01-17mmc: sdhci: Handle failure of enable_irq_wake()Adrian Hunter
2018-01-17mmc: sdhci: Stop exporting sdhci_enable_irq_wakeups()Adrian Hunter
2017-08-30mmc: sdhci: Add quirk to indicate MMC_RSP_136 has CRCKishon Vijay Abraham I
2017-08-30mmc: sdhci: add sdma_boundary member to struct sdhci_hostSrinivas Kandagatla
2017-04-24mmc: sdhci: Control the delay between tuning commandsAdrian Hunter
2017-04-24mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.cHu Ziji
2017-04-24mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.cHu Ziji
2017-04-24mmc: sdhci: Export sdhci_set_ios() from sdhci.cHu Ziji
2017-04-24mmc: sdhci: clarify the get_timeout_clock callbackShawn Lin
2017-04-24mmc: sdhci: Add CQE supportAdrian Hunter
2017-04-24mmc: sdhci: Add sdhci_cleanup_hostAdrian Hunter
2017-04-24mmc: sdhci: Get rid of 'extern' in header fileAdrian Hunter
2017-04-24mmc: sdhci: Export sdhci_dumpregsAdrian Hunter
2017-04-24mmc: sdhci: Remove ->select_drive_strength() callbackAdrian Hunter
2017-02-13mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson
2017-02-13mmc: sdhci: Include leds.hUlf Hansson
2016-12-08mmc: sdhci: export sdhci_execute_tuning()Masahiro Yamada
2016-11-29mmc: sdhci: Factor out sdhci_enable_clkRitesh Harjani
2016-11-29mmc: sdhci: remove unneeded (void *) casts in sdhci_(pltfm_)priv()Masahiro Yamada
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