aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2025-04-15pinctrl: meson: define the pull up/down resistor value as 60 kOhmMartin Blumenstingl1-1/+1
2025-04-15pinctrl: apple: Make regmap_config static const and fix indentationJohn Madieu1-15/+15
2025-04-15pinctrl: mediatek: Fix the invalid conditionsHao Chang3-5/+8
2025-04-15pinctrl: imx: Return NULL if no group is matched and foundHui Wang1-3/+3
2025-04-15pinctrl: qcom: tlmm-test: Fix potential null dereference in tlmm kunit testCharles Han1-0/+1
2025-04-15pinctrl: mcp23s08: Reset all pins to input at probeMike Looijmans1-0/+8
2025-04-11pinctrl: at91: Add error handling for pinctrl_utils_add_map_mux()Wentao Liang1-1/+3
2025-04-09pinctrl: amd: Add an LPS0 check() callbackMario Limonciello1-0/+34
2025-04-08pinctrl: samsung: Add filter selection support for alive bank on gs101Peter Griffin2-0/+54
2025-04-08pinctrl: samsung: add gs101 specific eint suspend/resume callbacksPeter Griffin3-12/+85
2025-04-08pinctrl: samsung: add dedicated SoC eint suspend/resume callbacksPeter Griffin3-85/+97
2025-04-08pinctrl: samsung: refactor drvdata suspend & resume callbacksPeter Griffin4-80/+42
2025-03-29Merge tag 'pinctrl-v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds77-1174/+7656
2025-03-24pinctrl: mediatek: Add EINT support for multiple addressesHao Chang5-127/+254
2025-03-22pinctrl: amlogic-a4: Drop surplus semicolonLinus Walleij1-1/+1
2025-03-20pinctrl: nuvoton: Reduce use of OF-specific APIsAndy Shevchenko4-34/+21
2025-03-20pinctrl: nuvoton: Convert to use struct group_descAndy Shevchenko1-37/+33
2025-03-20pinctrl: nuvoton: Make use of struct pinfunction and PINCTRL_PINFUNCTION()Andy Shevchenko4-35/+17
2025-03-20pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()Andy Shevchenko2-28/+4
2025-03-20pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignmentAndy Shevchenko1-2/+4
2025-03-20pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group()Dan Carpenter1-1/+1
2025-03-18pinctrl: PINCTRL_AMDISP should depend on DRM_AMD_ISPGeert Uytterhoeven1-0/+1
2025-03-18pinctrl: spacemit: PINCTRL_SPACEMIT_K1 should not default to y unconditionallyGeert Uytterhoeven1-1/+1
2025-03-18Merge tag 'samsung-pinctrl-6.15' of https://git.kernel.org/pub/scm/linux/kern...Linus Walleij4-49/+408
2025-03-17pinctrl: qcom: sa8775p: Enable egpio functionWasim Nazir1-24/+34
2025-03-17pinctrl: qcom: tlmm-test: Validate irq_enable delivers edge irqsBjorn Andersson1-0/+37
2025-03-17pinctrl: qcom: Clear latched interrupt status when changing IRQ typeStephan Gerhold1-6/+6
2025-03-17pinctrl: bcm281xx: Add missing assignment in bcm21664_pinctrl_lock_all()Dan Carpenter1-2/+2
2025-03-17pinctrl: amd: isp411: Fix IS_ERR() vs NULL check in probe()Dan Carpenter1-2/+2
2025-03-17pinctrl: tegra: Set SFIO mode to Mux RegisterPrathamesh Shete1-0/+3
2025-03-14pinctrl-tegra: Restore SFSEL bit when freeing pinsPrathamesh Shete2-8/+57
2025-03-14pinctrl: tegra: Add descriptions for SoC data fieldsPrathamesh Shete1-10/+16
2025-03-14pinctrl: spacemit: destroy mutex at driver detachBartosz Golaszewski1-1/+5
2025-03-14pinctrl: ingenic: jz4730: add pinmux for I2S interfaceH. Nikolaus Schaller1-0/+12
2025-03-14pinctrl: ingenic: jz4730: add pinmux for MIIH. Nikolaus Schaller1-0/+6
2025-03-14pinctrl: ingenic: add x1600 supportPaul Boddie1-2/+242
2025-03-13pinctrl: sunxi: Add support for the secondary A523 GPIO portsAndre Przywara3-0/+60
2025-03-13pinctrl: sunxi: Add support for the Allwinner A523Andre Przywara3-0/+60
2025-03-13pinctrl: sunxi: allow reading mux values from DTAndre Przywara3-0/+384
2025-03-13pinctrl: sunxi: support moved power configuration registersAndre Przywara2-6/+16
2025-03-13pinctrl: sunxi: move bank K register offsetAndre Przywara2-8/+25
2025-03-13pinctrl: sunxi: increase number of GPIO bank regulatorsAndre Przywara1-1/+1
2025-03-13pinctrl: sunxi: refactor pinctrl variants into flagsAndre Przywara7-34/+36
2025-03-13Merge tag 'intel-pinctrl-v6.15-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij7-23/+21
2025-03-13Merge tag 'renesas-pinctrl-for-v6.15-tag2' of git://git.kernel.org/pub/scm/li...Linus Walleij3-0/+6
2025-03-11pinctrl: samsung: add support for eint_fltcon_offsetPeter Griffin4-49/+76
2025-03-06pinctrl: renesas: rza2: Fix missing of_node_put() callFabrizio Castro1-0/+2
2025-03-06pinctrl: renesas: rzv2m: Fix missing of_node_put() callFabrizio Castro1-0/+2
2025-03-06pinctrl: renesas: rzg2l: Fix missing of_node_put() callFabrizio Castro1-0/+2
2025-03-05pinctrl: bcm281xx: Add support for BCM21664 pinmuxArtur Weber1-2/+688