summaryrefslogtreecommitdiff
path: root/drivers/st/gpio
Commit message (Expand)AuthorAgeFilesLines
* fix(st-gpio): define shift as uint32_tYann Gautier2022-12-071-9/+9
* feat(st-gpio): do not apply secure config in BL2Yann Gautier2022-02-011-0/+4
* feat(st-gpio): allow to set a gpio in output modeFabien Dessenne2022-02-011-6/+28
* refactor(st-gpio): code improvementsFabien Dessenne2022-02-011-37/+41
* feat(st): use newly introduced clock frameworkYann Gautier2021-12-221-4/+5
* feat(stm32_gpio): add a function to reset a pinYann Gautier2021-12-141-1/+8
* gpio: stm32_gpio: check GPIO node status after checking DTYann Gautier2020-09-241-2/+3
* drivers/stm32_gpio: register GPIO resources as secure or notEtienne Carriere2020-07-081-0/+9
* gpio: stm32_gpio: do not mix error code typesNicolas Le Bayon2019-10-031-1/+1
* stm32mp1: split clkfunc codeYann Gautier2019-02-141-1/+1
* stm32mp1: remove some dependencies on clocks and reset in driversYann Gautier2019-02-141-1/+0
* stm32mp1: make functions and macros more commonYann Gautier2019-02-141-4/+4
* stm32mp1: split code between common and private partsYann Gautier2019-02-141-4/+4
* stm32mp1: update device tree and gpio functionsYann Gautier2019-01-181-18/+206
* drivers: st: update drivers codeYann Gautier2019-01-181-21/+22
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-4/+5
* stm32mp1: Add GPIO supportYann Gautier2018-07-241-0/+86