From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760333Ab2INXpE (ORCPT ); Fri, 14 Sep 2012 19:45:04 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:37840 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751730Ab2INXpC (ORCPT ); Fri, 14 Sep 2012 19:45:02 -0400 Date: Fri, 14 Sep 2012 16:44:57 -0700 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Will Deacon , Russell King , Nicolas Pitre , Alan Cox Subject: Re: [PATCH 21/24] serial: ks8695: use __iomem pointers for MMIO Message-ID: <20120914234457.GA24200@kroah.com> References: <1347658492-11608-1-git-send-email-arnd@arndb.de> <1347658492-11608-22-git-send-email-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1347658492-11608-22-git-send-email-arnd@arndb.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 14, 2012 at 11:34:49PM +0200, Arnd Bergmann wrote: > ARM is moving to stricter checks on readl/write functions, > so we need to use the correct types everywhere. > > Cc: Alan Cox > Cc: Greg Kroah-Hartman > Signed-off-by: Arnd Bergmann Acked-by: Greg Kroah-Hartman