public inbox for linux-gpio@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-01 01:48:23 to 2026-03-05 09:53:25 UTC [more...]

[PATCH phy-next 00/22] Split Generic PHY consumer and provider API
 2026-03-05  9:52 UTC  (45+ messages)
` [PATCH phy-next 01/22] ata: add <linux/pm_runtime.h> where missing
` [PATCH phy-next 02/22] PCI: add missing headers transitively included by <linux/phy/phy.h>
` [PATCH phy-next 03/22] usb: "
` [PATCH phy-next 04/22] drm: add <linux/pm_runtime.h> where missing
` [PATCH phy-next 05/22] phy: "
` [PATCH phy-next 06/22] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH phy-next 07/22] net: lan969x: include missing <linux/of.h>
` [PATCH phy-next 08/22] PCI: remove device links to PHY
` [PATCH phy-next 09/22] ufs: exynos: stop poking into struct phy guts
` [PATCH phy-next 10/22] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH phy-next 11/22] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH phy-next 12/22] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH phy-next 13/22] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH phy-next 14/22] drm/rockchip: dsi: include PHY provider header
` [PATCH phy-next 15/22] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH phy-next 16/22] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH phy-next 17/22] net: renesas: rswitch: "
` [PATCH phy-next 18/22] pinctrl: tegra-xusb: "
` [PATCH phy-next 19/22] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH phy-next 20/22] phy: include PHY provider header
` [PATCH phy-next 21/22] phy: remove temporary provider compatibility from consumer header
` [PATCH phy-next 22/22] MAINTAINERS: add regex for linux-phy

[PATCH 0/6] gpiolib: unify gpio-hog code
 2026-03-05  9:51 UTC  (7+ messages)
` [PATCH 1/6] gpio: of: clear OF_POPULATED on hog nodes in remove path
` [PATCH 2/6] gpio: move hogs into GPIO core
` [PATCH 3/6] gpio: sim: use fwnode-based GPIO hogs
` [PATCH 4/6] ARM: omap1: ams-delta: convert GPIO hogs to using firmware nodes
` [PATCH 5/6] gpio: remove machine hogs
` [PATCH 6/6] gpio: sim: allow to define the active-low setting of a simulated hog

[PATCH v1 1/1] pinctrl: pinconf-generic: Use only fwnode API in parse_dt_cfg()
 2026-03-05  9:50 UTC 

[PATCH v2] pinctrl: imx: PINCTRL_IMX_SCMI should depend on ARCH_MXC
 2026-03-05  9:47 UTC  (2+ messages)

[PATCH] pinctrl: qcom: spmi-gpio: implement .get_direction()
 2026-03-05  8:37 UTC  (2+ messages)

