From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Subject: Re: [PATCH 24/24] net: seeq: use __iomem pointers for MMIO Date: Sat, 15 Sep 2012 00:56:07 +0100 Message-ID: <20120914235607.GF12245@n2100.arm.linux.org.uk> References: <1347658492-11608-1-git-send-email-arnd@arndb.de> <1347658492-11608-25-git-send-email-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Nicolas Pitre , netdev@vger.kernel.org, Will Deacon , linux-kernel@vger.kernel.org, "David S. Miller" , linux-arm-kernel@lists.infradead.org To: Arnd Bergmann Return-path: Content-Disposition: inline In-Reply-To: <1347658492-11608-25-git-send-email-arnd@arndb.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: netdev.vger.kernel.org On Fri, Sep 14, 2012 at 11:34:52PM +0200, Arnd Bergmann wrote: > ARM is moving to stricter checks on readl/write functions, > so we need to use the correct types everywhere. Same comment as for eesox. const void __iomem * is not a problem on x86, so it should not be a problem on ARM.