Age | Commit message (Expand) | Author |
2025-01-15 | pinctrl: Use str_enable_disable-like helpers | Krzysztof Kozlowski |
2025-01-14 | pinctrl: stm32: Add check for clk_enable() | Mingwei Zheng |
2024-10-01 | pinctrl: stm32: check devm_kasprintf() returned value | Ma Ke |
2024-06-17 | pinctrl: stm32: Use scope based of_node_put() cleanups | Peng Fan |
2024-02-13 | pinctrl: stm32: fix PM support for stm32mp257 | Antonio Borneo |
2024-01-17 | Merge tag 'pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds |
2023-11-24 | pinctrl: stm32: return errors from stm32_gpio_direction_output() | Sergey Shtylyov |
2023-11-14 | pinctrl: stm32: fix array read out of bound | Antonio Borneo |
2023-11-13 | pinctrl: stm32: Add check for devm_kcalloc | Chen Ni |
2023-11-04 | pinctrl: stm32: drop wrappers around pinctrl_gpio_free/input() | Bartosz Golaszewski |
2023-11-04 | treewide: rename pinctrl_gpio_direction_output_new() | Bartosz Golaszewski |
2023-11-04 | treewide: rename pinctrl_gpio_direction_input_new() | Bartosz Golaszewski |
2023-11-04 | treewide: rename pinctrl_gpio_free_new() | Bartosz Golaszewski |
2023-11-04 | treewide: rename pinctrl_gpio_request_new() | Bartosz Golaszewski |
2023-11-04 | pinctrl: stm32: use new pinctrl GPIO helpers | Bartosz Golaszewski |
2023-08-10 | pinctrl: stm32: set default gpio line names using pin names | Valentin Caron |
2023-07-20 | pinctrl: Explicitly include correct DT includes | Rob Herring |
2023-06-08 | pinctrl: stm32: add stm32mp257 pinctrl support | Alexandre Torgue |
2023-05-02 | Merge tag 'pinctrl-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds |
2023-03-23 | pinctrl: Use of_property_present() for testing DT property presence | Rob Herring |
2023-03-06 | pinctrl: stm32: use dynamic allocation of GPIO base | Dario Binacchi |
2023-01-09 | pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain | Miaoqian Lin |
2022-12-03 | pinctrl: stm32: Remove check for pins-are-numbered | Bernhard Rosenkränzer |
2022-10-24 | pinctrl: stm32: Add missing header(s) | Andy Shevchenko |
2022-09-20 | pinctrl: stm32: Switch to use dev_err_probe() helper | Yang Yingliang |
2022-06-28 | pinctrl: stm32: fix optional IRQ support to gpios | Fabien Dessenne |
2022-05-14 | pinctrl: stm32: Unshadow np variable in stm32_pctl_probe() | Andy Shevchenko |
2022-05-05 | pinctrl: stm32: Fix up errorpath after merge | Linus Walleij |
2022-05-05 | pinctrl: stm32: prevent the use of the secure protected pins | Fabien Dessenne |
2022-05-05 | pinctrl: stm32: improve debugfs information of pinconf-pins entry | Fabien Dessenne |
2022-05-04 | Merge tag 'intel-gpio-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Walleij |
2022-05-01 | pinctrl: stm32: improve bank clocks management | Fabien Dessenne |
2022-04-23 | pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested | Marek Vasut |
2022-04-21 | pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI | Marek Vasut |
2022-04-08 | pinctrl: stm32: Switch to use for_each_gpiochip_node() helper | Andy Shevchenko |
2022-04-08 | pinctrl: stm32: Replace custom code by gpiochip_node_count() call | Andy Shevchenko |
2021-12-16 | pinctrl: stm32: consider the GPIO offset to expose all the GPIO lines | Fabien Dessenne |
2021-11-05 | Merge tag 'pinctrl-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-10-14 | pinctrl: stm32: use valid pin identifier in stm32_pinctrl_resume() | Fabien Dessenne |
2021-10-14 | pinctrl: stm32: do not warn when 'st,package' is absent | Fabien Dessenne |
2021-08-10 | pinctrl: stm32: Add STM32MP135 SoC support | Alexandre Torgue |
2021-07-01 | Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-06-26 | pinctrl: stm32: check for IRQ MUX validity during alloc() | Fabien Dessenne |
2021-06-18 | pinctrl: stm32: fix the reported number of GPIO lines per bank | Fabien Dessenne |
2021-04-08 | pinctrl: stm32: Print invalid AF warning inside stm32_pctrl_is_function_valid() | Marek Vasut |
2021-03-10 | pinctrl: stm32: add missing of_node_put | Junlin Yang |
2020-07-23 | pinctrl: stm32: use the hwspin_lock_timeout_in_atomic() API | Fabien Dessenne |
2020-06-20 | pinctrl: stm32: add possibility to configure pins individually | Alexandre Torgue |
2020-06-20 | pinctrl: stm32: return proper error code in pin_config_set | Alexandre Torgue |
2020-06-20 | pinctrl: stm32: defer probe if reset resource is not yet ready | Etienne Carriere |