summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)Author
2026-03-04pinctrl: single: fix refcount leak in pcs_add_gpio_func()Wei Li
2026-03-04pinctrl: qcom: sm8250-lpass-lpi: Fix i2s2_data_groups definitionLuca Weiss
2026-03-04pinctrl: qcom: Extract chip specific LPASS LPI codeSrinivasa Rao Mandadapu
2026-03-04pinctrl: qcom: Update lpi pin group custiom functions with framework generic ...Srinivasa Rao Mandadapu
2026-03-04pinctrl: qcom: Update macro name to LPI specificSrinivasa Rao Mandadapu
2026-03-04pinctrl: equilibrium: Fix device node reference leak in pinbank_init()Felix Gu
2026-02-06pinctrl: meson: mark the GPIO controller as sleepingBartosz Golaszewski
2026-02-06pinctrl: lpass-lpi: implement .get_direction() for the GPIO driverBartosz Golaszewski
2026-01-19pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleepingBartosz Golaszewski
2026-01-19pinctrl: qcom: lpass-lpi: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko
2026-01-19pinctrl: single: Fix incorrect type for error return variableHaotian Zhang
2026-01-19pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handlingMatthijs Kooijman
2026-01-19pinctrl: stm32: fix hwspinlock resource leak in probe functionHaotian Zhang
2026-01-19pinctrl: qcom: msm: Fix deadlock in pinmux configurationPraveen Talari
2025-12-07pinctrl: single: fix bias pull up/down handling in pin_config_setChi Zhang
2025-10-19pinctrl: check the return value of pinmux_ops::get_function_name()Bartosz Golaszewski
2025-10-19pinctrl: renesas: Use int type to store negative error codesQianfeng Rong
2025-10-19pinctrl: meson-gxl: add missing i2c_d pinmuxDa Xue
2025-09-04pinctrl: STMFX: add missing HAS_IOMEM dependencyRandy Dunlap
2025-08-28pinctrl: stm32: Manage irq affinity settingsCheick Traore
2025-08-28pinctrl: sunxi: Fix memory leak on krealloc failureYuan Chen
2025-08-28pinctrl: mediatek: moore: check if pin_desc is valid before useSam Shih
2025-07-17pinctrl: qcom: msm: mark certain pins as invalid for interruptsBartosz Golaszewski
2025-06-27pinctrl: mcp23s08: Reset all pins to input at probeMike Looijmans
2025-06-27pinctrl: armada-37xx: propagate error from armada_37xx_gpio_get()Gabor Juhos
2025-06-27pinctrl: armada-37xx: propagate error from armada_37xx_pmx_gpio_set_direction()Gabor Juhos
2025-06-27pinctrl: armada-37xx: propagate error from armada_37xx_gpio_get_direction()Gabor Juhos
2025-06-27pinctrl: armada-37xx: propagate error from armada_37xx_pmx_set_by_name()Gabor Juhos
2025-06-27pinctrl: at91: Fix possible out-of-boundary accessAndy Shevchenko
2025-06-27pinctrl: armada-37xx: set GPIO output value before setting directionGabor Juhos
2025-06-27pinctrl: armada-37xx: use correct OUTPUT_VAL register for GPIOs > 31Gabor Juhos
2025-06-04pinctrl: meson: define the pull up/down resistor value as 60 kOhmMartin Blumenstingl
2025-06-04pinctrl: devicetree: do not goto err when probing hogs in pinctrl_dt_to_mapValentin Caron
2025-06-04pinctrl: bcm281xx: Use "unsigned int" instead of bare "unsigned"Artur Weber
2025-05-02pinctrl: qcom: Clear latched interrupt status when changing IRQ typeStephan Gerhold
2025-04-10pinctrl: tegra: Set SFIO mode to Mux RegisterPrathamesh Shete
2025-04-10pinctrl: renesas: rzg2l: Fix missing of_node_put() callFabrizio Castro
2025-04-10pinctrl: renesas: rza2: Fix missing of_node_put() callFabrizio Castro
2025-04-10pinctrl: bcm281xx: Fix incorrect regmap max_registers valueArtur Weber
2025-01-09pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap lockingEvgenii Shatokhin
2024-12-14pinctrl: qcom-pmic-gpio: add support for PM8937Barnabás Czémán
2024-12-14pinctrl: freescale: fix COMPILE_TEST error with PINCTRL_IMX_SCUEsben Haabendal
2024-12-14pinctrl: k210: Undef K210_PC_DEFAULTzhang jiao
2024-12-14pinctrl: zynqmp: drop excess struct member descriptionBartosz Golaszewski
2024-10-22pinctrl: ocelot: fix system hang on level based interruptsSergey Matsievskiy
2024-10-17pinctrl: mvebu: Fix devinit_dove_pinctrl_probe functionWang Jianzheng
2024-10-17pinctrl: mvebu: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2024-10-17pinctrl: single: fix missing error code in pcs_probe()Yang Yingliang
2024-10-17pinctrl: at91: make it work with current gpiolibThomas Blocher
2024-09-04pinctrl: single: fix potential NULL dereference in pcs_get_function()Ma Ke