summaryrefslogtreecommitdiff
path: root/drivers/gpio/stm32_gpio.c
AgeCommit message (Expand)Author
2022-05-10gpio: stm32_gpio: Rework GPIO hole managementPatrice Chotard
2021-11-10gpio: stm32: create include file for driver private dataPatrick Delaunay
2021-03-03dm: gpio: Add a way to update flagsSimon Glass
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass
2021-01-13gpio: stm32-gpio: migrate trace to dev and log macroPatrick Delaunay
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-11-25gpio: stm32: correct the bias managementPatrick Delaunay
2020-10-21arm: stm32: cleanup arch gpio.hPatrick Delaunay
2020-10-02gpio: stm32: check result of ofnode_phandle_argsPatrick Delaunay
2020-10-02gpio: stm32: cosmetic: cleanup gpio_stm32_probePatrick Delaunay
2020-07-07gpio: stm32: add ops get_dir_flagsPatrick Delaunay
2020-07-07gpio: stm32: add ops set_dir_flagsPatrick Delaunay
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