Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
37dadbca0c8b9bff00f892fd87a978cbe0a98b3a
/
drivers
/
mmc
b4670a0
mmc: atmel: Properly fix clock configuration
by Gregory CLEMENT
· 9 years ago
898d643
rockchip: Use a separate clock ID for clocks
by Simon Glass
· 9 years ago
e1efec4
rockchip: mmc: Use a pwrseq device if available
by Simon Glass
· 9 years ago
4a1db6d
dm: mmc: Try to honour the sequence order
by Simon Glass
· 9 years ago
5b8031c
Add more SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
6579385
mmc: rockchip: the non-removable property must point to emmc
by huang lin
· 9 years ago
873cc1d
mmc: store hwpart in the block device
by Stephen Warren
· 9 years ago
7c4213f
block: pass block dev not num to read/write/erase()
by Stephen Warren
· 9 years ago
4abe8e4
dm: Convert PCI MMC over to use DM PCI API
by Simon Glass
· 9 years ago
1aa2d07
mmc: update MMC_ERASE argument to match Linux kernel.
by Eric Nelson
· 9 years ago
f1993ca
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
f0b5f23
ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl register
by Eric Nelson
· 9 years ago
a1684b6
arm: socfpga: fix up a questionable macro for SDMMC
by Dinh Nguyen
· 9 years ago
fc011f6
mmc: mmc: Don't use sprintf when using tiny-printf
by Sjoerd Simons
· 9 years ago
dcf4cb0
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 9 years ago
d9ae52c
zynq: sdhci: Move driver to DM
by Michal Simek
· 9 years ago
4004345
zynq: sdhci: Remove zynq_sdhci_of_init()
by Michal Simek
· 9 years ago
b8a9beb
zynq: sdhci: Calculate minimum frequency based on max frequency
by Siva Durga Prasad Paladugu
· 9 years ago
c35ed77
mmc: dwmmc: socfpga: Convert to DM
by Marek Vasut
· 9 years ago
2863724
rockchip: mmc: get the fifo mode and fifo depth property from dts
by huang lin
· 9 years ago
ace2198
rockchip: mmc: use non-removable property to distinguish emmc and sdcard register
by huang lin
· 9 years ago
a65f51b
mmc: dw_mmc: support fifo mode in dwc mmc driver
by huang lin
· 9 years ago
f382eb8
mmc: dw_mmc: move data transfer as a separate function
by huang lin
· 9 years ago
9a41404
mmc: socfpga_dw_mmc: Move drvsel and smplsel to dts
by Chin Liang See
· 9 years ago
f3bd728
zynq: sdhci: Define max clock by macro
by Michal Simek
· 9 years ago
41f7be3
driver: dwmmc: Fix pointer conversion warnings for hikey
by Prabhakar Kushwaha
· 9 years ago
60b2525
Merge git://git.denx.de/u-boot-samsung
by Tom Rini
· 9 years ago
a3b59b1
mmc: atmel: Add atmel sdhci support
by Wenyou Yang
· 9 years ago
79667b7
mmc: sdhci: Fix the SD clock stop sequence
by Wenyou Yang
· 9 years ago
bf50be8
mmc: fsl_esdhc: enable EVDD automatic control for SD/MMC Legacy Adapter Card
by Yangbo Lu
· 9 years ago
cdc6955
mmc: fsl_esdhc: enable dat[4:7] for eMMC4.5 Adapter Card
by Yangbo Lu
· 9 years ago
512bdbd
Powerpc: eSDHC: expand a fix to T4160
by Shaohui Xie
· 9 years ago
96094d4
s5p sdhci: call pinmux for card's gpio pins before use them
by Przemyslaw Marczak
· 9 years ago
877807e
mmc: atmel: Zap global 'initialized' variable
by Marek Vasut
· 9 years ago
6b75d35
mmc: atmel: Implement proper private data
by Marek Vasut
· 9 years ago
ecfb0ff
mmc: atmel: Fix clock configuration
by Marek Vasut
· 9 years ago
b84c9c9
mmc: atmel: Silence debug output
by Marek Vasut
· 9 years ago
8ef0d5c
armv8/ls1043ardb: esdhc: Add esdhc support for ls1043ardb
by Yangbo Lu
· 9 years ago
a9d6a7e
drivers: mmc: omap_hsmmc: convert driver to adopt device driver model
by Mugunthan V N
· 9 years ago
3b68939
ARM: k2g: add SD card and eMMC support
by Roger Quadros
· 9 years ago
e8d124f
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 9 years ago
5b37212
mmc: mv_sdhci: Configure the SDHCI MBUS bridge windows
by Stefan Roese
· 9 years ago
44c7987
sunxi: Use Kconfig CONFIG_MMC
by Maxime Ripard
· 9 years ago
7a777f6
mmc: Add generic Kconfig option
by Maxime Ripard
· 9 years ago
2308ea7
exynos: more debug and cleanup in do_sdhci_init()
by Tobias Jakobi
· 9 years ago
995a54c
exynos: be more verbose in process_nodes()
by Tobias Jakobi
· 9 years ago
6a9fbb6
exynos: Fix passing of errors in exynos_mmc_init()
by Tobias Jakobi
· 9 years ago
1a9d173
exynos: Properly zero initialize host in s5p_sdhci_init()
by Tobias Jakobi
· 9 years ago
be90974
sunxi: mmc: Fix clk-delay settings
by Hans de Goede
· 9 years ago
4d58e10
mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel)
by Łukasz Majewski
· 9 years ago
cf92e05
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· 9 years ago
129adf5
mmc: dw_mmc: Probe the MMC from OF
by Marek Vasut
· 9 years ago
8e3332e
mmc: Probe DM based mmc devices in u-boot
by Sjoerd Simons
· 9 years ago
a8cb4fb
rockchip: Add an MMC driver
by Simon Glass
· 9 years ago
e3563f2
mmc: Support bypass mode with the get_mmc_clk() method
by Simon Glass
· 9 years ago
28f69b9
sunxi: mmc: set transfer timeout according to byte_cnt.
by Yousong Zhou
· 9 years ago
54a5cf8
arm: pxa: mmc: clean-up include file order
by Marcel Ziswiler
· 9 years ago
0f92582
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
0741701
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· 9 years ago
6f67b69
mmc_spi: Big-endian support
by Yoshinori Sato
· 9 years ago
760177d
dw_mmc: Calculate dwmmc FIFO threshold size if not provided
by Simon Glass
· 9 years ago
9fbdca6
mmc: omap_hsmmc: enable 8bit interface for eMMC for AM43xx
by Nikita Kiryanov
· 9 years ago
dce55b9
mmc: omap_hsmmc: enable proper CMD(DAT) lines reset procedure for am43xx
by Nikita Kiryanov
· 9 years ago
447da58
mmc: hi6220_dw_mmc: Add hi6220 glue code for dw_mmc controller.
by Peter Griffin
· 9 years ago
1c87ffe
mmc: dw_mmc: Avoid using printf() for errors
by Simon Glass
· 9 years ago
9042d97
mmc: dw_mmc: Improve handling of data transfer failure
by Marek Vasut
· 9 years ago
d9dbb97
mmc: dw_mmc: Zap endless timeout
by Marek Vasut
· 9 years ago
603b2f3
mmc: dw_mmc: Stop bounce buffer even in case of failure
by Marek Vasut
· 9 years ago
c95ed7d
exynos: Correct return value in exynos_mmc_init()
by Simon Glass
· 9 years ago
e3d50d4
fsl_esdhc.c: Always make check_and_invalidate_dcache_range available
by Tom Rini
· 9 years ago
7a1af7a
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
7aaa5a6
ARM: Tegra210: Add support to common Tegra source/config files
by Tom Warren
· 10 years ago
c39e2a7
mmc: tegra: Build warning fixes for 64-bit
by Thierry Reding
· 9 years ago
4683b22
mmc:fsl_esdhc invalidate dcache before read
by Peng Fan
· 9 years ago
645c48f
sunxi: Create helper function veryfing valid boot signature on MMC
by Daniel Kochmański
· 9 years ago
1b26bab
mmc: Protect `mmc_initialize` from initialising mmc multiple times
by Daniel Kochmański
· 9 years ago
8e6cc46
dm: test: Add a test for the mmc uclass
by Simon Glass
· 9 years ago
1169299
mmc: Add debug() output on read errors
by Simon Glass
· 9 years ago
e7ecf7c
dm: mmc: Add an MMC uclass
by Simon Glass
· 9 years ago
492d322
mmc: sdhci.c: Add config option to use a fixed buffer for transfers
by Stefan Roese
· 9 years ago
29905a4
mmc: sdhci: Use timer based timeout detection in sdhci_send_command()
by Stefan Roese
· 9 years ago
9f1b445
mmc: bcm2835_sdhci: Restore original delay behavior
by Marek Vasut
· 9 years ago
180f87f
mmc_write.c: Make mmc_berase do 32bit safe 64bit math
by Tom Rini
· 9 years ago
1c09fa3
sunxi: mmc: Enable pull-up on card-detect gpio pin
by Hans de Goede
· 9 years ago
d81572c
Merge git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 10 years ago
ff7e9cf
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· 10 years ago
33fe2fb
ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver
by Marek Vasut
· 10 years ago
707ac1a
tegra: mmc: Set the removable flag correctly
by Simon Glass
· 10 years ago
ebe78bb
mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host
by Alexander Stein
· 10 years ago
253d5bd
mmc: fsl_esdhc: update eMMC44 adapter card erase timeout
by Yangbo Lu
· 10 years ago
5e1c23c
mmc: sdhci: add timeout setting for response busy command
by Kevin Liu
· 10 years ago
5a20397
mmc: remove the MMC_MODE_HC flag
by Rob Herring
· 10 years ago
bd47c13
mmc: Fix splitting device initialization
by Andrew Gabbasov
· 10 years ago
1677eef
mmc: Restructure polling loops to avoid extra delays
by Andrew Gabbasov
· 10 years ago
cc17c01
mmc: Continue polling MMC card for OCR only if it is still not ready
by Andrew Gabbasov
· 10 years ago
5289b53
mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()
by Andrew Gabbasov
· 10 years ago
a626c8d
mmc: Avoid extra duplicate entry in mmc device structure
by Andrew Gabbasov
· 10 years ago
2d9ca2c
mmc: fsl_esdhc: Add peripheral clock support
by Yangbo Lu
· 10 years ago
5a8dbdc
mmc: fsl_esdhc: Add adapter card type identification support
by Yangbo Lu
· 10 years ago
90641f8
sunxi: mmc: Fix card-detect gpio handling to work with the driver-model
by Hans de Goede
· 10 years ago
Next »