Re: [PATCH v5 2/7] gpio: davinci: use readl/writel instead of __raw_*

2013-11-18 Thread Linus Walleij
On Fri, Nov 8, 2013 at 11:11 AM, Prabhakar Lad wrote: > From: "Lad, Prabhakar" > > This patch replaces the __raw_readl/writel with > readl and writel, Although the code runs on ARMv5 > based SOCs, changing this will help copying the code > for other uses. > > Signed-off-by: Lad, Prabhakar Acked

[PATCH v5 2/7] gpio: davinci: use readl/writel instead of __raw_*

2013-11-08 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch replaces the __raw_readl/writel with readl and writel, Although the code runs on ARMv5 based SOCs, changing this will help copying the code for other uses. Signed-off-by: Lad, Prabhakar --- drivers/gpio/gpio-davinci.c | 36 ++-