From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [PATCH v3 3/3] arm64: Use include/asm-generic/io.h Date: Thu, 17 Jul 2014 13:04:41 +0100 Message-ID: <20140717120441.GI18203@arm.com> References: <1405508484-18303-1-git-send-email-thierry.reding@gmail.com> <1405508484-18303-3-git-send-email-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from fw-tnat.austin.arm.com ([217.140.110.23]:22164 "EHLO collaborate-mta1.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932289AbaGQME6 (ORCPT ); Thu, 17 Jul 2014 08:04:58 -0400 Content-Disposition: inline In-Reply-To: <1405508484-18303-3-git-send-email-thierry.reding@gmail.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Thierry Reding Cc: Russell King , Will Deacon , Arnd Bergmann , Stephen Boyd , "linux-arm-kernel@lists.infradead.org" , "linux-arch@vger.kernel.org" , "linux-kernel@vger.kernel.org" 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. > > Acked-by: Catalin Marinas > Signed-off-by: Thierry Reding > --- > Changes in v3: > - add io{read,write}{16,32}be() to match what 32-bit ARM does It looks fine. Thanks. -- Catalin