Re: [PATCH v3 3/3] arm64: Use include/asm-generic/io.h

2014-07-18 Thread Catalin Marinas
On Thu, Jul 17, 2014 at 01:26:51PM +0100, Thierry Reding wrote: > On Thu, Jul 17, 2014 at 01:04:41PM +0100, Catalin Marinas wrote: > > On Wed, Jul 16, 2014 at 12:01:24PM +0100, Thierry Reding wrote: > > > From: Thierry Reding > > > > > > Include the generic I/O header file so that duplicate imple

Re: [PATCH v3 3/3] arm64: Use include/asm-generic/io.h

2014-07-17 Thread Thierry Reding
On Thu, Jul 17, 2014 at 01:04:41PM +0100, Catalin Marinas wrote: > On Wed, Jul 16, 2014 at 12:01:24PM +0100, Thierry Reding wrote: > > From: Thierry Reding > > > > Include the generic I/O header file so that duplicate implementations > > can be removed. This will also help to establish consistenc

Re: [PATCH v3 3/3] arm64: Use include/asm-generic/io.h

2014-07-17 Thread Catalin Marinas
On Wed, Jul 16, 2014 at 12:01:24PM +0100, Thierry Reding wrote: > From: Thierry Reding > > Include the generic I/O header file so that duplicate implementations > can be removed. This will also help to establish consistency across more > architectures regarding which accessors they support. > >