Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
3b2a29e0971397085c616c89a3a09f2609f50ca4
/
drivers
/
mmc
4b00bdb
dm: mmc: msmsdhic: Drop old MMC code
by Simon Glass
· 8 years ago
12293f6
dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS
by Simon Glass
· 8 years ago
ef1e4ed
dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS
by Simon Glass
· 8 years ago
2a80909
dm: mmc: sdhci: Refactor configuration setup to support DM
by Simon Glass
· 8 years ago
9a46bd3
dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS
by Simon Glass
· 8 years ago
42b37d8
dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boards
by Simon Glass
· 8 years ago
691272f
dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS
by Simon Glass
· 8 years ago
8ca51e5
dm: mmc: Add a way to use driver model for MMC operations
by Simon Glass
· 8 years ago
c0c76eb
mmc: Move tracing code into separate functions
by Simon Glass
· 8 years ago
6775e01
dm: mmc: rockchip: Support only CONFIG_BLK
by Simon Glass
· 8 years ago
c40704f
mmc: Move MMC boot code into its own file
by Simon Glass
· 8 years ago
5aed4cb
dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c
by Simon Glass
· 8 years ago
eede897
dm: mmc: Move CONFIG_BLK code into the mmc uclass
by Simon Glass
· 8 years ago
7dba0b9
mmc: Add function declarations for mmc_bread() and mmc_switch_part()
by Simon Glass
· 8 years ago
eb9d3ca
mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe()
by Mateusz Kulikowski
· 8 years ago
d90bb43
mmc: increase MMC SDHCI read status timeout
by Steve Rae
· 8 years ago
44faff2
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
1483151
mmc: fsl: introduce wp_enable
by Peng Fan
· 8 years ago
84ecdf6
fsl_esdhc: Update clock enable bits for USDHC
by Ye Li
· 8 years ago
f53225c
mmc: fsl: reset to normal boot mode when eMMC fast boot
by Peng Fan
· 8 years ago
ca2ec9a
mmc: dw_mmc: fix the wrong AND operation
by Jaehoon Chung
· 9 years ago
1a3619c
mmc: add MMC_VERSION_5_1
by Stefan Wahren
· 8 years ago
135aa95
clk: convert API to match reset/mailbox style
by Stephen Warren
· 8 years ago
9702ec0
armv8: s32v234: Introduce basic support for s32v234evb
by Eddy Petrișor
· 8 years ago
3d4f628
mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xx
by Heiko Schocher
· 8 years ago
a5e27b4
mmc: revert mmc: Handle switch error status bit in MMC card status
by Heiko Schocher
· 8 years ago
c41c649
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
cc634e2
mmc: fsl_esdhc: fix check_and_invalidate_dcache_range function
by Yangbo Lu
· 9 years ago
39f6333
mmc: tegra: add basic Tegra186 support
by Stephen Warren
· 9 years ago
e6c2807
dm: mmc: Use cfg directly in mmc_bind()
by Simon Glass
· 8 years ago
e419a3e
dm: mmc: Fix up mmc_bread/bwrite() prototypes for SPL
by Simon Glass
· 8 years ago
f6e41d1
dm: rockchip: mmc: Allow use of CONFIG_BLK
by Simon Glass
· 8 years ago
5e6ff81
dm: mmc: dwmmc: Support CONFIG_BLK
by Simon Glass
· 8 years ago
19d2e34
dm: mmc: Convert sdhci to support CONFIG_BLK
by Simon Glass
· 8 years ago
61fe076
mmc: Use byte array for multipliers
by Simon Glass
· 8 years ago
e98dd20
mmc: Drop mmc_register()
by Simon Glass
· 8 years ago
f376a3c
dm: mmc: sandbox: Add an SD-card emulation
by Simon Glass
· 9 years ago
33fb211
dm: mmc: Add support for driver-model block devices
by Simon Glass
· 9 years ago
ad27dd5
dm: mmc: Add a way to bind MMC devices with driver model
by Simon Glass
· 9 years ago
8ef761e
dm: mmc: Implement the MMC functions for block devices
by Simon Glass
· 9 years ago
f8b7752
dm: sandbox: Only enable the sandbox MMC driver when valid
by Simon Glass
· 9 years ago
fdbb139
dm: mmc: Adjust mmc_switch_part() to use a struct mmc
by Simon Glass
· 9 years ago
c40fdca
dm: mmc: Move the device list into a separate file
by Simon Glass
· 9 years ago
cffe5d8
dm: mmc: Set up the device pointer when using the MMC uclass
by Simon Glass
· 9 years ago
69f45cd
dm: mmc: Use the new select_hwpart() API
by Simon Glass
· 9 years ago
cb5ec33
dm: mmc: Add a function to obtain the block device
by Simon Glass
· 9 years ago
e17d114
dm: mmc: Implement the select_hwpart() method
by Simon Glass
· 9 years ago
ff3882a
dm: mmc: Move mmc_switch_part() above its callers
by Simon Glass
· 9 years ago
3c457f4
dm: mmc: Drop the get_dev() function
by Simon Glass
· 9 years ago
663acab
dm: mmc: Add a legacy block interface for MMC
by Simon Glass
· 9 years ago
cacd1d2
mmc: sdhci: add const qualifier to the name of struct sdhci_host
by Masahiro Yamada
· 9 years ago
5cc6a24
drivers: mmc: omap_hsmmc: request cd and wp gpios when DM_MMC is defined
by Mugunthan V N
· 9 years ago
4bc5e19
drivers: mmc: omap_hsmmc: Fix conversion of address to a pointer
by Mugunthan V N
· 9 years ago
dafd579
arm: socfpga: Nuke useless include
by Marek Vasut
· 9 years ago
96f0407
fsl: esdhc: support driver model
by Peng Fan
· 9 years ago
9d11d12
mmc: Add support for Qualcomm SDHCI controller
by Mateusz Kulikowski
· 9 years ago
40345e9
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 9 years ago
d96ebc4
sunxi: Add support for Allwinner A64 SoCs
by Siarhei Siamashka
· 9 years ago
0ea5a04
sunxi: Explicitly cast u32 pointer conversions
by Alexander Graf
· 9 years ago
4f80501
mmc: uniphier: use devm_get_addr() to get base address
by Masahiro Yamada
· 9 years ago
7863ce5
mmc: Print send_cmd response only when return value is zero
by Bin Meng
· 9 years ago
53e8e40
mmc: Fix switch..case indention
by Bin Meng
· 9 years ago
a481a15
mmc: bcm2835: fix 64-bit build warning
by Stephen Warren
· 9 years ago
9b5b8b6
dwmmc: Increase retry timeout
by Alexander Graf
· 9 years ago
fbf1b08
omap_hsmmc: Board-specific TWL6030 MMC power initialization
by Paul Kocialkowski
· 9 years ago
a85362f
power: twl6030: Device-index-specific MMC power initialization
by Paul Kocialkowski
· 9 years ago
88033d7
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
ecb57f6
lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value
by Stefan Roese
· 9 years ago
bcce53d
dm: block: Rename device number member dev to devnum
by Simon Glass
· 9 years ago
3e8bd46
dm: part: Rename some partition functions
by Simon Glass
· 9 years ago
4101f68
dm: Drop the block_dev_desc_t typedef
by Simon Glass
· 9 years ago
a111bfb
mmc: uniphier: add driver for UniPhier SD/MMC host controller
by Masahiro Yamada
· 9 years ago
ce0335f
mmc: Kconfig: Add Arasan SDHCI entry
by Michal Simek
· 9 years ago
e05ab0d
tegra: mmc: Fix comments in the MMC driver init
by Simon Glass
· 9 years ago
a187559
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
161b1fe
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 9 years ago
102142c
drivers: mmc: add driver for Microchip PIC32 SDHCI controller.
by Andrei Pistirica
· 9 years ago
cd85bec
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
2550344
mmc: fsl_esdhc: set Abort command type for CMD12
by Yangbo Lu
· 9 years ago
e978a31
mmc: fsl_esdhc: increase data transaction timeout to 500ms
by Yangbo Lu
· 9 years ago
b215614
mmc: zynq_sdhci: Added qurik to disable high speed
by Siva Durga Prasad Paladugu
· 9 years ago
4297900
mmc: sdhci: Clear high speed if not supported
by Siva Durga Prasad Paladugu
· 9 years ago
a57a4a5
sdhci: zynq: Remove hardcoded value zero as min frequency
by Siva Durga Prasad Paladugu
· 9 years ago
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
Next »