summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-stm32.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: stm32: match st,stm32mp135-pinctrl DT compatibleAhmad Fatoum2023-12-051-0/+1
* treewide: Print device nodes with %pOFSascha Hauer2023-07-031-9/+6
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* pinctrl: stm32: Remove check for pins-are-numberedAhmad Fatoum2023-04-111-5/+0
* Merge branch 'for-next/misc'Sascha Hauer2023-01-201-9/+1
|\
| * pinctrl: stm32: fix pinctrl/gpio dependency orderingAhmad Fatoum2023-01-111-9/+1
* | Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* | Rename struct device_d to deviceSascha Hauer2023-01-101-5/+6
* | Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
|/
* pinctrl: stm32: keep GPIO bank clocks enabled throughoutAhmad Fatoum2022-07-111-33/+9
* pinctrl: stm32: use gpio-ranges instead of aliasAhmad Fatoum2022-02-231-12/+2
* pinctrl: stm32: replace magic values with defines for STM32_PINMODEAhmad Fatoum2022-01-141-3/+3
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* pinctrl: stm32: support deep probeAhmad Fatoum2021-06-281-1/+4
* treewide: Use driver macroSascha Hauer2020-09-291-5/+1
* pinctrl: stm32: parse pinctrl nodes without subnodes as wellAhmad Fatoum2019-11-061-81/+99
* pinctrl: demote dev_info on successful probes to dev_dbgAhmad Fatoum2019-11-061-1/+1
* pinctrl: stm32: fix debug print of uninitialized variableAhmad Fatoum2019-11-061-3/+3
* pinctrl: stm32: fix error path when gpio chip is not foundAhmad Fatoum2019-07-091-2/+3
* pinctrl: stm32: add debug output in set_state callbackAhmad Fatoum2019-07-091-0/+3
* pinctrl: add driver for STM32 GPIO and pin multiplexerAhmad Fatoum2019-06-201-0/+425