Re: [U-Boot] [PATCH v4 1/8] MX5: Add initial support for MX53 processor

2011-01-12 Thread Stefano Babic
On 01/04/2011 09:27 AM, Jason Liu wrote: > Add initial support for Freescale MX53 processor, > > - Add the iomux support and the pin definition, > - Add the regs definition, clean up some unused def from mx51, > - Add the low level init support, make use the freq input of setup_pll macro > > ---

Re: [U-Boot] [PATCH v4 1/8] MX5: Add initial support for MX53 processor

2011-01-09 Thread Jason Liu
Hi, Wolfgang, 2011/1/10 Wolfgang Denk : > Dear Jason Liu, > > In message <1294129662-680-1-git-send-email-r64...@freescale.com> you wrote: >> Add initial support for Freescale MX53 processor, >> >> - Add the iomux support and the pin definition, >> - Add the regs definition, clean up some unused d

Re: [U-Boot] [PATCH v4 1/8] MX5: Add initial support for MX53 processor

2011-01-09 Thread Wolfgang Denk
Dear Jason Liu, In message <1294129662-680-1-git-send-email-r64...@freescale.com> you wrote: > Add initial support for Freescale MX53 processor, > > - Add the iomux support and the pin definition, > - Add the regs definition, clean up some unused def from mx51, > - Add the low level init support,

[U-Boot] [PATCH v4 1/8] MX5: Add initial support for MX53 processor

2011-01-04 Thread Jason Liu
Add initial support for Freescale MX53 processor, - Add the iomux support and the pin definition, - Add the regs definition, clean up some unused def from mx51, - Add the low level init support, make use the freq input of setup_pll macro --- Changes for v2: -address some comments of Stefano Babic