index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Commit message (
Expand
)
Author
Age
Lines
*
sunxi: Create helper function veryfing valid boot signature on MMC
Daniel Kochmański
2015-07-24
-0
/
+17
*
mmc: Protect `mmc_initialize` from initialising mmc multiple times
Daniel Kochmański
2015-07-24
-0
/
+5
*
dm: test: Add a test for the mmc uclass
Simon Glass
2015-07-21
-0
/
+26
*
mmc: Add debug() output on read errors
Simon Glass
2015-07-21
-2
/
+6
*
dm: mmc: Add an MMC uclass
Simon Glass
2015-07-21
-0
/
+48
*
mmc: sdhci.c: Add config option to use a fixed buffer for transfers
Stefan Roese
2015-07-10
-0
/
+15
*
mmc: sdhci: Use timer based timeout detection in sdhci_send_command()
Stefan Roese
2015-07-10
-5
/
+5
*
mmc: bcm2835_sdhci: Restore original delay behavior
Marek Vasut
2015-06-25
-2
/
+2
*
mmc_write.c: Make mmc_berase do 32bit safe 64bit math
Tom Rini
2015-06-18
-1
/
+11
*
sunxi: mmc: Enable pull-up on card-detect gpio pin
Hans de Goede
2015-06-04
-1
/
+3
*
Merge git://git.denx.de/u-boot-mpc85xx
Tom Rini
2015-05-05
-1
/
+87
|
\
|
*
mmc: fsl_esdhc: Add peripheral clock support
Yangbo Lu
2015-05-04
-0
/
+41
|
*
mmc: fsl_esdhc: Add adapter card type identification support
Yangbo Lu
2015-05-04
-1
/
+46
*
|
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Tom Rini
2015-05-05
-69
/
+74
|
\
\
|
*
|
ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver
Marek Vasut
2015-05-05
-2
/
+2
|
*
|
tegra: mmc: Set the removable flag correctly
Simon Glass
2015-05-05
-4
/
+8
|
*
|
mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host
Alexander Stein
2015-05-05
-2
/
+2
|
*
|
mmc: fsl_esdhc: update eMMC44 adapter card erase timeout
Yangbo Lu
2015-05-05
-2
/
+2
|
*
|
mmc: sdhci: add timeout setting for response busy command
Kevin Liu
2015-05-05
-0
/
+2
|
*
|
mmc: remove the MMC_MODE_HC flag
Rob Herring
2015-05-05
-20
/
+11
|
*
|
mmc: Fix splitting device initialization
Andrew Gabbasov
2015-05-05
-8
/
+8
|
*
|
mmc: Restructure polling loops to avoid extra delays
Andrew Gabbasov
2015-05-05
-10
/
+17
|
*
|
mmc: Continue polling MMC card for OCR only if it is still not ready
Andrew Gabbasov
2015-05-05
-9
/
+11
|
*
|
mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()
Andrew Gabbasov
2015-05-05
-13
/
+11
|
*
|
mmc: Avoid extra duplicate entry in mmc device structure
Andrew Gabbasov
2015-05-05
-6
/
+7
|
|
/
*
|
sunxi: mmc: Fix card-detect gpio handling to work with the driver-model
Hans de Goede
2015-05-04
-3
/
+4
*
|
sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig bool
Hans de Goede
2015-05-04
-2
/
+1
|
/
*
zynqmp: sdhci: Remove the quirk SDHCI_QUIRK_NO_CD
Siva Durga Prasad Paladugu
2015-04-29
-1
/
+1
*
ls2085a: esdhc: Add esdhc support for ls2085a
Yangbo Lu
2015-04-23
-2
/
+34
*
ARM: bcm283x: move SoC headers to mach-bcm283x/include/mach
Masahiro Yamada
2015-03-28
-2
/
+2
*
mv_sdhci: fix warnings on 64-bit builds
Rob Herring
2015-03-18
-2
/
+2
*
sdhci: fix warnings on 64-bit builds
Rob Herring
2015-03-18
-3
/
+3
*
mmc: sdhci: don't clobber adjacent registers
Matt Reimer
2015-03-18
-1
/
+1
*
mmc: s5p: properly mask SELBASECLK
Matt Reimer
2015-03-18
-1
/
+1
*
mmc: fsl_esdhc fix register offset
Peng Fan
2015-03-17
-1
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot
Stefano Babic
2015-03-02
-21
/
+77
|
\
|
*
mmc: fsl_esdhc: Add support for DDR mode
Volodymyr Riazantsev
2015-02-24
-2
/
+6
|
*
mmc: sdhci: fix bus width switching on Samsung SoCs
Matt Reimer
2015-02-23
-1
/
+2
|
*
mmc: print SD/eMMC type for inited mmc devices
Przemyslaw Marczak
2015-02-23
-0
/
+8
|
*
mmc: exynos dwmmc: check boot mode before init dwmmc
Przemyslaw Marczak
2015-02-23
-1
/
+10
|
*
sunxi: mmc: Always declare High Capacity capability
Hans de Goede
2015-02-23
-5
/
+1
|
*
mmc: exynos_dw_mmc: use the exynos specific data structure
Jaehoon Chung
2015-02-23
-13
/
+47
|
*
mmc: exynos_dw_mmc: set to clksel_val into board-init function
Jaehoon Chung
2015-02-23
-0
/
+4
|
*
mmc: dw_mmc: fixed the wrong bit control
Jaehoon Chung
2015-02-23
-1
/
+1
*
|
mmc: fsl_esdhc: Add support to force VSELECT set
Otavio Salvador
2015-02-23
-0
/
+4
*
|
mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V
Otavio Salvador
2015-02-23
-7
/
+22
|
/
*
x86: mmc: Move common FSP functions into a common file
Simon Glass
2015-02-06
-0
/
+43
*
Merge branch 'master' of git://git.denx.de/u-boot-ti
Tom Rini
2015-02-02
-0
/
+4
|
\
|
*
omap3: mmc: add 1.8v bias setting for MMC1
Albert ARIBAUD \(3ADEV\)
2015-01-29
-0
/
+4
*
|
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Tom Rini
2015-02-02
-7
/
+7
|
\
\
[next]