Re: [U-Boot] [PATCH 09/10] AVR32: CPU support for AT32UC3A0xxx CPUs

2008-11-19 Thread Haavard Skinnemoen
Wolfgang Denk [EMAIL PROTECTED] wrote: Dear Olav Morken, In message [EMAIL PROTECTED] you wrote: This patch adds support for the AT32UC3A0xxx chips. Signed-off-by: Gunnar Rangoy [EMAIL PROTECTED] Signed-off-by: Paul Driveklepp [EMAIL PROTECTED] Signed-off-by: Olav Morken [EMAIL

Re: [U-Boot] [PATCH 09/10] AVR32: CPU support for AT32UC3A0xxx CPUs

2008-11-19 Thread Haavard Skinnemoen
Wolfgang Denk [EMAIL PROTECTED] wrote: +static inline unsigned long get_hsb_clk_rate(void) +{ + //TODO HSB is always the same as cpu-rate ---^^ + return MAIN_CLK_RATE CFG_CLKDIV_CPU; Simply removing this comment should be fine. Haavard

Re: [U-Boot] [PATCH 09/10] AVR32: CPU support for AT32UC3A0xxx CPUs

2008-11-18 Thread Wolfgang Denk
Dear Olav Morken, In message [EMAIL PROTECTED] you wrote: This patch adds support for the AT32UC3A0xxx chips. Signed-off-by: Gunnar Rangoy [EMAIL PROTECTED] Signed-off-by: Paul Driveklepp [EMAIL PROTECTED] Signed-off-by: Olav Morken [EMAIL PROTECTED] Coding style violations: C++ comments,

Re: [U-Boot] [PATCH 09/10] AVR32: CPU support for AT32UC3A0xxx CPUs

2008-10-28 Thread Ben Warren
Haavard, Haavard Skinnemoen wrote: Ben Warren [EMAIL PROTECTED] wrote: Oh. I was kind of planning to apply this to the avr32 tree after people has had some time to look at it. But thanks for taking the two net patches. Git should figure this out right? If not, I can back them

Re: [U-Boot] [PATCH 09/10] AVR32: CPU support for AT32UC3A0xxx CPUs

2008-10-23 Thread Haavard Skinnemoen
Ben Warren [EMAIL PROTECTED] wrote: Oh. I was kind of planning to apply this to the avr32 tree after people has had some time to look at it. But thanks for taking the two net patches. Git should figure this out right? If not, I can back them off and add a SOB. I don't think so if

Re: [U-Boot] [PATCH 09/10] AVR32: CPU support for AT32UC3A0xxx CPUs

2008-10-18 Thread Haavard Skinnemoen
On Thu, 16 Oct 2008 23:01:19 -0700 Ben Warren [EMAIL PROTECTED] wrote: Olav Morken wrote: This patch adds support for the AT32UC3A0xxx chips. Signed-off-by: Gunnar Rangoy [EMAIL PROTECTED] Signed-off-by: Paul Driveklepp [EMAIL PROTECTED] Signed-off-by: Olav Morken [EMAIL PROTECTED]

Re: [U-Boot] [PATCH 09/10] AVR32: CPU support for AT32UC3A0xxx CPUs

2008-10-17 Thread Wolfgang Denk
Dear Ben Warren, In message [EMAIL PROTECTED] you wrote: Olav Morken wrote: This patch adds support for the AT32UC3A0xxx chips. Signed-off-by: Gunnar Rangoy [EMAIL PROTECTED] Signed-off-by: Paul Driveklepp [EMAIL PROTECTED] Signed-off-by: Olav Morken [EMAIL PROTECTED] [2500+ lines of