[PATCH v5 2/7] gpio: davinci: use readl/writel instead of __raw_*
From: Linus Walleij <hidden>
Date: 2013-11-18 13:01:52
Also in:
linux-devicetree, linux-gpio, lkml
From: Linus Walleij <hidden>
Date: 2013-11-18 13:01:52
Also in:
linux-devicetree, linux-gpio, lkml
On Fri, Nov 8, 2013 at 11:11 AM, Prabhakar Lad [off-list ref] wrote:
From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com> 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 <prabhakar.csengg@gmail.com>
Acked-by: Linus Walleij <redacted> Yours, Linus Walleij