summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/stm32/pinctrl-stm32.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2024-01-171-2/+1
|\
| * pinctrl: stm32: return errors from stm32_gpio_direction_output()Sergey Shtylyov2023-11-241-2/+1
* | pinctrl: stm32: fix array read out of boundAntonio Borneo2023-11-141-3/+5
* | pinctrl: stm32: Add check for devm_kcallocChen Ni2023-11-131-0/+5
|/
* pinctrl: stm32: drop wrappers around pinctrl_gpio_free/input()Bartosz Golaszewski2023-11-041-13/+3
* treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_free_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_request_new()Bartosz Golaszewski2023-11-041-1/+1
* pinctrl: stm32: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-4/+4
* pinctrl: stm32: set default gpio line names using pin namesValentin Caron2023-08-101-0/+35
* pinctrl: Explicitly include correct DT includesRob Herring2023-07-201-2/+1
* Merge tag 'pinctrl-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-05-021-1/+1
|\
| * pinctrl: Use of_property_present() for testing DT property presenceRob Herring2023-03-231-1/+1
* | pinctrl: stm32: use dynamic allocation of GPIO baseDario Binacchi2023-03-061-1/+1
|/
* pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domainMiaoqian Lin2023-01-091-0/+1
* pinctrl: stm32: Remove check for pins-are-numberedBernhard Rosenkränzer2022-12-031-5/+0
* pinctrl: stm32: Add missing header(s)Andy Shevchenko2022-10-241-7/+9
* pinctrl: stm32: Switch to use dev_err_probe() helperYang Yingliang2022-09-201-3/+2
* pinctrl: stm32: fix optional IRQ support to gpiosFabien Dessenne2022-06-281-8/+12
* pinctrl: stm32: Unshadow np variable in stm32_pctl_probe()Andy Shevchenko2022-05-141-12/+9
* pinctrl: stm32: Fix up errorpath after mergeLinus Walleij2022-05-051-0/+4
* pinctrl: stm32: prevent the use of the secure protected pinsFabien Dessenne2022-05-051-0/+64
* pinctrl: stm32: improve debugfs information of pinconf-pins entryFabien Dessenne2022-05-051-4/+27
* Merge tag 'intel-gpio-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Walleij2022-05-041-48/+36
|\
| * pinctrl: stm32: Switch to use for_each_gpiochip_node() helperAndy Shevchenko2022-04-081-39/+33
| * pinctrl: stm32: Replace custom code by gpiochip_node_count() callAndy Shevchenko2022-04-081-5/+3
* | pinctrl: stm32: improve bank clocks managementFabien Dessenne2022-05-011-51/+31
* | pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requestedMarek Vasut2022-04-231-2/+17
* | pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOIMarek Vasut2022-04-211-0/+4
|/
* pinctrl: stm32: consider the GPIO offset to expose all the GPIO linesFabien Dessenne2021-12-161-4/+4
* Merge tag 'pinctrl-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-051-13/+3
|\
| * pinctrl: stm32: do not warn when 'st,package' is absentFabien Dessenne2021-10-141-13/+3
* | pinctrl: stm32: use valid pin identifier in stm32_pinctrl_resume()Fabien Dessenne2021-10-141-2/+2
|/
* Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-07-011-39/+40
|\
| * pinctrl: stm32: check for IRQ MUX validity during alloc()Fabien Dessenne2021-06-261-39/+40
* | pinctrl: stm32: fix the reported number of GPIO lines per bankFabien Dessenne2021-06-181-2/+7
|/
* pinctrl: stm32: Print invalid AF warning inside stm32_pctrl_is_function_valid()Marek Vasut2021-04-081-9/+4
* pinctrl: stm32: add missing of_node_putJunlin Yang2021-03-101-1/+4
* pinctrl: stm32: use the hwspin_lock_timeout_in_atomic() APIFabien Dessenne2020-07-231-36/+42
* pinctrl: stm32: add possibility to configure pins individuallyAlexandre Torgue2020-06-201-2/+21
* pinctrl: stm32: return proper error code in pin_config_setAlexandre Torgue2020-06-201-1/+1
* pinctrl: stm32: defer probe if reset resource is not yet readyEtienne Carriere2020-06-201-4/+8
* pinctrl: stm32: don't print an error on probe deferral during clock getEtienne Carriere2020-06-201-6/+17
* Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-04-021-2/+2
|\
| * pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2020-02-211-2/+2
* | irqchip/stm32: Retrigger both in eoi and unmask callbacksMarek Vasut2020-03-241-4/+14
* | pinctrl: stm32: Add level interrupt support to gpio irq chipAlexandre Torgue2020-03-081-2/+43
|/
* pinctrl: stm32: stm32: Add of_node_put() before returnNishka Dasgupta2019-08-101-1/+4
* pinctrl: stm32: Add links to consumersLinus Walleij2019-06-011-0/+1