From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from moutng.kundenserver.de ([212.227.17.10]:60765 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754228Ab1CVNPS (ORCPT ); Tue, 22 Mar 2011 09:15:18 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v17 08/13] davinci: eliminate use of IO_ADDRESS() on sysmod Date: Tue, 22 Mar 2011 14:15:03 +0100 Cc: "Nori, Sekhar" , "Hadli, Manjunath" , LMML , Kevin Hilman , Hans Verkuil , dlos , Mauro Carvalho Chehab References: <1300197523-4574-1-git-send-email-manjunath.hadli@ti.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201103221415.03904.arnd@arndb.de> List-ID: Sender: On Tuesday 22 March 2011, Nori, Sekhar wrote: > .. but forgot to fix this. There is nothing wrong with > using writel, but it doesn't fit into what the subject > of this patch is. Well, to be more exact, the __raw_writel was actually wrong here and it should be writel(), but it's certainly better to mention the reason in the changelog, or to make a separate patch for it. Arnd