Re: [PATCH] powerpc: linkstation updates

2007-08-29 Thread Kumar Gala
On Sun, 26 Aug 2007, Guennadi Liakhovetski wrote: > 1. Fix RTC type - it is a rs5c372a, not rs5c372b > 2. Configure both UART interrupts edge-triggered > 3. Add a license header to ls_uart.c > 4. Check for running on linkstation in a late_initcall() function. Needed >for multiplatform builds,

[PATCH] powerpc: linkstation updates

2007-08-25 Thread Guennadi Liakhovetski
1. Fix RTC type - it is a rs5c372a, not rs5c372b 2. Configure both UART interrupts edge-triggered 3. Add a license header to ls_uart.c 4. Check for running on linkstation in a late_initcall() function. Needed for multiplatform builds, even though linkstation doesn't support them yet 5. Remo