summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-263-0/+1442
|\
| * pinctrl: ep93xx: Fix raster pins typoNikita Shubin2024-09-161-2/+2
| * pinctrl: add a Cirrus ep93xx SoC pin controllerNikita Shubin2024-09-123-0/+1442
* | Merge tag 'pinctrl-v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-2362-527/+4970
|\ \
| * \ Merge tag 'intel-pinctrl-v6.12-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2024-09-114-147/+189
| |\ \
| | * | pinctrl: intel: Constify struct intel_pinctrl parameterAndy Shevchenko2024-09-052-15/+17
| | * | pinctrl: baytrail: Drop duplicate return statementAndy Shevchenko2024-09-041-3/+1
| | * | pinctrl: intel: Inline intel_gpio_community_irq_handler()Andy Shevchenko2024-09-031-17/+6
| | * | pinctrl: intel: Introduce for_each_intel_gpio_group() helper et al.Andy Shevchenko2024-08-301-79/+46
| | * | pinctrl: intel: Constify intel_get_community() returned objectAndy Shevchenko2024-08-304-7/+8
| | * | pinctrl: intel: Implement high impedance supportAndy Shevchenko2024-08-301-0/+41
| | * | pinctrl: intel: Add __intel_gpio_get_direction() helperAndy Shevchenko2024-08-301-6/+42
| | * | pinctrl: intel: Refactor __intel_gpio_set_direction() to be more usefulAndy Shevchenko2024-08-301-13/+18
| | * | pinctrl: intel: Move debounce validation out of the lockAndy Shevchenko2024-08-301-12/+15
| | |/
| * | pinctrl: Remove redundant null pointer checks in pinctrl_remove_device_debugfs()Li Zetao2024-09-051-1/+1
| * | Merge tag 'renesas-pinctrl-for-v6.12-tag2' of git://git.kernel.org/pub/scm/li...Linus Walleij2024-09-053-50/+28
| |\ \
| | * | pinctrl: renesas: rzg2l: Move pinconf_to_config_argument() call outside of sw...Lad Prabhakar2024-09-021-11/+3
| | * | pinctrl: renesas: rzg2l: Introduce single macro for digital noise filter conf...Lad Prabhakar2024-09-021-32/+20
| | * | pinctrl: renesas: rzg2l: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-1/+2
| | * | pinctrl: renesas: Switch to use kmemdup_array()Shen Lichuan2024-08-233-6/+3
| * | | pinctrl: madera: Simplify with dev_err_probe()Yan Zhen2024-09-021-6/+3
| * | | pinctrl: k210: Use devm_clk_get_enabled() helpersWang Jianzheng2024-09-021-27/+8
| * | | pinctrl: Join split messages and remove double whitespaceGeert Uytterhoeven2024-09-021-5/+2
| * | | pinctrl: mvebu: Fix devinit_dove_pinctrl_probe functionWang Jianzheng2024-09-021-13/+29
| * | | pinctrl: sunxi: Use devm_clk_get_enabled() helpersWang Jianzheng2024-09-021-10/+4
| * | | pinctrl: sophgo: cv18xx: fix missed __iomem type identifierInochi Amaoto2024-09-011-1/+1
| * | | pinctrl: stmfx: Use string_choices API instead of ternary operatorAndy Shevchenko2024-08-311-2/+3
| * | | pinctrl: nomadik: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang2024-08-302-4/+2
| * | | Merge tag 'samsung-pinctrl-6.12' of https://git.kernel.org/pub/scm/linux/kern...Linus Walleij2024-08-305-32/+141
| |\ \ \
| | * | | pinctrl: samsung: Use kmemdup_array instead of kmemdup for multiple allocationShen Lichuan2024-08-231-2/+2
| | * | | pinctrl: samsung: Add support for pull-up and pull-downVishnu Reddy2024-08-084-0/+126
| | * | | pinctrl: samsung: Use scope based of_node_put() cleanupsPeng Fan2024-08-052-26/+9
| | * | | pinctrl: samsung: Use of_property_present()Rob Herring (Arm)2024-08-041-4/+4
| | | |/ | | |/|
| * | | Merge branch 'ib-sophgo-pintrl' into develLinus Walleij2024-08-2610-0/+3529
| |\ \ \
| | * | | pinctrl: sophgo: add support for SG2002 SoCInochi Amaoto2024-08-263-0/+554
| | * | | pinctrl: sophgo: add support for SG2000 SoCInochi Amaoto2024-08-263-0/+783
| | * | | pinctrl: sophgo: add support for CV1812H SoCInochi Amaoto2024-08-263-0/+783
| | * | | pinctrl: sophgo: add support for CV1800B SoCInochi Amaoto2024-08-267-0/+1409
| | |/ /
| * | | pinctrl: freescale: imx-scmi: Use kmemdup_array instead of kmemdup for multip...Shen Lichuan2024-08-261-1/+1
| * | | Merge tag 'renesas-pinctrl-for-v6.12-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij2024-08-261-26/+19
| |\ \ \ | | | |/ | | |/|
| | * | pinctrl: renesas: rzg2l: Use dev_err_probe()Biju Das2024-08-021-24/+13
| | * | pinctrl: renesas: rzg2l: Return -EINVAL if the pin doesn't support PIN_CFG_OENLad Prabhakar2024-08-021-2/+6
| | |/
| * | drivers/pinctrl: Switch to use kmemdup_array()Shen Lichuan2024-08-261-2/+2
| * | pinctrl: bcm2835: fix module autoloadingLiao Chen2024-08-241-0/+1
| * | pinctrl: pinctrl-zynq: fix module autoloadingLiao Chen2024-08-241-0/+1
| * | pinctrl: single: fix missing error code in pcs_probe()Yang Yingliang2024-08-241-1/+2
| * | pinctrl: imx: Switch to LATE_SYSTEM_SLEEP_PM_OPS()Fabio Estevam2024-08-232-5/+4
| * | pinctrl: meson: Constify some structuresChristophe JAILLET2024-08-2315-106/+107
| * | pinctrl: rockchip: Add rk3576 pinctrl supportSteven Liu2024-08-232-0/+208
| * | pinctrl: mediatek: Use of_property_read_bool()Rob Herring (Arm)2024-08-231-5/+2