Linux GPIO subsystem development
 help / color / mirror / Atom feed
 messages from 2024-02-01 09:10:48 to 2024-02-08 09:59:35 UTC [more...]

[PATCH v3 00/24] gpio: rework locking and object life-time control
 2024-02-08  9:59 UTC  (9+ messages)
` [PATCH v3 01/24] gpio: protect the list of GPIO devices with SRCU
` [PATCH v3 02/24] gpio: of: assign and read the hog pointer atomically
` [PATCH v3 03/24] gpio: remove unused logging helpers
` [PATCH v3 04/24] gpio: provide and use gpiod_get_label()
` [PATCH v3 05/24] gpio: don't set label from irq helpers
` [PATCH v3 06/24] gpio: add SRCU infrastructure to struct gpio_desc
` [PATCH v3 07/24] gpio: protect the descriptor label with SRCU
` [PATCH v3 08/24] gpio: sysfs: use gpio_device_find() to iterate over existing devices

[PATCH v2] gpio: set device type for GPIO chips
 2024-02-08  9:38 UTC  (3+ messages)

[PATCH] gpio: remove GPIO device from the list unconditionally in error path
 2024-02-08  9:35 UTC  (2+ messages)

[PATCH v1 12/13] pinctrl: pinctrl-tps6594: Add TPS65224 PMIC pinctrl and GPIO
 2024-02-08  9:21 UTC 

[PATCH] gpio-mvebu: no hardcoded timer assignment for pwm
 2024-02-08  8:05 UTC  (4+ messages)

[PATCH v4] pinctrl: Add lock to ensure the state atomization
 2024-02-08  7:31 UTC  (4+ messages)

[PATCH RFC 0/2] pinctrl: bcm2835: Implement pin_conf_get
 2024-02-07 18:22 UTC  (6+ messages)
` [PATCH RFC 1/2] pinctrl: bcm2835: Implement bcm2835_pinconf_get
` [PATCH RFC 2/2] pinctrl: bcm2835: Implement bcm2711_pinconf_get

[PATCH v2] pinctrl: mcp23s08: Check only GPIOs which have interrupts enabled
 2024-02-07 14:48 UTC  (3+ messages)

[PATCH] gpio: set device type for GPIO chips
 2024-02-07 13:49 UTC  (5+ messages)

[PATCH] dt-bindings: pinctrl: nvidia,tegra234-pinmux: Restructure common schema
 2024-02-07 10:55 UTC  (2+ messages)

[PATCH 1/2] pinctrl: mediatek: Drop bogus slew rate register range for MT8186
 2024-02-07 10:48 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: nuvoton: Constify wpcm450_groups
 2024-02-07 10:47 UTC  (3+ messages)

[PATCH] pinctrl: stm32: fix PM support for stm32mp257
 2024-02-07 10:46 UTC 

[PATCH] pinctrl: amd: Add IRQF_ONESHOT to the interrupt request
 2024-02-07 10:40 UTC  (5+ messages)

[RFC PATCH 0/6] Add Pinctrl driver for Starfive JH8100 SoC
 2024-02-07  3:09 UTC  (7+ messages)
` [RFC PATCH 1/6] dt-bindings: pinctrl: starfive: add JH8100 pinctrl bindings
` [RFC PATCH 6/6] riscv: dts: starfive: jh8100: add pinctrl device tree nodes

[PATCH v2 0/8] Add T-Head TH1520 SoC pin control
 2024-02-06 19:25 UTC  (2+ messages)

[PATCH v4 0/4] gpio: vf610: allow disabling the vf610 driver
 2024-02-06 14:05 UTC  (13+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] gpio: vf610: enable COMPILE_TEST
` [PATCH v4 3/4] ARM: imx_v6_v7_defconfig: enable the vf610 gpio driver
` [PATCH v4 4/4] arm64: defconfig: "

[PATCH v2 3/3] pinctrl: renesas: rzg2l: Avoid configuring ISEL in gpio_irq_{en,dis}able
 2024-02-06 14:11 UTC  (2+ messages)

[PATCH v2 0/3] RZ/G2L pinctrl trivial changes
 2024-02-06 14:11 UTC  (6+ messages)
` [PATCH v2 1/3] pinctrl: renesas: rzg2l: Configure interrupt input mode
` [PATCH v2 2/3] pinctrl: renesas: rzg2l: Simplify rzg2l_gpio_irq_{en,dis}able

[PATCH v2 00/23] gpio: rework locking and object life-time control
 2024-02-06 13:43 UTC  (50+ messages)
