]> git.karo-electronics.de Git - linux-beck.git/commit
gpio: samsung: Skip initialization if device tree is present
authorTomasz Figa <tomasz.figa@gmail.com>
Sun, 25 Aug 2013 17:37:41 +0000 (02:37 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 16 Sep 2013 21:48:27 +0000 (06:48 +0900)
commit608f9737f1bbe44428ecec44604f638b3949e12c
treeb83b2b2e08af6fefc56107fb861f945cee00ef84
parentc836c90e276ec1b1b4193bb6f0b5e6b11cc69f83
gpio: samsung: Skip initialization if device tree is present

Since this driver does not handle GPIO on device tree enabled platforms
any more, it should be bypassed whenever device tree is available, to
not conflict with the new pinctrl-samsung driver.

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
drivers/gpio/gpio-samsung.c