]> git.ipfire.org Git - people/ms/u-boot.git/history - drivers/mmc/mmc.c
MMC: add erase function to both mmc and sd
[people/ms/u-boot.git] / drivers / mmc / mmc.c
2011-07-16  Lei WenMMC: add erase function to both mmc and sd
2011-05-19  Wolfgang DenkMinor coding style cleanup.
2011-05-19  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2011-05-18  Lei Wenmmc: enable partition switch function for emmc
2011-05-18  Lei Wencmd_mmc: eliminate device num in the mmc command
2011-05-10  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mpc83xx
2011-04-30  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2011-04-29  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mmc
2011-04-29  John RigbyMMC: make b_max unconditional
2011-04-20  Wolfgang DenkMerge branch 'phylib' of git://git.denx.de/u-boot-mmc
2011-04-20  Wolfgang DenkMerge branch 'misc' of git://git.denx.de/u-boot-blackfin
2011-04-20  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-fdt
2011-04-20  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-nand...
2011-04-20  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-i2c
2011-04-20  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mmc
2011-04-13  Raffaele RecalcatiMMC may wrongly regconize 2GB eMMC as high capacity
2011-04-13  Raffaele Recalcatimmc: trace added
2011-04-13  Raffaele Recalcatimmc: SEND_OP_COND considers card capabilities (voltage)
2011-04-13  Raffaele Recalcatimmc: checking status after commands with R1b response
2011-04-13  Minkyu Kangmmc: remove duplicated header file
2011-04-13  Thomas Choummc: add generic mmc spi driver
2011-04-13  Mike Frysingermmc: constify & localize data
2011-04-13  Matt WaddelMMC: Max blocks value adjustable
2011-04-13  Alagu SankarSD1.00 wide-bus fix
2010-12-09  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-imx
2010-11-19  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-i2c
2010-11-17  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2010-11-16  Minkyu KangMerge branch 'master' of git://git.denx.de/u-boot-arm
2010-11-12  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-ti
2010-11-12  Wolfgang DenkMerge branch 'master' of /home/wd/git/u-boot/master
2010-11-04  Alagu Sankarmmc: Add multi-block read support to the generic mmc...
2010-11-04  Steve Sakomanmmc: Clean up generic mmc driver multi-block write...
2010-10-29  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-marvell
2010-10-29  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-samsung
2010-10-27  Lei Wenmmc: seperate block number into small parts for multi...
2010-10-19  Wolfgang DenkMerge branch 'elf_reloc'
2010-10-17  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2010-10-17  Sukumar GhoraiMMC: Fix for capacity calculation on eMMC
2010-09-21  Wolfgang DenkMerge branch 'master' of /home/wd/git/u-boot/master
2010-09-19  Wolfgang Denkmmc: fix compiler warnings
2010-09-18  Lei Wenmmc: add boundary check for mmc operation
2010-03-23  Minkyu KangMerge branch 'master' of git://git.denx.de/u-boot-arm
2010-03-15  Minkyu KangMerge branch 'master' of git://git.denx.de/u-boot-arm
2010-03-11  Wolfgang DenkFix memory leak in mmc_read()
2010-03-07  Stefano BabicMMC: add weak function to detect MMC/SD card
2010-03-07  Stefano Babicmmc: check correctness of the voltage mask in ocr
2009-08-04  Wolfgang DenkMerge branch 'next' of git://git.denx.de/u-boot-coldfire
2009-07-22  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2009-07-20  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-blackfin
2009-07-20  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mpc83xx
2009-07-19  Ilya Yanokmmc: set bus width to 1 and clock to minimum early...
2009-06-04  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mmc
2009-06-03  Ilya Yanokmmc: it's safe to ignore mmc_send_if_cond() return...
2009-06-02  Yauhen Kharuzhymmc: Fix decoding of SCR & function switch data on...
2009-06-02  Yauhen Kharuzhymmc: Remove return from mmc_init for non SD 2.0 compati...
2009-06-02  Rabin Vincentmmc: drop unnecessary casts
2009-06-02  Rabin Vincentmmc: fix response decoding on little endian
2009-06-02  Rabin Vincentmmc: use lldiv to fix arm eabi build
2009-06-02  Rabin Vincentmmc: check find_mmc_device return value
2009-04-30  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2009-04-27  Peter TyserReplace __attribute references with __attribute__
2009-02-23  Haavard SkinnemoenMerge branch 'mimc200' into next
2009-02-23  Haavard SkinnemoenMerge branch 'cleanups' into next
2009-02-18  Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-arm
2009-02-17  Andy FlemingAdd MMC Framework