linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-09 14:03:46 to 2024-01-16 18:22:46 UTC [more...]

[PATCH 00/14] Add suspend to ram support for PCIe on J7200
 2024-01-16 18:22 UTC  (25+ messages)
` [PATCH 01/14] gpio: pca953x: move suspend/resume to suspend_noirq/resume_noirq
` [PATCH 02/14] pinctrl: pinctrl-single: "
` [PATCH 03/14] i2c: omap: wakeup the controller during suspend callback
` [PATCH 04/14] mux: mmio: Add resume support
` [PATCH 05/14] phy: ti: phy-j721e-wiz: make wiz_clock_init callable multiple times
` [PATCH 06/14] phy: ti: phy-j721e-wiz: add resume support
` [PATCH 07/14] phy: cadence-torrent: extract calls to clk_get from cdns_torrent_clk
` [PATCH 08/14] phy: cadence-torrent: register resets even if the phy is already configured
` [PATCH 09/14] phy: cadence-torrent: move already_configured to struct cdns_torrent_phy
` [PATCH 10/14] phy: cadence-torrent: remove noop_ops phy operations
` [PATCH 11/14] phy: cadence-torrent: add suspend and resume support
` [PATCH 12/14] PCI: cadence: add resume support to cdns_pcie_host_setup()
` [PATCH 13/14] PCI: j721e: move reset GPIO to device struct
` [PATCH 14/14] PCI: j721e: add suspend and resume support

[PATCH v11 1/2] dt-bindings: adc: add AD7173
 2024-01-16 16:30 UTC  (5+ messages)
` [PATCH v11 2/2] iio: adc: ad7173: add AD7173 driver

[PATCH v2 1/2] pwm: pwm-gpio: New driver
 2024-01-16 14:15 UTC  (8+ messages)

[PATCH v2] gpio: vf610: allow disabling the vf610 driver
 2024-01-16 13:17 UTC  (2+ messages)

[libgpiod][PATCH v2] README: mention the Linux 5.10 requirement for libgpiod v2
 2024-01-16 10:09 UTC  (3+ messages)

[libgpiod][PATCH v2 1/2] README: add info about the github page
 2024-01-16  9:18 UTC  (4+ messages)
` [libgpiod][PATCH 2/2] README: mention the linux v5.10 requirement for libgpiod v2

[PATCH v2] support i.MX93 truly available GPIO pins
 2024-01-16  2:59 UTC  (7+ messages)
` [PATCH v2 1/2] gpio: vf610: add support to DT 'ngpios' property
` [PATCH v2 2/2] arm64: dts: imx93: specify available 'ngpios' per GPIO port

[PATCH v3] gpio: EN7523: fix kernel-doc warnings
 2024-01-15 22:16 UTC  (2+ messages)

[PATCH 0/2] Add support for additional AD717X models
 2024-01-15 19:52 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: adc: ad7173: add support for additional models
` [PATCH 2/2] iio: "

[PATCH] gpiolib: Fix scope-based gpio_device refcounting
 2024-01-15 17:41 UTC  (4+ messages)

[PATCH v2 0/8] Add T-Head TH1520 SoC pin control
 2024-01-15 17:36 UTC  (10+ messages)
` [PATCH v2 1/8] dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings
` [PATCH v2 3/8] riscv: dts: thead: Add TH1520 pin control nodes

[PATCH] pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map()
 2024-01-15 15:34 UTC 

[PATCH v5 0/4] Add missing port pins for RZ/Five SoC
 2024-01-15 14:07 UTC  (6+ messages)
` [PATCH v5 1/4] pinctrl: renesas: rzg2l: Improve code for readability
` [PATCH v5 2/4] pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro
` [PATCH v5 3/4] pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28
` [PATCH v5 4/4] riscv: dts: renesas: r9a07g043f: Update gpio-ranges property

[PATCH] gpiolib: revert the attempt to protect the GPIO device list with an rwsem
 2024-01-15 11:17 UTC 

[PATCH v2] gpio: EN7523: fix kernel-doc warnings
 2024-01-15 10:15 UTC  (2+ messages)

[PATCH] gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe
 2024-01-15 10:12 UTC  (2+ messages)

[PATCH] dt-bindings: gpio: xilinx: Fix node address in gpio
 2024-01-15 10:10 UTC  (3+ messages)

[PATCH] gpio: rtd: Fix signedness bug in probe
 2024-01-15 10:08 UTC  (3+ messages)

[PATCH] gpio: vf610: allow disabling the vf610 driver
 2024-01-15  9:52 UTC  (4+ messages)

[PATCH v2 1/2] README: add info about the github page
 2024-01-15  9:39 UTC  (2+ messages)
` [PATCH 2/2] README: mention the linux v5.10 requirement for libgpiod v2

[libgpiod][PATCH] README: add info about the github page
 2024-01-15  9:37 UTC  (11+ messages)

[GIT PULL] pin control changes for v6.8
 2024-01-15  7:51 UTC 

[PATCH] gpio: EN7523: fix kernel-doc warnings
 2024-01-15  5:19 UTC 

[PATCH v2 0/9] Documentation: gpio: add character device userspace API documentation
 2024-01-15  1:36 UTC  (14+ messages)
