index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: sdhci: Remove finish_tasklet
Adrian Hunter
2019-04-15
1
-1
/
+2
*
mmc: sdhci: allow host to specify maximum tuning loops
Sowjanya Komatineni
2019-04-15
1
-0
/
+1
*
mmc: sdhci: Add ADMA3 DMA support for V4 enabled host
Sowjanya Komatineni
2019-02-25
1
-0
/
+2
*
mmc: sdhci: Fix O2 Host PLL and card detect issue
Ernest Zhang(WH)
2019-02-25
1
-0
/
+4
*
mmc: sdhci: Add quirk to disable LED control
Adrian Hunter
2018-12-17
1
-0
/
+2
*
mmc: sdhci: Handle auto-command errors
Adrian Hunter
2018-12-17
1
-1
/
+6
*
mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERR
Adrian Hunter
2018-12-17
1
-2
/
+2
*
mmc: sdhci: Add Auto CMD Auto Select support
Chunyan Zhang
2018-10-08
1
-0
/
+2
*
mmc: sdhci: Add 32-bit block count support for v4 mode
Chunyan Zhang
2018-10-08
1
-0
/
+8
*
mmc: sdhci: Add ADMA2 64-bit addressing support for V4 mode
Chunyan Zhang
2018-10-08
1
-2
/
+10
*
mmc: sdhci: Add sd host v4 mode
Chunyan Zhang
2018-10-08
1
-0
/
+3
*
mmc: sdhci: Add version V4 definition
Chunyan Zhang
2018-10-08
1
-0
/
+3
*
mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops
Jisheng Zhang
2018-10-08
1
-0
/
+4
*
mmc: sdhci: add adma_table_cnt member to struct sdhci_host
Jisheng Zhang
2018-10-08
1
-0
/
+3
*
mmc: sdhci: Export sdhci_request()
Aapo Vienamo
2018-10-08
1
-0
/
+1
*
mmc: sdhci: add tuning error codes
Yinbo Zhu
2018-10-08
1
-0
/
+1
*
mmc: sdhci: Export sdhci tuning function symbol
ernest.zhang
2018-07-30
1
-0
/
+5
*
mmc: sdhci: Program a relatively accurate SW timeout value
Kishon Vijay Abraham I
2018-05-03
1
-0
/
+10
*
mmc: sdhci: Add quirk to disable HW timeout
Adrian Hunter
2018-05-03
1
-0
/
+5
*
mmc: sdhci: Implement an SDHCI-specific bounce buffer
Linus Walleij
2018-01-31
1
-0
/
+3
*
mmc: sdhci: Handle failure of enable_irq_wake()
Adrian Hunter
2018-01-17
1
-0
/
+1
*
mmc: sdhci: Stop exporting sdhci_enable_irq_wakeups()
Adrian Hunter
2018-01-17
1
-1
/
+0
*
mmc: sdhci: Add quirk to indicate MMC_RSP_136 has CRC
Kishon Vijay Abraham I
2017-08-30
1
-0
/
+2
*
mmc: sdhci: add sdma_boundary member to struct sdhci_host
Srinivas Kandagatla
2017-08-30
1
-0
/
+3
*
mmc: sdhci: Control the delay between tuning commands
Adrian Hunter
2017-04-24
1
-0
/
+2
*
mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.c
Hu Ziji
2017-04-24
1
-0
/
+1
*
mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.c
Hu Ziji
2017-04-24
1
-0
/
+2
*
mmc: sdhci: Export sdhci_set_ios() from sdhci.c
Hu Ziji
2017-04-24
1
-0
/
+1
*
mmc: sdhci: clarify the get_timeout_clock callback
Shawn Lin
2017-04-24
1
-0
/
+1
*
mmc: sdhci: Add CQE support
Adrian Hunter
2017-04-24
1
-0
/
+19
*
mmc: sdhci: Add sdhci_cleanup_host
Adrian Hunter
2017-04-24
1
-0
/
+1
*
mmc: sdhci: Get rid of 'extern' in header file
Adrian Hunter
2017-04-24
1
-17
/
+15
*
mmc: sdhci: Export sdhci_dumpregs
Adrian Hunter
2017-04-24
1
-0
/
+2
*
mmc: sdhci: Remove ->select_drive_strength() callback
Adrian Hunter
2017-04-24
1
-4
/
+0
*
mmc: host: Include interrupt.h in mmc host drivers that depends on it
Ulf Hansson
2017-02-13
1
-0
/
+1
*
mmc: sdhci: Include leds.h
Ulf Hansson
2017-02-13
1
-0
/
+1
*
mmc: sdhci: export sdhci_execute_tuning()
Masahiro Yamada
2016-12-08
1
-0
/
+1
*
mmc: sdhci: Factor out sdhci_enable_clk
Ritesh Harjani
2016-11-29
1
-0
/
+1
*
mmc: sdhci: remove unneeded (void *) casts in sdhci_(pltfm_)priv()
Masahiro Yamada
2016-11-29
1
-1
/
+1
*
mmc: sdhci-of-esdhc: fixup PRESENT_STATE read
Michael Walle
2016-11-18
1
-0
/
+1
*
mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg()
Adrian Hunter
2016-10-10
1
-0
/
+2
*
mmc: sdhci-of-arasan: Set controller to test mode when no CD bit
Zach Brown
2016-09-26
1
-0
/
+2
*
mmc: sdhci: Remove ->platform_init() callback as it's no longer used
Ulf Hansson
2016-09-26
1
-1
/
+0
*
mmc: sdhci: add standard hw auto retuning support
Dong Aisheng
2016-07-25
1
-0
/
+3
*
mmc: sdhci: add define for suspend/resume capability
Stefan Wahren
2016-07-25
1
-0
/
+1
*
mmc: sdhci: Allow for finishing multiple requests
Adrian Hunter
2016-07-25
1
-1
/
+4
*
mmc: sdhci: Separate timer timeout for command and data requests
Adrian Hunter
2016-07-25
1
-0
/
+1
*
mmc: sdhci: Track whether a reset is pending
Adrian Hunter
2016-07-25
1
-0
/
+1
*
mmc: sdhci: Get rid of host->busy_handle
Adrian Hunter
2016-07-25
1
-1
/
+0
*
mmc: sdhci: Record what command is using the data lines
Adrian Hunter
2016-07-25
1
-0
/
+1
[next]