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
/
mmc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: Fix mmc_send_status()
Marek Vasut
2011-09-04
1
-1
/
+2
*
disk/part.c: Make features optional
Matthew McClintock
2011-07-26
1
-0
/
+2
*
mmc: Access mode validation for eMMC cards > 2 GiB
Łukasz Majewski
2011-07-15
1
-1
/
+5
*
mmc: fix the condition for MMC version 4
Yoshihiro Shimoda
2011-07-15
1
-4
/
+11
*
MMC: add erase function to both mmc and sd
Lei Wen
2011-07-15
1
-0
/
+102
*
Minor coding style cleanup.
Wolfgang Denk
2011-05-19
1
-4
/
+4
*
mmc: enable partition switch function for emmc
Lei Wen
2011-05-18
1
-1
/
+29
*
cmd_mmc: eliminate device num in the mmc command
Lei Wen
2011-05-18
1
-0
/
+5
*
MMC: make b_max unconditional
John Rigby
2011-04-29
1
-4
/
+4
*
MMC may wrongly regconize 2GB eMMC as high capacity
Raffaele Recalcati
2011-04-13
1
-3
/
+0
*
mmc: trace added
Raffaele Recalcati
2011-04-13
1
-0
/
+57
*
mmc: SEND_OP_COND considers card capabilities (voltage)
Raffaele Recalcati
2011-04-13
1
-3
/
+18
*
mmc: checking status after commands with R1b response
Raffaele Recalcati
2011-04-13
1
-3
/
+59
*
mmc: remove duplicated header file
Minkyu Kang
2011-04-13
1
-1
/
+0
*
mmc: add generic mmc spi driver
Thomas Chou
2011-04-13
1
-20
/
+73
*
mmc: constify & localize data
Mike Frysinger
2011-04-13
1
-2
/
+2
*
MMC: Max blocks value adjustable
Matt Waddel
2011-04-13
1
-10
/
+9
*
SD1.00 wide-bus fix
Alagu Sankar
2011-04-13
1
-3
/
+3
*
mmc: Add multi-block read support to the generic mmc driver
Alagu Sankar
2010-11-04
1
-71
/
+39
*
mmc: Clean up generic mmc driver multi-block write functions
Steve Sakoman
2010-11-04
1
-24
/
+14
*
mmc: seperate block number into small parts for multi-write cmd
Lei Wen
2010-10-27
1
-15
/
+39
*
MMC: Fix for capacity calculation on eMMC
Sukumar Ghorai
2010-10-17
1
-0
/
+11
*
mmc: fix compiler warnings
Wolfgang Denk
2010-09-19
1
-2
/
+2
*
mmc: add boundary check for mmc operation
Lei Wen
2010-09-18
1
-0
/
+10
*
Fix memory leak in mmc_read()
Wolfgang Denk
2010-03-11
1
-1
/
+1
*
MMC: add weak function to detect MMC/SD card
Stefano Babic
2010-03-07
1
-0
/
+7
*
mmc: check correctness of the voltage mask in ocr
Stefano Babic
2010-03-07
1
-1
/
+9
*
mmc: set bus width to 1 and clock to minimum early during initialization
Ilya Yanok
2009-07-19
1
-0
/
+3
*
mmc: Fix decoding of SCR & function switch data on little-endian machines
Yauhen Kharuzhy
2009-06-02
1
-5
/
+5
*
mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
Yauhen Kharuzhy
2009-06-02
1
-4
/
+0
*
mmc: drop unnecessary casts
Rabin Vincent
2009-06-02
1
-10
/
+10
*
mmc: fix response decoding on little endian
Rabin Vincent
2009-06-02
1
-10
/
+10
*
mmc: use lldiv to fix arm eabi build
Rabin Vincent
2009-06-02
1
-3
/
+4
*
mmc: check find_mmc_device return value
Rabin Vincent
2009-06-02
1
-1
/
+1
*
Replace __attribute references with __attribute__
Peter Tyser
2009-04-28
1
-2
/
+2
*
Add MMC Framework
Andy Fleming
2009-02-16
1
-0
/
+930