linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-23 00:18:32 to 2024-01-04 16:25:11 UTC [more...]

[PATCH v3 0/3] Add missing port pins for RZ/Five SoC
 2024-01-04 16:24 UTC  (7+ messages)
` [PATCH v3 1/3] pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro

[libgpiod][PATCH] core: remove buggy flags sanitization from line-config
 2024-01-04 14:07 UTC  (2+ messages)

[libgpiod][PATCH v2 retry] core: fix deselection of output direction when edge detection is selected
 2024-01-04 13:37 UTC  (6+ messages)

[PATCH V3 0/4] gpio: eic-sprd: Modification of UNISOC Platform EIC Driver
 2024-01-04 13:01 UTC  (7+ messages)
` [PATCH V3 1/4] gpio: eic-sprd: Keep the clock rtc_1k on
` [PATCH V3 2/4] gpio: eic-sprd: Clear interrupt after set the interrupt type
` [PATCH V3 3/4] gpio: eic-sprd: Modify the calculation method of eic number
` [PATCH V3 4/4] gpio: eic-sprd: Support 8 banks EIC controller

[PATCH v2 0/6] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2024-01-04 10:48 UTC  (7+ messages)
` [PATCH v2 1/6] firmware: arm_scmi: introduce helper get_max_msg_size
` [PATCH v2 2/6] dt-bindings: firmware: arm,scmi: support pinctrl protocol
` [PATCH v2 3/6] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
` [PATCH v2 4/6] pinctrl: Implementation of the generic scmi-pinctrl driver
` [PATCH NOT APPLY v2 5/6] firmware: scmi: support compatible string
` [PATCH NOT APPLY v2 6/6] pinctrl: scmi: implement pinctrl_scmi_imx_dt_node_to_map

[PATCH v2 0/3] gpiolib: use a read-write semaphore to protect the GPIO device list
 2024-01-04  9:39 UTC  (8+ messages)
` [PATCH v2 1/3] gpiolib: remove the GPIO device from the list when it's unregistered
` [PATCH v2 2/3] gpiolib: replace the GPIO device mutex with a read-write semaphore
` [PATCH v2 3/3] gpiolib: pin GPIO devices in place during descriptor lookup

[RFC PATCH 0/6] Add Pinctrl driver for Starfive JH8100 SoC
 2024-01-04  8:28 UTC  (8+ messages)
` [RFC PATCH 1/6] dt-bindings: pinctrl: starfive: add JH8100 pinctrl bindings

[PATCH v5 0/2] Add gpio driver support for Realtek DHC SoCs
 2024-01-04  5:58 UTC  (5+ messages)
` [PATCH v5 1/2] dt-bindings: gpio: realtek: Add realtek,rtd-gpio
` [PATCH v5 2/2] Add GPIO support for Realtek DHC(Digital Home Center) RTD SoCs

Some thoughts following a brief test of libgpiod ver 2.1
 2024-01-04  4:43 UTC  (19+ messages)
` [libgpiod] "

[PATCH V2 0/4] gpio: sprd: Modification of UNISOC Platform EIC Driver
 2024-01-04  2:31 UTC  (17+ messages)
` [PATCH V2 1/4] gpio: sprd: In the sleep state, the eic debounce clk must be forced open
` [PATCH V2 2/4] gpio: sprd: Clear interrupt after set the interrupt type
` [PATCH V2 3/4] gpio: sprd: Modify the calculation method of eic number
` [PATCH V2 4/4] gpio: sprd: Support 8 banks EIC controller

[libgpiod][PATCH v2] core: fix deselection of output direction when edge detection is selected
 2024-01-03 19:17 UTC  (4+ messages)

[PATCH v2 0/8] Add T-Head TH1520 SoC pin control
 2024-01-03 13:28 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings
