linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-11 23:24:53 to 2024-10-16 09:49:26 UTC [more...]

[PATCH v8 0/6] PCI: Remove most pcim_iounmap_regions() users
 2024-10-16  9:49 UTC  (4+ messages)
` [PATCH v8 1/6] PCI: Make pcim_iounmap_region() a public function
` [PATCH v8 2/6] PCI: Deprecate pcim_iounmap_regions()
` [PATCH v8 3/6] fpga/dfl-pci.c: Replace deprecated PCI functions

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

[PATCH v2 0/2] pinctrl: qcom: Introduce Pinctrl for QCS8300
 2024-10-16  9:25 UTC  (3+ messages)
` [PATCH v2 2/2] pinctrl: qcom: add the tlmm driver for QCS8300 platforms

[PATCH v2 0/2] gpio: create the /sys/class/gpio mount point with GPIO_SYSFS disabled
 2024-10-16  9:12 UTC  (12+ messages)
` [PATCH v2 1/2] driver core: class: expose the class kobject
` [PATCH v2 2/2] gpio: create the /sys/class/gpio mount point with GPIO_SYSFS disabled

[PATCH 0/2] gpio: mmio: Support ngpios property
 2024-10-16  7:21 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: gpio-mmio: Add "
` [PATCH 2/2] gpio: mmio: Parse "

[PATCH v2 0/5] Add Exynos990 pinctrl and chipid drivers
 2024-10-16  7:20 UTC  (11+ messages)
` [PATCH v2 1/5] dt-bindings: pinctrl: samsung: Add exynos990-pinctrl compatible
` [PATCH v2 2/5] dt-bindings: pinctrl: samsung: add exynos990-wakeup-eint compatible
` [PATCH v2 3/5] pinctrl: samsung: Add Exynos 990 SoC pinctrl configuration
` [PATCH v2 4/5] arm64: dts: exynos: Add Exynos 990 pinctrl nodes
` [PATCH v2 5/5] arm64: dts: exynos: Add button support for c1s

[PATCH] dt-bindings: pinctrl: fsl,imx6ul-pinctrl: Convert i.MX35/5x/6 to YAML
 2024-10-16  6:58 UTC  (2+ messages)
` [PATCH] dt-bindings: pinctrl: fsl, imx6ul-pinctrl: "

[PATCH 1/2] dt-bindings: pinctrl: samsung: Fix interrupt constraint for variants with fallbacks
 2024-10-16  6:20 UTC  (7+ messages)
` [PATCH 2/2] dt-bindings: pinctrl: samsung: Add missing constraint for Exynos8895 interrupts

[PATCH v6 0/6] Add mfd, pinctrl and pwm support to EN7581 SoC
 2024-10-16  1:49 UTC  (14+ messages)
` [PATCH v6 1/6] dt-bindings: arm: airoha: Add the chip-scu node for "
` [PATCH v6 2/6] dt-bindings: pinctrl: airoha: Add EN7581 pinctrl
` [PATCH v6 3/6] dt-bindings: pwm: airoha: Add EN7581 pwm
` [PATCH v6 4/6] dt-bindings: mfd: Add support for Airoha EN7581 GPIO System Controller
` [PATCH v6 5/6] pinctrl: airoha: Add support for EN7581 SoC
` [PATCH v6 6/6] pwm: "

[PATCH v5 0/3] riscv: spacemit: add pinctrl support to K1 SoC
 2024-10-16  0:59 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: pinctrl: spacemit: add support for "
` [PATCH v5 2/3] pinctrl: spacemit: add support for SpacemiT "
` [PATCH v5 3/3] riscv: dts: spacemit: add pinctrl property to uart0 in BPI-F3

[PATCH] pinctrl: PINCTRL_K230 should depend on ARCH_CANAAN
 2024-10-15 22:00 UTC  (2+ messages)

