[PATCH] [POWERPC] Enable correct operation of serial ports with nonzero regshift.

2008-02-13 Thread Pavel Kiryukhin
Add regshift reading to serial drivers. This enables correct operation of serial ports with nonzero regshift. Signed-off-by: Pavel Kiryukhin <[EMAIL PROTECTED]> --- arch/powerpc/kernel/legacy_serial.c |6 +- drivers/serial/of_serial.c |6 -- 2 files changed, 9 insertions(

Re: [PATCH] [POWERPC] Enable correct operation of serial ports with nonzero regshift.

2008-02-13 Thread Kumar Gala
On Feb 13, 2008, at 3:19 PM, Pavel Kiryukhin wrote: > Add regshift reading to serial drivers. > This enables correct operation of serial ports with nonzero regshift. what device needs this? - k ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org ht

Re: [PATCH] [POWERPC] Enable correct operation of serial ports with nonzero regshift.

2008-02-14 Thread Pavel Kiryukhin
Kumar Gala wrote: > > On Feb 13, 2008, at 3:19 PM, Pavel Kiryukhin wrote: > >> Add regshift reading to serial drivers. >> This enables correct operation of serial ports with nonzero regshift. > > what device needs this? > > - k Xilinx opb 16550 uart -- Pavel _

Re: [PATCH] [POWERPC] Enable correct operation of serial ports with nonzero regshift.

2008-02-14 Thread Kumar Gala
On Feb 14, 2008, at 3:10 AM, Pavel Kiryukhin wrote: > Kumar Gala wrote: >> >> On Feb 13, 2008, at 3:19 PM, Pavel Kiryukhin wrote: >> >>> Add regshift reading to serial drivers. >>> This enables correct operation of serial ports with nonzero >>> regshift. >> >> what device needs this? >> >> - k