| Commit message (Expand) | Author | Age | Lines |
* | PXA: pxa-regs.h cleanup | Marek Vasut | 2010-10-19 | -46/+52 |
* | ARMV7: OMAP: Add new mmc driver compatible with CONFIG_GENERIC_MMC | Sukumar Ghorai | 2010-10-17 | -0/+416 |
* | MMC: Fix for capacity calculation on eMMC | Sukumar Ghorai | 2010-10-17 | -0/+11 |
* | Blackfin: bfin_sdh: clean up send_cmd | Mike Frysinger | 2010-10-02 | -10/+15 |
* | mmc: fix compiler warnings | Wolfgang Denk | 2010-09-19 | -2/+2 |
* | mmc: add boundary check for mmc operation | Lei Wen | 2010-09-18 | -0/+10 |
* | Merge branch 'at91' of git://git.denx.de/u-boot-atmel | Wolfgang Denk | 2010-09-08 | -4/+402 |
|\ |
|
| * | AT91: MCI: add SD/MMC driver using mmc framework | Reinhard Meyer | 2010-09-03 | -4/+402 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-samsung | Wolfgang Denk | 2010-09-08 | -23/+13 |
|\ \ |
|
| * | | S5P: Use accessor functions instead of SoC specific defines to access the bas... | Minkyu Kang | 2010-08-17 | -5/+1 |
| * | | S5P: mmc: use the standard debug macro | Minkyu Kang | 2010-08-10 | -18/+12 |
| |/ |
|
* | | mmc: omap3: fix block read function | Grazvydas Ignotas | 2010-08-12 | -26/+21 |
* | | mmc: omap3: make local symbols static | Grazvydas Ignotas | 2010-08-12 | -25/+17 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-samsung | Wolfgang Denk | 2010-08-04 | -0/+479 |
|\ |
|
| * | S5P: support mmc driver | Minkyu Kang | 2010-08-03 | -0/+479 |
* | | Merge branch 'master' of ../master | Wolfgang Denk | 2010-07-15 | -9/+9 |
|\ \ |
|
| * | | Blackfin: bfin_sdh: convert to portmux framework | Mike Frysinger | 2010-07-13 | -9/+9 |
| |/ |
|
* | | mmc: add function prototype for mmc_set_dev in mmc.h | Steve Sakoman | 2010-07-05 | -2/+2 |
* | | ARMV7: Restructure OMAP mmc driver to allow code sharing between OMAP3 and OMAP4 | Steve Sakoman | 2010-07-05 | -4/+251 |
* | | OMAP: mmc: add support for second and third mmc channels | Steve Sakoman | 2010-07-05 | -2/+37 |
|/ |
|
* | PXA: PXAMMC: Add Monahans support | Marek Vasut | 2010-06-13 | -3/+6 |
* | PXA: PXAMMC: Drop different delays for PXA27X | Marek Vasut | 2010-06-13 | -8/+0 |
* | drivers/mmc/fsl_esdhc.c: fix compiler warnings | Wolfgang Denk | 2010-05-15 | -17/+17 |
* | ppc/85xx: PIO Support for FSL eSDHC Controller Driver | Dipen Dudhat | 2010-04-23 | -2/+85 |
* | fsl_esdhc: Only modify the field we are changing in WML | Roy Zang | 2010-04-07 | -5/+4 |
* | fsl_esdhc: Add function to reset the eSDHC controller | Jerry Huang | 2010-04-07 | -0/+17 |
* | fsl_esdhc: Always stop clock before changing frequency | Kumar Gala | 2010-04-07 | -8/+3 |
* | mxcmmc: fix warnings due to access 32 bit registers with 16 bit accessors | Stefano Babic | 2010-03-21 | -18/+18 |
* | Fix memory leak in mmc_read() | Wolfgang Denk | 2010-03-11 | -1/+1 |
* | fsl_esdhc: add support for mx51 processor | Stefano Babic | 2010-03-07 | -48/+101 |
* | MMC: add weak function to detect MMC/SD card | Stefano Babic | 2010-03-07 | -0/+7 |
* | mmc: check correctness of the voltage mask in ocr | Stefano Babic | 2010-03-07 | -1/+9 |
* | Blackfin: convert bfin_sdh to generic mmc | Cliff Cai | 2010-01-17 | -458/+120 |
* | omap3_mmc: Encapsulate twl4030 under option CONFIG_TWL4030_POWER | Vaibhav Hiremath | 2009-11-27 | -0/+2 |
* | OMAP3 MMC: Fix warning dereferencing type-punned pointer | Dirk Behme | 2009-10-13 | -27/+21 |
* | Minor coding style cleanup. | Wolfgang Denk | 2009-08-10 | -1/+0 |
* | mxc-mmc: sdhc host driver for MX2 and MX3 proccessor | Ilya Yanok | 2009-08-09 | -0/+524 |
* | OMAP3 Move twl4030 mmc function | Tom Rix | 2009-07-29 | -11/+2 |
* | mmc: set bus width to 1 and clock to minimum early during initialization | Ilya Yanok | 2009-07-19 | -0/+3 |
* | fsl_esdhc: Add device tree fixups | Anton Vorontsov | 2009-07-16 | -0/+19 |
* | mmc: Fix decoding of SCR & function switch data on little-endian machines | Yauhen Kharuzhy | 2009-06-02 | -5/+5 |
* | mmc: Remove return from mmc_init for non SD 2.0 compatible cards. | Yauhen Kharuzhy | 2009-06-02 | -4/+0 |
* | mmc: drop unnecessary casts | Rabin Vincent | 2009-06-02 | -15/+15 |
* | mmc: fix response decoding on little endian | Rabin Vincent | 2009-06-02 | -10/+10 |
* | mmc: use lldiv to fix arm eabi build | Rabin Vincent | 2009-06-02 | -3/+4 |
* | mmc: check find_mmc_device return value | Rabin Vincent | 2009-06-02 | -1/+1 |
* | Replace __attribute references with __attribute__ | Peter Tyser | 2009-04-28 | -2/+2 |
* | Blackfin: convert bfin_sdh to legacy mmc | Mike Frysinger | 2009-04-02 | -12/+2 |
* | OMAP3: Clean up MMC code | Dirk Behme | 2009-02-22 | -67/+70 |
* | Coding Style cleanup; update CHANGELOG | Wolfgang Denk | 2009-02-22 | -1/+0 |