[PATCH 5/7] Separate MPC52xx PSC FIFO registers from rest of PSC

2008-01-08 Thread John Rigby
This is in preparation for the addition of MPC512x PSC support. The main difference in the 512x is in the fifo registers. Signed-off-by: John Rigby [EMAIL PROTECTED] --- drivers/serial/mpc52xx_uart.c | 10 ++ include/asm-powerpc/mpc52xx_psc.h |3 +++

Re: [PATCH 5/7] Separate MPC52xx PSC FIFO registers from rest of PSC

2008-01-08 Thread Grant Likely
On 1/8/08, John Rigby [EMAIL PROTECTED] wrote: This is in preparation for the addition of MPC512x PSC support. The main difference in the 512x is in the fifo registers. Signed-off-by: John Rigby [EMAIL PROTECTED] Looks good, I'll pick this one up. Acked-by: Grant Likely [EMAIL PROTECTED]