public inbox for linux-gpio@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-05 12:23:35 to 2026-03-08 11:43:35 UTC [more...]

[PATCH v2 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-08 11:40 UTC  (19+ messages)
` [PATCH v2 phy-next 01/24] ata: add <linux/pm_runtime.h> where missing
` [PATCH v2 phy-next 02/24] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v2 phy-next 03/24] usb: add "
` [PATCH v2 phy-next 04/24] drm: add <linux/pm_runtime.h> where missing
` [PATCH v2 phy-next 05/24] phy: "
` [PATCH v2 phy-next 06/24] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v2 phy-next 07/24] net: lan969x: include missing <linux/of.h>
` [PATCH v2 phy-next 08/24] PCI: Remove device links to PHY
` [PATCH v2 phy-next 09/24] ufs: exynos: stop poking into struct phy guts
` [PATCH v2 phy-next 10/24] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v2 phy-next 11/24] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v2 phy-next 12/24] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v2 phy-next 13/24] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v2 phy-next 14/24] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v2 phy-next 15/24] drm/rockchip: dsi: include PHY provider header
` [PATCH v2 phy-next 16/24] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v2 phy-next 17/24] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v2 phy-next 18/24] net: renesas: rswitch: "

[PATCH v2] pinctrl: sunxi: Implement gpiochip::get_direction()
 2026-03-08  9:34 UTC  (4+ messages)

[PATCH] gpio: msc313: remove kcalloc
 2026-03-08  5:59 UTC  (2+ messages)

[PATCH] gpio: ljca: reduce struct allocation
 2026-03-08  2:12 UTC 

[PATCH v3 0/6] ti-ads7950: fix gpio handling and facelift
 2026-03-07 21:47 UTC  (19+ 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 0/4] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-03-07 18:48 UTC  (16+ 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 RESEND v8 00/21] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
 2026-03-07 17:03 UTC  (3+ messages)
` [PATCH RESEND v8 16/21] media: i2c: maxim-serdes: add MAX96724 driver

[PATCH 0/4] Add support for Milos LPASS LPI pinctrl
 2026-03-07 15:41 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: pinctrl: qcom: Add Milos "
` [PATCH 2/4] pinctrl: qcom: Add Milos LPASS LPI TLMM
` [PATCH 3/4] arm64: defconfig: Enable Milos LPASS LPI pinctrl driver
` [PATCH 4/4] arm64: dts: qcom: milos: Add LPASS LPI pinctrl node

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

[PATCH v3 0/6] rtc: max77686: convert to i2c_new_ancillary_device
 2026-03-07 13:30 UTC  (15+ messages)
` [PATCH v3 1/6] regulator: dt-binding: regulator-max77620: convert to DT schema
` [PATCH v3 2/6] dt-binding: pinctrl: pinctrl-max77620: "
` [PATCH v3 3/6] dt-bindings: gpio: trivial-gpio: remove max77620 compatible
` [PATCH v3 4/6] dt-bindings: mfd: max77620: convert to DT schema
` [PATCH v3 5/6] dt-bindings: mfd: max77620: document optional RTC address for MAX77663
` [PATCH v3 6/6] rtc: max77686: convert to i2c_new_ancillary_device

[PATCH v2 00/14] pinctrl: realtek: Core improvements and RTD1625 support
 2026-03-07 13:09 UTC  (18+ 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 v4 0/3] pinctrl: aspeed: Add AST2700 SoC0 support
 2026-03-07 10:55 UTC  (6+ messages)
` [PATCH v4 1/3] dt-bindings: mfd: aspeed,ast2x00-scu: Support AST2700 SoC0 pinctrl
` [PATCH v4 2/3] dt-bindings: pinctrl: Add aspeed,ast2700-soc0-pinctrl
` [PATCH v4 3/3] pinctrl: aspeed: Add AST2700 SoC0 support

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

