index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
mmc: fsl_esdhc: add compatible for fsl, imx53-esdhc
Patrick Bruenn
2019-01-28
1
-0
/
+1
*
|
drivers: esdhc: add support for ColdFire mcf5441x family
Angelo Dureghello
2019-01-26
1
-1
/
+42
*
|
mmc: mtk-sd: fix SPL compilation when GPIO=y and SPL_GPIO=n
Fabien Parent
2019-01-26
1
-4
/
+4
*
|
mmc: mtk-sd: fix possible incomplete read ops
Fabien Parent
2019-01-26
1
-9
/
+9
*
|
mmc: hi6220_dw_mmc: add compatible for Poplar support
Shawn Guo
2019-01-25
1
-0
/
+1
|
/
*
mmc: zynq: Remove unused pwrseq variable
Michal Simek
2019-01-24
1
-1
/
+0
*
Kconfig: Migrate BOUNCE_BUFFER
Philipp Tomsich
2019-01-19
1
-0
/
+3
*
Merge tag 'fsl-qoriq-for-v2019.04-rc1' of git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2019-01-18
1
-1
/
+0
|
\
|
*
mmc: fsl_esdhc: make get_cd work well in dm_mmc_ops
Yinbo Zhu
2019-01-17
1
-1
/
+0
*
|
Merge tag 'mips-pull-2019-11-16' of git://git.denx.de/u-boot-mips
Tom Rini
2019-01-17
2
-48
/
+65
|
\
\
|
*
|
mmc: jz_mmc: Compile-out write support if disabled
Ezequiel Garcia
2019-01-16
1
-44
/
+61
|
*
|
mmc: Use proper IS_ENABLED macro to check block support
Ezequiel Garcia
2019-01-16
1
-4
/
+4
|
|
/
*
|
mmc: Add support for downgrading HS200/HS400 to HS mode
Marek Vasut
2019-01-15
1
-6
/
+33
*
|
mmc: Convert HI6220 MMC driver to driver model
Manivannan Sadhasivam
2019-01-15
1
-31
/
+69
|
/
*
mmc: fsl_esdhc: Avoid infinite loop in esdhc_send_cmd_common()
Fabio Estevam
2019-01-14
1
-2
/
+8
*
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Tom Rini
2019-01-10
1
-13
/
+37
|
\
|
*
mmc: sunxi: Fix mmc clocks for DM_MMC
Jagan Teki
2019-01-10
1
-13
/
+37
*
|
mmc: bring back partition init for non-DM MMC drivers
Andre Przywara
2019-01-09
1
-0
/
+4
|
/
*
Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx
Tom Rini
2019-01-01
1
-4
/
+4
|
\
|
*
imx: rename mx8m,MX8M to imx8m,IMX8M
Peng Fan
2019-01-01
1
-4
/
+4
*
|
mmc: Add JZ47xx SD/MMC controller driver
Paul Burton
2018-12-19
3
-0
/
+495
|
/
*
lib: merge CRC16-CCITT into u-boot/crc.h
Philipp Tomsich
2018-12-08
1
-1
/
+1
*
mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01
Marek Vasut
2018-12-04
1
-0
/
+4
*
mmc: tmio: sdhi: Add HS400 support
Marek Vasut
2018-12-03
2
-8
/
+96
*
mmc: tmio: sdhi: Move tap_pos to private data
Marek Vasut
2018-12-03
2
-3
/
+5
*
mmc: tmio: sdhi: Filter out HS400 on certain SoCs
Marek Vasut
2018-12-03
1
-0
/
+20
*
mmc: tmio: Reorder TMIO clock handling
Marek Vasut
2018-12-03
1
-51
/
+54
*
mmc: tmio: Keep generating clock when clock are enabled
Marek Vasut
2018-12-03
1
-2
/
+8
*
mmc: tmio: Do not set divider to 1 in DDR mode
Marek Vasut
2018-12-03
1
-0
/
+4
*
mmc: tmio: Switch to clock framework
Marek Vasut
2018-12-03
4
-22
/
+51
*
mmc: Parse HS400 DT properties
Marek Vasut
2018-12-03
1
-0
/
+4
*
Merge tag 'u-boot-amlogic-20181126' of git://git.denx.de/u-boot-amlogic
Tom Rini
2018-11-29
1
-0
/
+1
|
\
|
*
mmc: meson-gx: Add AXG compatible
Neil Armstrong
2018-11-26
1
-0
/
+1
*
|
mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoC
Weijie Gao
2018-11-28
3
-0
/
+1406
*
|
sunxi-mmc: use new mode on both controllers on A64
Vasily Khoruzhick
2018-11-22
1
-3
/
+7
*
|
sunxi-mmc: don't double clock for new mode unconditionally
Vasily Khoruzhick
2018-11-22
1
-7
/
+0
*
|
sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH option
Vasily Khoruzhick
2018-11-22
2
-0
/
+6
|
/
*
Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm
Tom Rini
2018-11-16
2
-3
/
+2
|
\
|
*
mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
Bin Meng
2018-11-14
1
-0
/
+2
|
*
blk: Call part_init() in the post_probe() method
Bin Meng
2018-11-14
1
-3
/
+0
*
|
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Tom Rini
2018-11-14
1
-1
/
+20
|
\
\
|
|
/
|
/
|
|
*
mmc: sunxi: add support for automatic delay calibration
Vasily Khoruzhick
2018-11-13
1
-1
/
+20
*
|
mmc: dw_mmc: Add RCRC handling
Marek Vasut
2018-11-10
1
-0
/
+4
*
|
mmc: tmio: sdhi: Merge DTCNTL access into single register write
Marek Vasut
2018-11-02
1
-6
/
+3
*
|
mmc: tmio: sdhi: Implement waiting for DAT0 line state
Marek Vasut
2018-11-02
1
-1
/
+26
*
|
mmc: tmio: sdhi: Clear HS400 settings when resetting SCC
Marek Vasut
2018-11-02
1
-0
/
+7
*
|
mmc: tmio: sdhi: Touch SCC only when UHS capable
Marek Vasut
2018-11-02
1
-2
/
+3
*
|
mmc: tmio: Preinitialize regulator to 3.3V
Marek Vasut
2018-11-02
1
-0
/
+2
*
|
mmc: tmio: Configure clock before any other IOS
Marek Vasut
2018-11-02
1
-1
/
+1
*
|
mmc: tmio: Silence transfer errors when tuning
Marek Vasut
2018-11-02
1
-21
/
+24
[prev]
[next]