Re: [PATCH v2 2/8] asm-generic/io.h: add io{read,write}64 accessors

2016-05-10 Thread Herbert Xu
On Tue, May 10, 2016 at 05:33:21PM +0800, Herbert Xu wrote: > On Thu, May 05, 2016 at 06:35:56PM +0300, Horia Geantă wrote: > > This will allow device drivers to consistently use io{read,write}XX > > also for 64-bit accesses. > > > > Signed-off-by: Horia Geantă > > I don't see patch 1/8. Never

Re: [PATCH v2 2/8] asm-generic/io.h: add io{read,write}64 accessors

2016-05-10 Thread Herbert Xu
On Thu, May 05, 2016 at 06:35:56PM +0300, Horia Geantă wrote: > This will allow device drivers to consistently use io{read,write}XX > also for 64-bit accesses. > > Signed-off-by: Horia Geantă I don't see patch 1/8. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ P

Re: [PATCH v2 2/8] asm-generic/io.h: add io{read,write}64 accessors

2016-05-05 Thread Arnd Bergmann
On Thursday 05 May 2016 18:35:56 Horia Geantă wrote: > This will allow device drivers to consistently use io{read,write}XX > also for 64-bit accesses. > > Signed-off-by: Horia Geantă > Acked-by: Arnd Bergmann -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the bod

[PATCH v2 2/8] asm-generic/io.h: add io{read,write}64 accessors

2016-05-05 Thread Horia Geantă
This will allow device drivers to consistently use io{read,write}XX also for 64-bit accesses. Signed-off-by: Horia Geantă --- include/asm-generic/io.h| 63 + include/asm-generic/iomap.h | 8 ++ 2 files changed, 71 insertions(+) diff --git a/i