index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mmc: sdhci: Factor out sdhci_enable_clk
Ritesh Harjani
2016-11-29
1
-11
/
+17
*
mmc: sdhci: Use sdhci-caps-mask and sdhci-caps to change the caps read during...
Zach Brown
2016-11-29
1
-2
/
+22
*
mmc: sdhci: put together into one condition checking
Jaehoon Chung
2016-11-29
1
-11
/
+8
*
mmc: sdhci: Fix missing enhanced strobe setting during runtime resume
Adrian Hunter
2016-11-07
1
-0
/
+4
*
mmc: sdhci: Reset cmd and data circuits after tuning failure
Adrian Hunter
2016-11-07
1
-0
/
+4
*
mmc: sdhci: Fix unexpected data interrupt handling
Adrian Hunter
2016-11-07
1
-3
/
+2
*
mmc: sdhci: Fix CMD line reset interfering with ongoing data transfer
Adrian Hunter
2016-11-07
1
-7
/
+16
*
mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted error
Haibo Chen
2016-10-17
1
-1
/
+1
*
mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg()
Adrian Hunter
2016-10-10
1
-13
/
+13
*
mmc: sdhci: Fix SDHCI_QUIRK2_STOP_WITH_TC
Adrian Hunter
2016-10-10
1
-8
/
+6
*
mmc: sdhci: Support cap_cmd_during_tfr requests
Adrian Hunter
2016-09-26
1
-4
/
+17
*
mmc: sdhci: Do not allow tuning procedure to be interrupted
Christopher Freeman
2016-09-26
1
-1
/
+1
*
mmc: sdhci: Request regulators before reading capabilities
Jon Hunter
2016-07-25
1
-5
/
+10
*
mmc: sdhci: add standard hw auto retuning support
Dong Aisheng
2016-07-25
1
-3
/
+12
*
mmc: sdhci: using common mmc_regulator_set_vqmmc()
Dong Aisheng
2016-07-25
1
-6
/
+3
*
mmc: sdhci: sdhci_execute_tuning() must delete timer
Adrian Hunter
2016-07-25
1
-0
/
+1
*
mmc: sdhci: Avoid STOP cmd triggering warning in sdhci_send_command()
Adrian Hunter
2016-07-25
1
-0
/
+2
*
mmc: sdhci: Do not reset cmd or data circuits that are in use
Adrian Hunter
2016-07-25
1
-5
/
+8
*
mmc: sdhci: Factor out sdhci_auto_cmd12()
Adrian Hunter
2016-07-25
1
-2
/
+8
*
mmc: sdhci: Allow for finishing multiple requests
Adrian Hunter
2016-07-25
1
-22
/
+49
*
mmc: sdhci: Separate timer timeout for command and data requests
Adrian Hunter
2016-07-25
1
-10
/
+52
*
mmc: sdhci: Factor out sdhci_data_line_cmd()
Adrian Hunter
2016-07-25
1
-3
/
+8
*
mmc: sdhci: Ensure all requests get errored out
Adrian Hunter
2016-07-25
1
-8
/
+23
*
mmc: sdhci: Clear pointers when a request finishes
Adrian Hunter
2016-07-25
1
-3
/
+9
*
mmc: sdhci: Track whether a reset is pending
Adrian Hunter
2016-07-25
1
-0
/
+20
*
mmc: sdhci: Factor out sdhci_needs_reset()
Adrian Hunter
2016-07-25
1
-7
/
+11
*
mmc: sdhci: Factor out sdhci_finish_mrq()
Adrian Hunter
2016-07-25
1
-12
/
+18
*
mmc: sdhci: Move host->data warning
Adrian Hunter
2016-07-25
1
-2
/
+2
*
mmc: sdhci: Reduce the use of host->mrq
Adrian Hunter
2016-07-25
1
-8
/
+8
*
mmc: sdhci: Get rid of host->busy_handle
Adrian Hunter
2016-07-25
1
-8
/
+6
*
mmc: sdhci: Record what command is using the data lines
Adrian Hunter
2016-07-25
1
-3
/
+14
*
mmc: sdhci: Simplify sdhci_finish_command() by clearing host->cmd at the start
Adrian Hunter
2016-07-25
1
-13
/
+12
*
mmc: sdhci: Get rid of redundant BUG_ONs
Adrian Hunter
2016-07-25
1
-9
/
+0
*
mmc: sdhci: Move busy signal handling into sdhci_finish_cmd()
Adrian Hunter
2016-07-25
1
-28
/
+26
*
mmc: sdhci: Add sdhci_read_caps()
Adrian Hunter
2016-07-25
1
-15
/
+33
*
mmc: sdhci: Tidy caps variables in sdhci_setup_host()
Adrian Hunter
2016-07-25
1
-41
/
+40
*
mmc: sdhci: Make signal voltage support explicit
Adrian Hunter
2016-07-25
1
-0
/
+17
*
mmc: sdhci: Split sdhci_add_host()
Adrian Hunter
2016-07-25
1
-3
/
+36
*
mmc: sdhci: Do not call implementations of mmc host ops directly
Adrian Hunter
2016-07-25
1
-12
/
+16
*
mmc: sdhci: use pr_err for sdhci_dumpregs
Chuanxiao Dong
2016-07-25
1
-46
/
+46
*
mmc: host: use the defined function to check whether card is removable
Jaehoon Chung
2016-07-25
1
-3
/
+3
*
mmc: sdhci: Fix sdhci_card_busy()
Adrian Hunter
2016-07-25
1
-2
/
+2
*
mmc: sdhci: fix wakeup configuration
Ludovic Desroches
2016-07-25
1
-1
/
+14
*
mmc: sdhci: remove comment regarding timeout during tuning
Simon Horman
2016-07-25
1
-1
/
+1
*
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
2016-05-27
1
-2
/
+2
*
mmc: sdhci: removed unneeded function wrappers
Dong Aisheng
2016-05-16
1
-45
/
+15
*
mmc: sdhci: use IS_REACHABLE(CONFIG_LEDS_CLASS) to enable LED code
Masahiro Yamada
2016-05-02
1
-3
/
+1
*
mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNING
Adrian Hunter
2016-05-02
1
-6
/
+1
*
mmc: sdhci: Tidy together LED code
Adrian Hunter
2016-05-02
1
-33
/
+63
*
mmc: sdhci: Fix error paths in sdhci_add_host()
Adrian Hunter
2016-05-02
1
-9
/
+27
[prev]
[next]