gpio: exynos(s5p): remove gpio_xlate routine
authorEric Nelson <eric@nelint.com>
Wed, 20 Apr 2016 15:37:39 +0000 (08:37 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000 (09:54 -0600)
commitf8353033884a25bedfef20e1fcc509db38a15218
tree02189d3562cd0a052fb3ef1499601206b91afe06
parent6c3dd3caf0e6469fa65819aec300210f97ad7536
gpio: exynos(s5p): remove gpio_xlate routine

With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass,
the Exynos/S5P gpio driver doesn't need a custom xlate routine.

Signed-off-by: Eric Nelson <eric@nelint.com>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/gpio/s5p_gpio.c