` [PATCH v2 2/8] pinctrl: Add driver for the T-Head TH1520 SoC
` [PATCH v2 3/8] riscv: dts: thead: Add TH1520 pin control nodes
` [PATCH v2 4/8] riscv: dts: thead: Add TH1520 GPIO ranges
` [PATCH v2 5/8] riscv: dts: thead: Adjust TH1520 GPIO labels
` [PATCH v2 6/8] riscv: dts: thead: Add Lichee Pi 4M GPIO line names
` [PATCH v2 7/8] riscv: dts: thead: Add TH1520 pinctrl settings for UART0
` [PATCH v2 8/8] riscv: dtb: thead: Add BeagleV Ahead LEDs

pinctrl: Questions regarding pinconf_ops and bcm2835
 2024-01-03 12:12 UTC 

[PATCH v10 0/3] Add Nuvoton NPCM SGPIO feature
 2024-01-03 10:26 UTC  (5+ messages)
` [PATCH v10 1/3] dt-bindings: gpio: add NPCM sgpio driver bindings
` [PATCH v10 2/3] arm: dts: nuvoton: npcm: Add sgpio feature
` [PATCH v10 3/3] gpio: nuvoton: Add Nuvoton NPCM sgpio driver

[PATCH] pinctrl: st: Return pinctrl_gpio_direction_output to transfer the error
 2024-01-03  8:56 UTC  (2+ messages)

[PATCH V3] gpio: pmic-eic-sprd: Configure the bit corresponding to the EIC through offset
 2024-01-03  8:51 UTC  (3+ messages)

[PATCH v2 00/11] renesas: rzg3s: Add support for Ethernet
 2024-01-02 22:40 UTC  (4+ messages)
` [PATCH v2 08/11] dt-bindings: net: renesas,etheravb: Document RZ/G3S support

[PATCH v4 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
 2024-01-02 21:07 UTC  (2+ messages)
` [PATCH v4 02/24] gpiolib: acpi: Modify acpi_dev_irq_wake_get_by() to use resource

