aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2025-11-18pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_descJared Kangas1-1/+1
2025-11-18pinctrl: cherryview: Convert to use intel_gpio_add_pin_ranges()Andy Shevchenko1-19/+1
2025-11-18pinctrl: intel: Export intel_gpio_add_pin_ranges()Andy Shevchenko2-1/+13
2025-11-13pinctrl: renesas: rzg2l: Refactor OEN register PWPR handlingJohn Madieu1-20/+33
2025-11-12pinctrl: airoha: convert comma to semicolonChen Ni1-6/+6
2025-11-12pinctrl: qcom: msm: Fix deadlock in pinmux configurationPraveen Talari1-1/+1
2025-11-12pinctrl: elkhartlake: Switch to INTEL_GPP() macroAndy Shevchenko1-25/+18
2025-11-12pinctrl: cherryview: Switch to INTEL_GPP() macroAndy Shevchenko1-26/+20
2025-11-12pinctrl: emmitsburg: Switch to INTEL_GPP() macroAndy Shevchenko1-20/+13
2025-11-12pinctrl: denverton: Switch to INTEL_GPP() macroAndy Shevchenko1-14/+7
2025-11-12pinctrl: cedarfork: Switch to INTEL_GPP() macroAndy Shevchenko1-22/+15
2025-11-11pinctrl: airoha: add support for Airoha AN7583 PINsChristian Marangi1-7/+740
2025-11-11pinctrl: airoha: convert PWM GPIO to macroChristian Marangi1-397/+68
2025-11-11pinctrl: airoha: convert PHY LED GPIO to macroChristian Marangi1-488/+100
2025-11-11pinctrl: airoha: generalize pins/group/function/confs handlingChristian Marangi1-248/+317
2025-11-10pinctrl: stm32: handle semaphore acquisition when handling pinctrl/pinmuxGatien Chevallier1-8/+27
2025-11-10pinctrl: rockchip: Add rk3506 pinctrl supportYe Zhang2-8/+438
2025-11-10Merge tag 'samsung-pinctrl-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung into develLinus Walleij3-0/+212
2025-11-10pinctrl: renesas: r8a779h0: Remove STPWT_EXTFXRGeert Uytterhoeven1-2/+1
2025-11-10pinctrl: renesas: r8a779h0: Remove CC5_OSCOUTHuy Bui1-2/+1
2025-11-10pinctrl: renesas: r8a779g0: Remove STPWT_EXTFXRHuy Bui1-2/+1
2025-11-10pinctrl: renesas: r8a779g0: Remove CC5_OSCOUTHuy Bui1-2/+1
2025-11-10pinctrl: renesas: r8a779g0: Remove AVB[01]_MIIThanh Quan1-64/+32
2025-11-10pinctrl: cirrus: Fix fwnode leak in cs42l43_pin_probe()Haotian Zhang1-3/+18
2025-11-09Merge tag 'renesas-pinctrl-for-v6.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into develLinus Walleij18-76/+83
2025-11-05pinctrl: sunrisepoint: Switch to INTEL_GPP() macroAndy Shevchenko1-17/+9
2025-11-05pinctrl: tigerlake: Switch to INTEL_GPP() macroAndy Shevchenko1-39/+31
2025-11-05pinctrl: meteorpoint: Switch to INTEL_GPP() macroAndy Shevchenko1-27/+19
2025-11-05pinctrl: meteorlake: Switch to INTEL_GPP() macroAndy Shevchenko1-31/+23
2025-11-05pinctrl: lakefield: Switch to INTEL_GPP() macroAndy Shevchenko1-17/+9
2025-11-05pinctrl: jasperlake: Switch to INTEL_GPP() macroAndy Shevchenko1-21/+13
2025-11-05pinctrl: icelake: Switch to INTEL_GPP() macroAndy Shevchenko1-34/+26
2025-11-05pinctrl: cannonlake: Switch to INTEL_GPP() macroAndy Shevchenko1-38/+30
2025-11-05pinctrl: alderlake: Switch to INTEL_GPP() macroAndy Shevchenko1-38/+30
2025-11-05pinctrl: intel: Introduce INTEL_GPP() macroAndy Shevchenko1-0/+9
2025-11-05pinctrl: cix: sky1: Provide pin control dummy statesLinus Walleij2-0/+16
2025-11-04pinctrl: tangier: Unify messages with help of dev_err_probe()Andy Shevchenko1-2/+1
2025-11-04pinctrl: lynxpoint: Unify messages with help of dev_err_probe()Andy Shevchenko1-18/+10
2025-11-04pinctrl: intel: Unify messages with help of dev_err_probe()Andy Shevchenko1-16/+8
2025-11-04pinctrl: cherryview: Unify messages with help of dev_err_probe()Andy Shevchenko1-16/+8
2025-11-04pinctrl: baytrail: Unify messages with help of dev_err_probe()Andy Shevchenko1-12/+8
2025-10-30pinctrl: mpfs-iomux0: fix compile-time constant warning for LLVM prior to 17Conor Dooley1-18/+18
2025-10-29pinctrl: stm32: fix hwspinlock resource leak in probe functionHaotian Zhang1-1/+1
2025-10-29pinctrl: mcp23s08: init reg_defaults from HW at probe and switch cache typeMaksim Kiselev1-36/+4
2025-10-29pinctrl-scmi: remove unused struct membersDan Carpenter1-2/+0
2025-10-28pinctrl: stm32: Support I/O synchronization parametersAntonio Borneo3-0/+258
2025-10-28pinctrl: stm32: Avoid keeping a bool value in a u32 variableAntonio Borneo1-1/+1
2025-10-28pinctrl: stm32: Drop useless spinlock save and restoreAntonio Borneo1-25/+0
2025-10-28pinctrl: stm32: Simplify handling of backup pin statusAntonio Borneo1-46/+24
2025-10-28pinctrl: stm32: Rework stm32_pconf_parse_conf()Antonio Borneo1-9/+6