Re: [RESEND PATCH v2 29/33] ARM: davinci: cp-intc: use readl/writel_relaxed()

2019-02-12 Thread Bartosz Golaszewski
pon., 11 lut 2019 o 14:08 Marc Zyngier napisaƂ(a): > > On 11/02/2019 12:26, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > Raplace all calls to __raw_readl() & __raw_writel() with readl_relaxed() > > and writel_relaxed() respectively. It's safe to do as there's no > >

Re: [RESEND PATCH v2 29/33] ARM: davinci: cp-intc: use readl/writel_relaxed()

2019-02-11 Thread Marc Zyngier
On 11/02/2019 12:26, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Raplace all calls to __raw_readl() & __raw_writel() with readl_relaxed() > and writel_relaxed() respectively. It's safe to do as there's no > endianness conversion being done in the code. > > Signed-off-by: Bartosz

[RESEND PATCH v2 29/33] ARM: davinci: cp-intc: use readl/writel_relaxed()

2019-02-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Raplace all calls to __raw_readl() & __raw_writel() with readl_relaxed() and writel_relaxed() respectively. It's safe to do as there's no endianness conversion being done in the code. Signed-off-by: Bartosz Golaszewski --- arch/arm/mach-davinci/cp_intc.c | 4 ++-- 1