summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/stm32
AgeCommit message (Expand)AuthorLines
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
2022-05-05pinctrl: stm32: improve debugfs information of pinconf-pins entryFabien Dessenne-10/+34
2022-05-04Merge tag 'intel-gpio-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Walleij-48/+36
2022-05-01pinctrl: stm32: improve bank clocks managementFabien Dessenne-53/+34
2022-04-23pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requestedMarek Vasut-2/+17
2022-04-21pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOIMarek Vasut-0/+4
2022-04-08pinctrl: stm32: Switch to use for_each_gpiochip_node() helperAndy Shevchenko-39/+33
2022-04-08pinctrl: stm32: Replace custom code by gpiochip_node_count() callAndy Shevchenko-5/+3
2021-12-16pinctrl: stm32: consider the GPIO offset to expose all the GPIO linesFabien Dessenne-4/+4
2021-11-05Merge tag 'pinctrl-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-13/+3
2021-10-14pinctrl: stm32: use valid pin identifier in stm32_pinctrl_resume()Fabien Dessenne-2/+2
2021-10-14pinctrl: stm32: do not warn when 'st,package' is absentFabien Dessenne-13/+3
2021-08-10pinctrl: stm32: Add STM32MP135 SoC supportAlexandre Torgue-0/+1686
2021-07-01Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-39/+40
2021-06-26pinctrl: stm32: check for IRQ MUX validity during alloc()Fabien Dessenne-39/+40
2021-06-18pinctrl: stm32: fix the reported number of GPIO lines per bankFabien Dessenne-2/+7
2021-04-08pinctrl: stm32: Print invalid AF warning inside stm32_pctrl_is_function_valid()Marek Vasut-9/+4
2021-03-10pinctrl: stm32: add missing of_node_putJunlin Yang-1/+4
2020-07-23pinctrl: stm32: use the hwspin_lock_timeout_in_atomic() APIFabien Dessenne-36/+42
2020-06-20pinctrl: stm32: add possibility to configure pins individuallyAlexandre Torgue-2/+21
2020-06-20pinctrl: stm32: return proper error code in pin_config_setAlexandre Torgue-1/+1
2020-06-20pinctrl: stm32: defer probe if reset resource is not yet readyEtienne Carriere-4/+8
2020-06-20pinctrl: stm32: don't print an error on probe deferral during clock getEtienne Carriere-6/+17
2020-04-02Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-2/+2
2020-03-24irqchip/stm32: Retrigger both in eoi and unmask callbacksMarek Vasut-4/+14
2020-03-08pinctrl: stm32: Add level interrupt support to gpio irq chipAlexandre Torgue-2/+43
2020-02-21pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen-2/+2
2019-12-12pinctrl: stm32: Use the correct style for SPDX License IdentifierNishad Kamdar-1/+1
2019-08-10pinctrl: stm32: stm32: Add of_node_put() before returnNishka Dasgupta-1/+4
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-1/+190
2019-06-01pinctrl: stm32: Add links to consumersLinus Walleij-0/+1
2019-05-24pinctrl: stm32: add lock mechanism for irqmux selectionAlexandre Torgue-1/+50
2019-05-24pinctrl: stm32: Enable suspend/resume for stm32mp157c SoCAlexandre Torgue-0/+5
2019-05-24pinctrl: stm32: add suspend/resume managementAlexandre Torgue-0/+134
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-03pinctrl: stm32: check irq controller availability at probeFabien Dessenne-10/+27
2019-04-23pinctrl: stm32: align stm32mp157 pin namesAlexandre Torgue-284/+277
2019-04-23pinctrl: stm32: add package information for stm32mp157cAlexandre Torgue-176/+358
2019-04-23pinctrl: stm32: introduce package supportAlexandre Torgue-11/+65
2019-02-20pinctrl: stm32: return error upon hwspinlock failureAlexandre Torgue-20/+24