commit | 3e86a1ac47f5b3b242685bc23b9159e4bbf3ef13 | [log] [tgz] |
---|---|---|
author | Vikas Manocha <vikas.manocha@st.com> | Thu Feb 11 15:47:17 2016 -0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 24 18:42:49 2016 -0500 |
tree | 10fcbecd724fa06c64df250df3802762e45f70b1 | |
parent | 2267b2f6d785b3e50302dc1b23cb168ecbc8f67e [diff] |
gpio: stm32_gpio: move clock config from driver to board This patch removes the gpio clock enable from gpio driver & move it in the board code, making it possible to use the gpio driver with other socs. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>