` [PATCH v2 01/23] gpio: protect the list of GPIO devices with SRCU
` [PATCH v2 02/23] gpio: of: assign and read the hog pointer atomically
` [PATCH v2 03/23] gpio: remove unused logging helpers
` [PATCH v2 04/23] gpio: provide and use gpiod_get_label()
` [PATCH v2 05/23] gpio: don't set label from irq helpers
` [PATCH v2 06/23] gpio: add SRCU infrastructure to struct gpio_desc
` [PATCH v2 07/23] gpio: protect the descriptor label with SRCU
` [PATCH v2 08/23] gpio: sysfs: use gpio_device_find() to iterate over existing devices
` [PATCH v2 09/23] gpio: remove gpio_lock
` [PATCH v2 10/23] gpio: reinforce desc->flags handling
` [PATCH v2 11/23] gpio: remove unneeded code from gpio_device_get_desc()
` [PATCH v2 12/23] gpio: sysfs: extend the critical section for unregistering sysfs devices
` [PATCH v2 13/23] gpio: sysfs: pass the GPIO device - not chip - to sysfs callbacks
` [PATCH v2 14/23] gpio: cdev: replace gpiochip_get_desc() with gpio_device_get_desc()
` [PATCH v2 15/23] gpio: cdev: don't access gdev->chip if it's not needed
` [PATCH v2 16/23] gpio: don't dereference gdev->chip in gpiochip_setup_dev()
` [PATCH v2 17/23] gpio: reduce the functionality of validate_desc()
` [PATCH v2 18/23] gpio: remove unnecessary checks from gpiod_to_chip()
` [PATCH v2 19/23] gpio: add the can_sleep flag to struct gpio_device
` [PATCH v2 20/23] gpio: add SRCU infrastructure "
` [PATCH v2 21/23] gpio: protect the pointer to gpio_chip in gpio_device with SRCU
` [PATCH v2 22/23] gpio: remove the RW semaphore from the GPIO device
` [PATCH v2 23/23] gpio: mark unsafe gpio_chip manipulators as deprecated

[brgl:gpio/for-next] BUILD SUCCESS a875746f603b86134bd1924b7289fc3542fd45e7
 2024-02-06 12:00 UTC 

[PATCH v4] dt-bindings: pinctrl: cy8c95x0: Update gpio-reserved-ranges
 2024-02-06 11:45 UTC  (2+ messages)

[PATCH v4 00/18] Add support for Mobileye EyeQ5 system controller
 2024-02-06 10:13 UTC  (25+ messages)
` [PATCH v4 03/18] dt-bindings: pinctrl: allow pin controller device without unit address
` [PATCH v4 04/18] dt-bindings: clock: mobileye,eyeq5-clk: add bindings
` [PATCH v4 06/18] dt-bindings: pinctrl: mobileye,eyeq5-pinctrl: "
` [PATCH v4 07/18] dt-bindings: soc: mobileye: add EyeQ5 OLB system controller
` [PATCH v4 10/18] pinctrl: eyeq5: add platform driver
` [PATCH v4 11/18] MIPS: mobileye: eyeq5: rename olb@e00000 to system-controller@e00000
` [PATCH v4 16/18] MIPS: mobileye: eyeq5: add reset properties to UARTs

[PATCH 0/3] pinctrl: pinctrl-single: fix suspend/resume on j7200
 2024-02-06  4:43 UTC  (2+ messages)
` (subset)[PATCH "

[PATCH v4 0/4] Add support for nuvoton ma35d1 pin control
 2024-02-06  2:52 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: reset: Add syscon to nuvoton ma35d1 system-management node
` [PATCH v4 2/4] dt-bindings: pinctrl: Document nuvoton ma35d1 pin control
` [PATCH v4 3/4] arm64: dts: nuvoton: Add pinctrl support for ma35d1
` [PATCH v4 4/4] pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driver

[PATCH] gpio: gpiolib: make gpio_bus_type const
 2024-02-05 12:47 UTC  (6+ messages)

[PATCH v3 0/6] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2024-02-05 13:52 UTC  (9+ messages)

[PATCH V4 0/2] pwm: Add GPIO PWM driver
 2024-02-05 13:06 UTC  (16+ messages)
` [PATCH V4 1/2] dt-bindings: pwm: Add pwm-gpio
` [PATCH V4 2/2] pwm: Add GPIO PWM driver

[libgpiod][PATCH] bindings: python: fix __repr__() implementations
 2024-02-05  9:18 UTC  (2+ messages)

[PATCH] dt-bindings: gpio: gpio-pca9570: Add label property
 2024-02-05  8:30 UTC  (3+ messages)

[PATCH] dt-bindings: gpio: mvebu: Fix "unevaluatedProperties" to be false
 2024-02-05  8:29 UTC  (2+ messages)

[PATCH v2 00/15] Add suspend to ram support for PCIe on J7200
 2024-02-05  7:21 UTC  (7+ messages)
` [PATCH v2 01/15] gpio: pca953x: move suspend()/resume() to suspend_noirq()/resume_noirq()
` [PATCH v2 02/15] pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirq

[PATCH V3 0/2] pwm: Add GPIO PWM driver
 2024-02-04 19:21 UTC  (4+ messages)

[PATCH 0/2] regulator: gpio: Miscellaneous state fixes
 2024-02-04 18:18 UTC  (11+ messages)
` [PATCH 1/2] regulator: dt-bindings: gpio-regulator: Fix {gpios-,}states limits
` [PATCH 2/2] regulator: gpio: Correct default GPIO state to LOW

[PATCH v7 00/39] ep93xx device tree conversion
 2024-02-04 17:03 UTC  (4+ messages)
` [PATCH v7 05/39] pinctrl: add a Cirrus ep93xx SoC pin controller

[PATCH] dt-bindings: gpio: renesas,rcar-gpio: Add r8a779h0 support
 2024-02-03 17:30 UTC  (4+ messages)

[brgl:gpio/for-next] BUILD SUCCESS 3eac8bbed22e940ac1645a884f221bef408f675c
 2024-02-03 14:43 UTC 

[PATCH v3] pinctrl: Add lock to ensure the state atomization
 2024-02-02 11:05 UTC  (3+ messages)

[PATCH v3] dt-bindings: pinctrl: cy8x95x0: Minor fix & update
 2024-02-02 10:52 UTC  (3+ messages)

[PATCH v2] pinctrl: mcp23s08: Check only GPIOs which have interrupts enabled
 2024-02-02 10:40 UTC  (3+ messages)

[PATCH 00/22] gpio: rework locking and object life-time control
 2024-02-01 18:30 UTC  (8+ messages)
` [PATCH 10/22] gpio: reinforce desc->flags handling
` [PATCH 22/22] gpio: mark unsafe gpio_chip manipulators as deprecated

[PATCH] pinctrl: mcp23s08: Check only GPIOs which have interrupts enabled
 2024-02-01 13:18 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