summaryrefslogtreecommitdiff
path: root/drivers/gpio/stm32_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* gpio: stm32: support gpio ops in SPLPatrick Delaunay2020-05-141-6/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* gpio: stm32: Remove .ofmatch callbackPatrice Chotard2019-07-121-6/+0
* gpio: stm32: Rename stm32f7_gpio to stm32_gpioPatrice Chotard2019-07-121-0/+228
* board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driverPatrice Chotard2018-01-101-182/+0
* stm32f1: remove stm32f1 supportPatrice Chotard2017-08-131-94/+0
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* stm32: add support for stm32f7 & stm32f746 discovery boardVikas Manocha2016-02-241-3/+3
* gpio: stm32_gpio: move base addresses to the soc fileVikas Manocha2016-02-241-18/+0
* gpio: stm32_gpio: move clock config from driver to boardVikas Manocha2016-02-241-5/+0
* Change e-mail address of Kamil LulkoKamil Lulko2015-12-051-1/+1
* gpio: stm32: add stm32f1 supportMatt Porter2015-05-281-1/+109
* gpio: stm32_gpio: Use clrsetbits_le32() at appropriate placesAxel Lin2015-05-081-13/+5
* ARMv7M: Add STM32F4 supportrev13@wp.pl2015-04-221-0/+199