public inbox for linux-gpio@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-18 16:59:05 to 2026-02-22 21:31:26 UTC [more...]

[PATCH v2 0/4] ti-ads7950: fix gpio handling and facelift
 2026-02-22 21:31 UTC  (21+ messages)
` [PATCH v2 1/4] iio: adc: ti-ads7950: normalize return value of gpio_get
` [PATCH v2 2/4] iio: adc: ti-ads7950: do not clobber gpio state in ti_ads7950_get()
` [PATCH v2 3/4] iio: adc: ti-ads7950: switch to using guard() notation
` [PATCH v2 4/4] iio: adc: ti-ads7950: complete conversion to using managed resources

[PATCH] gpiolib: replace snprintf("%s") with strscpy
 2026-02-22 17:03 UTC 

[PATCH v8 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-02-22 14:48 UTC  (31+ messages)
` [PATCH v8 3/4] gpio: rpmsg: add generic rpmsg GPIO driver

[GIT PULL] gpio fixes for v7.0-rc1
 2026-02-21  1:20 UTC  (2+ messages)

[PATCH v5 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2026-02-21  1:17 UTC  (4+ messages)

[PATCH net v2] net: phy: qcom: qca807x: normalize return value of gpio_get
 2026-02-21  0:20 UTC  (4+ messages)

[PATCH 0/5] pinctrl: Add generic pinctrl for board-level mux chips
 2026-02-20 23:38 UTC  (11+ messages)
` [PATCH 1/5] mux: add devm_mux_control_get_from_np() to get mux from child node
` [PATCH 2/5] dt-bindings: pinctrl: Add generic pinctrl for board-level mux chips
` [PATCH 3/5] pinctrl: add generic board-level pinctrl driver using mux framework
` [PATCH 4/5] arm64: dts: imx8mp-evk: add board-level mux for CAN2 and MICFIL
` [PATCH 5/5] arm64: dts: imx8mp-evk: add flexcan2 overlay file

[PATCH v3 1/1] gpiolib: of: add gpio-line node support
 2026-02-20 20:35 UTC  (4+ messages)

[PATCH 0/2] driver core: provide and use device_match_fwnode_ext()
 2026-02-20 16:03 UTC  (29+ messages)
` [PATCH 1/2] driver core: provide device_match_fwnode_ext()
` [PATCH 2/2] gpiolib: use device_match_fwnode_ext()

[PATCH v8 00/10] gpio: siul2-s32g2: add initial GPIO driver
 2026-02-20 14:41 UTC  (9+ messages)
` [PATCH v8 01/10] dt-bindings: mfd: add support for the NXP SIUL2 module

[PATCH v2 1/2] dt-bindings: gpio: add gpio-aggregator binding
 2026-02-20 13:28 UTC  (28+ messages)

[PATCH libgpiod] dbus: daemon: watch for "add"/"remove" uevents instead of "bind"/"unbind"
 2026-02-20 11:42 UTC  (5+ messages)

[PATCH] gpiolib: Fix shared GPIO memory leaks
 2026-02-20  9:34 UTC 

[PATCH v3 00/11] gpio: Adopt revocable mechanism for UAF prevention
 2026-02-20  7:52 UTC  (11+ messages)
` [PATCH v3 01/11] gpio: Access `gpio_bus_type` in gpiochip_setup_dev()
` [PATCH v3 02/11] gpio: Remove redundant check for struct gpio_chip
` [PATCH v3 03/11] gpio: sysfs: "
` [PATCH v3 05/11] gpio: cdev: Don't check struct gpio_chip in gpio_chrdev_open()
` [PATCH v3 06/11] selftests: gpio: Add gpio-cdev-uaf tests

[PATCH v2 1/1] gpiolib: of: add gpio-line node support
 2026-02-19 22:48 UTC  (14+ messages)

[PATCH 2/3] net: stmmac: restore pinctrl when driver remove
 2026-02-19 22:20 UTC  (4+ messages)

[PATCH] pinctrl: renesas: rzg2l: Add GPIO set_config
 2026-02-19 19:04 UTC  (3+ messages)

[PATCH] net: phy: qcom: qca807x: normalize return value of gpio_get
 2026-02-19 18:26 UTC  (6+ messages)

[PATCH] gpio: nomadik: Add missing IS_ERR() check
 2026-02-19 17:47 UTC  (2+ messages)

[PATCH v7 0/3] PCI: Add support for PCIe WAKE# interrupt
 2026-02-19 17:45 UTC  (3+ messages)
` [PATCH v7 2/3] gpio: Add fwnode_gpiod_get() helper

[PATCH v1 1/1] gpio: ts4800: Remove duplicate code to handle 'ngpios' property
 2026-02-19 17:33 UTC  (2+ messages)

[PATCH] media: i2c: max9286: normalize return value of gpio_get
 2026-02-19 17:32 UTC  (5+ messages)

[PATCH v2] gpiolib: normalize the return value of gc->get() on behalf of buggy drivers
 2026-02-19 17:32 UTC  (3+ messages)

[PATCH] platform/x86: barco-p50-gpio: normalize return value of gpio_get
 2026-02-19 17:27 UTC  (2+ messages)

[PATCH] gpio: amd-fch: switch to guard() notation
 2026-02-19 17:26 UTC  (2+ messages)

[PATCH] power: supply: sbs-manager: normalize return value of gpio_get
 2026-02-19 17:25 UTC  (3+ messages)

[PATCH] iio: adc: ti-ads7950: normalize return value of gpio_get
 2026-02-19 10:48 UTC  (3+ messages)

[PATCH] pinctrl: renesas: rza1: normalize return value of gpio_get
 2026-02-19 10:39 UTC  (3+ messages)

[PATCH] gpiolib: normalize the return value of gc->set() on behalf of buggy drivers
 2026-02-19  9:17 UTC  (3+ messages)

[PATCH 1/7] gpio: bd9571mwv: normalize return value of gpio_get
 2026-02-19  8:57 UTC  (10+ messages)
` [PATCH 2/7] gpio: cgbc: "
` [PATCH 3/7] gpio: da9055: "
` [PATCH 4/7] gpio: lp873x: "
` [PATCH 5/7] gpio: stp-xway: "
` [PATCH 6/7] gpio: tps65086: "
` [PATCH 7/7] gpio: viperboard: "

[PATCH v2] gpio: swnode: restore the swnode-name-against-chip-label matching
 2026-02-19  6:53 UTC  (7+ messages)

[PATCH AUTOSEL 6.19-6.18] pinctrl: mediatek: make devm allocations safer and clearer in mtk_eint_do_init()
 2026-02-19  2:04 UTC  (2+ messages)
` [PATCH AUTOSEL 6.19-6.18] pinctrl: renesas: rzt2h: Allow .get_direction() for IRQ function GPIOs

[brgl:gpio/for-current] BUILD SUCCESS fbd03587ba732c612b8a569d1cf5bed72bd3a27c
 2026-02-18 23:20 UTC 

[RFC v2 PATCH 00/13] hwspinlock: move device alloc into core and refactor includes
 2026-02-18 19:56 UTC  (3+ messages)
` [RFC PATCH v2 13/13] hwspinlock: refactor consumer.h from public header

[PATCH 0/4] ARM: dts: imx: cleanup iomux related CHECK_DTBS warnings for imx1, imx25 and imx27
 2026-02-18 18:39 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: pinctrl: convert fsl,imx27-pinctrl.txt to YAML

[PATCH v7 3/3] PCI: Add support for PCIe WAKE# interrupt
 2026-02-18 16:58 UTC  (2+ messages)


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