09959ba3 | 11-Feb-2016 |
Vikas Manocha <vikas.manocha@st.com> |
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.
S
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>
show more ...
|
48647828 | 21-Jan-2016 |
Simon Glass <sjg@chromium.org> |
rockchip: gpio: Implement the get_function() method
Provide this method so that 'gpio status' works fully. It now shows whether a pin is used for input, output or some other function.
Signed-off-by
rockchip: gpio: Implement the get_function() method
Provide this method so that 'gpio status' works fully. It now shows whether a pin is used for input, output or some other function.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|