Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
173d294b94cfec10063a5be40934d6d8fb7981ce
/
drivers
/
mmc
/
fsl_esdhc.c
1336e2d
mmc:eSDHC: Workaround for data timeout issue on Txxx SoC
by Haijun.Zhang
· 11 years ago
8a57302
mmc: fsl_esdhc: add controller reset in case of data related errors too
by Andrew Gabbasov
· 11 years ago
fb82398
mmc: fsl_esdhc: fix calculation of timeout for data transactions
by Andrew Gabbasov
· 11 years ago
93bfd61
mmc: Split mmc struct, rework mmc initialization (v2)
by Pantelis Antoniou
· 11 years ago
22cb7d3
mmc: Convert mmc struct's name array to a pointer
by Pantelis Antoniou
· 11 years ago
ab769f2
mmc: Remove ops from struct mmc and put in mmc_ops
by Pantelis Antoniou
· 11 years ago
d47e3d2
esdhc: Detecting 8 bit width before mmc initialization
by Haijun.Zhang
· 11 years ago
f7e27cc
esdhc: Workaround for card can't be detected on T4240QDS
by Haijun.Zhang
· 11 years ago
ef38f3f
powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register
by Haijun.Zhang
· 11 years ago
a54d681
esdhc: memset mmc struct before putting into use
by Haijun.Zhang
· 11 years ago
511948b
Powerpc/esdhc: Add simple description of esdhc register
by Haijun.Zhang
· 11 years ago
5f9b9f8
powerpc/esdhc: Map register for eSDHC Host Controller V3.0
by Haijun.Zhang
· 11 years ago
3f786a8
mmc: fsl_esdhc: Check the result from malloc()
by Fabio Estevam
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
a61da72
fsl_esdhc: Touch only relevant sys ctrl bits
by Dirk Behme
· 11 years ago
b8e5b07
Powerpc: eSDHC: Fix mmc read write err in uboot of T4240QDS board
by Haijun.Zhang
· 11 years ago
01b7735
fsl_esdhc: Do not clear interrupt status bits until data processed
by Andrew Gabbasov
· 11 years ago
c2137b1
mmc: fsl_esdhc: Fix hang after 'save' command
by Fabio Estevam
· 11 years ago
48e0b2b
powerpc/esdhc: Correct judgement for DATA PIO mode
by Haijun.Zhang
· 11 years ago
88227a1
mmc: fsl_esdhc: Use calloc()
by Fabio Estevam
· 12 years ago
9b74dc5
fsl_esdhc: Fix DMA transfer completion waiting loop
by Andrew Gabbasov
· 12 years ago
54899fc
fsl_esdhc: flush cache after IO completion
by Eric Nelson
· 12 years ago
aad4659
mmc: i.MX6: fsl_esdhc: Define maximum bus width supported by a board
by Abbas Raza
· 12 years ago
d23d8d7
mmc: add support for write protection
by Nikita Kiryanov
· 12 years ago
e9adeca
ppc: arm: Move sdhc_clk into arch_global_data
by Simon Glass
· 12 years ago
fb8302b
fsl_esdhc: add MMC_MODE_HC host_caps
by Shawn Guo
· 12 years ago
6acc7c3
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
eafa90a
drivers/mmc/fsl_esdhc.c: sparse fixes
by Kim Phillips
· 12 years ago
a2ac1b3
mxc: Fix SDHC multi-instance clock
by Benoît Thébaudeau
· 12 years ago
16e43f3
fsl_esdhc: Remove cache snooping for i.MX
by Benoît Thébaudeau
· 12 years ago
975324a
FSL/eSDHC: enable the clock to detect the SD card
by Jerry Huang
· 12 years ago
e576bd9
i.MX: fsl_esdhc: allow use with cache enabled.
by Eric Nelson
· 13 years ago
7a5b802
mmc: fsl_esdhc: Poll until card is not busy anymore
by Dirk Behme
· 13 years ago
8eee2bd
fsl_esdhc: fix PIO mode transfers
by Ira Snyder
· 13 years ago
d48d2e2
mmc: fsl_esdhc: Implement card-detect hook.
by Thierry Reding
· 13 years ago
314284b
mmc: Change board_mmc_getcd() function prototype.
by Thierry Reding
· 13 years ago
4692708
i.mx: fsl_esdhc: add the i.mx6q support
by Jason Liu
· 13 years ago
1ed60d7
fsl_esdhc: Initialize mmc->b_max
by Fabio Estevam
· 13 years ago
4571de3
fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2
by Jason Liu
· 14 years ago
63fb5a7
drivers/mmc/fsl_esdhc.c: reordered tests
by Frans Meulenbroeks
· 14 years ago
32c8cfb
fsl_esdhc: Deal with watermark level register related changes
by Priyanka Jain
· 14 years ago
b71ea33
fsl_esdhc: Correcting esdhc timeout counter calculation
by Priyanka Jain
· 14 years ago
5103a03
fsl_esdhc: Add the workaround for erratum ESDHC-A001 (enable on P2020)
by Kumar Gala
· 14 years ago
3b4456e
fsl_esdhc: Add the workaround for erratum ESDHC135 (enable on P4080)
by Roy Zang
· 14 years ago
d621da0
fsl_esdhc: Add the workaround for erratum ESDHC111 (enable on P4080)
by Jerry Huang
· 14 years ago
a6da8b8
fsl_esdhc: Fix esdhc disabled problem on some platforms
by Chenhui Zhao
· 14 years ago
030955c
fsl_esdhc: Fix the voltage validation process
by Li Yang
· 14 years ago
63786d2
fsl_esdhc: Fix max clock frequency
by Jerry Huang
· 14 years ago
4a6ee17
fsl_esdhc: Use mmc_set_clock to set initial speed
by Jerry Huang
· 14 years ago
2c1764e
fsl_esdhc: Set the eSHDC DMACTL[SNOOP] bit after resetting the controller
by P.V.Suresh
· 14 years ago
7b43db9
drivers/mmc/fsl_esdhc.c: fix compiler warnings
by Wolfgang Denk
· 14 years ago
77c1458
ppc/85xx: PIO Support for FSL eSDHC Controller Driver
by Dipen Dudhat
· 15 years ago
ab467c5
fsl_esdhc: Only modify the field we are changing in WML
by Roy Zang
· 15 years ago
48bb3bb
fsl_esdhc: Add function to reset the eSDHC controller
by Jerry Huang
· 15 years ago
cc4d122
fsl_esdhc: Always stop clock before changing frequency
by Kumar Gala
· 15 years ago
c67bee1
fsl_esdhc: add support for mx51 processor
by Stefano Babic
· 15 years ago
b33433a
fsl_esdhc: Add device tree fixups
by Anton Vorontsov
· 15 years ago
998be3d
mmc: drop unnecessary casts
by Rabin Vincent
· 16 years ago
50586ef
Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
by Andy Fleming
· 16 years ago