summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2023-08-21pinctrl: mvebu: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helperAndy Shevchenko-11/+3
2023-08-21pinctrl: at91: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helperAndy Shevchenko-6/+4
2023-08-21pinctrl: cherryview: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helperAndy Shevchenko-7/+3
2023-08-21pinctrl: mediatek: assign functions to configure pin bias on MT7986Daniel Golle-0/+8
2023-08-21pinctrl: mediatek: fix pull_type data for MT7981Daniel Golle-31/+13
2023-08-21pinctrl: amd: Mask wake bits on probe againMario Limonciello-0/+30
2023-08-21Merge tag 'renesas-pinctrl-fixes-for-v6.5-tag2' of git://git.kernel.org/pub/s...Linus Walleij-7/+38
2023-08-18pinctrl: lynxpoint: Make use of pm_ptr()Andy Shevchenko-4/+3
2023-08-18mfd: Immutable branch between MFD, Pinctrl and soundwire due for the v6.6 mer...Mark Brown-0/+622
2023-08-18pinctrl: baytrail: Make use of pm_ptr()Andy Shevchenko-8/+3
2023-08-18pinctrl: renesas: rza2: Add lock around pinctrl_generic{{add,remove}_group,{a...Biju Das-2/+15
2023-08-18pinctrl: renesas: rzv2m: Fix NULL pointer dereference in rzv2m_dt_subnode_to_...Biju Das-2/+11
2023-08-18pinctrl: renesas: rzg2l: Fix NULL pointer dereference in rzg2l_dt_subnode_to_...Biju Das-3/+12
2023-08-17pinctrl: cs42l43: Add support for the cs42l43Charles Keepax-0/+622
2023-08-15pinctrl: intel: Switch to use exported namespaceAndy Shevchenko-9/+18
2023-08-15Merge patch series "Reuse common functions from pinctrl-intel"Andy Shevchenko-236/+57
2023-08-15pinctrl: lynxpoint: reuse common functions from pinctrl-intelRaag Jadav-83/+9
2023-08-15pinctrl: cherryview: reuse common functions from pinctrl-intelRaag Jadav-60/+9
2023-08-15pinctrl: baytrail: reuse common functions from pinctrl-intelRaag Jadav-79/+11
2023-08-15pinctrl: intel: export common pinctrl functionsRaag Jadav-14/+28
2023-08-15Merge patch series "Introduce Intel Tangier pinctrl driver"Andy Shevchenko-1277/+778
2023-08-15pinctrl: moorefield: Adapt to Intel Tangier driverRaag Jadav-622/+37
2023-08-15pinctrl: merrifield: Adapt to Intel Tangier driverRaag Jadav-655/+41
2023-08-15pinctrl: tangier: Introduce Intel Tangier driverRaag Jadav-0/+700
2023-08-15pinctrl: baytrail: consolidate common mask operationRaag Jadav-19/+15
2023-08-15Merge tag 'qcom-pinctrl-6.6' of https://git.kernel.org/pub/scm/linux/kernel/g...Linus Walleij-0/+178
2023-08-15pinctrl: pinctrl-oxnas: remove obsolete pinctrl driverNeil Armstrong-1303/+0
2023-08-10pinctrl: qcom: Add intr_target_width field to support increased number of int...Ninad Naik-3/+9
2023-08-10pinctrl: nsp-gpio: Silence probe deferral messagesFlorian Fainelli-4/+2
2023-08-10pinctrl: iproc-gpio: Silence probe deferral messagesFlorian Fainelli-4/+2
2023-08-10pinctrl: single: Add compatible for ti,am654-padconfTony Lindgren-2/+9
2023-08-10pinctrl: stm32: set default gpio line names using pin namesValentin Caron-0/+35
2023-08-10pinctrl: stmfx: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie-2/+2
2023-08-10pinctrl: at91-pio4: drop useless check in atmel_conf_pin_config_dbg_show()Sergey Shtylyov-4/+3
2023-08-10pinctrl: mcp23s08: check return value of devm_kasprintf()Claudiu Beznea-0/+10
2023-08-07pinctrl: Replace the IRQ number in the driver with the IRQID macro definitionHuqiang Qin-17/+18
2023-08-07pinctrl: qcom: Remove the unused _groups variable build warningSricharan Ramabadhran-10/+0
2023-08-07pinctrl: qcom: Introduce SM6115 LPI pinctrl driverKonrad Dybcio-0/+185
2023-08-07pinctrl: pinctrl-zynqmp: Add support for output-enable and bias-high impedanceSai Krishna Potthuri-0/+9
2023-08-03Merge tag 'renesas-pinctrl-for-v6.6-tag1' of git://git.kernel.org/pub/scm/lin...Linus Walleij-70/+50
2023-07-28pinctrl: pinmux: handle radix_tree_insert() errors in pinmux_generic_add_func...Sergey Shtylyov-2/+4
2023-07-28pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin()Sergey Shtylyov-3/+11
2023-07-28pinctrl: core: handle radix_tree_insert() errors in pinctrl_generic_add_group()Sergey Shtylyov-2/+4
2023-07-26pinctrl: qcom: Introduce SM6115 LPI pinctrl driverKonrad Dybcio-0/+185
2023-07-25pinctrl: renesas: rzg2l: Use devm_clk_get_enabled() helperChristophe JAILLET-27/+5
2023-07-25pinctrl: renesas: rzv2m: Use devm_clk_get_enabled() helperGeert Uytterhoeven-27/+5
2023-07-24pinctrl: qcom: sm8350-lpass-lpi: add SM8350 LPASS TLMMKrzysztof Kozlowski-0/+178
2023-07-23pinctrl: amd: Don't show `Invalid config param` errorsMario Limonciello-2/+2
2023-07-23pinctrl: Add driver support for Amlogic C3 SoCsHuqiang Qin-0/+1115
2023-07-20pinctrl: Explicitly include correct DT includesRob Herring-145/+80