aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/stm32_gpio.c
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-14gpio: stm32: support gpio ops in SPLPatrick Delaunay
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-07-12gpio: stm32: Remove .ofmatch callbackPatrice Chotard
2019-07-12gpio: stm32: Rename stm32f7_gpio to stm32_gpioPatrice Chotard
2018-01-10board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driverPatrice Chotard
2017-08-13stm32f1: remove stm32f1 supportPatrice Chotard
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-02-24stm32: add support for stm32f7 & stm32f746 discovery boardVikas Manocha
2016-02-24gpio: stm32_gpio: move base addresses to the soc fileVikas Manocha
2016-02-24gpio: stm32_gpio: move clock config from driver to boardVikas Manocha
2015-12-05Change e-mail address of Kamil LulkoKamil Lulko
2015-05-28gpio: stm32: add stm32f1 supportMatt Porter
2015-05-08gpio: stm32_gpio: Use clrsetbits_le32() at appropriate placesAxel Lin
2015-04-22ARMv7M: Add STM32F4 supportrev13@wp.pl