[PATCH v3 3/3] arm64: Use include/asm-generic/io.h
From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2014-07-17 12:05:01
Also in:
linux-arch, lkml
From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2014-07-17 12:05:01
Also in:
linux-arch, lkml
On Wed, Jul 16, 2014 at 12:01:24PM +0100, Thierry Reding wrote:
From: Thierry Reding <redacted>
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.
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Thierry Reding <redacted>
---
Changes in v3:
- add io{read,write}{16,32}be() to match what 32-bit ARM doesIt looks fine. Thanks. -- Catalin