summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)Author
2026-03-23pinctrl: sunxi: pass down flags to pinctrl routinesAndre Przywara
2026-03-23pinctrl: realtek: add rtd1625 pinctrl driverTzuyi Chang
2026-03-23pinctrl: realtek: add support for slew rate, input voltage and high VILTzuyi Chang
2026-03-23pinctrl: pinconf-generic: Add properties 'input-threshold-voltage-microvolt'Tzuyi Chang
2026-03-23pinctrl: realtek: Fix function signature for config argumentYu-Chun Lin
2026-03-19pinctrl: mediatek: common: Fix probe failure for devices without EINTLuca Leonardo Scorcia
2026-03-19pinctrl: pinconf-generic: Convert ..._parse_dt_pinmux() to fwnode APIAndy Shevchenko
2026-03-19pinctrl: pinconf-generic: Validate fwnode instead of device nodeAndy Shevchenko
2026-03-19pinctrl: pinconf-generic: Fully validate 'pinmux' propertyAndy Shevchenko
2026-03-19pinctrl: stm32: fix HDP driver dependency on GPIO_GENERICAmelie Delaunay
2026-03-19pinctrl: tegra: use flexible array member for arrayRosen Penev
2026-03-19pinctrl: spacemit: return -ENOTSUPP for unsupported pin configurationsJunhui Liu
2026-03-19pinctrl: intel: Enable 3-bit PAD_OWN featureAndy Shevchenko
2026-03-19pinctrl: intel: Fix the revision for new features (1kOhm PD, HW debouncer)Andy Shevchenko
2026-03-19pinctrl: intel: Improve capability supportAndy Shevchenko
2026-03-16pinctrl: realtek: Fix error check for devm_platform_ioremap_resource()Chen Ni
2026-03-14Merge tag 'renesas-pinctrl-fixes-for-v7.0-tag1' of git://git.kernel.org/pub/s...Linus Walleij
2026-03-11pinctrl: Prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn
2026-03-10pinctrl: qcom: Add Milos LPASS LPI TLMMLuca Weiss
2026-03-10pinctrl: cy8c95x0: Avoid returning positive values to user spaceAndy Shevchenko
2026-03-10pinctrl: renesas: rza1: Normalize return value of gpio_get()Dmitry Torokhov
2026-03-10pinctrl: realtek: Support system suspend and resumeTzuyi Chang
2026-03-10pinctrl: realtek: Fix grammar in error messagesYu-Chun Lin
2026-03-10pinctrl: realtek: Simplify error handling with dev_err_probe()Yu-Chun Lin
2026-03-10pinctrl: realtek: Switch to use devm functionsYu-Chun Lin
2026-03-10pinctrl: realtek: Fix return value and silence log for unsupported configsTzuyi Chang
2026-03-10pinctrl: realtek: Cleanup license stringYu-Chun Lin
2026-03-10pinctrl: s32: correct kernel-doc bad line warningRandy Dunlap
2026-03-10pinctrl: qcom: spmi-gpio: implement .get_direction()Neil Armstrong
2026-03-10pinctrl: pinconf-generic: Use only fwnode API in parse_dt_cfg()Andy Shevchenko
2026-03-10pinctrl: imx: PINCTRL_IMX_SCMI should depend on ARCH_MXCGeert Uytterhoeven
2026-03-10pinctrl: Kconfig: drop unneeded dependencies on OF_GPIOBartosz Golaszewski
2026-03-06pinctrl: renesas: rzt2h: Fix invalid wait contextCosmin Tanislav
2026-03-06pinctrl: renesas: rzt2h: Fix device node leak in rzt2h_gpio_register()Felix Gu
2026-03-03pinctrl: microchip-mssio: Fix missing return in probeFelix Gu
2026-03-03pinctrl: core: use dev_err_probe() when applying stateMichal Piekos
2026-03-02pinctrl: pinctrl-pic32: Use devres version of gpiochip_add_data()Ethan Tidmore
2026-03-02pinctrl: pinctrl-pic32: Fix resource leakEthan Tidmore
2026-03-02pinctrl: eyeq5: Add Mobileye EyeQ6Lplus OLBBenoît Monin
2026-03-02pinctrl: eyeq5: Use match dataBenoît Monin
2026-02-27pinctrl: pinconf-generic: perform basic checks on pincfg propertiesConor Dooley
2026-02-26pinctrl: cy8c95x0: Gather ID tables in one placeAndy Shevchenko
2026-02-26pinctrl: cy8c95x0: Eliminate fragile use of I²C ID tableAndy Shevchenko
2026-02-26pinctrl: cy8c95x0: Drop unused 'name' in struct cy8c95x0_pinctrlAndy Shevchenko
2026-02-26pinctrl: cy8c95x0: Move driver data to the local variable in ->probe()Andy Shevchenko
2026-02-26pinctrl: cy8c95x0: Unify messages with help of dev_err_probe()Andy Shevchenko
2026-02-26pinctrl: cy8c95x0: remove duplicate error messageAndy Shevchenko
2026-02-26pinctrl: cy8c95x0: Use devm_mutex_init() for mutex initializationAndy Shevchenko
2026-02-26pinctrl: cy8c95x0: Don't miss reading the last bank registersAndy Shevchenko
2026-02-24pinctrl: sunxi: Implement gpiochip::get_direction()Chen-Yu Tsai