[RFC PATCH] pinctrl: pinmux: Introduce API to check if a pin is requested
 2024-10-15 21:43 UTC  (2+ messages)

[PATCH] pinctrl: th1520: add a CONFIG_OF dependency
 2024-10-15 21:39 UTC  (3+ messages)

[PATCH v1 0/7] Add minimal Exynos990 SoC and SM-N981B support
 2024-10-15 20:37 UTC  (13+ messages)
` [PATCH v1 1/7] dt-bindings: arm: cpus: Add Samsung Mongoose M5
` [PATCH v1 2/7] dt-bindings: hwinfo: exynos-chipid: Add compatible for Exynos 990 chipid
` [PATCH v1 3/7] dt-bindings: arm: samsung: samsung-boards: Add bindings for Exynos 990 boards
` [PATCH v1 4/7] dt-bindings: pinctrl: samsung: Add exynos990-pinctrl compatible
` [PATCH v1 5/7] dt-bindings: pinctrl: samsung: add exynos990-wakeup-eint compatible
` [PATCH v1 6/7] arm64: dts: exynos: Add initial support for the Exynos 990 SoC
` [PATCH v1 7/7] arm64: boot: dts: Add initial support for Samsung Galaxy Note20 5G (c1s)

[ANNOUNCE] libgpiod v2.2-rc3
 2024-10-15 18:43 UTC 

[PATCH v1 0/3] pinctrl: th1520: Unbreak the driver
 2024-10-15 16:52 UTC  (3+ messages)

[PATCH 1/4] gpio: grgpio: drop Kconfig dependency on OF_GPIO
 2024-10-15 13:18 UTC  (4+ messages)
` [PATCH 2/4] gpio: grgpio: order headers alphabetically
` [PATCH 3/4] gpio: grgpio: use a helper variable to store the address of ofdev->dev
` [PATCH 4/4] gpio: grgpio: remove remove()

[PATCH v2 0/3] Pinctrl: A4: Add pinctrl driver
 2024-10-15  8:37 UTC  (12+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: Add support for Amlogic A4 SoCs
` [PATCH v2 2/3] pinctrl: meson: Add driver "
` [PATCH v2 3/3] arm64: dts: amlogic: a4: add pinctrl node

[brgl:gpio/for-next] BUILD SUCCESS 476f18c0895df7b281eb84b3e687e6101c844338
 2024-10-15  8:24 UTC 

[PATCH] gpio: sysfs: constify gpio class
 2024-10-15  8:02 UTC  (2+ messages)

[PATCH] gpio: fold the Kconfig prompt into the option type for GPIO CDEV
 2024-10-15  8:02 UTC  (2+ messages)

[PATCH] gpio: amdpt: remove remove()
 2024-10-15  8:01 UTC  (2+ messages)

[PATCH] gpio: menz127: simplify error path and remove remove()
 2024-10-15  8:00 UTC  (2+ messages)

[PATCH v1 0/2] Add Exynos990 pinctrl and chipid drivers
 2024-10-15  7:05 UTC  (4+ messages)
` [PATCH v1 1/2] soc: samsung: exynos-chipid: Add support for Exynos 990 chipid
` [PATCH v1 2/2] pinctrl: samsung: Add support for Exynos990 pinctrl

[PATCH] gpio: create empty /sys/class/gpio with SYSFS disabled
 2024-10-15  2:20 UTC  (3+ messages)

[PATCH v6 0/8] MediaTek pinctrl DT binding cleanup and MT6735 pinctrl support
 2024-10-14 19:47 UTC  (19+ messages)
` [PATCH v6 1/8] dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Pull pinctrl node changes from MT6795 document
` [PATCH v6 3/8] dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Add MT6795
` [PATCH v6 6/8] dt-bindings: pinctrl: mediatek: Add bindings for MT6735 pin controller
` [PATCH v6 7/8] dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Document "
` [PATCH v6 8/8] pinctrl: mediatek: Add MT6735 pinctrl driver

[PATCH v3] pinmux: Use sequential access to access desc->pinmux data
 2024-10-14 19:29 UTC 

[PATCH RESEND 0/2] Misc OMAP GPIO/UART fixes
 2024-10-14 15:22 UTC  (6+ messages)
` [PATCH RESEND 2/2] serial: 8250: omap: Move pm_runtime_get_sync

[libgpiod][PATCH v2] bindings: python: import gpiod attributes in external module
 2024-10-14 14:44 UTC  (2+ messages)

[PATCH v7 0/5] PCI: Remove most pcim_iounmap_regions() users
 2024-10-14 12:59 UTC  (12+ messages)
` [PATCH v7 1/5] PCI: Deprecate pcim_iounmap_regions()
` [PATCH v7 2/5] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v7 3/5] block: mtip32xx: "
` [PATCH v7 4/5] gpio: "
` [PATCH v7 5/5] ethernet: cavium: "

