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
*
dm: mmc: socfpga: call dwmci_probe()
Patrick Bruenn
2018-05-08
1
-1
/
+1
*
mmc: Kconfig: add the MMC_TRACE config in Kconfig
Jaehoon Chung
2018-05-08
1
-0
/
+8
*
mmc: add the debug message in mmc_set_clock
Jaehoon Chung
2018-05-08
1
-0
/
+2
*
mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h
Jaehoon Chung
2018-05-08
3
-10
/
+12
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
51
-103
/
+51
*
mmc: zynq_sdhci: use correct quirk if CONFIG_ZYNQ_HISPD_BROKEN is defined
Hannes Schmelzer
2018-05-02
1
-1
/
+1
*
mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODE
Hannes Schmelzer
2018-05-02
1
-1
/
+7
*
mmc: fix return value check condition
Peng Fan
2018-05-02
1
-1
/
+1
*
Merge git://git.denx.de/u-boot-sunxi
Tom Rini
2018-04-30
1
-15
/
+20
|
\
|
*
sunxi: improve throughput in the sunxi_mmc driver
Philipp Tomsich
2018-04-25
1
-11
/
+16
|
*
sunxi: mmc: Fix phase delays
Stefan Mavrodiev
2018-04-23
1
-4
/
+4
*
|
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
9
-17
/
+0
*
|
mmc: Staticize sd_select_bus_width
Marek Vasut
2018-04-23
1
-1
/
+1
*
|
Merge git://git.denx.de/u-boot-uniphier
Tom Rini
2018-04-23
3
-22
/
+52
|
\
\
|
*
|
mmc: uniphier-sd: skip clock set-up for SPL
Masahiro Yamada
2018-04-24
1
-0
/
+4
|
*
|
mmc: tmio: move clk_enable() to each driver's probe function
Masahiro Yamada
2018-04-24
3
-22
/
+48
|
|
/
*
/
mmc: avoid division by zero in meson_mmc_config_clock
Heinrich Schuchardt
2018-04-23
1
-0
/
+3
|
/
*
mmc: sh_mmcif: Add Kconfig entry
Marek Vasut
2018-04-21
1
-0
/
+6
*
mmc: sh_mmcif: Add DM and DT probing support
Marek Vasut
2018-04-21
1
-13
/
+152
*
mmc: mv_sdhci: zero out sdhci_host structure
Matt Pelland
2018-04-17
1
-1
/
+1
*
mmc: tmio: Rename Matsushita to TMIO
Marek Vasut
2018-04-14
6
-422
/
+422
*
mmc: renesas-sdhi: Wait after reconfiguring pins
Marek Vasut
2018-04-11
1
-0
/
+3
*
mmc: matsushita-common: Add missing else
Marek Vasut
2018-04-11
1
-1
/
+1
*
mmc: matsushita-common: Wait for command completion
Marek Vasut
2018-04-11
2
-0
/
+3
*
mmc: matsushita-common: Correctly set mode in 16bit
Marek Vasut
2018-04-11
1
-2
/
+0
*
mmc: matsushita-common: Special case only select registers in 16bit
Marek Vasut
2018-04-11
1
-1
/
+3
*
mmc: renesas-sdhi: Add Renesas SDR104/HS200 tuning support
Marek Vasut
2018-04-11
1
-2
/
+290
*
mmc: matsushita-common: Export register access functions
Marek Vasut
2018-04-11
2
-2
/
+6
*
mmc: matsushita-common: Properly handle pin voltage configuration
Marek Vasut
2018-04-11
2
-9
/
+46
*
mmc: matsushita-common: Always check controller version
Marek Vasut
2018-04-11
1
-9
/
+8
*
mmc: matsushita-common: Handle bus width 0
Marek Vasut
2018-04-11
1
-0
/
+1
*
mmc: matsushita-common: Handle DMA completion flag differences
Marek Vasut
2018-04-11
2
-3
/
+11
*
mmc: matsushita-common: Handle Renesas div-by-1
Marek Vasut
2018-04-11
2
-1
/
+3
*
mmc: matsushita-common: Add Renesas RCar quirks
Marek Vasut
2018-04-11
2
-18
/
+30
*
mmc: matsushita-common: Use mmc_of_parse()
Marek Vasut
2018-04-11
1
-16
/
+7
*
mmc: renesas-sdhi: Handle 16bit IP
Marek Vasut
2018-04-11
1
-0
/
+13
*
mmc: uniphier: Allow passing quirks to the probe function
Marek Vasut
2018-04-11
4
-5
/
+16
*
mmc: uniphier: Add support for 16bit variant
Marek Vasut
2018-04-11
2
-4
/
+39
*
mmc: uniphier: Drop useless check
Marek Vasut
2018-04-11
1
-8
/
+2
*
mmc: uniphier: Factor out FIFO accessors
Marek Vasut
2018-04-11
1
-62
/
+60
*
mmc: renesas-sdhi: Add Renesas SDHI Kconfig entry
Marek Vasut
2018-04-11
2
-4
/
+14
*
mmc: uniphier: Split out SoC specific bits from the driver
Marek Vasut
2018-04-11
5
-840
/
+921
*
treewide: Migrate CONFIG_FSL_ESDHC to Kconfig
Mario Six
2018-04-08
1
-0
/
+6
*
mmc: use core clock frequency in bcm2835 sdhost
Jonathan Gray
2018-04-05
2
-2
/
+3
*
Merge git://git.denx.de/u-boot-x86
Tom Rini
2018-03-30
1
-3
/
+2
|
\
|
*
x86: mmc: Fix mapping of BAR memory
Bernhard Messerklinger
2018-03-30
1
-3
/
+2
*
|
Merge git://git.denx.de/u-boot-riscv
Tom Rini
2018-03-30
5
-254
/
+131
|
\
\
|
*
|
mmc: ftsdc010: Merge nds32_mmc to ftsdc010
Rick Chen
2018-03-30
5
-165
/
+133
|
*
|
mmc: ftsdc010: Migrate CONFIG_FTSDC010_SDIO to Kconfig
Rick Chen
2018-03-30
1
-0
/
+7
|
*
|
mmc: ftsdc010: Drop non-dm code
Rick Chen
2018-03-30
2
-103
/
+0
[next]