Re: [U-Boot] [PATCH v3 0/7] Add ARM flat device tree support

2010-10-16 Thread Gerald Van Baren
Dear John, Wolfgang, The patch 4/7 looks good to me and runs on my MPC8360EMDS board (acked below). Wolfgang, if you would pull this directly, I would appreciate it. On 10/13/2010 04:41 PM, Wolfgang Denk wrote: > Dear John Rigby, > > In message<1286999857-13790-1-git-send-email-john.ri...@linar

Re: [U-Boot] [PATCH v3 0/7] Add ARM flat device tree support

2010-10-13 Thread John Rigby
On Wed, Oct 13, 2010 at 2:41 PM, Wolfgang Denk wrote: > Dear John Rigby, > > In message <1286999857-13790-1-git-send-email-john.ri...@linaro.org> you > wrote: >> This new v3 series attempts to address all feedback received >> regarding v2. >> >> Patch 1/7 and 2/7 (old 1/6) split in two with bette

Re: [U-Boot] [PATCH v3 0/7] Add ARM flat device tree support

2010-10-13 Thread Wolfgang Denk
Dear John Rigby, In message <1286999857-13790-1-git-send-email-john.ri...@linaro.org> you wrote: > This new v3 series attempts to address all feedback received > regarding v2. > > Patch 1/7 and 2/7 (old 1/6) split in two with better > commit message to explain what exactly the fixes do. > Patch 3

[U-Boot] [PATCH v3 0/7] Add ARM flat device tree support

2010-10-13 Thread John Rigby
This new v3 series attempts to address all feedback received regarding v2. Patch 1/7 and 2/7 (old 1/6) split in two with better commit message to explain what exactly the fixes do. Patch 3/7 (old 2/6) added CC to libfdt maintainer. Patch 4/7 (old 3/6) fixed patch and better commit message and adde