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: sunxi: Enable 8bits bus width for sun8i
Maxime Ripard
2016-11-16
1
-1
/
+1
*
mmc: Retry the switch command
Maxime Ripard
2016-11-16
1
-4
/
+11
*
Merge branch 'master' of git://git.denx.de/u-boot-atmel
Tom Rini
2016-10-28
1
-25
/
+2
|
\
|
*
mmc: atmel_sdhci: Remove unnecessary clock calling
Wenyou Yang
2016-10-28
1
-25
/
+2
*
|
mmc: sdhci: assign to clk_mul when host version is upper than SD3.0
Jaehoon Chung
2016-10-28
1
-3
/
+5
*
|
mmc: add the device name in debugging message for supplying vmmc
Jaehoon Chung
2016-10-28
1
-1
/
+1
*
|
dm: mmc: socfpga: fix MMC_OPS support
Sylvain Lesne
2016-10-28
1
-0
/
+2
*
|
mmc: refactor two core functions
Masahiro Yamada
2016-10-28
1
-13
/
+2
*
|
mmc: sdhci: fix the "misaligned operation at range" for cache
Jaehoon Chung
2016-10-28
1
-0
/
+1
*
|
mmc: introduce mmc_power_init
Peng Fan
2016-10-28
1
-1
/
+29
|
/
*
Merge branch 'master' of http://git.denx.de/u-boot-mmc
Tom Rini
2016-10-13
15
-53
/
+102
|
\
|
*
mmc: Fix cast for 64-bit compilation
Simon Glass
2016-10-11
1
-1
/
+1
|
*
mmc: sdhci: use the generic error number
Jaehoon Chung
2016-10-10
6
-16
/
+16
|
*
mmc: sdhci: use the host version value in sdhci_setup_cfg
Jaehoon Chung
2016-10-10
9
-23
/
+5
|
*
mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg
Jaehoon Chung
2016-10-10
4
-13
/
+9
|
*
mmc: s5p_sdhci: support the Driver model for Exynos
Jaehoon Chung
2016-10-10
1
-0
/
+71
*
|
dm: mmc: Enable DM_MMC_OPS by default with DM_MMC
Simon Glass
2016-10-11
1
-0
/
+1
*
|
dm: mmc: Support erase
Simon Glass
2016-10-09
3
-4
/
+11
|
/
*
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
2016-10-08
1
-0
/
+1
|
\
|
*
dm: mmc: intialize dev when probe
Peng Fan
2016-10-04
1
-0
/
+1
*
|
spl: saveenv: adding saveenv support in SPL
B, Ravi
2016-10-08
2
-4
/
+4
|
/
*
mmc: tegra: only use new clock/reset APIs
Stephen Warren
2016-09-27
1
-40
/
+5
*
mmc: tegra: Add DM_MMC support to Tegra MMC driver
Tom Warren
2016-09-27
1
-208
/
+69
*
mmc: tegra: priv struct and naming cleanup
Stephen Warren
2016-09-27
1
-138
/
+161
*
mmc: tegra: don't use periph_id in pad_init_mmc()
Stephen Warren
2016-09-27
1
-4
/
+3
*
mmc: tegra: move pad_init_mmc() into MMC driver
Stephen Warren
2016-09-27
1
-0
/
+28
*
mmc: tegra: use correct alias for SDHCI/MMC nodes
Stephen Warren
2016-09-27
1
-5
/
+5
*
treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
1
-1
/
+1
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
10
-10
/
+10
*
mmc: squash lines for immediate return
Masahiro Yamada
2016-09-23
8
-62
/
+15
*
mmc: dw_mmc: push/pop all FIFO data if any data request
Jacob Chen
2016-09-21
1
-11
/
+12
*
mmc: sdhci: Add the programmable clock mode support
Wenyou Yang
2016-09-20
1
-10
/
+40
*
mmc: sd: optimize erase
Peng Fan
2016-09-20
1
-2
/
+7
*
mmc: sd: extracting erase related information from sd status
Peng Fan
2016-09-20
1
-0
/
+68
*
mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUT
Masahiro Yamada
2016-09-20
1
-6
/
+3
*
mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIME
Masahiro Yamada
2016-09-20
1
-2
/
+2
*
mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()
Masahiro Yamada
2016-09-20
1
-11
/
+8
*
mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()
Masahiro Yamada
2016-09-20
1
-3
/
+3
*
mmc: sdhci: move error message to more relevant place
Masahiro Yamada
2016-09-20
1
-6
/
+9
*
mmc: sdhci: move sdhci_reset() call to sdhci_init()
Masahiro Yamada
2016-09-20
1
-2
/
+2
*
mmc: uniphier-sd: migrate to CONFIG_BLK
Masahiro Yamada
2016-09-14
2
-26
/
+25
*
mmc: uniphier-sd: just return if already set to desired clock rate
Masahiro Yamada
2016-08-28
1
-2
/
+5
*
mmc: uniphier-sd: return error code if unsupported width is given
Masahiro Yamada
2016-08-28
1
-5
/
+9
*
mmc: uniphier-sd: move uniphier_sd_init() below
Masahiro Yamada
2016-08-28
1
-21
/
+19
*
mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPS
Masahiro Yamada
2016-08-28
2
-47
/
+51
*
mmc: uniphier-sd: add static qualifiers to probe and remove callbacks
Masahiro Yamada
2016-08-28
1
-2
/
+2
*
ARM: tegra: fix Tegra186 SDHCI clock/reset names
Stephen Warren
2016-08-25
1
-3
/
+3
*
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Tom Rini
2016-08-20
2
-15
/
+16
|
\
|
*
arm: rmobile: Add BLANCHE board support
masakazu.mochizuki.wd@hitachi.com
2016-08-17
1
-17
/
+15
|
*
mmc: rmobile: add a compiler barrier
Yannick Gicquel
2016-08-17
1
-0
/
+3
[next]