public inbox for linux-gpio@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 09:03:17 to 2026-03-06 09:56:44 UTC [more...]

[PATCH phy-next 00/22] Split Generic PHY consumer and provider API
 2026-03-06  9:56 UTC  (62+ 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/3] Remove <linux/of_gpio.h>
 2026-03-06  9:38 UTC  (20+ 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 v3 0/3] Remove <linux/of_gpio.h>
  ` [PATCH v3 1/3] nfc: s3fwrn5: convert to gpio descriptors
  ` [PATCH v3 2/3] nfc: nfcmrvl: "
  ` [PATCH v3 3/3] gpio: remove of_get_named_gpio() and <linux/of_gpio.h>

[PATCH 1/2] dt-bindings: gpio: cdns: add clock-names property
 2026-03-06  9:32 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: cix: add FCH(S0)/S5 GPIO controllers for sky1

[PATCH v2 0/8] mfd: Add support for NXP MC33978/MC34978 MSDI
 2026-03-06  8:44 UTC  (19+ messages)
` [PATCH v2 1/6] dt-bindings: mfd: add "
` [PATCH v2 4/6] pinctrl: add NXP MC33978/MC34978 pinctrl driver

[PATCH v2 00/14] pinctrl: realtek: Core improvements and RTD1625 support
 2026-03-06  7:52 UTC  (15+ messages)
` [PATCH v2 01/14] pinctrl: realtek: Cleanup license string
` [PATCH v2 02/14] pinctrl: realtek: Fix return value and silence log for unsupported configs
` [PATCH v2 03/14] pinctrl: realtek: Switch to use devm functions
` [PATCH v2 04/14] pinctrl: realtek: Simplify error handling with dev_err_probe()
` [PATCH v2 05/14] pinctrl: realtek: Fix grammar in error messages
` [PATCH v2 06/14] pinctrl: realtek: Support system suspend and resume
` [PATCH v2 07/14] dt-bindings: pincfg-node: Add input-voltage-microvolt property
` [PATCH v2 08/14] pinctrl: pinconf-generic: Add properties 'input-voltage-microvolt'
` [PATCH v2 09/14] dt-bindings: pinctrl: realtek: Rename 'realtek,duty-cycle' to 'realtek,pulse-width-adjust'
` [PATCH v2 10/14] "
` [PATCH v2 11/14] dt-bindings: pinctrl: realtek: Add RTD1625 pinctrl binding
` [PATCH v2 12/14] pinctrl: realtek: Add support for slew rate, input voltage and high VIL
` [PATCH v2 13/14] pinctrl: realtek: Add rtd1625 pinctrl driver
` [PATCH v2 14/14] arm64: dts: realtek: Add pinctrl support for RTD1625

[PATCH v9 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-03-06  7:35 UTC  (10+ 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 RESEND] pinctrl: s32: correct kernel-doc bad line warning
 2026-03-06  7:13 UTC  (2+ messages)

[PATCH 0/6] gpiolib: unify gpio-hog code
 2026-03-06  1:06 UTC  (16+ 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 v2 0/6] pinctrl: Add generic pinctrl for board-level mux chips
 2026-03-06  0:57 UTC  (8+ messages)
` [PATCH v2 2/6] dt-bindings: "
` [PATCH v2 4/6] pinctrl: add generic board-level pinctrl driver using mux framework

[PATCH] dt-bindings: gpio: gpio-delay: Use Alexander's email
 2026-03-05 23:45 UTC  (3+ messages)

[PATCH 0/2] support for RTL9607C GPIO Controller
 2026-03-05 21:49 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: gpio: realtek-otto: add rtl9607 compatible
` [PATCH 2/2] gpio: realtek-otto: add rtl9607 support

[PATCH 0/4] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-03-05 19:26 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: iio: adc: add bindings for AD4691 family
` [PATCH 2/4] iio: adc: ad4691: add initial driver "
` [PATCH 3/4] iio: adc: ad4691: add triggered buffer support
` [PATCH 4/4] iio: adc: ad4691: add SPI offload support

[PATCH v3 0/6] ti-ads7950: fix gpio handling and facelift
 2026-03-05 19:21 UTC  (7+ messages)
` [PATCH v3 1/6] iio: adc: ti-ads7950: normalize return value of gpio_get
` [PATCH v3 2/6] iio: adc: ti-ads7950: do not clobber gpio state in ti_ads7950_get()
` [PATCH v3 3/6] iio: adc: ti-ads7950: switch to using guard() notation
` [PATCH v3 4/6] iio: adc: ti-ads7950: simplify check for spi_setup() failures
` [PATCH v3 5/6] iio: adc: ti-ads7950: switch to using devm_regulator_get_enable_read_voltage()
` [PATCH v3 6/6] iio: adc: ti-ads7950: complete conversion to using managed resources

[PATCH v3 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-05 19:05 UTC  (2+ messages)

[PATCH] gpio: mpsse: drop redundant device reference
 2026-03-05 12:49 UTC 

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

[PATCH] pinctrl: qcom: spmi-gpio: implement .get_direction()
 2026-03-05  9:54 UTC  (3+ messages)

[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 00/14] gpio: remove uneeded Kconfig dependencies on OF_GPIO
 2026-03-05  0:47 UTC  (18+ messages)
` [PATCH 02/14] arc: axs10x: drop unneeded dependency "
` [PATCH 03/14] powerpc: "
` [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 2/3] hwmon: ltc4283: Add support for the LTC4283 Swap Controller
 2026-03-04 12:20 UTC  (3+ messages)


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