Help regarding IO configuration of multiple lines
 2026-03-07  2:13 UTC  (2+ messages)

[RESEND PATCH v2 0/2] pinctrl property checks
 2026-03-06 23:41 UTC  (3+ messages)
` [RESEND PATCH v2 2/2] dt-bindings: pinctrl: pincfg-node: add restrictions on conflicting properties

[PATCH 00/14] gpio: remove uneeded Kconfig dependencies on OF_GPIO
 2026-03-06 23:33 UTC  (4+ messages)
` [PATCH 10/14] watchdog: convert the Kconfig dependency on OF_GPIO to OF

[PATCH v3 0/5] pinctrl: samsung: exynos9 cleanups and fixes
 2026-03-06 21:55 UTC  (6+ messages)
  ` [PATCH v3 2/5] pinctrl: samsung: fix incorrect pin-bank entries on Exynos2200/7885/8890/8895
    ` [PATCH v3 3/5] pinctrl: samsung: add per-bank FLTCON offset to EXYNOS9_PIN_BANK_* and fix tables

[PATCH v6 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2026-03-06 17:41 UTC  (3+ messages)
` [PATCH v6 2/3] hwmon: ltc4283: Add support for the LTC4283 "

[PATCH 0/2] support for RTL9607C GPIO Controller
 2026-03-06 17:39 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: gpio: realtek-otto: add rtl9607 compatible
` [PATCH 2/2] gpio: realtek-otto: add rtl9607 support

[PATCH v9 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-03-06 16:56 UTC  (9+ messages)
` [PATCH v9 1/5] docs: driver-api: gpio: rpmsg gpio driver over rpmsg bus
` [PATCH v9 4/5] gpio: rpmsg: add support for NXP legacy firmware protocol

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

[PATCH] gpio: Document line value semantics
 2026-03-06 13:22 UTC 

[PATCH phy-next 00/22] Split Generic PHY consumer and provider API
 2026-03-06 13:06 UTC  (31+ messages)
` [PATCH phy-next 07/22] net: lan969x: include missing <linux/of.h>
` [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 18/22] pinctrl: tegra-xusb: include PHY provider header
` [PATCH phy-next 20/22] phy: "
` [PATCH phy-next 22/22] MAINTAINERS: add regex for linux-phy

[PATCH RFC v2 0/3] pinctrl: aspeed: Add AST2700 SoC1 support
 2026-03-06 12:54 UTC  (4+ messages)
` [PATCH RFC v2 1/3] dt-bindings: mfd: aspeed,ast2x00-scu: Support AST2700 SoC1 pinctrl
` [PATCH RFC v2 2/3] dt-bindings: pinctrl: Add aspeed,ast2700-soc1-pinctrl
` [PATCH RFC v2 3/3] pinctrl: aspeed: Add AST2700 SoC1 support

[PATCH] pinctrl: renesas: rzt2h: Fix device node leak in rzt2h_gpio_register()
 2026-03-06 12:29 UTC  (4+ messages)

[PATCH 0/6] gpiolib: unify gpio-hog code
 2026-03-06 11:58 UTC  (18+ 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 v3 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-06 11:29 UTC  (4+ messages)
` [PATCH v3 15/15] hwspinlock/treewide: refactor consumer.h from public header

[PATCH v6 00/12] bus: add stm32 debug bus and coresight support for stm32mp1x platforms
 2026-03-06 10:33 UTC  (2+ messages)

[PATCH RESEND] pinctrl: s32: correct kernel-doc bad line warning
 2026-03-06  7:13 UTC  (2+ messages)

[PATCH v2 0/3] Remove <linux/of_gpio.h>
 2026-03-06  5:58 UTC  (8+ messages)
` [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 v2 0/3] Remove <linux/of_gpio.h>
 2026-03-06  1:16 UTC  (2+ messages)

[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] gpio: mpsse: drop redundant device reference
 2026-03-05 12:49 UTC 


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