Age | Commit message (Expand) | Author | Files | Lines |
2018-12-17 | mmc: sdhci: Add quirk to disable LED control | Adrian Hunter | 1 | -0/+2 |
2018-12-17 | mmc: sdhci: Handle auto-command errors | Adrian Hunter | 1 | -1/+6 |
2018-12-17 | mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERR | Adrian Hunter | 1 | -2/+2 |
2018-10-08 | mmc: sdhci: Add Auto CMD Auto Select support | Chunyan Zhang | 1 | -0/+2 |
2018-10-08 | mmc: sdhci: Add 32-bit block count support for v4 mode | Chunyan Zhang | 1 | -0/+8 |
2018-10-08 | mmc: sdhci: Add ADMA2 64-bit addressing support for V4 mode | Chunyan Zhang | 1 | -2/+10 |
2018-10-08 | mmc: sdhci: Add sd host v4 mode | Chunyan Zhang | 1 | -0/+3 |
2018-10-08 | mmc: sdhci: Add version V4 definition | Chunyan Zhang | 1 | -0/+3 |
2018-10-08 | mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops | Jisheng Zhang | 1 | -0/+4 |
2018-10-08 | mmc: sdhci: add adma_table_cnt member to struct sdhci_host | Jisheng Zhang | 1 | -0/+3 |
2018-10-08 | mmc: sdhci: Export sdhci_request() | Aapo Vienamo | 1 | -0/+1 |
2018-10-08 | mmc: sdhci: add tuning error codes | Yinbo Zhu | 1 | -0/+1 |
2018-07-30 | mmc: sdhci: Export sdhci tuning function symbol | ernest.zhang | 1 | -0/+5 |
2018-05-03 | mmc: sdhci: Program a relatively accurate SW timeout value | Kishon Vijay Abraham I | 1 | -0/+10 |
2018-05-03 | mmc: sdhci: Add quirk to disable HW timeout | Adrian Hunter | 1 | -0/+5 |
2018-01-31 | mmc: sdhci: Implement an SDHCI-specific bounce buffer | Linus Walleij | 1 | -0/+3 |
2018-01-17 | mmc: sdhci: Handle failure of enable_irq_wake() | Adrian Hunter | 1 | -0/+1 |
2018-01-17 | mmc: sdhci: Stop exporting sdhci_enable_irq_wakeups() | Adrian Hunter | 1 | -1/+0 |
2017-08-30 | mmc: sdhci: Add quirk to indicate MMC_RSP_136 has CRC | Kishon Vijay Abraham I | 1 | -0/+2 |
2017-08-30 | mmc: sdhci: add sdma_boundary member to struct sdhci_host | Srinivas Kandagatla | 1 | -0/+3 |
2017-04-24 | mmc: sdhci: Control the delay between tuning commands | Adrian Hunter | 1 | -0/+2 |
2017-04-24 | mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.c | Hu Ziji | 1 | -0/+1 |
2017-04-24 | mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.c | Hu Ziji | 1 | -0/+2 |
2017-04-24 | mmc: sdhci: Export sdhci_set_ios() from sdhci.c | Hu Ziji | 1 | -0/+1 |
2017-04-24 | mmc: sdhci: clarify the get_timeout_clock callback | Shawn Lin | 1 | -0/+1 |
2017-04-24 | mmc: sdhci: Add CQE support | Adrian Hunter | 1 | -0/+19 |
2017-04-24 | mmc: sdhci: Add sdhci_cleanup_host | Adrian Hunter | 1 | -0/+1 |
2017-04-24 | mmc: sdhci: Get rid of 'extern' in header file | Adrian Hunter | 1 | -17/+15 |
2017-04-24 | mmc: sdhci: Export sdhci_dumpregs | Adrian Hunter | 1 | -0/+2 |
2017-04-24 | mmc: sdhci: Remove ->select_drive_strength() callback | Adrian Hunter | 1 | -4/+0 |
2017-02-13 | mmc: host: Include interrupt.h in mmc host drivers that depends on it | Ulf Hansson | 1 | -0/+1 |
2017-02-13 | mmc: sdhci: Include leds.h | Ulf Hansson | 1 | -0/+1 |
2016-12-08 | mmc: sdhci: export sdhci_execute_tuning() | Masahiro Yamada | 1 | -0/+1 |
2016-11-29 | mmc: sdhci: Factor out sdhci_enable_clk | Ritesh Harjani | 1 | -0/+1 |
2016-11-29 | mmc: sdhci: remove unneeded (void *) casts in sdhci_(pltfm_)priv() | Masahiro Yamada | 1 | -1/+1 |
2016-11-18 | mmc: sdhci-of-esdhc: fixup PRESENT_STATE read | Michael Walle | 1 | -0/+1 |
2016-10-10 | mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg() | Adrian Hunter | 1 | -0/+2 |
2016-09-26 | mmc: sdhci-of-arasan: Set controller to test mode when no CD bit | Zach Brown | 1 | -0/+2 |
2016-09-26 | mmc: sdhci: Remove ->platform_init() callback as it's no longer used | Ulf Hansson | 1 | -1/+0 |
2016-07-25 | mmc: sdhci: add standard hw auto retuning support | Dong Aisheng | 1 | -0/+3 |
2016-07-25 | mmc: sdhci: add define for suspend/resume capability | Stefan Wahren | 1 | -0/+1 |
2016-07-25 | mmc: sdhci: Allow for finishing multiple requests | Adrian Hunter | 1 | -1/+4 |
2016-07-25 | mmc: sdhci: Separate timer timeout for command and data requests | Adrian Hunter | 1 | -0/+1 |
2016-07-25 | mmc: sdhci: Track whether a reset is pending | Adrian Hunter | 1 | -0/+1 |
2016-07-25 | mmc: sdhci: Get rid of host->busy_handle | Adrian Hunter | 1 | -1/+0 |
2016-07-25 | mmc: sdhci: Record what command is using the data lines | Adrian Hunter | 1 | -0/+1 |
2016-07-25 | mmc: sdhci: Add sdhci_read_caps() | Adrian Hunter | 1 | -0/+8 |
2016-07-25 | mmc: sdhci: Tidy caps variables in sdhci_setup_host() | Adrian Hunter | 1 | -2/+2 |
2016-07-25 | mmc: sdhci: Make signal voltage support explicit | Adrian Hunter | 1 | -0/+3 |
2016-07-25 | mmc: sdhci: Split sdhci_add_host() | Adrian Hunter | 1 | -0/+2 |