[Kgdb-bugreport] [PATCH] Fix PXA and AMBA PL011 UARTs' KGDB drivers

2007-05-07 Thread Sergei Shtylyov
Fix errors/warnings in the PXA and AMBA PL011 UARTs' KGDB serial drivers: - PXA UART selection was missing; - KGDB baud rate option was not enabled; - write_char method took argument of type 'int' instead of 'u8'. Signed-off-by: Vitaly Wool [EMAIL PROTECTED] Signed-off-by: Sergey Shtylyov

Re: [Kgdb-bugreport] [PATCH] Fix PXA and AMBA PL011 UARTs' KGDB drivers

2007-05-07 Thread Jason Wessel
Sergei Shtylyov wrote: Fix errors/warnings in the PXA and AMBA PL011 UARTs' KGDB serial drivers: - PXA UART selection was missing; - KGDB baud rate option was not enabled; - write_char method took argument of type 'int' instead of 'u8'. Signed-off-by: Vitaly Wool [EMAIL PROTECTED]

Re: [Kgdb-bugreport] [PATCH] Fix PXA and AMBA PL011 UARTs' KGDB drivers

2007-05-07 Thread Sergei Shtylyov
Hello. Jason Wessel wrote: Fix errors/warnings in the PXA and AMBA PL011 UARTs' KGDB serial drivers: - PXA UART selection was missing; - KGDB baud rate option was not enabled; - write_char method took argument of type 'int' instead of 'u8'. Signed-off-by: Vitaly Wool [EMAIL PROTECTED]