From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751790Ab2IPWTO (ORCPT ); Sun, 16 Sep 2012 18:19:14 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:36821 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751133Ab2IPWTN (ORCPT ); Sun, 16 Sep 2012 18:19:13 -0400 MIME-Version: 1.0 In-Reply-To: <1347658492-11608-7-git-send-email-arnd@arndb.de> References: <1347658492-11608-1-git-send-email-arnd@arndb.de> <1347658492-11608-7-git-send-email-arnd@arndb.de> Date: Mon, 17 Sep 2012 00:19:11 +0200 Message-ID: Subject: Re: [PATCH 06/24] ARM: integrator: use __iomem pointers for MMIO From: Linus Walleij To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Will Deacon , Russell King , Nicolas Pitre , Russell King Content-Type: text/plain; charset=ISO-8859-1 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 PM, Arnd Bergmann wrote: > ARM is moving to stricter checks on readl/write functions, > so we need to use the correct types everywhere. > > This patch has a few small conflicts with stuff in linux-next, which > we have to sort out in arm-soc. > > Cc: Linus Walleij > Cc: Russell King > Signed-off-by: Arnd Bergmann Acked-by: Linus Walleij However if Russell applies some of the stuff that is pending in his tracker (was pending uncertain acceptance of CONFIG_ATAGS, which is merged now) this will likely conflict. Yours, Linus Walleij