Dear Andy Fleming, In message <1234830555-3083-1-git-send-email-aflem...@freescale.com> you wrote: > are available in the git repository at: > > git://www.denx.de/git/u-boot-mpc85xx.git mmc_framework > > These are all of the MMC patches, gathered together in one place > > Andy Fleming (7): > Eliminate support for using MMC as memory > Convert mmc_init to mmc_legacy_init > Eliminated arch-specific mmc header requirement > Add MMC Framework > Add support for the Freescale eSDHC found on 8379 and 8536 SoCs > 85xx: Add eSDHC support for 8536 DS > 83xx: Add eSDHC support on 8379 EMDS board > > board/freescale/mpc837xemds/mpc837xemds.c | 23 +- > board/freescale/mpc8536ds/mpc8536ds.c | 14 + > common/cmd_mem.c | 43 -- > common/cmd_mmc.c | 134 ++++- > cpu/arm720t/lpc2292/mmc.c | 30 +- > cpu/mpc83xx/cpu.c | 14 + > cpu/mpc85xx/cpu.c | 15 + > cpu/pxa/mmc.c | 18 +- > {include/asm-arm/arch-pxa => cpu/pxa}/mmc.h | 0 > drivers/mmc/Makefile | 2 + > drivers/mmc/atmel_mci.c | 17 +- > drivers/mmc/fsl_esdhc.c | 348 ++++++++++ > drivers/mmc/mmc.c | 930 > +++++++++++++++++++++++++++ > include/asm-arm/arch-lpc2292/mmc.h | 22 - > include/asm-avr32/arch-at32ap700x/mmc.h | 77 --- > include/asm-ppc/immap_83xx.h | 2 + > include/asm-ppc/immap_85xx.h | 3 + > include/configs/MPC837XEMDS.h | 15 + > include/configs/MPC8536DS.h | 14 + > include/fsl_esdhc.h | 145 +++++ > include/mmc.h | 244 +++++++- > include/mpc83xx.h | 3 + > lib_ppc/board.c | 9 + > 23 files changed, 1904 insertions(+), 218 deletions(-) > rename {include/asm-arm/arch-pxa => cpu/pxa}/mmc.h (100%) > create mode 100644 drivers/mmc/fsl_esdhc.c > create mode 100644 drivers/mmc/mmc.c > delete mode 100644 include/asm-arm/arch-lpc2292/mmc.h > delete mode 100644 include/asm-avr32/arch-at32ap700x/mmc.h > create mode 100644 include/fsl_esdhc.h
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de Nearly everyone is in favor of going to heaven but too many are hoping they'll live long enough to see an easing of the entrance requirements. Never appeal to a man's "better nature." he might not have one. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot