linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-07 16:08:34 to 2024-10-11 09:04:00 UTC [more...]

[PATCH v2 00/14] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-10-11  9:03 UTC  (17+ messages)
` [PATCH v2 01/14] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH v2 02/14] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
` [PATCH v2 03/14] dt-bindings: pci: Add common schema for devices accessible through PCI BARs
` [PATCH v2 04/14] dt-bindings: misc: Add device specific bindings for RaspberryPi RP1
` [PATCH v2 08/14] clk: rp1: Add support for clocks provided by RP1
` [PATCH v2 09/14] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH v2 14/14] arm64: defconfig: Enable RP1 misc/clock/gpio drivers

[PATCH 1/1] MAINTAINERS: Add an entry for the LJCA drivers
 2024-10-11  7:12 UTC  (2+ messages)

[PATCH 1/2] gpio: mpc8xxx: use a helper variable to store the address of pdev->dev
 2024-10-11  7:05 UTC  (4+ messages)
` [PATCH 2/2] gpio: mpc8xxx: use generic device_is_compatible()

[PATCH v5 0/5] Add mfd, pinctrl and pwm support to EN7581 SoC
 2024-10-11  6:51 UTC  (12+ messages)
` [PATCH v5 3/5] mfd: airoha: Add support for Airoha EN7581 MFD

[PATCH v2 0/2] pinctrl: qcom: Introduce Pinctrl for QCS8300
 2024-10-11  5:46 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: describe qcs8300-tlmm
` [PATCH v2 2/2] pinctrl: qcom: add the tlmm driver for QCS8300 platforms

[PATCH v2 11/14] misc: rp1: RaspberryPi RP1 misc driver
 2024-10-11  5:15 UTC  (3+ messages)

[PATCH 0/2] Misc omap GPIO/UART fixes
 2024-10-11  4:46 UTC  (4+ messages)
` [PATCH 1/2] gpio: omap: Add omap_gpio_disable/enable_irq calls
` [PATCH 2/2] serial: 8250: omap: Move pm_runtime_get_sync

[brgl:gpio/for-next] BUILD SUCCESS ea7f2dfd13e096dce3198e5ffdb00d21bf7c8fe5
 2024-10-10 22:26 UTC 

[PATCH] pinctrl: nuvoton: fix a double free in ma35_pinctrl_dt_node_to_map_func()
 2024-10-10 20:52 UTC 

[PATCH] pinctrl: sophgo: fix double free in cv1800_pctrl_dt_node_to_map()
 2024-10-10 20:32 UTC  (6+ messages)

[PATCH] pinctrl: renesas: rzg2l: Always call rzg2l_gpio_request() for interrupt pins
 2024-10-10 19:52 UTC  (5+ messages)

[PATCH] pinctrl: zynqmp: drop excess struct member description
 2024-10-10 19:48 UTC  (2+ messages)

[PATCH] pinctrl: aw9523: fix kerneldoc for _aw9523_gpio_get_multiple()
 2024-10-10 19:36 UTC  (2+ messages)

[PATCH] pinctrl: renesas: Select PINCTRL_RZG2L for RZ/V2H(P) SoC
 2024-10-10 13:27 UTC 

[PATCH v4 0/4] Add pinctrl support for mt7988
 2024-10-10 12:36 UTC  (9+ messages)
` [PATCH v4 1/4] pinctrl: mediatek: add support for MTK_PULL_PD_TYPE
` [PATCH v4 2/4] pinctrl: mediatek: add MT7988 pinctrl driver
` [PATCH v4 3/4] dt-bindings: pinctrl: add binding for MT7988 SoC
` [PATCH v4 4/4] arm64: dts: mediatek: mt7988: add pinctrl support

[linusw-pinctrl:devel] BUILD SUCCESS 573cba282788c90b4ed01e21b9d3ba522fdcda17
 2024-10-10  9:12 UTC 