` [PATCH v2 1/9] Documentation: gpio: add chardev "
` [PATCH v2 2/9] Documentation: ABI: update gpio-cdev to reference chardev.rst
` [PATCH v2 3/9] Documentation: ABI: update sysfs-gpio to reference gpio-cdev
` [PATCH v2 4/9] Documentation: gpio: move sysfs into an obsolete section
` [PATCH v2 5/9] Documentation: gpio: update sysfs documentation to reference new chardev doc
` [PATCH v2 6/9] Documentation: gpio: add chardev v1 userspace API documentation
` [PATCH v2 7/9] Documentation: gpio: capitalize GPIO in index title
` [PATCH v2 8/9] Documentation: gpio: document gpio-mockup as obsoleted by gpio-sim
` [PATCH v2 9/9] Documentation: gpio: move gpio-mockup into obsolete section

[PATCH AUTOSEL 4.14 3/6] pinctrl: amd: Mask non-wake source pins with interrupt enabled at suspend
 2024-01-14 18:59 UTC  (3+ messages)

[PATCH 0/5] gpio: uapi: documentation improvements
 2024-01-14 14:30 UTC  (9+ messages)
` [PATCH 1/5] gpio: uapi: improve description of fd fields
` [PATCH 2/5] gpio: uapi: clarify hte references
` [PATCH 3/5] gpio: uapi: drop trailing period from one sentence descriptions
` [PATCH 4/5] gpio: uapi: document possible values of gpioevent_data.id
` [PATCH 5/5] gpio: uapi: clarify using v2 rather than v1

[PATCH 0/7] Documentation: gpio: add character device userspace API documentation
 2024-01-14 12:55 UTC  (17+ messages)
` [PATCH 1/7] Documentation: gpio: add chardev "

[PATCH v4 0/4] Add missing port pins for RZ/Five SoC
 2024-01-13 20:40 UTC  (12+ messages)
` [PATCH v4 1/4] pinctrl: renesas: rzg2l: Improve code for readability
` [PATCH v4 2/4] pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro
` [PATCH v4 3/4] pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28
` [PATCH v4 4/4] riscv: dts: renesas: r9a07g043f: Update gpio-ranges property

[GIT PULL] gpio: updates for v6.8-rc1
 2024-01-12 22:20 UTC  (2+ messages)

Assign line names at runtime
 2024-01-12 13:16 UTC  (5+ messages)
      `  "

[libgpiod] Feedback from the Raspberry Pi community
 2024-01-12 12:53 UTC  (3+ messages)

[PATCH] pinctrl: renesas: rzg2l: Fix double unlock in rzg2l_dt_subnode_to_map()
 2024-01-12 12:28 UTC  (5+ messages)

[bug report] gpio: nuvoton: Add Nuvoton NPCM sgpio driver
 2024-01-12  9:47 UTC  (2+ messages)

Assign line names at runtime
 2024-01-12  8:33 UTC  (4+ messages)

Formulario de Contacto · Latis Asesores · "Can We Find Our Way Back?"
 2024-01-11 17:24 UTC 

[PATCH 0/2] support i.MX93 truly available GPIO pins
 2024-01-11 14:26 UTC  (6+ messages)
` [PATCH 1/2] gpio: vf610: add support to DT 'ngpios' property
` [PATCH 2/2] arm64: dts: imx93: specify available 'ngpios' per GPIO port

[PATCH] pinctrl: mt7986: excise kernel-doc warnings
 2024-01-11  4:51 UTC 

[PATCH 0/3] cleanup: provide and use a locking guard for nested read semaphores
 2024-01-10 22:00 UTC  (5+ messages)
` [PATCH 1/3] cleanup: provide DEFINE_LOCK_GUARD_ARGS()
` [PATCH 2/3] locking/rwsem: provide a lock guard for down_read_nested()
` [PATCH 3/3] gpiolib: pin GPIO devices in place during descriptor lookup

[PATCH v8 0/9] Initial Marvell PXA1908 support
 2024-01-10 19:08 UTC  (10+ messages)
` [PATCH v8 1/9] clk: mmp: Switch to use struct u32_fract instead of custom one
` [PATCH v8 2/9] dt-bindings: pinctrl: pinctrl-single: add marvell,pxa1908-padconf compatible
` [PATCH v8 3/9] pinctrl: single: "
` [PATCH v8 4/9] dt-bindings: clock: Add Marvell PXA1908 clock bindings
` [PATCH v8 5/9] clk: mmp: Add Marvell PXA1908 clock driver
` [PATCH v8 6/9] dt-bindings: marvell: Document PXA1908 SoC
` [PATCH v8 7/9] arm64: Kconfig.platforms: Add config for Marvell PXA1908 platform
` [PATCH v8 8/9] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte
` [PATCH 9/9] MAINTAINERS: add myself as Marvell PXA1908 maintainer

[PATCH v3 0/3] Add missing port pins for RZ/Five SoC
 2024-01-10 18:30 UTC  (11+ messages)
` [PATCH v3 1/3] pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro
` [PATCH v3 2/3] pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28

[PATCH v2 0/6] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2024-01-10 14:23 UTC  (4+ messages)
` [PATCH v2 2/6] dt-bindings: firmware: arm,scmi: support pinctrl protocol

[libgpiod][PATCH] bindings: python: fix package installation with Makefile build
 2024-01-09 19:18 UTC 

[libgpiod] Documentation question
 2024-01-09 17:49 UTC  (7+ messages)

[brgl:gpio/for-next] BUILD SUCCESS 1979a28075470ef82472a5656ecc969f901e0d3b
 2024-01-09 15:51 UTC 


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