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-esdhc-imx.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: sdhci-esdhc-imx: Correct two register accesses
Aaron Brice
2016-10-13
1
-1
/
+22
*
mmc: sdhci-esdhc-imx: correct the max timeout count
Haibo Chen
2016-09-26
1
-1
/
+2
*
mmc: sdhci-esdhc-imx: do not touch other bit when config DTOCV
Haibo Chen
2016-09-26
1
-1
/
+3
*
mmc: sdhci-esdhc-imx: Use common sdhci_suspend|resume_host()
Ulf Hansson
2016-07-29
1
-2
/
+4
*
mmc: sdhci-esdhc-imx: Assign system PM ops within #ifdef CONFIG_PM_SLEEP
Ulf Hansson
2016-07-29
1
-1
/
+3
*
mmc: sdhci-esdhc-imx: clear tuning bits during driver probe
Dong Aisheng
2016-07-25
1
-0
/
+5
*
mmc: sdhci-esdhci-imx: re-initialize hw state after resume
Dong Aisheng
2016-07-25
1
-5
/
+2
*
mmc: sdhci-esdhc-imx: move tuning static configuration into hwinit function
Dong Aisheng
2016-07-25
1
-18
/
+18
*
mmc: sdhci-esdhc-imx: factor out hw related initialization into function
Dong Aisheng
2016-07-25
1
-32
/
+40
*
mmc: sdhci-esdhc-imx: fix strobe DLL lock wrong clock issue
Dong Aisheng
2016-07-25
1
-0
/
+7
*
mmc: sdhci-esdhc-imx: enable hw auto retuning for MAN_TUNING
Dong Aisheng
2016-07-25
1
-3
/
+8
*
mmc: sdhci-esdhc-imx: enable hw auto retuning for STD_TUNING
Dong Aisheng
2016-07-25
1
-0
/
+3
*
mmc: sdhci-esdhc-imx: support setting tuning start point
Dong Aisheng
2016-07-25
1
-3
/
+11
*
mmc: sdhci-esdhci-imx: disable DLL delay line settings explicitly
Dong Aisheng
2016-07-25
1
-0
/
+3
*
mmc: sdhci-esdhc-imx: restore watermark level setting after resume
Dong Aisheng
2016-07-25
1
-1
/
+10
*
mmc: sdhci-esdhc-imx: add esdhc specific suspend resume callback
Dong Aisheng
2016-07-25
1
-1
/
+11
*
mmc: sdhci-esdhc-imx: remove SDHCI_QUIRK_BROKEN_TIMEOUT_VAL
Dong Aisheng
2016-07-25
1
-2
/
+0
*
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
2016-05-28
1
-1
/
+1
*
mmc: sdhci-esdhc-imx: use sdhci_pltfm_init for private allocation
Jisheng Zhang
2016-02-29
1
-21
/
+17
*
mmc: sdhci-esdhc-imx: correct the tuning-step setting
Haibo Chen
2015-12-22
1
-2
/
+5
*
mmc: mmc: extend the mmc_send_tuning()
Chaotian Jing
2015-10-27
1
-3
/
+3
*
mmc: sdhci-esdhc-imx: change default watermark level and burst length
Haibo Chen
2015-08-27
1
-1
/
+2
*
mmc: sdhci-esdhc-imx: set back the burst_length_enable bit to 1
Haibo Chen
2015-08-27
1
-0
/
+16
*
mmc: sdhci-esdhc-imx: add tuning-step setting support
Haibo Chen
2015-08-27
1
-0
/
+9
*
mmc: sdhci-esdhc-imx: add imx7d support and support HS400
Haibo Chen
2015-08-27
1
-3
/
+83
*
mmc: sdhci-esdhc-imx: clear f_max in boarddata
Dong Aisheng
2015-07-24
1
-6
/
+1
*
mmc: sdhci-esdhc-imx: remove duplicated dts parsing
Dong Aisheng
2015-07-24
1
-14
/
+0
*
mmc: sdhci-esdhc-imx: move all non dt probe code into one function
Dong Aisheng
2015-07-24
1
-85
/
+94
*
mmc: sdhci-esdhc-imx: fix cd regression for dt platform
Dong Aisheng
2015-07-24
1
-1
/
+9
*
mmc: sdhci-esdhc-imx: add quirk SDHCI_QUIRK2_BROKEN_HS200 for imx6qdl
Dong Aisheng
2015-06-01
1
-2
/
+8
*
mmc: sdhci-esdhc-imx: add imx6sx support
Dong Aisheng
2015-06-01
1
-0
/
+6
*
mmc: sdhci-esdhc-imx: add ADMA Length Mismatch errata fix
Dong Aisheng
2015-06-01
1
-1
/
+17
*
mmc: sdhci-esdhc-imx: usdhc does not have missing card interrupt issue
Dong Aisheng
2015-06-01
1
-1
/
+1
*
mmc: sdhci-esdhc-imx: merge the same register check into one place
Dong Aisheng
2015-06-01
1
-7
/
+5
*
mmc: sdhci-esdhc-imx: Do not break platform data boards
Fabio Estevam
2015-06-01
1
-1
/
+35
*
mmc: sdhci-esdhc-imx: Move mmc_of_parse() to the dt probe
Fabio Estevam
2015-06-01
1
-6
/
+2
*
mmc: sdhci-imx: Constify platform_device_id
Krzysztof Kozlowski
2015-06-01
1
-1
/
+1
*
mmc: host: sdhci-esdhc-imx: fix broken email address
Wolfram Sang
2015-05-25
1
-2
/
+2
*
mmc: sdhci-esdhc-imx: Call mmc_of_parse()
Fabio Estevam
2015-04-09
1
-32
/
+6
*
mmc: sdhci-esdhc-imx: support voltage-range property
Sascha Hauer
2015-03-25
1
-1
/
+5
*
mmc: sdhci-esdhc-imx: silence a false curly braces warning
Dan Carpenter
2015-03-23
1
-1
/
+1
*
mmc: sdhci-esdhc-imx: Fixup runtime PM conditions during ->probe()
Ulf Hansson
2015-01-19
1
-1
/
+1
*
mmc: sdhci-esdhc-imx: Fixup ->remove()
Ulf Hansson
2015-01-19
1
-8
/
+7
*
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-12-11
1
-2
/
+2
|
\
|
*
MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2014-12-05
1
-2
/
+2
*
|
mmc: sdhci-esdhc-imx: Convert to mmc_send_tuning()
Ulf Hansson
2014-12-08
1
-65
/
+3
*
|
mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl states
Dirk Behme
2014-11-10
1
-6
/
+4
|
/
*
mmc: sdhci-esdhc-imx: set the correct max timeout value for uSDHC
Aisheng Dong
2014-09-09
1
-0
/
+11
*
mmc: sdhci-esdhc-imx: fix incorrect max timeout cout for uSDHC
Aisheng Dong
2014-09-09
1
-0
/
+9
*
mmc: remove .owner field for drivers using module_platform_driver
Peter Griffin
2014-09-09
1
-1
/
+0
[next]