gpio: davinci: add OF support
authorKV Sujith <sujithkv@ti.com>
Thu, 21 Nov 2013 18:15:29 +0000 (23:45 +0530)
committerSekhar Nori <nsekhar@ti.com>
Wed, 25 Dec 2013 18:32:11 +0000 (00:02 +0530)
commitc770844c3e30bed3c269efff1bbb9a14c2318e39
treee7bbeef5c10b5cce2673c77a5197de95653d3e36
parentd3422a18dbc4a8aa1d430828b39e48d6c91f1791
gpio: davinci: add OF support

This patch adds OF parser support for davinci gpio
driver and also appropriate documentation in gpio-davinci.txt
located at Documentation/devicetree/bindings/gpio/.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: KV Sujith <sujithkv@ti.com>
Signed-off-by: Philip Avinash <avinashphilip@ti.com>
[prabhakar.csengg@gmail.com: simplified the OF code, removed
unnecessary DT property and also simplified
the commit message]
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Documentation/devicetree/bindings/gpio/gpio-davinci.txt [new file with mode: 0644]
drivers/gpio/gpio-davinci.c