From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Fri, 29 Jan 2016 10:31:48 -0800 Subject: [PATCH 1/9] ARM: pxa: define clock registers as __iomem In-Reply-To: <1454076396-3563101-2-git-send-email-arnd@arndb.de> References: <1454076396-3563101-1-git-send-email-arnd@arndb.de> <1454076396-3563101-2-git-send-email-arnd@arndb.de> Message-ID: <20160129183148.GP12841@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/29, Arnd Bergmann wrote: > We should not dereference registers as pointers, so use readl/writel > instead for these registers. > > The clock registers are accessed in multiple files, so we have to > change them all at once. > > I stumbled over these registers while looking at something unrelated. > There are in fact other registers with the same problem, but I did > not try to address those at this point. > > Signed-off-by: Arnd Bergmann > --- Acked-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project