Linux GPIO subsystem development
 help / color / mirror / Atom feed
 messages from 2026-05-30 09:40:29 to 2026-06-03 15:33:09 UTC [more...]

[PATCH v2 0/8] x1e80100: Enable PDC wake GPIOs and deepest idle state
 2026-06-03 15:33 UTC  (9+ messages)
` [PATCH v2 1/8] irqchip/qcom-pdc: restructure version support
` [PATCH v2 2/8] irqchip/qcom-pdc: Move all statics to struct pdc_desc
` [PATCH v2 3/8] irqchip/qcom-pdc: Remove pdc_enable_intr() wrapper
` [PATCH v2 4/8] irqchip/qcom-pdc: Differentiate between direct SPI and GPIO as SPI

[PATCH v3 00/21] Add basic pinctrl drivers for JHB100 SoC
 2026-06-03 15:18 UTC  (26+ messages)
` [PATCH v3 01/21] dt-bindings: pincfg-node: Add property 'input-debounce-ns'
` [PATCH v3 02/21] pinctrl: pinconf-generic: "
` [PATCH v3 03/21] dt-bindings: pinctrl: Add starfive,jhb100-sys0-pinctrl
` [PATCH v3 04/21] pinctrl: starfive: Add StarFive JHB100 sys0 controller driver
` [PATCH v3 05/21] dt-bindings: pinctrl: Add starfive,jhb100-sys0h-pinctrl
` [PATCH v3 06/21] pinctrl: starfive: Add StarFive JHB100 sys0h controller driver
` [PATCH v3 07/21] dt-bindings: pinctrl: Add starfive,jhb100-sys1-pinctrl
` [PATCH v3 08/21] pinctrl: starfive: Add StarFive JHB100 sys1 controller driver
` [PATCH v3 09/21] dt-bindings: pinctrl: Add starfive,jhb100-sys2-pinctrl
` [PATCH v3 10/21] pinctrl: starfive: Add StarFive JHB100 sys2 controller driver
` [PATCH v3 11/21] dt-bindings: pinctrl: Add starfive,jhb100-per0-pinctrl
` [PATCH v3 12/21] pinctrl: starfive: Add StarFive JHB100 per0 controller driver
` [PATCH v3 13/21] dt-bindings: pinctrl: Add starfive,jhb100-per1-pinctrl
` [PATCH v3 14/21] pinctrl: starfive: Add StarFive JHB100 per1 controller driver
` [PATCH v3 15/21] dt-bindings: pinctrl: Add starfive,jhb100-per2-pinctrl
` [PATCH v3 16/21] pinctrl: starfive: Add StarFive JHB100 per2 controller driver
` [PATCH v3 17/21] dt-bindings: pinctrl: Add starfive,jhb100-per2pok-pinctrl
` [PATCH v3 18/21] pinctrl: starfive: Add StarFive JHB100 per2pok controller driver
` [PATCH v3 19/21] dt-bindings: pinctrl: Add starfive,jhb100-per3-pinctrl
` [PATCH v3 20/21] pinctrl: starfive: Add StarFive JHB100 per3 controller driver
` [PATCH v3 21/21] riscv: dts: starfive: jhb100: Add pinctrl nodes

[PATCH v3 0/6] pinctrl: renesas: rzg2l: Add support for RZ/G3S I3C
 2026-06-03 15:16 UTC  (7+ messages)
` [PATCH v3 1/6] pinctrl: renesas: rzg2l: Use raw_spinlock_irqsave() on power source update
` [PATCH v3 2/6] pinctrl: renesas: rzg2l: Generalize the power source code
` [PATCH v3 3/6] pinctrl: renesas: rzg2l: Drop defines present in struct rzg2l_hwcfg
` [PATCH v3 4/6] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Document the missing I3C power source option
` [PATCH v3 5/6] pinctrl: renesas: rzg2l: Add RZ/G3S support for selecting the I3C power source
` [PATCH v3 6/6] arm64: dts: renesas: rzg3s-smarc-som: Enable I3C

[PATCH 0/3] pinctrl: qcom: Correct MSM_PULL_MASK and fix resolving TLMM register address
 2026-06-03 13:58 UTC  (5+ messages)
` [PATCH 1/3] pinctrl: qcom: Modify MSM_PULL_MASK to accurately represent PULL bits
` [PATCH 3/3] pinctrl: qcom: Avoid assigning thread_op_remain in unthreaded test

[PATCH v2 0/8] Add Samsung Galaxy S4 support
 2026-06-03 13:19 UTC  (6+ messages)
` [PATCH v2 7/8] ARM: dts: qcom: pm8921: Add USB ID extcon

