]> git.sur5r.net Git - u-boot/commit
gpio: stm32_gpio: move base addresses to the soc file
authorVikas Manocha <vikas.manocha@st.com>
Thu, 11 Feb 2016 23:47:18 +0000 (15:47 -0800)
committerTom Rini <trini@konsulko.com>
Wed, 24 Feb 2016 23:42:50 +0000 (18:42 -0500)
commit09959ba3c5f0f56bed4b3ab008f9e159e1b28cd9
tree3cc5482daf511dc0c000c9002d62c4a7ae2365fe
parent14cec061139a8fb0461d8748d14a2dbcf8a56f2e
gpio: stm32_gpio: move base addresses to the soc file

Base addresses for GPIOs could be different for different socs, this
patch moves the base addresses from driver to the soc specific location.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
arch/arm/include/asm/arch-stm32f1/stm32.h
arch/arm/include/asm/arch-stm32f4/stm32.h
drivers/gpio/stm32_gpio.c