summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2026-03-10pinctrl: cy8c95x0: Avoid returning positive values to user spaceAndy Shevchenko-1/+1
2026-03-10pinctrl: renesas: rza1: Normalize return value of gpio_get()Dmitry Torokhov-1/+1
2026-03-10pinctrl: realtek: Support system suspend and resumeTzuyi Chang-0/+111
2026-03-10pinctrl: realtek: Fix grammar in error messagesYu-Chun Lin-11/+11
2026-03-10pinctrl: realtek: Simplify error handling with dev_err_probe()Yu-Chun Lin-6/+5
2026-03-10pinctrl: realtek: Switch to use devm functionsYu-Chun Lin-13/+5
2026-03-10pinctrl: realtek: Fix return value and silence log for unsupported configsTzuyi Chang-2/+2
2026-03-10pinctrl: realtek: Cleanup license stringYu-Chun Lin-1/+1
2026-03-10pinctrl: s32: correct kernel-doc bad line warningRandy Dunlap-1/+1
2026-03-10pinctrl: qcom: spmi-gpio: implement .get_direction()Neil Armstrong-0/+16
2026-03-10pinctrl: pinconf-generic: Use only fwnode API in parse_dt_cfg()Andy Shevchenko-16/+18
2026-03-10pinctrl: imx: PINCTRL_IMX_SCMI should depend on ARCH_MXCGeert Uytterhoeven-1/+1
2026-03-10pinctrl: Kconfig: drop unneeded dependencies on OF_GPIOBartosz Golaszewski-15/+2
2026-03-06pinctrl: renesas: rzt2h: Fix invalid wait contextCosmin Tanislav-7/+7
2026-03-06pinctrl: renesas: rzt2h: Fix device node leak in rzt2h_gpio_register()Felix Gu-0/+1
2026-03-03pinctrl: microchip-mssio: Fix missing return in probeFelix Gu-1/+1
2026-03-03pinctrl: core: use dev_err_probe() when applying stateMichal Piekos-1/+2
2026-03-02pinctrl: pinctrl-pic32: Use devres version of gpiochip_add_data()Ethan Tidmore-1/+1
2026-03-02pinctrl: pinctrl-pic32: Fix resource leakEthan Tidmore-16/+4
2026-03-02pinctrl: eyeq5: Add Mobileye EyeQ6Lplus OLBBenoît Monin-2/+97
2026-03-02pinctrl: eyeq5: Use match dataBenoît Monin-130/+214
2026-02-27pinctrl: pinconf-generic: perform basic checks on pincfg propertiesConor Dooley-1/+38
2026-02-26pinctrl: cy8c95x0: Gather ID tables in one placeAndy Shevchenko-19/+19
2026-02-26pinctrl: cy8c95x0: Eliminate fragile use of I²C ID tableAndy Shevchenko-3/+3
2026-02-26pinctrl: cy8c95x0: Drop unused 'name' in struct cy8c95x0_pinctrlAndy Shevchenko-5/+0
2026-02-26pinctrl: cy8c95x0: Move driver data to the local variable in ->probe()Andy Shevchenko-6/+3
2026-02-26pinctrl: cy8c95x0: Unify messages with help of dev_err_probe()Andy Shevchenko-4/+2
2026-02-26pinctrl: cy8c95x0: remove duplicate error messageAndy Shevchenko-16/+5
2026-02-26pinctrl: cy8c95x0: Use devm_mutex_init() for mutex initializationAndy Shevchenko-2/+6
2026-02-26pinctrl: cy8c95x0: Don't miss reading the last bank registersAndy Shevchenko-2/+2
2026-02-24pinctrl: sunxi: Implement gpiochip::get_direction()Chen-Yu Tsai-0/+51
2026-02-24pinctrl: rockchip: Fix configuring a deferred pinKrzysztof Kozlowski-8/+4
2026-02-24pinctrl: cirrus: cs42l43: Fix double-put in cs42l43_pin_probe()Felix Gu-3/+2
2026-02-24pinctrl: meson: amlogic-a4: Fix device node reference leak in aml_dt_node_to_...Felix Gu-2/+1
2026-02-24pinctrl: qcom: sdm660-lpass-lpi: Make groups and functions variables staticKrzysztof Kozlowski-2/+2
2026-02-24pinctrl: cix: sky1: Unexport sky1_pinctrl_pm_opsKrzysztof Kozlowski-2/+1
2026-02-24pinctrl: amdisp: Make amdisp_pinctrl_ops variable staticKrzysztof Kozlowski-1/+1
2026-02-24pinctrl: pinconf-generic: Fix memory leak in pinconf_generic_parse_dt_config()Felix Gu-2/+2
2026-02-24pinctrl: pic32: allow driver to be compiled with COMPILE_TESTBrian Masney-1/+1
2026-02-24pinctrl: pic32: use consistent spacing around '+'Brian Masney-1/+1
2026-02-24pinctrl: pic32: change all cases of bare 'unsigned' to 'unsigned int'Brian Masney-20/+20
2026-02-24pinctrl: qcom: De-acronymize Glymur SoC nameKrzysztof Kozlowski-1/+1
2026-02-24pinctrl: qcom: Add Eliza pinctrl driverAbel Vesa-0/+1559
2026-02-24pinctrl: pinctrl-single: add ti,am62l-padconf compatible stringVignesh Raghavendra-0/+1
2026-02-23pinctrl: Fix spelling problemLinus Walleij-1/+1
2026-02-23pinctrl: qcom: qcs615: Add missing dual edge GPIO IRQ errata flagMaulik Shah-0/+1
2026-02-23pinctrl: rockchip: Add RV1103B pinctrl supportFabio Estevam-1/+313
2026-02-23pinctrl: equilibrium: fix warning trace on loadFlorian Eckert-2/+9
2026-02-23pinctrl: equilibrium: rename irq_chip function callbacksFlorian Eckert-12/+12
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-10/+5