summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/stm32_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: stm32-gpio: migrate trace to dev and log macroPatrick Delaunay2021-01-131-1/+3
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* gpio: stm32: correct the bias managementPatrick Delaunay2020-11-251-14/+14
* arm: stm32: cleanup arch gpio.hPatrick Delaunay2020-10-211-0/+2
* gpio: stm32: check result of ofnode_phandle_argsPatrick Delaunay2020-10-021-0/+5
* gpio: stm32: cosmetic: cleanup gpio_stm32_probePatrick Delaunay2020-10-021-6/+4
* gpio: stm32: add ops get_dir_flagsPatrick Delaunay2020-07-071-0/+59
* gpio: stm32: add ops set_dir_flagsPatrick Delaunay2020-07-071-14/+76
* common: Drop linux/bitops.h from common headerSimon 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