summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2025-04-15pinctrl: apple: Make regmap_config static const and fix indentationJohn Madieu-15/+15
2025-04-15pinctrl: mediatek: Fix the invalid conditionsHao Chang-5/+8
2025-04-15pinctrl: imx: Return NULL if no group is matched and foundHui Wang-3/+3
2025-04-15pinctrl: qcom: tlmm-test: Fix potential null dereference in tlmm kunit testCharles Han-0/+1
2025-04-15pinctrl: mcp23s08: Reset all pins to input at probeMike Looijmans-0/+8
2025-04-11pinctrl: at91: Add error handling for pinctrl_utils_add_map_mux()Wentao Liang-1/+3
2025-04-09pinctrl: amd: Add an LPS0 check() callbackMario Limonciello-0/+34
2025-04-08pinctrl: samsung: Add filter selection support for alive bank on gs101Peter Griffin-0/+54
2025-04-08pinctrl: samsung: add gs101 specific eint suspend/resume callbacksPeter Griffin-12/+85
2025-04-08pinctrl: samsung: add dedicated SoC eint suspend/resume callbacksPeter Griffin-85/+97
2025-04-08pinctrl: samsung: refactor drvdata suspend & resume callbacksPeter Griffin-80/+42
2025-03-29Merge tag 'pinctrl-v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1174/+7656
2025-03-24pinctrl: mediatek: Add EINT support for multiple addressesHao Chang-127/+254
2025-03-22pinctrl: amlogic-a4: Drop surplus semicolonLinus Walleij-1/+1
2025-03-20pinctrl: nuvoton: Reduce use of OF-specific APIsAndy Shevchenko-34/+21
2025-03-20pinctrl: nuvoton: Convert to use struct group_descAndy Shevchenko-37/+33
2025-03-20pinctrl: nuvoton: Make use of struct pinfunction and PINCTRL_PINFUNCTION()Andy Shevchenko-35/+17
2025-03-20pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()Andy Shevchenko-28/+4
2025-03-20pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignmentAndy Shevchenko-2/+4
2025-03-20pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group()Dan Carpenter-1/+1
2025-03-18pinctrl: PINCTRL_AMDISP should depend on DRM_AMD_ISPGeert Uytterhoeven-0/+1
2025-03-18pinctrl: spacemit: PINCTRL_SPACEMIT_K1 should not default to y unconditionallyGeert Uytterhoeven-1/+1
2025-03-18Merge tag 'samsung-pinctrl-6.15' of https://git.kernel.org/pub/scm/linux/kern...Linus Walleij-49/+408
2025-03-17pinctrl: qcom: sa8775p: Enable egpio functionWasim Nazir-24/+34
2025-03-17pinctrl: qcom: tlmm-test: Validate irq_enable delivers edge irqsBjorn Andersson-0/+37
2025-03-17pinctrl: qcom: Clear latched interrupt status when changing IRQ typeStephan Gerhold-6/+6
2025-03-17pinctrl: bcm281xx: Add missing assignment in bcm21664_pinctrl_lock_all()Dan Carpenter-2/+2
2025-03-17pinctrl: amd: isp411: Fix IS_ERR() vs NULL check in probe()Dan Carpenter-2/+2
2025-03-17pinctrl: tegra: Set SFIO mode to Mux RegisterPrathamesh Shete-0/+3
2025-03-14pinctrl-tegra: Restore SFSEL bit when freeing pinsPrathamesh Shete-8/+57
2025-03-14pinctrl: tegra: Add descriptions for SoC data fieldsPrathamesh Shete-10/+16
2025-03-14pinctrl: spacemit: destroy mutex at driver detachBartosz Golaszewski-1/+5
2025-03-14pinctrl: ingenic: jz4730: add pinmux for I2S interfaceH. Nikolaus Schaller-0/+12
2025-03-14pinctrl: ingenic: jz4730: add pinmux for MIIH. Nikolaus Schaller-0/+6
2025-03-14pinctrl: ingenic: add x1600 supportPaul Boddie-2/+242
2025-03-13pinctrl: sunxi: Add support for the secondary A523 GPIO portsAndre Przywara-0/+60
2025-03-13pinctrl: sunxi: Add support for the Allwinner A523Andre Przywara-0/+60
2025-03-13pinctrl: sunxi: allow reading mux values from DTAndre Przywara-0/+384
2025-03-13pinctrl: sunxi: support moved power configuration registersAndre Przywara-6/+16
2025-03-13pinctrl: sunxi: move bank K register offsetAndre Przywara-8/+25
2025-03-13pinctrl: sunxi: increase number of GPIO bank regulatorsAndre Przywara-1/+1
2025-03-13pinctrl: sunxi: refactor pinctrl variants into flagsAndre Przywara-34/+36
2025-03-13Merge tag 'intel-pinctrl-v6.15-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij-23/+21
2025-03-13Merge tag 'renesas-pinctrl-for-v6.15-tag2' of git://git.kernel.org/pub/scm/li...Linus Walleij-0/+6
2025-03-11pinctrl: samsung: add support for eint_fltcon_offsetPeter Griffin-49/+76
2025-03-06pinctrl: renesas: rza2: Fix missing of_node_put() callFabrizio Castro-0/+2
2025-03-06pinctrl: renesas: rzv2m: Fix missing of_node_put() callFabrizio Castro-0/+2
2025-03-06pinctrl: renesas: rzg2l: Fix missing of_node_put() callFabrizio Castro-0/+2
2025-03-05pinctrl: bcm281xx: Add support for BCM21664 pinmuxArtur Weber-2/+688
2025-03-05pinctrl: bcm281xx: Provide pinctrl device info as OF platform dataArtur Weber-41/+78