Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
891a8c4ed27f2b4183ce15b73d283042399e258d
/
drivers
/
mmc
fa1f73f
ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()
by Masahiro Yamada
· 8 years ago
2da5125
mmc: sdhci: Disable internal clock enable bit
by Siva Durga Prasad Paladugu
· 9 years ago
8d56db9
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
a1db4fe
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
6527fa2
sunxi: Use BROM stored boot_media value to determine our boot-source
by Hans de Goede
· 8 years ago
b87ea78
Merge branch 'master' of git://git.denx.de/u-boot-samsung
by Tom Rini
· 8 years ago
e2ead48
sunxi: mmc: increase status register polling rate for data transfers
by Tobias Doerffel
· 8 years ago
4bb9ce4
rockchip: mmc: Update the driver to support of-platdata
by Simon Glass
· 8 years ago
4188d94
rockchip: mmc: Move all DT decoding to ofdata_to_platdata()
by Simon Glass
· 8 years ago
98d18e9
mmc: exynos_dw_mmc: support the Driver mode for Exynos
by Jaehoon Chung
· 8 years ago
865ecd9
mmc: exynos_dw_mmc: use the 4bit bus-width by default
by Jaehoon Chung
· 8 years ago
de61aaee
mmc: exynos_dw_mmc: clean the unused and unnecessary codes
by Jaehoon Chung
· 8 years ago
e0303c7
mmc: exynos_dw_mmc: add the error control for checking index
by Jaehoon Chung
· 8 years ago
cc95ce5
mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROL
by Jaehoon Chung
· 8 years ago
2f9cbd5
mmc: exynos_dw_mmc: remove the unused function
by Jaehoon Chung
· 8 years ago
8612025
dm: mmc: msmsdhic: Drop old MMC code
by Simon Glass
· 8 years ago
8ef0765
dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS
by Simon Glass
· 8 years ago
b97f0fa
dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS
by Simon Glass
· 8 years ago
b084207
dm: mmc: sdhci: Refactor configuration setup to support DM
by Simon Glass
· 8 years ago
efcc669
dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS
by Simon Glass
· 8 years ago
faeef3b
dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boards
by Simon Glass
· 8 years ago
ff5c1b7
dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS
by Simon Glass
· 8 years ago
394dfc0
dm: mmc: Add a way to use driver model for MMC operations
by Simon Glass
· 8 years ago
b23d96e
mmc: Move tracing code into separate functions
by Simon Glass
· 8 years ago
e7f50d9
dm: mmc: rockchip: Support only CONFIG_BLK
by Simon Glass
· 8 years ago
84f9df9
mmc: Move MMC boot code into its own file
by Simon Glass
· 8 years ago
21875cf
dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c
by Simon Glass
· 8 years ago
2f1ea90
dm: mmc: Move CONFIG_BLK code into the mmc uclass
by Simon Glass
· 8 years ago
62e293a
mmc: Add function declarations for mmc_bread() and mmc_switch_part()
by Simon Glass
· 8 years ago
c012e57
mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe()
by Mateusz Kulikowski
· 8 years ago
d478083
mmc: increase MMC SDHCI read status timeout
by Steve Rae
· 8 years ago
bdabc27
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
01eb1c4
mmc: fsl: introduce wp_enable
by Peng Fan
· 8 years ago
5a24f29
fsl_esdhc: Update clock enable bits for USDHC
by Ye Li
· 8 years ago
a6eadd5
mmc: fsl: reset to normal boot mode when eMMC fast boot
by Peng Fan
· 8 years ago
1d9c36f
mmc: dw_mmc: fix the wrong AND operation
by Jaehoon Chung
· 9 years ago
1243cd8
mmc: add MMC_VERSION_5_1
by Stefan Wahren
· 8 years ago
a962243
clk: convert API to match reset/mailbox style
by Stephen Warren
· 8 years ago
5178dc1
armv8: s32v234: Introduce basic support for s32v234evb
by Eddy Petrișor
· 8 years ago
280f715
mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xx
by Heiko Schocher
· 8 years ago
9016ab9
mmc: revert mmc: Handle switch error status bit in MMC card status
by Heiko Schocher
· 8 years ago
3530082
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
e7702c6
mmc: fsl_esdhc: fix check_and_invalidate_dcache_range function
by Yangbo Lu
· 9 years ago
dfbdc12
mmc: tegra: add basic Tegra186 support
by Stephen Warren
· 9 years ago
434c487
dm: mmc: Use cfg directly in mmc_bind()
by Simon Glass
· 9 years ago
9f72e37
dm: mmc: Fix up mmc_bread/bwrite() prototypes for SPL
by Simon Glass
· 9 years ago
ae69610
dm: rockchip: mmc: Allow use of CONFIG_BLK
by Simon Glass
· 9 years ago
8268254
dm: mmc: dwmmc: Support CONFIG_BLK
by Simon Glass
· 9 years ago
97c78e8
dm: mmc: Convert sdhci to support CONFIG_BLK
by Simon Glass
· 9 years ago
03317cc
mmc: Use byte array for multipliers
by Simon Glass
· 9 years ago
4924a06
mmc: Drop mmc_register()
by Simon Glass
· 9 years ago
f9eebac
dm: mmc: sandbox: Add an SD-card emulation
by Simon Glass
· 9 years ago
59bc6f2
dm: mmc: Add support for driver-model block devices
by Simon Glass
· 9 years ago
a70a146
dm: mmc: Add a way to bind MMC devices with driver model
by Simon Glass
· 9 years ago
4bca666
dm: mmc: Implement the MMC functions for block devices
by Simon Glass
· 9 years ago
a6a15c4
dm: sandbox: Only enable the sandbox MMC driver when valid
by Simon Glass
· 9 years ago
984db5d
dm: mmc: Adjust mmc_switch_part() to use a struct mmc
by Simon Glass
· 9 years ago
e5db115
dm: mmc: Move the device list into a separate file
by Simon Glass
· 9 years ago
77ca42b
dm: mmc: Set up the device pointer when using the MMC uclass
by Simon Glass
· 9 years ago
11f2bb6
dm: mmc: Use the new select_hwpart() API
by Simon Glass
· 9 years ago
8d60adb
dm: mmc: Add a function to obtain the block device
by Simon Glass
· 9 years ago
518a896
dm: mmc: Implement the select_hwpart() method
by Simon Glass
· 9 years ago
e774fd4
dm: mmc: Move mmc_switch_part() above its callers
by Simon Glass
· 9 years ago
fa25511
dm: mmc: Drop the get_dev() function
by Simon Glass
· 9 years ago
4f7011a
dm: mmc: Add a legacy block interface for MMC
by Simon Glass
· 9 years ago
a440561
mmc: sdhci: add const qualifier to the name of struct sdhci_host
by Masahiro Yamada
· 9 years ago
a9a0aa7
drivers: mmc: omap_hsmmc: request cd and wp gpios when DM_MMC is defined
by Mugunthan V N
· 9 years ago
1fda80c
drivers: mmc: omap_hsmmc: Fix conversion of address to a pointer
by Mugunthan V N
· 9 years ago
734c066
arm: socfpga: Nuke useless include
by Marek Vasut
· 9 years ago
a4d36f7
fsl: esdhc: support driver model
by Peng Fan
· 9 years ago
a00b0c0
mmc: Add support for Qualcomm SDHCI controller
by Mateusz Kulikowski
· 9 years ago
bc6d7c8
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 9 years ago
26c50fb
sunxi: Add support for Allwinner A64 SoCs
by Siarhei Siamashka
· 9 years ago
ee1d825
sunxi: Explicitly cast u32 pointer conversions
by Alexander Graf
· 9 years ago
dc158ef
mmc: uniphier: use devm_get_addr() to get base address
by Masahiro Yamada
· 9 years ago
8d1ad1e
mmc: Print send_cmd response only when return value is zero
by Bin Meng
· 9 years ago
4a4ef87
mmc: Fix switch..case indention
by Bin Meng
· 9 years ago
8a3ff99
mmc: bcm2835: fix 64-bit build warning
by Stephen Warren
· 9 years ago
61c2a66
dwmmc: Increase retry timeout
by Alexander Graf
· 9 years ago
4bbf2b3
omap_hsmmc: Board-specific TWL6030 MMC power initialization
by Paul Kocialkowski
· 9 years ago
b649748
power: twl6030: Device-index-specific MMC power initialization
by Paul Kocialkowski
· 9 years ago
e080b82
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
084ff1e
lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value
by Stefan Roese
· 9 years ago
2f26fff
dm: block: Rename device number member dev to devnum
by Simon Glass
· 9 years ago
b89a844
dm: part: Rename some partition functions
by Simon Glass
· 9 years ago
e339475
dm: Drop the block_dev_desc_t typedef
by Simon Glass
· 9 years ago
a0cfcc0
mmc: uniphier: add driver for UniPhier SD/MMC host controller
by Masahiro Yamada
· 9 years ago
90770fe
mmc: Kconfig: Add Arasan SDHCI entry
by Michal Simek
· 9 years ago
a40f7a2
tegra: mmc: Fix comments in the MMC driver init
by Simon Glass
· 9 years ago
7557405
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
59c88d8
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 9 years ago
be03317
drivers: mmc: add driver for Microchip PIC32 SDHCI controller.
by Andrei Pistirica
· 9 years ago
d51b77e
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
b73a3d6
mmc: fsl_esdhc: set Abort command type for CMD12
by Yangbo Lu
· 9 years ago
9d7f321
mmc: fsl_esdhc: increase data transaction timeout to 500ms
by Yangbo Lu
· 9 years ago
a1619fe
mmc: zynq_sdhci: Added qurik to disable high speed
by Siva Durga Prasad Paladugu
· 9 years ago
b0fbb49
mmc: sdhci: Clear high speed if not supported
by Siva Durga Prasad Paladugu
· 9 years ago
f02a5e2
sdhci: zynq: Remove hardcoded value zero as min frequency
by Siva Durga Prasad Paladugu
· 9 years ago
31f8a00
mmc: atmel: Properly fix clock configuration
by Gregory CLEMENT
· 9 years ago
8d32f4b
rockchip: Use a separate clock ID for clocks
by Simon Glass
· 9 years ago
Next »