[linusw-pinctrl:for-next] BUILD SUCCESS 343dc93c233b1047565e85124272417cd214eb80
 2024-10-10  9:11 UTC 

[PATCH v2 0/6] gpio: notify user-space about config changes in the kernel
 2024-10-10  9:10 UTC  (7+ messages)
` [PATCH v2 1/6] gpiolib: notify user-space when a driver requests its own desc
` [PATCH v2 2/6] gpio: cdev: prepare gpio_desc_to_lineinfo() for being called from atomic
` [PATCH v2 3/6] gpiolib: add a per-gpio_device line state notification workqueue
` [PATCH v2 4/6] gpio: cdev: put emitting the line state events on a workqueue
` [PATCH v2 5/6] gpiolib: switch the line state notifier to atomic
` [PATCH v2 6/6] gpiolib: notify user-space about in-kernel line state changes

[PATCH v3 0/5] Congatec Board Controller drivers
 2024-10-10  8:40 UTC  (4+ messages)
` [GIT PULL] Immutable branch between MFD, GPIO, I2C and Watchdog due for the v6.13 merge window

[PATCH] pinctrl: th1520: Use common error handling code in th1520_pinctrl_dt_node_to_map()
 2024-10-10  6:33 UTC 

[PATCH v2 0/5] Add support for the RZ/V2H Interrupt Control Unit
 2024-10-09 22:00 UTC  (5+ messages)
` [PATCH v2 1/5] pinctrl: renesas: rzg2l: Remove RZG2L_TINT_IRQ_START_INDEX

[libgpiod][PATCH 00/22] bindings: python: conform to mypy and ruff linter recommendations
 2024-10-09 18:24 UTC  (50+ messages)
` [libgpiod][PATCH 01/22] bindings: python: clean up imports and exports
` [libgpiod][PATCH 02/22] bindings: python: make internal a private submodule
` [libgpiod][PATCH 03/22] bindings: python: fix annotation of variable length tuples
` [libgpiod][PATCH 04/22] bindings: python: add missing method type annotations
` [libgpiod][PATCH 05/22] bindings: python: add type stubs for _ext
` [libgpiod][PATCH 06/22] bindings: python: annotate internal members of Chip
` [libgpiod][PATCH 07/22] bindings: python: fix Chip union-attr type errors
` [libgpiod][PATCH 08/22] bindings: python: annotate internal members of LineRequest
` [libgpiod][PATCH 09/22] bindings: python: fix LineRequest union-attr type errors
` [libgpiod][PATCH 10/22] bindings: python: convert lines to offsets in LineRequest
` [libgpiod][PATCH 11/22] bindings: python: cast return value of LineRequest.get_values
` [libgpiod][PATCH 12/22] bindings: python: raise exception type, not exception instance
` [libgpiod][PATCH 13/22] bindings: python: selectively use f-strings
` [libgpiod][PATCH 14/22] bindings: python: tests: fix duplicate test name
` [libgpiod][PATCH 15/22] bindings: python: tests: clean up imports and exports
` [libgpiod][PATCH 16/22] bindings: python: tests: make EventType private to prevent export
` [libgpiod][PATCH 17/22] bindings: python: tests: add type stubs for external modules
` [libgpiod][PATCH 18/22] bindings: python: tests: add missing type annotations
` [libgpiod][PATCH 19/22] bindings: python: tests: ignore purposeful type errors
` [libgpiod][PATCH 20/22] bindings: python: tests: annotate internal members
` [libgpiod][PATCH 21/22] bindings: python: tests: use f-strings
` [libgpiod][PATCH 22/22] bindings: python: configure and document dev dependencies

[PATCH v2 0/3] pinctrl: s32: add missing pins and an S32G3 compatible
 2024-10-09 16:17 UTC  (4+ messages)
