summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2024-08-31pinctrl: stmfx: Use string_choices API instead of ternary operatorAndy Shevchenko-2/+3
2024-08-30pinctrl: nomadik: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang-4/+2
2024-08-30pinctrl: intel: Introduce for_each_intel_gpio_group() helper et al.Andy Shevchenko-79/+46
2024-08-30pinctrl: intel: Constify intel_get_community() returned objectAndy Shevchenko-7/+8
2024-08-30pinctrl: intel: Implement high impedance supportAndy Shevchenko-0/+41
2024-08-30pinctrl: intel: Add __intel_gpio_get_direction() helperAndy Shevchenko-6/+42
2024-08-30pinctrl: intel: Refactor __intel_gpio_set_direction() to be more usefulAndy Shevchenko-13/+18
2024-08-30pinctrl: intel: Move debounce validation out of the lockAndy Shevchenko-12/+15
2024-08-30Merge tag 'samsung-pinctrl-6.12' of https://git.kernel.org/pub/scm/linux/kern...Linus Walleij-32/+141
2024-08-26Merge branch 'ib-sophgo-pintrl' into develLinus Walleij-0/+3529
2024-08-26pinctrl: sophgo: add support for SG2002 SoCInochi Amaoto-0/+554
2024-08-26pinctrl: sophgo: add support for SG2000 SoCInochi Amaoto-0/+783
2024-08-26pinctrl: sophgo: add support for CV1812H SoCInochi Amaoto-0/+783
2024-08-26pinctrl: sophgo: add support for CV1800B SoCInochi Amaoto-0/+1409
2024-08-26pinctrl: freescale: imx-scmi: Use kmemdup_array instead of kmemdup for multip...Shen Lichuan-1/+1
2024-08-26Merge tag 'renesas-pinctrl-for-v6.12-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij-26/+19
2024-08-26drivers/pinctrl: Switch to use kmemdup_array()Shen Lichuan-2/+2
2024-08-24pinctrl: bcm2835: fix module autoloadingLiao Chen-0/+1
2024-08-24pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pinsHuang-Huang Bao-1/+1
2024-08-24pinctrl: pinctrl-zynq: fix module autoloadingLiao Chen-0/+1
2024-08-24pinctrl: single: fix missing error code in pcs_probe()Yang Yingliang-1/+2
2024-08-23pinctrl: imx: Switch to LATE_SYSTEM_SLEEP_PM_OPS()Fabio Estevam-5/+4
2024-08-23pinctrl: starfive: jh7110: Correct the level trigger configuration of iev reg...Hal Feng-2/+2
2024-08-23pinctrl: qcom: x1e80100: Fix special pin offsetsKonrad Dybcio-4/+4
2024-08-23pinctrl: mediatek: common-v2: Fix broken bias-disable for PULL_PU_PD_RSEL_TYPENĂ­colas F. R. A. Prado-26/+29
2024-08-23pinctrl: single: fix potential NULL dereference in pcs_get_function()Ma Ke-0/+2
2024-08-23pinctrl: meson: Constify some structuresChristophe JAILLET-106/+107
2024-08-23pinctrl: rockchip: Add rk3576 pinctrl supportSteven Liu-0/+208
2024-08-23pinctrl: mediatek: Use of_property_read_bool()Rob Herring (Arm)-5/+2
2024-08-23pinctrl: at91: make it work with current gpiolibThomas Blocher-1/+4
2024-08-23pinctrl: renesas: Switch to use kmemdup_array()Shen Lichuan-6/+3
2024-08-23pinctrl: samsung: Use kmemdup_array instead of kmemdup for multiple allocationShen Lichuan-2/+2
2024-08-08pinctrl: samsung: Add support for pull-up and pull-downVishnu Reddy-0/+126
2024-08-07Merge tag 'intel-pinctrl-v6.11-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij-0/+1
2024-08-05pinctrl: s32cc: add update and overwrite options when setting pinconfAndrei Stefanescu-7/+23
2024-08-05pinctrl: s32cc: configure PIN_CONFIG_DRIVE_PUSH_PULLAndrei Stefanescu-0/+4
2024-08-05pinctrl: s32cc: enable the input buffer for a GPIOAndrei Stefanescu-9/+8
2024-08-05pinctrl: nuvoton: npcm8xx: modify pins flagsTomer Maimon-18/+18
2024-08-05pinctrl: nuvoton: npcm8xx: modify clkrun and serirq pin configurationTomer Maimon-2/+2
2024-08-05pinctrl: nuvoton: npcm8xx: add pin 250 to DDR pins groupTomer Maimon-1/+2
2024-08-05pinctrl: nuvoton: npcm8xx: add gpi35 and gpi36Tomer Maimon-3/+7
2024-08-05pinctrl: nuvoton: npcm8xx: clear polarity before set both edgeTomer Maimon-0/+1
2024-08-05pinctrl: nuvoton: npcm8xx: remove non-existent pins, groups, functionsTomer Maimon-10/+2
2024-08-05pinctrl: samsung: Use scope based of_node_put() cleanupsPeng Fan-26/+9
2024-08-05pinctrl: qcom: x1e80100: Update PDC hwirq mapKonrad Dybcio-12/+15
2024-08-05pinctrl: ti: ti-iodelay: Constify struct ti_iodelay_reg_dataChristophe JAILLET-1/+1
2024-08-05pinctrl: ti: ti-iodelay: Fix some error handling pathsChristophe JAILLET-31/+21
2024-08-05pinctrl: realtek: Constify struct regmap_configJavier Carrasco-1/+1
2024-08-05pinctrl: ti-iodelay: Constify struct regmap_configJavier Carrasco-2/+2
2024-08-04pinctrl: samsung: Use of_property_present()Rob Herring (Arm)-4/+4