index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci-esdhc-imx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: sdhci-esdhc-imx: add preset value quirk for mx6
Dong Aisheng
2013-10-21
1
-1
/
+3
*
mmc: sdhci-esdhc-imx: enable SDR50 tuning for imx6q/dl
Dong Aisheng
2013-10-21
1
-1
/
+2
*
mmc: sdhci-esdhc-imx: add delay line setting support
Dong Aisheng
2013-10-21
1
-0
/
+18
*
mmc: sdhci-esdhc-imx: add DDR mode support for mx6
Dong Aisheng
2013-10-21
1
-3
/
+14
*
mmc: sdhci-esdhc-imx: fix reading cap_1 register value for mx6sl
Dong Aisheng
2013-10-21
1
-0
/
+4
*
mmc: sdhci-esdhc-imx: add std tuning support for mx6sl
Dong Aisheng
2013-10-21
1
-17
/
+73
*
mmc: sdhci-esdhc-imx: create struct esdhc_soc_data
Shawn Guo
2013-10-21
1
-45
/
+41
*
mmc: sdhci-esdhc-imx: pdev->id_entry should be immutable
Shawn Guo
2013-10-21
1
-14
/
+7
*
mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_USDHC
Shawn Guo
2013-10-21
1
-12
/
+25
*
mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_ENGCM07207
Shawn Guo
2013-10-21
1
-2
/
+10
*
mmc: sdhci-esdhc-imx: set actual_clock in clock setting
Dong Aisheng
2013-09-27
1
-1
/
+2
*
mmc: sdhci-esdhc-imx: correct pre_div for imx6q
Dong Aisheng
2013-09-26
1
-0
/
+3
*
mmc: sdhci-esdhc-imx: change pinctrl state according to uhs mode
Dong Aisheng
2013-09-26
1
-1
/
+95
*
mmc: sdhci-esdhc-imx: add sd3.0 SDR clock tuning support
Dong Aisheng
2013-09-26
1
-1
/
+195
*
mmc: sdhci-esdhc-imx: support real clock on and off for imx6q
Dong Aisheng
2013-09-26
1
-2
/
+17
*
mmc: sdhci-esdhc: move common esdhc_set_clock to platform driver
Dong Aisheng
2013-09-26
1
-2
/
+33
*
mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()
Laurent Pinchart
2013-08-24
1
-1
/
+1
*
mmc: esdhc-imx: parse max-frequency from devicetree
Lucas Stach
2013-06-27
1
-1
/
+17
*
mmc: sdhci-esdhc: calculate sdclk divider from controller clock
Lucas Stach
2013-06-27
1
-1
/
+9
*
mmc: sdhci: Add size for caller in init+register
Christian Daudt
2013-05-31
1
-1
/
+1
*
mmc: sdhci-esdhc-imx: fix multiblock reads on i.MX53
Lucas Stach
2013-05-26
1
-3
/
+34
*
mmc: sdhci-esdhc-imx: Fix SDIO interrupts
Martin Fuzzey
2013-05-26
1
-1
/
+3
*
mmc: sdhci: Constify sdhci_ops structs where possible
Lars-Peter Clausen
2013-03-22
1
-1
/
+1
*
mmc: sdhci_pltfm: Constify sdhci_pltfm_data
Lars-Peter Clausen
2013-03-22
1
-1
/
+1
*
mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clock
Lars-Peter Clausen
2013-02-24
1
-8
/
+1
*
mmc: sdhci-esdhc-imx: support 8bit mode
Sascha Hauer
2013-02-24
1
-2
/
+54
*
mmc: sdhci-esdhc-imx: Auto CMD23 support for usdhc
Shawn Guo
2013-02-24
1
-1
/
+9
*
mmc: sdhci-esdhc-imx: manually reset MIX_CTRL for usdhc
Shawn Guo
2013-02-24
1
-1
/
+8
*
mmc: sdhci-esdhc-imx: separate transfer mode from command write for usdhc
Shawn Guo
2013-02-24
1
-11
/
+14
*
mmc: sdhci-esdhc-imx: Remove unused variables
Fabio Estevam
2013-02-24
1
-5
/
+0
*
mmc: sdhci-esdhc-imx: name esdhc specific definitions with ESDHC_ prefix
Shawn Guo
2013-02-24
1
-20
/
+20
*
mmc: sdhci-esdhc-imx: remove D3CD check from SDHCI_HOST_CONTROL write
Shawn Guo
2013-02-24
1
-4
/
+2
*
mmc: sdhci-esdhc-imx: fix host version read
Shawn Guo
2013-02-24
1
-8
/
+11
*
mmc: sdhci-esdhc-imx: remove ESDHC_CD_GPIO handling from IO accessory
Shawn Guo
2013-02-11
1
-17
/
+0
*
mmc: sdhci-esdhc-imx: use slot-gpio helpers for CD and WP
Shawn Guo
2013-02-11
1
-40
/
+16
*
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-12-11
1
-4
/
+4
|
\
|
*
mmc: remove use of __devexit
Bill Pemberton
2012-11-28
1
-1
/
+1
|
*
mmc: remove use of __devinit
Bill Pemberton
2012-11-28
1
-2
/
+2
|
*
mmc: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
|
mmc: sdhci-imx-esdhc: use more devm_* functions
Shawn Guo
2012-12-06
1
-38
/
+18
|
/
*
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
2012-10-01
1
-1
/
+1
|
\
|
*
ARM: imx: move platform_data definitions
Arnd Bergmann
2012-09-14
1
-1
/
+1
*
|
mmc: fix comment typos
Masanari Iida
2012-09-01
1
-1
/
+1
|
/
*
mmc: esdhc: Fix DMA_MASK to not break mx25 DMA access
Wilson Callan
2012-07-22
1
-2
/
+7
*
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-05-26
1
-11
/
+31
|
\
|
*
Merge branch 'imx/pinctrl' into imx/clock
Arnd Bergmann
2012-05-14
1
-0
/
+9
|
|
\
|
*
|
mmc sdhc i.MX: do not depend on grouped clocks
Sascha Hauer
2012-04-25
1
-11
/
+31
*
|
|
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-05-26
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
mmc: dt: Consolidate DT bindings
Arnd Bergmann
2012-05-15
1
-1
/
+1
|
|
/
*
|
mmc: sdhci-imx-esdhc: adopt pinctrl support
Dong Aisheng
2012-05-11
1
-0
/
+9
|
/
[next]