[PATCH v3 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
 2024-01-02 20:03 UTC  (4+ messages)
` [PATCH v3 02/24] gpiolib: acpi: Modify acpi_dev_irq_wake_get_by() to use resource

[libgpiod][PATCH] line-config.c: Fix library enum used for kernel flags bitfield
 2024-01-02 14:50 UTC  (4+ messages)

[libgpiod][PATCH] README: fix typo
 2024-01-02 14:09 UTC  (2+ messages)

[libgpiod][PATCH v2 0/2] gpioset: improve help
 2024-01-02 14:08 UTC  (4+ messages)
` [libgpiod][PATCH v2 1/2] gpioset: reword note on post-exit behaviour
` [libgpiod][PATCH v2 2/2] gpioset: improve toggle option help

[PATCH] gpioset: reword note on post-exit behaviour
 2024-01-02 14:06 UTC  (3+ messages)
` [libgpiod][PATCH] "

[PATCH v1] gpio: dwapb: Use generic request, free and set_config
 2024-01-02 13:16 UTC  (4+ messages)

[PATCH V2 0/2] gpio: pmic-eic-sprd: Modification of UNISOC Platform PMIC EIC Driver
 2024-01-02  7:29 UTC  (4+ messages)
` [PATCH V2 1/2] gpio: pmic-eic-sprd: Two-dimensional arrays maintain pmic eic

[libgpiod] Documentation question
 2023-12-31 19:39 UTC  (6+ messages)

[linusw-pinctrl:devel] BUILD SUCCESS 1b09c2b8f849079220a9a9ddf961582f00bdc2c4
 2023-12-30 23:55 UTC 

[linusw-pinctrl:for-next] BUILD SUCCESS 0ef4b05e2dfbed0f9ca8e8973f467998f96abdc1
 2023-12-30 23:55 UTC 

[PATCH V8 0/3] Add support control UP board CPLD/FPGA pin control
 2023-12-30 14:09 UTC  (16+ messages)
` [PATCH V8 1/3] mfd: Add support for UP board CPLD/FPGA
` [PATCH V8 2/3] pinctrl: Add support pin control "
` [PATCH V8 3/3] leds: Add support for UP board CPLD onboard LEDS

help with GPIOSET_INTERACTIVE
 2023-12-30  6:56 UTC  (15+ messages)
` [libgpiod] "

[GIT PULL] gpio: fixes for v6.7-rc8
 2023-12-29 20:00 UTC  (2+ messages)

[PATCH] pinctrl: samsung: constify iomem pointers
 2023-12-28 21:13 UTC  (5+ messages)

[brgl:gpio/for-current] BUILD SUCCESS ad5575eb6278892aa25a5d249c5009860d6d8bbc
 2023-12-28 16:15 UTC 

[brgl:gpio/for-next] BUILD SUCCESS 513246a34b8dc5d5280a40c1cbef112594220ba6
 2023-12-28 16:14 UTC 

[PATCH v4 0/2] Add gpio driver support for Realtek DHC SoCs
 2023-12-28  2:27 UTC  (11+ messages)
` [PATCH v4 1/2] dt-bindings: gpio: realtek: Add realtek,rtd-gpio
` [PATCH v4 2/2] Add GPIO support for Realtek DHC(Digital Home Center) RTD SoCs

[PATCH v1 1/1] gpiolib: cdev: Split line_get_debounce_period() and use
 2023-12-28  0:49 UTC  (12+ messages)

[PATCH v2 00/22] Improve IRQ wake capability reporting and update the cros_ec driver to use it
 2023-12-27 16:01 UTC  (4+ messages)

[RFC PATCH] gpiolib: remove extra_checks
 2023-12-27 14:59 UTC  (2+ messages)

[PATCH] gpio: tps65219: don't use CONFIG_DEBUG_GPIO
 2023-12-27 14:57 UTC  (2+ messages)

[PATCH] MAINTAINERS: split out the uAPI into a new section
 2023-12-27 14:52 UTC  (2+ messages)

[PATCH v2 0/5] gpiolib: cdev: guard tidying
 2023-12-27 14:46 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 3/6] pinctrl: amd: Mask non-wake source pins with interrupt enabled at suspend
 2023-12-26  0:27 UTC 

[PATCH AUTOSEL 6.1 21/24] pinctrl: cy8c95x0: Fix typo
 2023-12-26  0:22 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 22/24] pinctrl: cy8c95x0: Fix regression
` [PATCH AUTOSEL 6.1 23/24] pinctrl: cy8c95x0: Fix get_pincfg

[PATCH AUTOSEL 6.6 06/39] pinctrl: amd: Mask non-wake source pins with interrupt enabled at suspend
 2023-12-26  0:19 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 35/39] pinctrl: cy8c95x0: Fix typo
` [PATCH AUTOSEL 6.6 36/39] pinctrl: cy8c95x0: Fix regression
` [PATCH AUTOSEL 6.6 37/39] pinctrl: cy8c95x0: Fix get_pincfg

[PATCH v6 00/40] ep93xx device tree conversion
 2023-12-25 19:55 UTC  (7+ messages)
` [PATCH v6 05/40] pinctrl: add a Cirrus ep93xx SoC pin controller

[PATCH v6 0/2] pinctl: qcom: sm4450: Add SM4450 pinctrl driver
 2023-12-25  9:37 UTC  (7+ messages)
` [PATCH v6 1/2] dt-bindings: pinctrl: qcom: Add SM4450 pinctrl
` [PATCH v6 2/2] pinctrl: qcom: sm4450: dd SM4450 pinctrl driver

[PATCH v3] pinctrl: Add lock to ensure the state atomization
 2023-12-25  8:23 UTC 

[PATCH v2] pinctrl: Add lock to ensure the state atomization
 2023-12-25  6:13 UTC  (3+ messages)

[PATCH v2 01/22] gpiolib: acpi: Modify acpi_dev_irq_wake_get_by() to use resource
 2023-12-23  3:09 UTC  (3+ messages)

[PATCH 0/7] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2023-12-23  2:14 UTC  (4+ messages)
` [PATCH 7/7] pinctrl: scmi: implement pinctrl_scmi_imx_dt_node_to_map

[PATCH v1 0/8] Add T-Head TH15020 SoC pin control
 2023-12-23  0:18 UTC  (9+ messages)
` [PATCH v1 1/8] dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings


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).