aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/stm32_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-11-25gpio: stm32: correct the bias managementPatrick Delaunay1-14/+14
2020-10-21arm: stm32: cleanup arch gpio.hPatrick Delaunay1-0/+2
2020-10-02gpio: stm32: check result of ofnode_phandle_argsPatrick Delaunay1-0/+5
2020-10-02gpio: stm32: cosmetic: cleanup gpio_stm32_probePatrick Delaunay1-6/+4
2020-07-07gpio: stm32: add ops get_dir_flagsPatrick Delaunay1-0/+59
2020-07-07gpio: stm32: add ops set_dir_flagsPatrick Delaunay1-14/+76
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-14gpio: stm32: support gpio ops in SPLPatrick Delaunay1-6/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-07-12gpio: stm32: Remove .ofmatch callbackPatrice Chotard1-6/+0
2019-07-12gpio: stm32: Rename stm32f7_gpio to stm32_gpioPatrice Chotard1-0/+228
2018-01-10board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driverPatrice Chotard1-182/+0
2017-08-13stm32f1: remove stm32f1 supportPatrice Chotard1-94/+0
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-02-24stm32: add support for stm32f7 & stm32f746 discovery boardVikas Manocha1-3/+3
2016-02-24gpio: stm32_gpio: move base addresses to the soc fileVikas Manocha1-18/+0
2016-02-24gpio: stm32_gpio: move clock config from driver to boardVikas Manocha1-5/+0
2015-12-05Change e-mail address of Kamil LulkoKamil Lulko1-1/+1
2015-05-28gpio: stm32: add stm32f1 supportMatt Porter1-1/+109
2015-05-08gpio: stm32_gpio: Use clrsetbits_le32() at appropriate placesAxel Lin1-13/+5
2015-04-22ARMv7M: Add STM32F4 supportrev13@wp.pl1-0/+199