Enable i2c support, update mmc driver for beagle and overo, bump version
commit0c9ba2fb18aaad9f92faad2351e59721ae71bec4
authorSteve Sakoman <steve@sakoman.com>
Thu, 7 Aug 2008 21:00:58 +0000 (7 14:00 -0700)
committerSteve Sakoman <steve@sakoman.com>
Thu, 7 Aug 2008 21:00:58 +0000 (7 14:00 -0700)
tree05ad8c8cfb048c54b58e738a87f347585ee915a9
parent04ad40d5c8bca196aa4a5dfe945a007e21f1b149
Enable i2c support, update mmc driver for beagle and overo, bump version
to 1.42 and add time stamp to boot banner

TODO: omap3evm
19 files changed:
board/omap3530beagle/omap3530beagle.c
board/overo/overo.c
cpu/omap3/config.mk
cpu/omap3/mmc.c
cpu/omap3/mmc_host_def.h [deleted file]
drivers/Makefile
drivers/omap24xx_i2c.c [new file with mode: 0644]
include/asm/arch-omap3/clocks.h
include/asm/arch-omap3/i2c.h [changed mode: 0755->0644]
include/asm/arch-omap3/mmc.h [moved from cpu/omap3/mmc_protocol.h with 67% similarity]
include/asm/arch-omap3/mmc_host_def.h [new file with mode: 0644]
include/asm/io.h [new file with mode: 0644]
include/asm/memory.h [new file with mode: 0644]
include/asm/types.h
include/configs/omap3530beagle.h
include/configs/overo.h
include/i2c.h [new file with mode: 0644]
include/mmc.h
lib/board.c