Re: [PATCH] asm-generic: io: Fix ioread16/32be and iowrite16/32be

2013-02-08 Thread Michal Simek
2013/2/8 Geert Uytterhoeven : > On Thu, Feb 7, 2013 at 3:18 PM, Michal Simek wrote: >> Fix ioreadXXbe and iowriteXXbe functions which did >> additional little endian conversion on native big endian systems. >> Using be_to_cpu (cpu_to_be) conversions with __raw_read/write >> functions have

Re: [PATCH] asm-generic: io: Fix ioread16/32be and iowrite16/32be

2013-02-08 Thread Michal Simek
2013/2/8 Geert Uytterhoeven ge...@linux-m68k.org: On Thu, Feb 7, 2013 at 3:18 PM, Michal Simek michal.si...@xilinx.com wrote: Fix ioreadXXbe and iowriteXXbe functions which did additional little endian conversion on native big endian systems. Using be_to_cpu (cpu_to_be) conversions with

Re: [PATCH] asm-generic: io: Fix ioread16/32be and iowrite16/32be

2013-02-07 Thread Geert Uytterhoeven
On Thu, Feb 7, 2013 at 3:18 PM, Michal Simek wrote: > Fix ioreadXXbe and iowriteXXbe functions which did > additional little endian conversion on native big endian systems. > Using be_to_cpu (cpu_to_be) conversions with __raw_read/write > functions have resolved it. > > Signed-off-by: Michal

Re: [PATCH] asm-generic: io: Fix ioread16/32be and iowrite16/32be

2013-02-07 Thread Arnd Bergmann
On Thursday 07 February 2013 15:18:48 Michal Simek wrote: > Fix ioreadXXbe and iowriteXXbe functions which did > additional little endian conversion on native big endian systems. > Using be_to_cpu (cpu_to_be) conversions with __raw_read/write > functions have resolved it. > > Signed-off-by:

[PATCH] asm-generic: io: Fix ioread16/32be and iowrite16/32be

2013-02-07 Thread Michal Simek
Fix ioreadXXbe and iowriteXXbe functions which did additional little endian conversion on native big endian systems. Using be_to_cpu (cpu_to_be) conversions with __raw_read/write functions have resolved it. Signed-off-by: Michal Simek CC: Benjamin Herrenschmidt CC: Arnd Bergmann CC: Geert

Re: [PATCH] asm-generic: io: Fix ioread16/32be and iowrite16/32be

2013-02-07 Thread Geert Uytterhoeven
On Thu, Feb 7, 2013 at 3:18 PM, Michal Simek michal.si...@xilinx.com wrote: Fix ioreadXXbe and iowriteXXbe functions which did additional little endian conversion on native big endian systems. Using be_to_cpu (cpu_to_be) conversions with __raw_read/write functions have resolved it.

[PATCH] asm-generic: io: Fix ioread16/32be and iowrite16/32be

2013-02-07 Thread Michal Simek
Fix ioreadXXbe and iowriteXXbe functions which did additional little endian conversion on native big endian systems. Using be_to_cpu (cpu_to_be) conversions with __raw_read/write functions have resolved it. Signed-off-by: Michal Simek michal.si...@xilinx.com CC: Benjamin Herrenschmidt

Re: [PATCH] asm-generic: io: Fix ioread16/32be and iowrite16/32be

2013-02-07 Thread Arnd Bergmann
On Thursday 07 February 2013 15:18:48 Michal Simek wrote: Fix ioreadXXbe and iowriteXXbe functions which did additional little endian conversion on native big endian systems. Using be_to_cpu (cpu_to_be) conversions with __raw_read/write functions have resolved it. Signed-off-by: Michal