[U-Boot] [PATCH v3 00/10] Add support for TI OMAP4 SDP and Panda

Peter Tyser ptyser at xes-inc.com
Fri Jun 18 23:10:48 CEST 2010


Hi Steve,

> Steve Sakoman (10):
>   ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7
>   ARMV7: Add basic support for TI OMAP4
>   ARMV7: Add support for TI OMAP4430 SDP
>   ARMV7: Add support for TI OMAP4 Panda
>   ARMV7: Restructure OMAP mmc driver to allow code sharing between
>     OMAP3 and OMAP4
>   ARMV7: Enable mmc support on TI OMAP4430 SDP
>   ARMV7: Enable mmc support on TI OMAP4 Panda
>   ARMV7: Restructure OMAP i2c driver to allow code sharing between
>     OMAP3 and OMAP4
>   ARMV7: Enable i2c support on TI OMAP4 SDP
>   ARMV7: Enable i2c support on TI OMAP4 Panda

It'd be preferred if you could reorganize the patch series to first make
all CPU/SOC changes, then finally do 1 patch for each board.  This is
generally considered cleaner than having patches bouncing back and forth
between common and board specific code.  Right now the SDP and Panda
boards each require 3 patches when 1 patch apiece should suffice.  eg:
ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7
ARMV7: Add basic support for TI OMAP4
ARMV7: Restructure OMAP mmc driver to allow code sharing between OMAP3 and OMAP4
ARMV7: Restructure OMAP i2c driver to allow code sharing between OMAP3 and OMAP4
ARMV7: Add support for TI OMAP4430 SDP
ARMV7: Add support for TI OMAP4 Panda

Best,
Peter



More information about the U-Boot mailing list