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
*
mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xx
Heiko Schocher
2016-06-09
1
-0
/
+1
*
mmc: revert mmc: Handle switch error status bit in MMC card status
Heiko Schocher
2016-06-09
1
-3
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2016-06-04
1
-5
/
+4
|
\
|
*
mmc: fsl_esdhc: fix check_and_invalidate_dcache_range function
Yangbo Lu
2016-06-03
1
-5
/
+4
*
|
mmc: tegra: add basic Tegra186 support
Stephen Warren
2016-05-31
1
-1
/
+31
|
/
*
dm: mmc: Use cfg directly in mmc_bind()
Simon Glass
2016-05-27
1
-1
/
+1
*
dm: mmc: Fix up mmc_bread/bwrite() prototypes for SPL
Simon Glass
2016-05-27
1
-0
/
+14
*
dm: rockchip: mmc: Allow use of CONFIG_BLK
Simon Glass
2016-05-27
1
-0
/
+31
*
dm: mmc: dwmmc: Support CONFIG_BLK
Simon Glass
2016-05-27
1
-14
/
+28
*
dm: mmc: Convert sdhci to support CONFIG_BLK
Simon Glass
2016-05-27
1
-1
/
+1
*
mmc: Use byte array for multipliers
Simon Glass
2016-05-26
1
-1
/
+1
*
mmc: Drop mmc_register()
Simon Glass
2016-05-26
1
-9
/
+0
*
dm: mmc: sandbox: Add an SD-card emulation
Simon Glass
2016-05-17
2
-2
/
+143
*
dm: mmc: Add support for driver-model block devices
Simon Glass
2016-05-17
3
-12
/
+54
*
dm: mmc: Add a way to bind MMC devices with driver model
Simon Glass
2016-05-17
1
-0
/
+48
*
dm: mmc: Implement the MMC functions for block devices
Simon Glass
2016-05-17
2
-1
/
+109
*
dm: sandbox: Only enable the sandbox MMC driver when valid
Simon Glass
2016-05-17
1
-0
/
+4
*
dm: mmc: Adjust mmc_switch_part() to use a struct mmc
Simon Glass
2016-05-17
1
-8
/
+4
*
dm: mmc: Move the device list into a separate file
Simon Glass
2016-05-17
5
-117
/
+172
*
dm: mmc: Set up the device pointer when using the MMC uclass
Simon Glass
2016-05-17
6
-1
/
+11
*
dm: mmc: Use the new select_hwpart() API
Simon Glass
2016-05-17
2
-3
/
+4
*
dm: mmc: Add a function to obtain the block device
Simon Glass
2016-05-17
1
-0
/
+5
*
dm: mmc: Implement the select_hwpart() method
Simon Glass
2016-05-17
1
-0
/
+22
*
dm: mmc: Move mmc_switch_part() above its callers
Simon Glass
2016-05-17
1
-24
/
+21
*
dm: mmc: Drop the get_dev() function
Simon Glass
2016-05-17
1
-14
/
+2
*
dm: mmc: Add a legacy block interface for MMC
Simon Glass
2016-05-17
1
-3
/
+27
*
mmc: sdhci: add const qualifier to the name of struct sdhci_host
Masahiro Yamada
2016-04-25
3
-3
/
+3
*
drivers: mmc: omap_hsmmc: request cd and wp gpios when DM_MMC is defined
Mugunthan V N
2016-04-18
1
-0
/
+5
*
drivers: mmc: omap_hsmmc: Fix conversion of address to a pointer
Mugunthan V N
2016-04-18
1
-1
/
+2
*
arm: socfpga: Nuke useless include
Marek Vasut
2016-04-10
1
-1
/
+0
*
fsl: esdhc: support driver model
Peng Fan
2016-04-06
1
-40
/
+213
*
mmc: Add support for Qualcomm SDHCI controller
Mateusz Kulikowski
2016-04-01
3
-0
/
+190
*
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
2016-04-01
1
-1
/
+5
|
\
|
*
sunxi: Add support for Allwinner A64 SoCs
Siarhei Siamashka
2016-04-01
1
-0
/
+4
|
*
sunxi: Explicitly cast u32 pointer conversions
Alexander Graf
2016-04-01
1
-1
/
+1
*
|
mmc: uniphier: use devm_get_addr() to get base address
Masahiro Yamada
2016-04-01
1
-3
/
+6
|
/
*
mmc: Print send_cmd response only when return value is zero
Bin Meng
2016-03-27
1
-38
/
+42
*
mmc: Fix switch..case indention
Bin Meng
2016-03-27
1
-70
/
+70
*
mmc: bcm2835: fix 64-bit build warning
Stephen Warren
2016-03-27
1
-1
/
+1
*
dwmmc: Increase retry timeout
Alexander Graf
2016-03-15
1
-1
/
+1
*
omap_hsmmc: Board-specific TWL6030 MMC power initialization
Paul Kocialkowski
2016-03-15
1
-4
/
+2
*
power: twl6030: Device-index-specific MMC power initialization
Paul Kocialkowski
2016-03-15
1
-2
/
+2
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-03-14
7
-31
/
+31
|
\
|
*
dm: block: Rename device number member dev to devnum
Simon Glass
2016-03-14
6
-22
/
+22
|
*
dm: part: Rename some partition functions
Simon Glass
2016-03-14
1
-1
/
+1
|
*
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-03-14
3
-8
/
+8
*
|
lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value
Stefan Roese
2016-03-14
1
-2
/
+2
|
/
*
mmc: uniphier: add driver for UniPhier SD/MMC host controller
Masahiro Yamada
2016-02-29
3
-0
/
+758
*
mmc: Kconfig: Add Arasan SDHCI entry
Michal Simek
2016-02-22
1
-0
/
+6
*
tegra: mmc: Fix comments in the MMC driver init
Simon Glass
2016-02-16
1
-2
/
+2
[next]