[PATCH v9 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-03-05  7:11 UTC  (7+ messages)
` [PATCH v9 1/5] docs: driver-api: gpio: rpmsg gpio driver over rpmsg bus
` [PATCH v9 2/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
` [PATCH v9 3/5] gpio: rpmsg: add generic rpmsg GPIO driver
` [PATCH v9 4/5] gpio: rpmsg: add support for NXP legacy firmware protocol
` [PATCH v9 5/5] arm64: dts: imx8ulp: Add rpmsg node under imx_rproc

[PATCH v2 0/8] mfd: Add support for NXP MC33978/MC34978 MSDI
 2026-03-05  2:38 UTC  (19+ messages)
` [PATCH v2 1/6] dt-bindings: mfd: add "
` [PATCH v2 2/6] mfd: add NXP MC33978/MC34978 core driver
` [PATCH v2 3/6] pinctrl: core: Make pin group callbacks optional
` [PATCH v2 4/6] pinctrl: add NXP MC33978/MC34978 pinctrl driver
` [PATCH v2 5/6] hwmon: add NXP MC33978/MC34978 driver
` [PATCH v2 6/6] mux: add NXP MC33978/MC34978 AMUX driver

[PATCH 00/14] gpio: remove uneeded Kconfig dependencies on OF_GPIO
 2026-03-05  0:47 UTC  (20+ messages)
` [PATCH 01/14] arm64: Kconfig: drop unneeded dependency "
` [PATCH 02/14] arc: axs10x: "
` [PATCH 03/14] powerpc: "
` [PATCH 04/14] net: mdio: "
` [PATCH 05/14] regulator: drop unneeded dependencies "
` [PATCH 06/14] gpio: drop unneeded Kconfig "
` [PATCH 07/14] pinctrl: Kconfig: drop unneeded "
` [PATCH 08/14] leds: Kconfig: drop unneeded dependency "
` [PATCH 09/14] hwmon: "
` [PATCH 10/14] watchdog: convert the Kconfig dependency on OF_GPIO to OF
` [PATCH 11/14] bus: drop unneeded dependency on OF_GPIO
` [PATCH 12/14] staging: media: max96712: "
` [PATCH 13/14] power: reset: drop unneeded dependencies "
` [PATCH 14/14] media: i2c: "

[PATCH 0/3] SDM670 LPASS LPI pin controller support
 2026-03-04 23:52 UTC  (6+ messages)
` [PATCH 3/3] arm64: dts: qcom: sdm670: add lpi pinctrl

[brgl:gpio/for-next] BUILD SUCCESS b678676b7a0ab65ad5b4278505d6bcf706e53230
 2026-03-04 21:26 UTC 

[brgl:pwrseq/for-current] BUILD SUCCESS 5c3daa5301693d2e5364483a3405649a0fdaed98
 2026-03-04 21:22 UTC 

[linusw-pinctrl:devel] BUILD SUCCESS bf64b1bae2a555043c8360836c6e708339ac078f
 2026-03-04 20:32 UTC 

[GIT PULL] pin control fixes for v7.0
 2026-03-04 16:47 UTC  (2+ messages)

[PATCH v6 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2026-03-04 12:20 UTC  (6+ messages)
` [PATCH v6 1/3] dt-bindings: hwmon: Document the LTC4283 "
` [PATCH v6 2/3] hwmon: ltc4283: Add support for "
` [PATCH v6 3/3] gpio: gpio-ltc4283: "

[PATCH 0/3] Remove <linux/of_gpio.h>
 2026-03-04 11:07 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] nfc: s3fwrn5: convert to gpio descriptors
    ` [PATCH v2 2/3] nfc: nfcmrvl: "
    ` [PATCH v2 3/3] gpio: remove of_get_named_gpio() and <linux/of_gpio.h>
  ` [PATCH 1/3] nfc: s3fwrn5: convert to gpio descriptors
  ` [PATCH 2/3] nfc: nfcmrvl: "
  ` [PATCH 3/3] gpio: remove of_get_named_gpio() and <linux/of_gpio.h>

[PATCH 1/3] nfc: s3fwrn5: convert to gpio descriptors
 2026-03-04 10:34 UTC  (7+ messages)
` [PATCH 2/3] nfc: nfcmrvl: "
` [PATCH 3/3] gpio: remove of_get_named_gpio() and <linux/of_gpio.h>

[PATCH v1] dt-bindings: gpio: mpfs-gpio: permit resets
 2026-03-04  8:18 UTC  (2+ messages)

[PATCH v3 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-03 19:26 UTC  (2+ messages)
` [PATCH v3 15/15] hwspinlock/treewide: refactor consumer.h from public header

[PATCH v5 00/28] lan966x pci device: Add support for SFPs
 2026-03-03 15:24 UTC  (12+ messages)
` [PATCH v5 03/28] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH v5 07/28] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v5 10/28] cxl/test: Use device_set_node()
` [PATCH v5 11/28] cxl/test: Use fw_devlink_set_device()

[PATCH 0/2] Add support for configuring pin properties on RZ/T2H-N2H SoCs
 2026-03-03 13:53 UTC  (3+ messages)
` [PATCH 2/2] pinctrl: renesas: rzt2h: Add pin configuration support

[PATCH v2] pinctrl: renesas: rzt2h: fix invalid wait context
 2026-03-03 13:49 UTC  (2+ messages)

[PATCH v8 00/10] gpio: siul2-s32g2: add initial GPIO driver
 2026-03-03 13:28 UTC  (11+ messages)
` [PATCH v8 01/10] dt-bindings: mfd: add support for the NXP SIUL2 module

[PATCH] pinctrl: core: use dev_err_probe() when applying state
 2026-03-03  9:32 UTC  (3+ messages)

[PATCH v1 1/3] dt-bindings: gpio: add Phytium GPIO controller
 2026-03-03  8:28 UTC  (7+ messages)
` [PATCH v1 2/3] gpio: add support for Phytium platform "
` [PATCH v1 3/3] MAINTAINERS: add entry for Phytium platform GPIO driver

[PATCH RESEND] rockchip: Make gpiod pin control work and add gpio-ranges
 2026-03-03  7:36 UTC  (6+ messages)
` [PATCH RESEND 1/2] arm64: dts: rockchip: rk3308: Add gpio-ranges properties
` [PATCH RESEND 2/2] gpio: rockchip: Call pinctrl for gpio config

[PATCH] pinctrl: microchip-mssio: Fix missing return in probe
 2026-03-03  7:34 UTC  (3+ messages)

[linusw-pinctrl:devel] BUILD SUCCESS f08061d267d2061f64d514c1ecbe441a063a6fad
 2026-03-03  1:44 UTC 

[linusw-pinctrl:for-next] BUILD SUCCESS 75978ac131da3cc6d2c7b5359f6a37212c1b46ad
 2026-03-03  1:43 UTC 

[brgl:gpio/for-current] BUILD SUCCESS 189645ba9cd9c1eed45151aacaae4347c1eb86a7
 2026-03-03  1:21 UTC 

[brgl:gpio/for-next] BUILD SUCCESS fdfe3e72a228b74da21939c47ebd6f5ad4969d5f
 2026-03-03  1:20 UTC 

[PATCH] power: supply: sbs-manager: normalize return value of gpio_get
 2026-03-02 23:41 UTC  (2+ messages)

[PATCH 0/4] ARM: dts: imx: cleanup iomux related CHECK_DTBS warnings for imx1, imx25 and imx27
 2026-03-02 16:44 UTC  (2+ messages)
` (subset) "

[RFC v11 0/4] PolarFire SoC GPIO interrupt support
 2026-03-02 11:22 UTC  (10+ messages)
` [RFC v11 1/4] gpio: mpfs: Add "
` [RFC v11 2/4] dt-bindings: soc: microchip: document PolarFire SoC's gpio interrupt mux
` [RFC v11 3/4] soc: microchip: add mpfs gpio interrupt mux driver

[libgpiod][PATCH] bindings: python: remove egg-info during clean
 2026-03-02 11:19 UTC  (2+ messages)

[libgpiod][PATCH] bindings: python: copy the license into distributions
 2026-03-02 11:19 UTC  (2+ messages)

[PATCH] pinctrl: pinconf-generic: fix an enum name description
 2026-03-02 10:25 UTC  (2+ messages)

[PATCH v2 0/2] pinctrl: pinctrl-pic32: Fix resource leak and convert last manual allocation to devres
 2026-03-02 10:16 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: marvell,armada3710-xb-pinctrl: add missing items keyword
 2026-03-02 10:14 UTC  (2+ messages)

[PATCH v2 0/6] pinctrl: Add generic pinctrl for board-level mux chips
 2026-03-02 10:12 UTC  (9+ messages)
` [PATCH v2 3/6] pinctrl: add optional .release_mux() callback
` [PATCH v2 4/6] pinctrl: add generic board-level pinctrl driver using mux framework

[PATCH v1 0/3] gpio: Add Phytium platform GPIO controller support
 2026-03-02 10:01 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: cy8c95x0: Avoid returning positive values to user space
 2026-03-02  9:50 UTC  (2+ messages)

[PATCH] gpio: nomadik: repair some kernel-doc comments
 2026-03-02  9:42 UTC  (2+ messages)

[PATCH v3 00/13] Introducing the Mobileye EyeQ6Lplus SoC
 2026-03-02  9:19 UTC  (4+ messages)

[PATCH] gpio: Fix lockdep warnings in gpiolib_{cdev,sysfs}_register()
 2026-03-02  9:11 UTC  (4+ messages)

[PATCH] gpio: Timberdale: repair kernel-doc comments
 2026-03-02  9:04 UTC  (2+ messages)

[PATCH v1 1/4] gpio: phytium: improve core IRQ and wake handling
 2026-03-02  2:08 UTC  (5+ messages)
` [PATCH v1 2/4] gpio: phytium: switch platform driver to immutable irq_chip
` [PATCH v1 3/4] gpio: phytium: switch PCI "
` [PATCH v1 4/4] gpio: phytium: add ACPI support for SGPIO
` [PATCH v1 0/4] gpio: phytium: improve IRQ integration and add SGPIO ACPI support (please ignore)

[PATCH v1 0/4] gpio: phytium: improve IRQ integration and add SGPIO ACPI support
 2026-03-02  1:48 UTC 

FAILED: Patch "pinctrl: intel: Add code name documentation" failed to apply to 5.10-stable tree
 2026-03-01  2:02 UTC 

FAILED: Patch "pinctrl: intel: Add code name documentation" failed to apply to 5.15-stable tree
 2026-03-01  1:52 UTC 


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