Re: [PATCH] h8300: Replace read/write to ioread/write

2015-11-18 Thread Stephen Boyd
On 11/14, Yoshinori Sato wrote: > read[bwl] and write[bwl] is only little-endian I/O. > But h8300's peripheral of big-endian. So use ioread/write. > > And h8300 specific __raw_read/write is same of generic. > It can remove. > > Signed-off-by: Daniel Lezcano > Signed-off-by: Yoshinori Sato > ---

[PATCH] h8300: Replace read/write to ioread/write

2015-11-14 Thread Yoshinori Sato
read[bwl] and write[bwl] is only little-endian I/O. But h8300's peripheral of big-endian. So use ioread/write. And h8300 specific __raw_read/write is same of generic. It can remove. Signed-off-by: Daniel Lezcano Signed-off-by: Yoshinori Sato --- arch/h8300/include/asm/io.h | 45 --