[PATCH v3 0/8] Add Samsung Galaxy S4 support
 2026-06-03 12:44 UTC  (11+ messages)
` [PATCH v3 2/8] dt-bindings: extcon: qcom,pm8941-misc: Add PM8921 compatible
` [PATCH v3 3/8] pinctrl: qcom: Register functions before enabling pinctrl

[PATCH 0/9] treewide: an assortment of pre-2.3 release fixes
 2026-06-03 12:24 UTC  (11+ messages)
` [PATCH 1/9] core: fix signed/unsigned type mismatch in gpiod_line_request_get_value()
` [PATCH 2/9] core: replace strcpy() with strncpy() in gpiod_request_config_to_uapi()
` [PATCH 3/9] core: add explicit NUL-termination after strncpy() calls
` [PATCH 4/9] tools: gpionotify: use the parse_config() return value to advance argv
` [PATCH 5/9] tests: gpiosim: remove dead container_of() assignment in gpiosim_dev_enable()
` [PATCH 6/9] bindings: cxx: fix consumer string in line_info stream operator
` [PATCH 7/9] bindings: cxx: drop redundant class qualifier in line_request::set_value
` [PATCH 8/9] bindings: rust: avoid potential panic in gpiochip_devices()
` [PATCH 9/9] bindings: rust: implement Eq and Ord for chip::Info

[PATCH] gpiolib: Remove big fat warning in gpiochip_get_direction()
 2026-06-03  8:33 UTC  (6+ messages)

[PATCH v5 0/2] gpiolib: acpi: Add bounds-checking and address validation
 2026-06-03  8:25 UTC  (7+ messages)
` [PATCH v5 1/2] gpiolib: acpi: Add robust bounds-checking for GPIO pin resources
` [PATCH v5] gpiolib: acpi: prevent address truncation in OperationRegion handler

[PATCH v2 0/7] pinctrl: renesas: rzg2l: Add support for RZ/G3S I3C
 2026-06-03  8:19 UTC  (14+ messages)
` [PATCH v2 1/7] pinctrl: renesas: rzg2l: Generalize the power source code
` [PATCH v2 2/7] pinctrl: renesas: rzg2l: Drop defines present in struct rzg2l_hwcfg
` [PATCH v2 6/7] pinctrl: renesas: rzg2l: Add RZ/G3S support for selecting the I3C power source
` [PATCH v2 7/7] arm64: dts: renesas: rzg3s-smarc-som: Enable I3C

[PATCH v8 0/2] i2c: designware: fix WACF2200 touchscreen probe ordering
 2026-06-03  7:45 UTC  (16+ messages)
` [PATCH v8 2/2] i2c: designware: defer probe if child GpioInt controllers are not bound

[PATCH v17 03/17] pinctrl: renesas: rzg2l: Add SD channel POC support for RZ/G3L
 2026-06-03  6:57 UTC 

[PATCH v3 0/7] gpio: realtek: Add support for Realtek DHC RTD1625
 2026-06-03  0:34 UTC  (5+ messages)
` [PATCH v3 2/7] gpio: regmap: add gpio_regmap_get_gpiochip() accessor

[PATCH v2 0/5] rsk7203: switch to using static device property, drop legacy gpio API
 2026-06-03  0:10 UTC  (8+ messages)
` [PATCH v2 3/5] sh: mach-rsk: rsk7203: use static device properties for LEDs and GPIO buttons

[PATCH] pinctrl: PINCTRL_STMFX should depend on CONFIG_OF
 2026-06-02 21:11 UTC 

[PATCH 00/14] gpio: remove uneeded Kconfig dependencies on OF_GPIO
 2026-06-02 20:50 UTC  (3+ messages)
