index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
mmc.c
Age
Commit message (
Expand
)
Author
2010-11-04
mmc: Add multi-block read support to the generic mmc driver
Alagu Sankar
2010-11-04
mmc: Clean up generic mmc driver multi-block write functions
Steve Sakoman
2010-10-27
mmc: seperate block number into small parts for multi-write cmd
Lei Wen
2010-10-17
MMC: Fix for capacity calculation on eMMC
Sukumar Ghorai
2010-09-19
mmc: fix compiler warnings
Wolfgang Denk
2010-09-18
mmc: add boundary check for mmc operation
Lei Wen
2010-03-11
Fix memory leak in mmc_read()
Wolfgang Denk
2010-03-07
MMC: add weak function to detect MMC/SD card
Stefano Babic
2010-03-07
mmc: check correctness of the voltage mask in ocr
Stefano Babic
2009-07-19
mmc: set bus width to 1 and clock to minimum early during initialization
Ilya Yanok
2009-06-02
mmc: Fix decoding of SCR & function switch data on little-endian machines
Yauhen Kharuzhy
2009-06-02
mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
Yauhen Kharuzhy
2009-06-02
mmc: drop unnecessary casts
Rabin Vincent
2009-06-02
mmc: fix response decoding on little endian
Rabin Vincent
2009-06-02
mmc: use lldiv to fix arm eabi build
Rabin Vincent
2009-06-02
mmc: check find_mmc_device return value
Rabin Vincent
2009-04-28
Replace __attribute references with __attribute__
Peter Tyser
2009-02-16
Add MMC Framework
Andy Fleming