Re: [PATCH 2/2] tty: serial: uartlite: Support uartlite on big and little endian systems

2013-02-16 Thread Peter Korsgaard
> "Michal" == Michal Simek writes: Michal> Use big and little endian accessors function to reflect system Michal> configuration. Detection is done via control register in Michal> ulite_request_port. Acked-by: Peter Korsgaard -- Bye, Peter Korsgaard -- To unsubscribe from this list:

Re: [PATCH 2/2] tty: serial: uartlite: Support uartlite on big and little endian systems

2013-02-16 Thread Peter Korsgaard
Michal == Michal Simek michal.si...@xilinx.com writes: Michal Use big and little endian accessors function to reflect system Michal configuration. Detection is done via control register in Michal ulite_request_port. Acked-by: Peter Korsgaard jac...@sunsite.dk -- Bye, Peter Korsgaard -- To

Re: [PATCH 2/2] tty: serial: uartlite: Support uartlite on big and little endian systems

2013-02-11 Thread Arnd Bergmann
On Monday 11 February 2013, Michal Simek wrote: > > Use big and little endian accessors function to reflect system configuration. > Detection is done via control register in ulite_request_port. > > Tested on Microblaze LE, BE, PPC440 and Arm zynq. > > Signed-off-by: Michal Simek Acked-by:

[PATCH 2/2] tty: serial: uartlite: Support uartlite on big and little endian systems

2013-02-11 Thread Michal Simek
Use big and little endian accessors function to reflect system configuration. Detection is done via control register in ulite_request_port. Tested on Microblaze LE, BE, PPC440 and Arm zynq. Signed-off-by: Michal Simek --- drivers/tty/serial/uartlite.c | 101

[PATCH 2/2] tty: serial: uartlite: Support uartlite on big and little endian systems

2013-02-11 Thread Michal Simek
Use big and little endian accessors function to reflect system configuration. Detection is done via control register in ulite_request_port. Tested on Microblaze LE, BE, PPC440 and Arm zynq. Signed-off-by: Michal Simek michal.si...@xilinx.com --- drivers/tty/serial/uartlite.c | 101

Re: [PATCH 2/2] tty: serial: uartlite: Support uartlite on big and little endian systems

2013-02-11 Thread Arnd Bergmann
On Monday 11 February 2013, Michal Simek wrote: Use big and little endian accessors function to reflect system configuration. Detection is done via control register in ulite_request_port. Tested on Microblaze LE, BE, PPC440 and Arm zynq. Signed-off-by: Michal Simek