
On 11/20/07, Wolfgang Denk wd@denx.de wrote:
Hello to everybody...
...who has sumbitted new patches without waiting for the official opening of the new merge window.
Please note that I will NOT apply any of these patches yet. And I recommend all custodians to wait, too.
The plan is as follows:
Grant Likely's patches come first, then comes the drivers reorgani- zation, and I tend to say that's what goes into 1.3.2 - after such a significant restructuring I'd rather want to have it tested and cleaned up first before adding more new stuff. Let's do a quick cycle for 1.3.2 (which would be also good to bring us back in sync with the Linux cycle).
Here's the updated pull request for my patches:
The following changes since commit 9a337ddc154a10a26f117fd147b009abcdeba75a: Wolfgang Denk (1): Prepare for 1.3.0 release.
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc5xxx.git kconfig-for-1.3.1
Grant Likely (10): Add .gitignore files Build: split COBJS value into multiple lines Group network drivers in drivers/Makefile Group console drivers in drivers/Makefile Group i2c drivers in drivers/Makefile Group USB drivers in drivers/Makefile Group block/flash drivers in drivers/Makefile Group PCI and PCMCIA drivers in drivers/Makefile Merge branch 'origin' into kconfig-for-1.3.1 Merge branch 'origin' into kconfig-for-1.3.1
.gitignore | 13 ++++ common/Makefile | 123 +++++++++++++++++++++++++++++++-------- disk/Makefile | 7 ++- drivers/Makefile | 143 +++++++++++++++++++++++++++++++++++++--------- drivers/nand/Makefile | 10 +++- drivers/sk98lin/Makefile | 26 +++++++-- dtt/Makefile | 7 ++- examples/.gitignore | 5 ++ fs/jffs2/Makefile | 12 +++- include/.gitignore | 6 ++ lib_generic/Makefile | 21 +++++-- libfdt/Makefile | 4 +- net/Makefile | 11 +++- rtc/Makefile | 30 ++++++++-- tools/.gitignore | 9 +++ 15 files changed, 347 insertions(+), 80 deletions(-)