aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2026-03-19pinctrl: pinconf-generic: Fully validate 'pinmux' propertyAndy Shevchenko1-1/+6
2026-03-19pinctrl: stm32: fix HDP driver dependency on GPIO_GENERICAmelie Delaunay1-0/+1
2026-03-19pinctrl: tegra: use flexible array member for arrayRosen Penev2-9/+5
2026-03-19pinctrl: spacemit: return -ENOTSUPP for unsupported pin configurationsJunhui Liu1-9/+12
2026-03-19pinctrl: intel: Enable 3-bit PAD_OWN featureAndy Shevchenko2-5/+17
2026-03-19pinctrl: intel: Fix the revision for new features (1kOhm PD, HW debouncer)Andy Shevchenko1-1/+1
2026-03-19pinctrl: intel: Improve capability supportAndy Shevchenko1-5/+10
2026-03-16pinctrl: realtek: Fix error check for devm_platform_ioremap_resource()Chen Ni1-2/+3
2026-03-14Merge tag 'renesas-pinctrl-fixes-for-v7.0-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into fixesLinus Walleij2-8/+9
2026-03-11pinctrl: Prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn1-1/+1
2026-03-10pinctrl: qcom: Add Milos LPASS LPI TLMMLuca Weiss3-0/+228
2026-03-10pinctrl: cy8c95x0: Avoid returning positive values to user spaceAndy Shevchenko1-1/+1
2026-03-10pinctrl: renesas: rza1: Normalize return value of gpio_get()Dmitry Torokhov1-1/+1
2026-03-10pinctrl: realtek: Support system suspend and resumeTzuyi Chang2-0/+111
2026-03-10pinctrl: realtek: Fix grammar in error messagesYu-Chun Lin1-11/+11
2026-03-10pinctrl: realtek: Simplify error handling with dev_err_probe()Yu-Chun Lin1-6/+5
2026-03-10pinctrl: realtek: Switch to use devm functionsYu-Chun Lin1-13/+5
2026-03-10pinctrl: realtek: Fix return value and silence log for unsupported configsTzuyi Chang1-2/+2
2026-03-10pinctrl: realtek: Cleanup license stringYu-Chun Lin1-1/+1
2026-03-10pinctrl: s32: correct kernel-doc bad line warningRandy Dunlap1-1/+1
2026-03-10pinctrl: qcom: spmi-gpio: implement .get_direction()Neil Armstrong1-0/+16
2026-03-10pinctrl: pinconf-generic: Use only fwnode API in parse_dt_cfg()Andy Shevchenko1-16/+18
2026-03-10pinctrl: imx: PINCTRL_IMX_SCMI should depend on ARCH_MXCGeert Uytterhoeven1-1/+1
2026-03-10pinctrl: Kconfig: drop unneeded dependencies on OF_GPIOBartosz Golaszewski5-15/+2
2026-03-06pinctrl: renesas: rzt2h: Fix invalid wait contextCosmin Tanislav1-7/+7
2026-03-06pinctrl: renesas: rzt2h: Fix device node leak in rzt2h_gpio_register()Felix Gu1-0/+1
2026-03-03pinctrl: microchip-mssio: Fix missing return in probeFelix Gu1-1/+1
2026-03-03pinctrl: core: use dev_err_probe() when applying stateMichal Piekos1-1/+2
2026-03-02pinctrl: pinctrl-pic32: Use devres version of gpiochip_add_data()Ethan Tidmore1-1/+1
2026-03-02pinctrl: pinctrl-pic32: Fix resource leakEthan Tidmore1-16/+4
2026-03-02pinctrl: eyeq5: Add Mobileye EyeQ6Lplus OLBBenoît Monin2-2/+97
2026-03-02pinctrl: eyeq5: Use match dataBenoît Monin1-129/+213
2026-02-27pinctrl: pinconf-generic: perform basic checks on pincfg propertiesConor Dooley1-1/+38
2026-02-26pinctrl: cy8c95x0: Gather ID tables in one placeAndy Shevchenko1-19/+19
2026-02-26pinctrl: cy8c95x0: Eliminate fragile use of I²C ID tableAndy Shevchenko1-3/+3
2026-02-26pinctrl: cy8c95x0: Drop unused 'name' in struct cy8c95x0_pinctrlAndy Shevchenko1-5/+0
2026-02-26pinctrl: cy8c95x0: Move driver data to the local variable in ->probe()Andy Shevchenko1-6/+3
2026-02-26pinctrl: cy8c95x0: Unify messages with help of dev_err_probe()Andy Shevchenko1-4/+2
2026-02-26pinctrl: cy8c95x0: remove duplicate error messageAndy Shevchenko1-16/+5
2026-02-26pinctrl: cy8c95x0: Use devm_mutex_init() for mutex initializationAndy Shevchenko1-2/+6
2026-02-26pinctrl: cy8c95x0: Don't miss reading the last bank registersAndy Shevchenko1-2/+2
2026-02-24pinctrl: sunxi: Implement gpiochip::get_direction()Chen-Yu Tsai1-0/+51
2026-02-24pinctrl: rockchip: Fix configuring a deferred pinKrzysztof Kozlowski1-8/+4
2026-02-24pinctrl: cirrus: cs42l43: Fix double-put in cs42l43_pin_probe()Felix Gu1-3/+2
2026-02-24pinctrl: meson: amlogic-a4: Fix device node reference leak in aml_dt_node_to_map_pinmux()Felix Gu1-2/+1
2026-02-24pinctrl: qcom: sdm660-lpass-lpi: Make groups and functions variables staticKrzysztof Kozlowski1-2/+2
2026-02-24pinctrl: cix: sky1: Unexport sky1_pinctrl_pm_opsKrzysztof Kozlowski1-2/+1
2026-02-24pinctrl: amdisp: Make amdisp_pinctrl_ops variable staticKrzysztof Kozlowski1-1/+1
2026-02-24pinctrl: pinconf-generic: Fix memory leak in pinconf_generic_parse_dt_config()Felix Gu1-2/+2
2026-02-24pinctrl: pic32: allow driver to be compiled with COMPILE_TESTBrian Masney1-1/+1