index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-02-17
1
-0
/
+9
|
\
|
*
mmc: tegra: support Tegra124
Stephen Warren
2014-02-03
1
-0
/
+9
*
|
cmd_mmc.c: Drop open/close mmc sub-commands
Tom Rini
2014-02-07
1
-65
/
+0
*
|
cmd_mmc.c: Add bootbus mmc sub-command
Tom Rini
2014-02-07
1
-0
/
+21
*
|
cmd_mmc.c: Add 'partconf' command to mmc
Tom Rini
2014-02-07
1
-0
/
+21
*
|
mmc: Enabled quirk SDHCI_QUIRK_BROKEN_R1B
Siva Durga Prasad Paladugu
2014-02-07
1
-1
/
+2
*
|
MMC: DWMMC: Correct the CLKDIV register value
Rajeshwari S Shinde
2014-02-07
2
-3
/
+16
*
|
mmc: set rca to 1 for MMC cards
Stephen Warren
2014-02-07
1
-1
/
+1
|
/
*
drivers: delete unused header files
Masahiro Yamada
2014-01-24
1
-138
/
+0
*
esdhc: Detecting 8 bit width before mmc initialization
Haijun.Zhang
2014-01-22
1
-0
/
+5
*
esdhc: Workaround for card can't be detected on T4240QDS
Haijun.Zhang
2014-01-22
1
-0
/
+4
*
mmc: dwmmc: mode change to 0644
Minkyu Kang
2014-01-14
1
-0
/
+0
*
socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA
Chin Liang See
2014-01-09
2
-0
/
+69
*
mmc: add setdsr support
Markus Niebel
2014-01-09
1
-0
/
+18
*
mmc: Minor cleanup of sdhci.c
Darwin Rambo
2014-01-09
1
-13
/
+19
*
mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controller
Alexey Brodkin
2014-01-09
1
-10
/
+22
*
mmc/dwmmc: Using calloc instead malloc
Chin Liang See
2014-01-08
1
-2
/
+2
*
mmc: add Faraday FTSDC021 SDHCI controller support
Kuo-Jung Su
2013-12-08
2
-0
/
+34
*
powerpc: mmc: Add corenet devices support in esdhc spl
Priyanka Jain
2013-12-08
1
-0
/
+5
*
mmc/dwmmc: modify FIFO threshold only if value explicitly set
Alexey Brodkin
2013-12-08
1
-7
/
+2
*
mmc: dw_mmc: remove the exynos specific code in dw-mmc.c
Jaehoon Chung
2013-12-08
2
-10
/
+16
*
drivers: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-31
1
-47
/
+24
*
powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register
Haijun.Zhang
2013-10-31
1
-0
/
+6
*
esdhc: memset mmc struct before putting into use
Haijun.Zhang
2013-10-31
1
-0
/
+1
*
Powerpc/esdhc: Add simple description of esdhc register
Haijun.Zhang
2013-10-31
1
-37
/
+37
*
powerpc/esdhc: Map register for eSDHC Host Controller V3.0
Haijun.Zhang
2013-10-31
1
-2
/
+14
*
DWMMC: SMDK5420: Disable SMU for eMMC
Rajeshwari Shinde
2013-10-31
2
-0
/
+14
*
mmc: sdhci: Avoid commands errors by simple timeout adaptation.
Przemyslaw Marczak
2013-10-31
1
-7
/
+28
*
mmc: dw_mmc: change the callback function name.
Jaehoon Chung
2013-10-31
2
-4
/
+4
*
mmc: Fix erase_grp_size for partitioned card
Oliver Metz
2013-10-31
1
-4
/
+13
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2013-10-02
1
-0
/
+2
|
\
|
*
mmc: fsl_esdhc: Check the result from malloc()
Fabio Estevam
2013-09-20
1
-0
/
+2
*
|
Fix wrong sdhci host control register read and write
Juhyun \(Justin\) Oh
2013-09-20
1
-3
/
+2
*
|
mmc/dw_mmc: Allocate the correct amount of descriptors
Mischa Jonker
2013-09-20
1
-2
/
+2
*
|
mmc/dw_mmc: Fix DMA descriptor corruption
Mischa Jonker
2013-09-20
1
-3
/
+4
*
|
mmc: don't support write & erase for SPL builds
Paul Burton
2013-09-20
4
-182
/
+230
*
|
mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT
Paul Burton
2013-09-17
1
-0
/
+36
*
|
ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xx
Lubomir Popov
2013-09-17
1
-3
/
+14
*
|
omap_hsmmc: omap4+/am335x: modify MMC controller internal fsm reset func
Oleksandr Tyshchenko
2013-09-17
1
-0
/
+24
*
|
mmc: Remove unused variable backup from mmc_send_cmd()
Oleksandr Tyshchenko
2013-09-17
1
-3
/
+0
*
|
mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC
Jaehoon Chung
2013-09-17
2
-7
/
+10
|
/
*
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Albert ARIBAUD
2013-09-05
1
-1
/
+2
|
\
|
*
mmc: mxsmmc: Enable MMC HC support
Amaury Pouly
2013-08-23
1
-1
/
+2
*
|
SPDX-License-Identifier: clean up license header
York Sun
2013-08-20
1
-16
/
+1
*
|
powerpc: mpc85xx: Support booting from SD Card with SPL
Ying Zhang
2013-08-20
3
-0
/
+135
|
/
*
Merge branch 'master' of git://git.denx.de/u-boot-nds32
Tom Rini
2013-07-25
1
-1
/
+5
|
\
|
*
mmc: ftsdc010_mci: fix build error if CONFIG_FTSDC010_SDIO is not defined
Gabor Juhos
2013-07-24
1
-1
/
+5
*
|
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
17
-234
/
+17
|
/
*
fsl_esdhc: Touch only relevant sys ctrl bits
Dirk Behme
2013-07-16
1
-3
/
+3
*
drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion
Alexey Brodkin
2013-07-16
1
-1
/
+0
[next]