commit | b8baa9fa224042c08c6d9303b0f15d831b957cea | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric@nelint.com> | Wed Apr 20 08:37:39 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 02189d3562cd0a052fb3ef1499601206b91afe06 | |
parent | e320f903ee6057da875f6e4054f80b2a3a5650d8 [diff] |
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>