aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2025-03-05pinctrl: bcm281xx: Provide pinctrl device info as OF platform dataArtur Weber1-41/+78
2025-03-05pinctrl: bcm281xx: Use "unsigned int" instead of bare "unsigned"Artur Weber1-22/+22
2025-03-05pinctrl: amd: isp411: Add amdisp GPIO pinctrlPratap Nirujogi4-0/+340
2025-03-04pinctrl: pinconf-generic: Fix spelling mistake "paramers" -> "parameters"Colin Ian King1-1/+1
2025-03-04pinctrl: meson: fix pin input property for a4Xianwei Zhao1-3/+3
2025-03-04pinctrl: bcm2835: don't -EINVAL on alternate funcs from get_direction()Bartosz Golaszewski1-7/+7
2025-03-04pinctrl: rockchip: Add support for RK3528Steven Liu2-1/+160
2025-03-03pinctrl: intel: drop repeated config dependencyRaag Jadav1-2/+0
2025-03-03pinctrl: samsung: add support for exynos7870 pinctrlKaustabh Chakraborty4-0/+161
2025-02-28pinctrl: qcom: Add test case for TLMM interrupt handlingBjorn Andersson3-0/+637
2025-02-28pinctrl-tegra: Add config property GPIO modePrathamesh Shete2-0/+13
2025-02-28pinctrl: wpcm450: Switch to use for_each_gpiochip_node() helperAndy Shevchenko1-5/+2
2025-02-28Merge tag 'renesas-pinctrl-for-v6.15-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij2-1/+22
2025-02-28Merge branch 'ib-amlogic-a4' into develLinus Walleij5-0/+1199
2025-02-28pinctrl: Add driver support for Amlogic SoCsXianwei Zhao3-0/+1065
2025-02-28pinctrl: pinconf-generic: Add API for pinmux propertity in DTS fileXianwei Zhao2-0/+134
2025-02-27Merge branch 'ib-sophgo' into develLinus Walleij14-542/+2593
2025-02-27pinctrl: sophgo: add support for SG2044 SoCInochi Amaoto3-0/+731
2025-02-27pinctrl: sophgo: add support for SG2042 SoCInochi Amaoto5-0/+1017
2025-02-27pinctrl: sophgo: introduce generic probe functionInochi Amaoto8-52/+86
2025-02-27pinctrl: sophgo: generalize shareable code of cv18xx pinctrl driverInochi Amaoto10-375/+545
2025-02-27pinctrl: sophgo: introduce generic data structure for cv18xx pinctrl driverInochi Amaoto7-184/+270
2025-02-27pinctrl: sophgo: avoid to modify untouched bit when setting cv1800 pinconfInochi Amaoto1-10/+23
2025-02-26pinctrl: qcom: msm8917: Add MSM8937 wsa_reset pinDang Huynh2-3/+9
2025-02-25pinctrl: spacemit: enable config optionYixun Lan2-2/+3
2025-02-25pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fwCharles Han1-0/+3
2025-02-25pinctrl: bcm281xx: Fix incorrect regmap max_registers valueArtur Weber1-1/+1
2025-02-25Merge tag 'ib-devres-iio-input-pinctrl-v6.15' into intel/pinctrlAndy Shevchenko5-18/+12
2025-02-24pinctrl: pxa2xx: use devm_kmemdup_array()Raag Jadav1-4/+4
2025-02-24pinctrl: tangier: use devm_kmemdup_array()Raag Jadav1-3/+2
2025-02-24pinctrl: cherryview: use devm_kmemdup_array()Raag Jadav1-3/+2
2025-02-24pinctrl: baytrail: copy communities using devm_kmemdup_array()Raag Jadav1-4/+2
2025-02-24pinctrl: intel: copy communities using devm_kmemdup_array()Raag Jadav1-4/+2
2025-02-20pinctrl: renesas: rzg2l: Suppress binding attributesClaudiu Beznea1-0/+1
2025-02-19pinctrl: samsung: add exynos2200 SoC pinctrl configurationIvaylo Ivanov3-0/+171
2025-02-17pinctrl: cy8c95x0: Fix comment styleAndy Shevchenko1-1/+2
2025-02-17pinctrl: cy8c95x0: Separate EEPROM related register definitiosAndy Shevchenko1-0/+4
2025-02-17pinctrl: cy8c95x0: Drop unneeded castingAndy Shevchenko1-1/+1
2025-02-17pinctrl: cy8c95x0: Get rid of cy8c95x0_pinmux_direction() forward declarationAndy Shevchenko1-29/+25
2025-02-17pinctrl: cy8c95x0: Initialise boolean variable with boolean valuesAndy Shevchenko1-2/+2
2025-02-17pinctrl: cy8c95x0: Replace 'return ret' by 'return 0' in some casesAndy Shevchenko1-3/+3
2025-02-17pinctrl: cy8c95x0: Remove redundant check in cy8c95x0_regmap_update_bits_base()Andy Shevchenko1-11/+5
2025-02-17pinctrl: cy8c95x0: Transform to cy8c95x0_regmap_read_bits()Andy Shevchenko1-20/+25
2025-02-17pinctrl: cy8c95x0; Switch to use for_each_set_clump8()Andy Shevchenko1-15/+9
2025-02-17pinctrl: cy8c95x0: Use better bitmap APIs where appropriateAndy Shevchenko1-21/+12
2025-02-17pinctrl: mcp23s08: Get rid of spurious level interruptsDmitry Mastykin1-3/+20
2025-02-17pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw()Yue Haibing1-2/+2
2025-02-17pinctrl: pistachio: Remove dead code in pistachio_gpio_register()Yue Haibing1-6/+0
2025-02-17pinctrl: devicetree: do not goto err when probing hogs in pinctrl_dt_to_mapValentin Caron1-2/+8
2025-02-14pinctrl: renesas: rza2: Fix potential NULL pointer dereferenceChenyuan Yang1-0/+3