[PATCH v2 0/6] gpio: notify user-space about config changes in the kernel
 2024-10-14  9:57 UTC  (22+ messages)
` [PATCH v2 2/6] gpio: cdev: prepare gpio_desc_to_lineinfo() for being called from atomic
` [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 v2 1/2] gpio: davinci: allow building the module with COMPILE_TEST=y
 2024-10-14  8:31 UTC  (2+ messages)

[PATCH] gpio: vf610: use generic device_get_match_data()
 2024-10-14  8:31 UTC  (2+ messages)

[PATCH] gpio: ts4900: use generic device properties
 2024-10-14  8:31 UTC  (2+ messages)

[PATCH] gpio: mvebu: drop dependency on OF_GPIO
 2024-10-14  8:31 UTC  (2+ messages)

[PATCH] gpio: ljca: use devm_mutex_init() to simplify the error path and remove()
 2024-10-14  8:31 UTC  (2+ messages)

[PATCH] gpio: eic-sprd: use generic device_get_match_data()
 2024-10-14  8:31 UTC  (2+ messages)

[PATCH 1/2] gpio: mpc8xxx: use a helper variable to store the address of pdev->dev
 2024-10-14  8:31 UTC  (2+ messages)

[PATCH v4 0/4] Add pinctrl support for mt7988
 2024-10-14  8:15 UTC  (5+ messages)
` [PATCH v4 4/4] arm64: dts: mediatek: mt7988: add pinctrl support
    ` Aw: "

[PATCH v5] gpio: add support for FTDI's MPSSE as GPIO
 2024-10-14  7:08 UTC  (3+ messages)

[PATCH v7 0/7] Add Aspeed G7 gpio support
 2024-10-14  7:04 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/1] pinctrl: ocelot: fix system hang on level based interrupts
 2024-10-14  5:06 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH v3 0/8] pinctrl: Add T-Head TH1520 SoC pin controllers
 2024-10-12 14:41 UTC  (7+ messages)
` [PATCH v3 6/8] riscv: dts: thead: Add Lichee Pi 4M GPIO line names
` [PATCH v3 7/8] riscv: dts: thead: Add TH1520 pinctrl settings for UART0
` [PATCH v3 8/8] riscv: dtb: thead: Add BeagleV Ahead LEDs

[linusw-pinctrl:devel] BUILD SUCCESS 2a85fc7044987d751f27d7f1e4423eebbcecc2c6
 2024-10-12 11:20 UTC 

[linusw-pinctrl:for-next] BUILD SUCCESS 6dbd1577b7dc10263d515045ef6460e80d6c9afa
 2024-10-12  2:49 UTC 

[linusw-pinctrl:fixes] BUILD SUCCESS 4575962aeed63aca975756852ab0c550164f849f
 2024-10-12  2:34 UTC 

[GIT PULL] gpio fixes for v6.12-rc3
 2024-10-11 23:24 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;
as well as URLs for NNTP newsgroup(s).