` [PATCH 07/14] pinctrl: Kconfig: drop unneeded "

[PATCH] [v3] [net-next] net: dsa: b53: hide legacy gpiolib usage on non-mips
 2026-06-02 18:29 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: realtek,rtd1625: Fix input voltage property name
 2026-06-02 17:01 UTC  (2+ messages)

[PATCH v2 0/2] pinctrl: ultrarisc: add DP1000 pinctrl support
 2026-06-02 16:53 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: Add UltraRISC DP1000 pinctrl controller
` [PATCH v2 2/2] pinctrl: ultrarisc: Add UltraRISC DP1000 pinctrl driver

[PATCH] dt-bindings: pinctrl: mediatek: mt6795: document the slew-rate property
 2026-06-02 16:42 UTC  (4+ messages)

[PATCH v10 0/6] gpio: siul2-s32g2: add initial GPIO driver
 2026-06-02 16:28 UTC  (9+ messages)
` [PATCH v10 1/6] pinctrl: s32cc: add/fix some comments
` [PATCH v10 2/6] pinctrl: s32cc: remove inline specifiers
` [PATCH v10 3/6] pinctrl: s32cc: change to "devm_pinctrl_register_and_init"
` [PATCH v10 4/6] dt-bindings: pinctrl: s32g2-siul2: describe GPIO and EIRQ resources
` [PATCH v10 5/6] pinctrl: s32cc: implement GPIO functionality
` [PATCH v10 6/6] arm64: dts: s32g: describe GPIO and EIRQ resources in SIUL2 pinctrl node

[PATCH] serial: max310x: implement gpio_chip::get_direction()
 2026-06-02 16:18 UTC  (2+ messages)

[PATCH 0/5] clk: qcom: Add PDM GP_MN fractional clock divider driver and DT support
 2026-06-02 15:21 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: clock: qcom: Add bindings for PDM GP_MN clock divider
` [PATCH 2/5] clk: qcom: Add a driver for PDM GP_MN fractional "
` [PATCH 3/5] pinctrl: qcom: Add gp_mn mux function for QCS8300, SA8775P and SC7280
` [PATCH 4/5] arm64: dts: qcom: Add gp_mn pin state for GP M/N clock output
` [PATCH 5/5] arm64: dts: qcom: Add GP M/N clock controller node for SA8775P and QCS8300

[PATCH v2] gpio: mt7621: fix interrupt banks mapping on gpio chips
 2026-06-02 14:25 UTC 

[PATCHv2] pinctrl: rza2: embed pins in the priv struct
 2026-06-02 12:54 UTC  (2+ messages)

[PATCH v4 0/4] gpiolib: acpi: Consolidated fixes and bounds checking
 2026-06-02 10:04 UTC  (10+ messages)
` [PATCH v4 1/4] gpiolib: acpi: Add robust bounds-checking for GPIO pin resources
` [PATCH v4 2/4] gpiolib: acpi: fix resource leak in OpRegion
` [PATCH v4 3/4] gpiolib: acpi: prevent address truncation in OperationRegion handler
` [PATCH v4 4/4] gpiolib: acpi: fix out-of-bounds pointer arithmetic in acpi_gpio_package_count

[PATCH 0/7] gpio: move ppc4xx driver to drivers/gpio and modernize
 2026-06-02  9:26 UTC  (10+ messages)
` [PATCH 1/7] gpio: move ppc4xx gpio driver from arch/powerpc to drivers/gpio
` [PATCH 2/7] gpio: ppc44x: Use module platform driver helper for GPIO
` [PATCH 3/7] gpio: ppc44x: Set GPIO chip firmware node
` [PATCH 4/7] gpio: ppc44x: Use platform resource helper for GPIO MMIO
` [PATCH 5/7] gpio: ppc44x: Convert GPIO to generic MMIO
` [PATCH 6/7] gpio: ppc44x: drop PPC-specific IO helpers and rename to ppc44x
` [PATCH 7/7] gpio: ppc44x: add MODULE info

[PATCH v9 0/7] gpio: siul2-s32g2: add initial GPIO driver
 2026-06-02  8:05 UTC  (6+ messages)
` [PATCH v9 6/7] pinctrl: s32cc: implement GPIO functionality

[PATCH 0/2] gpiolib: acpi: fix bounds-checking bugs in GPIO ACPI core
 2026-06-02  7:59 UTC  (11+ messages)
