ARM: davinci: support gpio platform device
authorPhilip Avinash <avinashphilip@ti.com>
Sun, 18 Aug 2013 05:19:00 +0000 (10:49 +0530)
committerSekhar Nori <nsekhar@ti.com>
Tue, 24 Sep 2013 06:33:34 +0000 (12:03 +0530)
commit9cc1515cbd2155df8530ba8438b0b5bfdff50117
treec119d4660ab09b8d643b5fe73a6c308dd927811a
parentf606d38de74a2f2d43d4a57317aaa8f05809fdef
ARM: davinci: support gpio platform device

DaVinci GPIO driver now uses platform device model.
Add a GPIO platform register API to convert the
traditional DaVinci  SoCs to use the new model.

While at it, also group related include files together
wherever that was not the case.

Signed-off-by: Philip Avinash <avinashphilip@ti.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
[nsekhar@ti.com: move function declaration to local header,
 simplify commit message, merge SoC specific
 portions from other patches into this patch]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/davinci.h
arch/arm/mach-davinci/devices.c
arch/arm/mach-davinci/dm355.c
arch/arm/mach-davinci/dm365.c
arch/arm/mach-davinci/dm644x.c
arch/arm/mach-davinci/dm646x.c
arch/arm/mach-davinci/include/mach/gpio-davinci.h