` [PATCH v2 1/3] pinctrl: s32: add missing pins definitions

[PATCH 0/5] gpio: notify user-space about config changes in the kernel
 2024-10-09 16:10 UTC  (6+ messages)
` [PATCH 2/5] gpiolib: unify two loops initializing GPIO descriptors
` [PATCH 3/5] gpio: cdev: update flags at once when reconfiguring from user-space
` (subset) [PATCH 0/5] gpio: notify user-space about config changes in the kernel

[PATCH] pinctrl: amd: Fix two small typos
 2024-10-09 15:12 UTC 

[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
 2024-10-09 13:34 UTC  (12+ messages)

[PATCH v5] gpio: add support for FTDI's MPSSE as GPIO
 2024-10-09 13:11 UTC 

[QUERY] : pinmux-pins GPIO interrupt pin
 2024-10-09 12:49 UTC  (2+ messages)

[PATCH v3 0/3] pinctrl: th1520: Improve code quality
 2024-10-09 12:42 UTC  (5+ messages)
` [PATCH v3 1/3] pinctrl: th1520: Fix return value for unknown pin error
` [PATCH v3 2/3] pinctrl: th1520: Convert thp->mutex to guarded mutex
` [PATCH v3 3/3] pinctrl: th1520: Convert dt child node loop to scoped iterator

[PATCH v2 0/3] pinctrl: renesas: rzg2l: Add support to configure open-drain and schmitt-trigger properties
 2024-10-09  7:53 UTC  (5+ messages)
` [PATCH v2 2/3] pinctrl: renesas: rzg2l: Add support for enabling/disabling open-drain outputs
` [PATCH v2 3/3] pinctrl: renesas: rzg2l: Add support for configuring schmitt-trigger

[PATCH libgpiod 0/3] dbus: client: fix memory leaks and errors
 2024-10-09  7:33 UTC  (5+ messages)
` [PATCH libgpiod 1/3] dbus: client: notify: fix reference counting
` [PATCH libgpiod 2/3] dbus: client: notify: free chip and line lists at exit
` [PATCH libgpiod 3/3] dbus: client: monitor: free the line list "

[PATCH v7 0/7] Add Aspeed G7 gpio support
 2024-10-09  6:47 UTC  (14+ messages)
` [PATCH v7 1/7] gpio: aspeed: Add the flush write to ensure the write complete
` [PATCH v7 2/7] gpio: aspeed: Use devm_clk api to manage clock source
` [PATCH v7 3/7] gpio: aspeed: Change the macro to support deferred probe
` [PATCH v7 4/7] gpio: aspeed: Remove the name for bank array
` [PATCH v7 5/7] gpio: aspeed: Create llops to handle hardware access
` [PATCH v7 6/7] dt-bindings: gpio: aspeed,ast2400-gpio: Support ast2700
` [PATCH v7 7/7] gpio: aspeed: Support G7 Aspeed gpio controller
` (subset) [PATCH v7 0/7] Add Aspeed G7 gpio support

[brgl:gpio/for-current] BUILD SUCCESS a6191a3d18119184237f4ee600039081ad992320
 2024-10-09  6:12 UTC 

[brgl:gpio/for-next] BUILD SUCCESS b7adfb6076ff0c1ebbde56d1903daa3d07db92c5
 2024-10-08 21:46 UTC 

[brgl:pwrseq/for-current] BUILD SUCCESS a85bbe01a320eb3f1398da3430384596b1c51663
 2024-10-08 21:42 UTC 

[libgpiod][PATCH v2] bindings: python: import gpiod attributes in external module
 2024-10-08 17:51 UTC 

[PATCH v2 0/3] Add initial support for Canaan Kendryte K230 pinctrl
 2024-10-08 16:27 UTC  (5+ messages)

[PATCH] gpio: ljca: use devm_mutex_init() to simplify the error path and remove()
 2024-10-08 16:24 UTC 

[PATCH V3 0/7] Add minimal boot support for IPQ5424
 2024-10-08 14:36 UTC  (11+ messages)
` [PATCH V3 2/7] dt-bindings: clock: Add Qualcomm IPQ5424 GCC binding
` [PATCH V3 3/7] dt-bindings: mmc: sdhci-msm: add IPQ5424 compatible
` [PATCH V3 4/7] clk: qcom: add Global Clock controller (GCC) driver for IPQ5424 SoC

[External] - Re: [libgpiod][PATCH 00/22] bindings: python: conform to mypy and ruff linter recommendations
 2024-10-08 13:38 UTC 

[External] - Re: [libgpiod][PATCH 01/22] bindings: python: clean up imports and exports
 2024-10-08 13:06 UTC  (2+ messages)

[libgpiod][PATCH] bindings: python: import gpiod attributes in external module
 2024-10-08 13:54 UTC  (2+ messages)

[PATCH v6 0/5] PCI: Remove most pcim_iounmap_regions() users
 2024-10-08 13:16 UTC  (2+ messages)

[External] - Re: [libgpiod][PATCH 02/22] bindings: python: make internal a private submodule
 2024-10-08 12:43 UTC 

[PATCH v6 0/5] Initial Support for Linksys EA9350 V3 (linksys-jamaica)
 2024-10-08 12:18 UTC  (17+ messages)
` [PATCH v6 1/5] dt-bindings: arm: qcom: add Linksys EA9350 V3
` [PATCH v6 2/5] arm64: dts: "
` [PATCH v6 3/5] clk: qcom: ipq5018: allow it to be bulid on arm32
` [PATCH v6 4/5] pinctrl: "
` [PATCH v6 5/5] arm: dts: qcom-ipq5018-linksys-jamaica: Include dts from arm64
    ` Re: [PATCH v6 0/5] Initial Support for Linksys EA9350 V3 (linksys-jamaica)
        `  "

[PATCH 1/3] gpio: xilinx: drop dependency on GPIO_OF
 2024-10-08  8:18 UTC  (2+ messages)

[PATCH] gpio: mvebu: drop dependency on OF_GPIO
 2024-10-08  8:15 UTC 

[PATCH 1/2] gpio: mvebu: allow building the module with COMPILE_TEST=y
 2024-10-08  8:09 UTC  (2+ messages)

[PATCH 0/2] dt-bindings: pinctrl: amlogic,meson8-pinctrl-cbus/aobus: add reg for cbus/aobus pinctrl nodes
 2024-10-08  7:32 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: amlogic,meson8-pinctrl-aobus: add reg for aobus "

[PATCH] gpio: pca953x: fix pca953x_irq_bus_sync_unlock race
 2024-10-08  6:02 UTC  (3+ messages)

[PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
 2024-10-08  1:08 UTC  (2+ messages)

[PATCH v3 0/4] Add pinctrl support for mt7988
 2024-10-07 21:18 UTC  (6+ messages)
` [PATCH v3 1/4] pinctrl: mediatek: add support for MTK_PULL_PD_TYPE
` [PATCH v3 2/4] pinctrl: mediatek: add MT7988 pinctrl driver
` [PATCH v3 3/4] dt-bindings: pinctrl: add binding for MT7988 SoC
` [PATCH v3 4/4] arm64: dts: mediatek: mt7988: add pinctrl support

[PATCH] pinctrl: Switch back to struct platform_driver::remove()
 2024-10-07 20:58 UTC 

[PATCH v2 3/3] pinctrl: th1520: Convert dt child node loop to scoped iterator
 2024-10-07 18:03 UTC  (3+ messages)

[PATCH 1/2] pinctrl: th1520: Convert to thp->mutex to guarded mutex
 2024-10-07 16:33 UTC  (3+ messages)

[PATCH v1 0/4] Add pinctrl support for mt7988
 2024-10-07 16:08 UTC  (5+ messages)
` [PATCH v1 3/4] dt-bindings: pinctrl: add binding for MT7988 SoC


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).