Re: [RFC][PATCH 1/2] arm64: add ioread64be and iowrite64be macros

2015-09-02 Thread Will Deacon
On Fri, Aug 28, 2015 at 12:49:47PM +0100, Horia Geantă wrote: > This will allow device drivers to consistently use io{read,write}XXbe > macros also for 64-bit accesses. > > Signed-off-by: Alex Porosanu > Signed-off-by: Horia Geantă > --- > arch/arm64/include/asm/io.h | 4 +++- > 1 file

Re: [RFC][PATCH 1/2] arm64: add ioread64be and iowrite64be macros

2015-09-02 Thread Will Deacon
On Fri, Aug 28, 2015 at 12:49:47PM +0100, Horia Geantă wrote: > This will allow device drivers to consistently use io{read,write}XXbe > macros also for 64-bit accesses. > > Signed-off-by: Alex Porosanu > Signed-off-by: Horia Geantă >

[RFC][PATCH 1/2] arm64: add ioread64be and iowrite64be macros

2015-08-28 Thread Horia Geantă
This will allow device drivers to consistently use io{read,write}XXbe macros also for 64-bit accesses. Signed-off-by: Alex Porosanu Signed-off-by: Horia Geantă --- arch/arm64/include/asm/io.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm64/include/asm/io.h

[RFC][PATCH 1/2] arm64: add ioread64be and iowrite64be macros

2015-08-28 Thread Horia Geantă
This will allow device drivers to consistently use io{read,write}XXbe macros also for 64-bit accesses. Signed-off-by: Alex Porosanu alexandru.poros...@freescale.com Signed-off-by: Horia Geantă horia.gea...@freescale.com --- arch/arm64/include/asm/io.h | 4 +++- 1 file changed, 3 insertions(+), 1