index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-25
mmc: sdhci: Request regulators before reading capabilities
Jon Hunter
1
-5
/
+10
2016-07-25
mmc: sdhci: add standard hw auto retuning support
Dong Aisheng
1
-3
/
+12
2016-07-25
mmc: sdhci: using common mmc_regulator_set_vqmmc()
Dong Aisheng
1
-6
/
+3
2016-07-25
mmc: sdhci: sdhci_execute_tuning() must delete timer
Adrian Hunter
1
-0
/
+1
2016-07-25
mmc: sdhci: Avoid STOP cmd triggering warning in sdhci_send_command()
Adrian Hunter
1
-0
/
+2
2016-07-25
mmc: sdhci: Do not reset cmd or data circuits that are in use
Adrian Hunter
1
-5
/
+8
2016-07-25
mmc: sdhci: Factor out sdhci_auto_cmd12()
Adrian Hunter
1
-2
/
+8
2016-07-25
mmc: sdhci: Allow for finishing multiple requests
Adrian Hunter
1
-22
/
+49
2016-07-25
mmc: sdhci: Separate timer timeout for command and data requests
Adrian Hunter
1
-10
/
+52
2016-07-25
mmc: sdhci: Factor out sdhci_data_line_cmd()
Adrian Hunter
1
-3
/
+8
2016-07-25
mmc: sdhci: Ensure all requests get errored out
Adrian Hunter
1
-8
/
+23
2016-07-25
mmc: sdhci: Clear pointers when a request finishes
Adrian Hunter
1
-3
/
+9
2016-07-25
mmc: sdhci: Track whether a reset is pending
Adrian Hunter
1
-0
/
+20
2016-07-25
mmc: sdhci: Factor out sdhci_needs_reset()
Adrian Hunter
1
-7
/
+11
2016-07-25
mmc: sdhci: Factor out sdhci_finish_mrq()
Adrian Hunter
1
-12
/
+18
2016-07-25
mmc: sdhci: Move host->data warning
Adrian Hunter
1
-2
/
+2
2016-07-25
mmc: sdhci: Reduce the use of host->mrq
Adrian Hunter
1
-8
/
+8
2016-07-25
mmc: sdhci: Get rid of host->busy_handle
Adrian Hunter
1
-8
/
+6
2016-07-25
mmc: sdhci: Record what command is using the data lines
Adrian Hunter
1
-3
/
+14
2016-07-25
mmc: sdhci: Simplify sdhci_finish_command() by clearing host->cmd at the start
Adrian Hunter
1
-13
/
+12
2016-07-25
mmc: sdhci: Get rid of redundant BUG_ONs
Adrian Hunter
1
-9
/
+0
2016-07-25
mmc: sdhci: Move busy signal handling into sdhci_finish_cmd()
Adrian Hunter
1
-28
/
+26
2016-07-25
mmc: sdhci: Add sdhci_read_caps()
Adrian Hunter
1
-15
/
+33
2016-07-25
mmc: sdhci: Tidy caps variables in sdhci_setup_host()
Adrian Hunter
1
-41
/
+40
2016-07-25
mmc: sdhci: Make signal voltage support explicit
Adrian Hunter
1
-0
/
+17
2016-07-25
mmc: sdhci: Split sdhci_add_host()
Adrian Hunter
1
-3
/
+36
2016-07-25
mmc: sdhci: Do not call implementations of mmc host ops directly
Adrian Hunter
1
-12
/
+16
2016-07-25
mmc: sdhci: use pr_err for sdhci_dumpregs
Chuanxiao Dong
1
-46
/
+46
2016-07-25
mmc: host: use the defined function to check whether card is removable
Jaehoon Chung
1
-3
/
+3
2016-07-25
mmc: sdhci: Fix sdhci_card_busy()
Adrian Hunter
1
-2
/
+2
2016-07-25
mmc: sdhci: fix wakeup configuration
Ludovic Desroches
1
-1
/
+14
2016-07-25
mmc: sdhci: remove comment regarding timeout during tuning
Simon Horman
1
-1
/
+1
2016-05-27
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
1
-2
/
+2
2016-05-16
mmc: sdhci: removed unneeded function wrappers
Dong Aisheng
1
-45
/
+15
2016-05-02
mmc: sdhci: use IS_REACHABLE(CONFIG_LEDS_CLASS) to enable LED code
Masahiro Yamada
1
-3
/
+1
2016-05-02
mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNING
Adrian Hunter
1
-6
/
+1
2016-05-02
mmc: sdhci: Tidy together LED code
Adrian Hunter
1
-33
/
+63
2016-05-02
mmc: sdhci: Fix error paths in sdhci_add_host()
Adrian Hunter
1
-9
/
+27
2016-05-02
mmc: sdhci: Remove redundant condition
Adrian Hunter
1
-1
/
+1
2016-05-02
mmc: sdhci: Remove SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST
Ludovic Desroches
1
-2
/
+0
2016-05-02
mmc: sdhci: Introduce sdhci_calc_clk()
Ludovic Desroches
1
-12
/
+24
2016-05-02
mmc: sdhci: Move sdhci_runtime_pm_bus_off|on() to avoid pre-definition
Ulf Hansson
1
-28
/
+16
2016-05-02
mmc: sdhci: Remove redundant runtime PM calls
Ulf Hansson
1
-51
/
+4
2016-03-29
mmc: sdhci: Fix regression setting power on Trats2 board
Adrian Hunter
1
-9
/
+30
2016-03-18
mmc: sdhci: Set DMA mask when adding host
Alexandre Courbot
1
-7
/
+41
2016-03-17
mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
Adrian Hunter
1
-3
/
+3
2016-02-29
mmc: sdhci: further code simplication
Russell King
1
-11
/
+10
2016-02-29
mmc: sdhci: consolidate the DMA/ADMA size/address quicks
Russell King
1
-32
/
+16
2016-02-29
mmc: sdhci: prepare DMA address/size quirk handling consolidation
Russell King
1
-13
/
+15
2016-02-29
mmc: sdhci: cleanup DMA un-mapping
Russell King
1
-11
/
+3
[next]