index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
mmc.c
Age
Commit message (
Expand
)
Author
2011-10-25
mmc: dcache: allocate cache aligned buffer for scr and switch_status
Anton staaf
2011-09-04
mmc: Fix mmc_send_status()
Marek Vasut
2011-07-26
disk/part.c: Make features optional
Matthew McClintock
2011-07-15
mmc: Access mode validation for eMMC cards > 2 GiB
Ćukasz Majewski
2011-07-15
mmc: fix the condition for MMC version 4
Yoshihiro Shimoda
2011-07-15
MMC: add erase function to both mmc and sd
Lei Wen
2011-05-19
Minor coding style cleanup.
Wolfgang Denk
2011-05-18
mmc: enable partition switch function for emmc
Lei Wen
2011-05-18
cmd_mmc: eliminate device num in the mmc command
Lei Wen
2011-04-29
MMC: make b_max unconditional
John Rigby
2011-04-13
MMC may wrongly regconize 2GB eMMC as high capacity
Raffaele Recalcati
2011-04-13
mmc: trace added
Raffaele Recalcati
2011-04-13
mmc: SEND_OP_COND considers card capabilities (voltage)
Raffaele Recalcati
2011-04-13
mmc: checking status after commands with R1b response
Raffaele Recalcati
2011-04-13
mmc: remove duplicated header file
Minkyu Kang
2011-04-13
mmc: add generic mmc spi driver
Thomas Chou
2011-04-13
mmc: constify & localize data
Mike Frysinger
2011-04-13
MMC: Max blocks value adjustable
Matt Waddel
2011-04-13
SD1.00 wide-bus fix
Alagu Sankar
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