summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/stm32
AgeCommit message (Expand)AuthorLines
2025-11-10pinctrl: stm32: handle semaphore acquisition when handling pinctrl/pinmuxGatien Chevallier-8/+27
2025-10-29pinctrl: stm32: fix hwspinlock resource leak in probe functionHaotian Zhang-1/+1
2025-10-28pinctrl: stm32: Support I/O synchronization parametersAntonio Borneo-0/+258
2025-10-28pinctrl: stm32: Avoid keeping a bool value in a u32 variableAntonio Borneo-1/+1
2025-10-28pinctrl: stm32: Drop useless spinlock save and restoreAntonio Borneo-25/+0
2025-10-28pinctrl: stm32: Simplify handling of backup pin statusAntonio Borneo-46/+24
2025-10-28pinctrl: stm32: Rework stm32_pconf_parse_conf()Antonio Borneo-9/+6
2025-10-01Merge tag 'pinctrl-v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2025-09-24gpio: generic: rename BGPIOF_ flags to GPIO_GENERIC_Bartosz Golaszewski-1/+1
2025-09-24pinctrl: use more common syntax for compound literalsBartosz Golaszewski-1/+1
2025-09-08pinctrl: generic: rename PIN_CONFIG_OUTPUT to LEVELLinus Walleij-1/+1
2025-08-20pinctrl: stm32: Constify static 'pinctrl_desc'Krzysztof Kozlowski-1/+1
2025-08-19pinctrl: stm32: use new generic GPIO chip APIBartosz Golaszewski-14/+20
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-1/+1
2025-07-14pinctrl: stm32: Introduce HDP driverClément Le Goffic-0/+735
2025-06-18pinctrl: stm32: Handle RSVD pin configurationFabien Dessenne-1/+11
2025-06-18pinctrl: stm32: Allow compile as module for stm32mp257Stephane Danieau-8/+31
2025-06-18pinctrl: stm32: Add RIF support for stm32mp257Antonio Borneo-1/+125
2025-06-18pinctrl: stm32: Manage irq affinity settingsCheick Traore-0/+1
2025-06-18pinctrl: stm32: Declare stm32_pmx_get_mode() as staticAntonio Borneo-6/+3
2025-04-29pinctrl: stm32: use new GPIO line value setter callbacksBartosz Golaszewski-2/+5
2025-01-15pinctrl: Use str_enable_disable-like helpersKrzysztof Kozlowski-2/+3
2025-01-14pinctrl: stm32: Add check for clk_enable()Mingwei Zheng-38/+38
2024-10-01pinctrl: stm32: check devm_kasprintf() returned valueMa Ke-2/+7
2024-06-17pinctrl: stm32: Use scope based of_node_put() cleanupsPeng Fan-3/+1
2024-02-13pinctrl: stm32: fix PM support for stm32mp257Antonio Borneo-1/+1
2024-01-17Merge tag 'pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-2/+1
2023-11-24pinctrl: stm32: return errors from stm32_gpio_direction_output()Sergey Shtylyov-2/+1
2023-11-14pinctrl: stm32: fix array read out of boundAntonio Borneo-3/+5
2023-11-13pinctrl: stm32: Add check for devm_kcallocChen Ni-0/+5
2023-11-04pinctrl: stm32: drop wrappers around pinctrl_gpio_free/input()Bartosz Golaszewski-13/+3
2023-11-04treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski-1/+1
2023-11-04treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski-1/+1
2023-11-04treewide: rename pinctrl_gpio_free_new()Bartosz Golaszewski-1/+1
2023-11-04treewide: rename pinctrl_gpio_request_new()Bartosz Golaszewski-1/+1
2023-11-04pinctrl: stm32: use new pinctrl GPIO helpersBartosz Golaszewski-4/+4
2023-08-10pinctrl: stm32: set default gpio line names using pin namesValentin Caron-0/+35
2023-07-20pinctrl: Explicitly include correct DT includesRob Herring-2/+1
2023-06-08pinctrl: stm32: add stm32mp257 pinctrl supportAlexandre Torgue-0/+2591
2023-05-02Merge tag 'pinctrl-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-1/+1
2023-03-23pinctrl: Use of_property_present() for testing DT property presenceRob Herring-1/+1
2023-03-06pinctrl: stm32: use dynamic allocation of GPIO baseDario Binacchi-1/+1
2023-01-09pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domainMiaoqian Lin-0/+1
2022-12-03pinctrl: stm32: Remove check for pins-are-numberedBernhard Rosenkränzer-5/+0
2022-10-24pinctrl: stm32: Add missing header(s)Andy Shevchenko-7/+9
2022-09-20pinctrl: stm32: Switch to use dev_err_probe() helperYang Yingliang-3/+2
2022-06-28pinctrl: stm32: fix optional IRQ support to gpiosFabien Dessenne-8/+12
2022-05-14pinctrl: stm32: Unshadow np variable in stm32_pctl_probe()Andy Shevchenko-12/+9
2022-05-05pinctrl: stm32: Fix up errorpath after mergeLinus Walleij-0/+4
2022-05-05pinctrl: stm32: prevent the use of the secure protected pinsFabien Dessenne-0/+66