index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mmc: sdhci: Add sdhci_read_caps()
Adrian Hunter
2016-07-25
1
-0
/
+8
*
mmc: sdhci: Tidy caps variables in sdhci_setup_host()
Adrian Hunter
2016-07-25
1
-2
/
+2
*
mmc: sdhci: Make signal voltage support explicit
Adrian Hunter
2016-07-25
1
-0
/
+3
*
mmc: sdhci: Split sdhci_add_host()
Adrian Hunter
2016-07-25
1
-0
/
+2
*
mmc: sdhci: use IS_ENABLE(CONFIG_LEDS_CLASS) to enable LED struct members
Masahiro Yamada
2016-05-02
1
-1
/
+1
*
mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNING
Adrian Hunter
2016-05-02
1
-1
/
+0
*
mmc: sdhci: Remove SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST
Ludovic Desroches
2016-05-02
1
-5
/
+0
*
mmc: sdhci: Introduce sdhci_calc_clk()
Ludovic Desroches
2016-05-02
1
-0
/
+2
*
mmc: sdhci: Fix regression setting power on Trats2 board
Adrian Hunter
2016-03-29
1
-0
/
+4
*
mmc: sdhci: clean up host cookie handling
Russell King
2016-02-29
1
-2
/
+2
*
mmc: sdhci: Allow override of mmc host operations
Adrian Hunter
2016-02-11
1
-0
/
+1
*
mmc: sdhci: 64-bit DMA actually has 4-byte alignment
Adrian Hunter
2015-12-22
1
-9
/
+12
*
mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST
ludovic.desroches@atmel.com
2015-10-08
1
-0
/
+5
*
mmc: sdhci: fix dma memory leak in sdhci_pre_req()
Haibo Chen
2015-08-27
1
-4
/
+4
*
mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKEN
Suneel Garapati
2015-08-17
1
-0
/
+2
*
mmc: sdhci: Add a callback to select drive strength
Adrian Hunter
2015-06-01
1
-0
/
+4
*
mmc: sdhci: Change to new way of doing re-tuning
Adrian Hunter
2015-06-01
1
-3
/
+0
*
mmc: sdhci: Remove the sdhci exported header file
Ulf Hansson
2015-03-23
1
-1
/
+202
*
mmc: sdhci: add a voltage switch callback function
Vincent Yang
2015-01-20
1
-0
/
+1
*
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-12-11
1
-3
/
+0
|
\
|
*
MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2014-12-05
1
-3
/
+0
*
|
mmc: sdhci: Add HS400 support to SDHCI driver
Adrian Hunter
2014-11-26
1
-0
/
+3
*
|
mmc: sdhci: Remove unused SDHCI_CTRL_HS_SDR200
Adrian Hunter
2014-11-26
1
-1
/
+0
*
|
mmc: sdhci: Add 64-bit ADMA support
Adrian Hunter
2014-11-10
1
-0
/
+18
*
|
mmc: sdhci: Define ADMA descriptor structure
Adrian Hunter
2014-11-10
1
-0
/
+7
*
|
mmc: sdhci: Define ADMA constants
Adrian Hunter
2014-11-10
1
-0
/
+10
*
|
mmc: sdhci: Define maximum segments
Adrian Hunter
2014-11-10
1
-0
/
+6
|
/
*
mmc: sdhci: execute tuning when device is not busy
Yi Sun
2014-09-24
1
-0
/
+1
*
mmc: sdhci: add platform set_timeout hook
Aisheng Dong
2014-09-09
1
-0
/
+2
*
mmc: sdhci: add platform get_max_timeout_count hook
Aisheng Dong
2014-09-09
1
-0
/
+1
*
mmc: sdhci: remove platform_suspend/platform_resume callbacks
Russell King
2014-05-22
1
-2
/
+0
*
mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function
Russell King
2014-05-22
1
-0
/
+1
*
mmc: sdhci: set_uhs_signaling() need not return a value
Russell King
2014-05-22
1
-1
/
+1
*
mmc: sdhci: convert sdhci_set_clock() into a library function
Russell King
2014-05-22
1
-0
/
+1
*
mmc: sdhci: convert reset into a library function
Russell King
2014-05-22
1
-2
/
+2
*
mmc: sdhci: convert generic bus width setup to library function
Russell King
2014-05-22
1
-2
/
+3
*
mmc: sdhci: allow sdio interrupts while sdhci runtime suspended
Russell King
2014-05-22
1
-0
/
+5
*
mmc: sdhci: allow platform access of sdhci_send_command
Dong Aisheng
2013-09-26
1
-0
/
+2
*
mmc: sdhci: add hooks for platform specific tuning
Dong Aisheng
2013-09-26
1
-0
/
+1
*
mmc: sdhci: add card_event callback to sdhci
Christian Daudt
2013-07-05
1
-0
/
+1
*
mmc: sdhci: enhance preset value function
Kevin Liu
2013-02-24
1
-0
/
+12
*
mmc: sdhci: rename platform_8bit_width to platform_bus_width
Sascha Hauer
2013-02-24
1
-1
/
+1
*
mmc: eSDHC: Recover from ADMA errors
Haijun Zhang
2012-12-06
1
-1
/
+4
[next]