Re: [PATCH v4 33/37] ARM: davinci: cp-intc: use readl/writel_relaxed()

2019-02-18 Thread Bartosz Golaszewski
niedz., 17 lut 2019 o 11:01 David Lechner napisaƂ(a): > > On 2/14/19 8:52 AM, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > Raplace all calls to __raw_readl() & __raw_writel() with readl_relaxed() > > s/Raplace/Replace/ > > > and writel_relaxed() respectively. It's safe to do a

Re: [PATCH v4 33/37] ARM: davinci: cp-intc: use readl/writel_relaxed()

2019-02-17 Thread David Lechner
On 2/14/19 8:52 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Raplace all calls to __raw_readl() & __raw_writel() with readl_relaxed() s/Raplace/Replace/ and writel_relaxed() respectively. It's safe to do as there's no endianness conversion being done in the code. Should this b