` [PATCH 1/2] gpiolib: acpi: prevent address truncation in OperationRegion handler
` [PATCH 2/2] gpiolib: acpi: fix out-of-bounds pointer arithmetic in acpi_gpio_package_count

[PATCH 2/2] gpiolib: acpi: Fix resource leak in OpRegion cleanup path
 2026-06-02  7:47 UTC  (7+ messages)
` [PATCH v3 0/2] gpiolib: acpi: Fix bounds-checking and connection leak
  ` [PATCH v3 1/2] gpiolib: acpi: Add robust bounds-checking for GPIO pin resources
  ` [PATCH v3 2/2] Fixes: gpiolib: acpi: resource leak in OpRegion

[PATCH v2 0/4] pinctrl: qcom: spmi-gpio: Add bidirectional level-shifter function support
 2026-06-02  7:29 UTC  (15+ messages)
` [PATCH v2 1/4] soc: qcom: rpmh: Allow non-child devices to issue write commands
` [PATCH v2 2/4] dt-bindings: pinctrl: qcom,pmic-gpio: Add level-shifter function
` [PATCH v2 3/4] pinctrl: qcom: spmi-gpio: Rearchitect for flexible group support

[GIT PULL] pinctrl: renesas: Updates for v7.2 (take two)
 2026-06-01 13:25 UTC  (2+ messages)

[GIT PULL] intel-pinctrl for 7.2-1
 2026-06-01 13:24 UTC  (2+ messages)

[PATCH 0/2] pinctrl: qcom: Introduce Pinctrl for the upcoming Maili SoC
 2026-06-01  8:38 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: qcom: Describe Maili TLMM block

[PATCH v2 0/6] leds: is31fl319x: Fix shutdown GPIO and update DT bindings
 2026-06-01  8:21 UTC  (6+ messages)
` [PATCH v2 2/6] leds: is31fl319x: Fix shutdown GPIO initial state and remove redundant startup pulse
` [PATCH v2 6/6] arm64: dts: marvell: armada-7040-mochabin: Fix is31fl3199 shutdown GPIO polarity

[PATCH v10 0/2] PCI: Add support for PCIe WAKE# interrupt
 2026-06-01  3:37 UTC  (4+ messages)
` [PATCH v10 2/2] "

[PATCH] pinctrl: mediatek: mt8167: Fix Schmitt trigger register offset of pins 34-39
 2026-05-31 16:23 UTC 

[PATCH] pinctrl: mediatek: mt8516: Fix Schmitt trigger register offset of pins 34-39
 2026-05-31 16:22 UTC 

[PATCH v14 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-05-31 10:15 UTC  (4+ messages)
` [PATCH v14 3/6] iio: adc: ad4691: add triggered buffer support

[PATCH 03/17] pinctrl: renesas: rzg2l: Add SD channel POC support for RZ/G3L
 2026-05-30 16:07 UTC 

[PATCH v8 0/6] MediaTek pinctrl DT binding cleanup and MT6735 pinctrl support
 2026-05-30 14:57 UTC  (7+ messages)
` [PATCH v8 1/6] dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Pull pinctrl node changes from MT6795 document
` [PATCH v8 2/6] dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Improve pinctrl subnode and property descriptions
` [PATCH v8 3/6] dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Add MT6795
` [PATCH v8 4/6] dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Document MT6765 pin controller
` [PATCH v8 5/6] dt-bindings: pinctrl: mediatek: Add bindings for MT6735 "
` [PATCH v8 6/6] pinctrl: mediatek: Add MT6735 pinctrl driver

[linusw-pinctrl:for-next] BUILD SUCCESS 3f0cb835cd0db2473b065bef2ad4fcd150ff42c1
 2026-05-30 10:29 UTC 

[linusw-pinctrl:fixes] BUILD SUCCESS ef76a3a28c79b628890431aa344af633e892035b
 2026-05-30 10:26 UTC 

[PATCH] gpiolib: Mark gpio_devt, gpiolib_initialized and gpio_stub_drv as __ro_after_init
 2026-05-30 10:08 UTC  (2+ messages)

[linusw-pinctrl:devel] BUILD SUCCESS 3a7a1e491bac52a42693b2613533035f0eff85eb
 2026-05-30  9:40 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox