aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-st.c
AgeCommit message (Expand)Author
2023-11-04pinctrl: st: drop the wrapper around pinctrl_gpio_direction_input()Bartosz Golaszewski
2023-11-04treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski
2023-11-04treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski
2023-11-04pinctrl: st: use new pinctrl GPIO helpersBartosz Golaszewski
2023-04-14pinctrl: st: Convert to immutable irq_chipLinus Walleij
2022-10-26Merge tag 'intel-pinctrl-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij
2022-10-24pinctrl: st: Add missing header(s)Andy Shevchenko
2022-10-17pinctrl: st: Switch to use fwnode instead of of_nodeAndy Shevchenko
2022-10-04pinctrl: st: stop abusing of_get_named_gpio()Dmitry Torokhov
2021-11-18pinctrl: st: Switch to use devm_kasprintf_strarray()Andy Shevchenko
2021-11-18pinctrl: st: Convert to use dev_err_probe()Andy Shevchenko
2021-11-18pinctrl: st: Make use of the devm_platform_ioremap_resource_byname()Andy Shevchenko
2021-11-18pinctrl: st: Use temporary variable for struct deviceAndy Shevchenko
2021-11-18pinctrl: st: Drop wrong kernel doc annotationsAndy Shevchenko
2021-09-17pinctrl: Fix spelling mistake "atleast" -> "at least"Colin Ian King
2021-08-12pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-01-05pinctrl: remove empty lines in pinctrl subsystemZhaoyu Liu
2020-02-21pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen
2019-10-16pinctrl: st: Pass irqchip when adding gpiochipLinus Walleij
2019-08-21pinctrl: st: Add of_node_put() before returnNishka Dasgupta
2019-08-21pinctrl: st: Include the right headerLinus Walleij
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-23pinctrl: st: fix leaked of_node referencesWen Yang
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-08-22pinctrl: st: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall
2017-08-14pinctrl-st: fix of_irq_to_resource() result checkSergei Shtylyov
2017-08-14pinctrl: Convert to using %pOF instead of full_nameRob Herring
2017-08-14pinctrl: st: constify gpio_chip structureGustavo A. R. Silva
2017-03-23pinctrl: st: add irq_request/release_resources callbacksPatrice Chotard
2016-12-13Merge tag 'pinctrl-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-11-08pinctrl: st: st_pctl_dt_parse_groups simplify expressionHeinrich Schuchardt
2016-11-08pinctrl: st: st_pinconf_dbg_show wrong format stringHeinrich Schuchardt
2016-10-31pinctrl: st: don't specify default interrupt triggerPatrice Chotard
2016-09-15pinctrl: st: Remove STiH415/6 SoC pinctrl driver support.Peter Griffin
2016-08-11pinctrl: st: Use second parameter to gpio specifierPatrice Chotard
2016-06-15pinctrl: fix incorrect inline keyword in multiple driversArnd Bergmann
2016-04-21pinctrl: st: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan
2016-01-27pinctrl: st: activate strict mux modePatrice Chotard
2016-01-05pinctrl: st: use gpiochip data pointerLinus Walleij
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-06-25pinctrl/st: Fix race in installing chained IRQ handlerThomas Gleixner
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada
2015-03-27pinctrl: constify of_device_id arrayFabian Frederick
2015-03-25pinctrl: st: Display pin's function when printing pinctrl debug informationLee Jones