]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: exynos: Make sure that GPIOs are requested
authorSimon Glass <sjg@chromium.org>
Tue, 21 Oct 2014 01:48:39 +0000 (19:48 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Oct 2014 16:36:33 +0000 (10:36 -0600)
commit7f1961018cb494c029fcbb446e6562064735ec5e
tree10089a45751339df4ed17fd12ed1838ed60c0ca5
parent3a233dbfe9308943122cc2473064bb7e876577f0
dm: exynos: Make sure that GPIOs are requested

With driver model GPIOs must be requested before use. Make sure this is
done correctly.

(Note that the soft SPI part of universal is omitted, since this driver
is about to be replaced with a driver-model-aware version)

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/cpu/armv7/exynos/pinmux.c
board/samsung/arndale/arndale.c
board/samsung/common/misc.c
board/samsung/goni/goni.c
board/samsung/smdk5250/exynos5-dt.c
board/samsung/smdk5420/smdk5420.c
board/samsung/trats/trats.c
board/samsung/trats2/trats2.c
board/samsung/universal_c210/universal.c
drivers/mmc/s5p_sdhci.c