linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-21 08:31:28 to 2024-05-28 00:20:06 UTC [more...]

[PATCH v1 00/11] pinctrl: pinmux: Embed and reuse struct pinfunction
 2024-05-28  0:19 UTC  (13+ messages)
` [PATCH v1 01/11] pinctrl: berlin: Make use of "
` [PATCH v1 02/11] pinctrl: equilibrium: "
` [PATCH v1 03/11] pinctrl: ingenic: Provide a helper macro INGENIC_PIN_FUNCTION()
` [PATCH v1 04/11] pinctrl: mediatek: Provide a helper macro PINCTRL_PIN_FUNCTION()
` [PATCH v1 05/11] pinctrl: pinmux: Add a convenient define PINCTRL_FUNCTION_DESC()
` [PATCH v1 06/11] pinctrl: pinmux: Embed struct pinfunction into struct function_desc
` [PATCH v1 07/11] pinctrl: imx: Convert to use func member
` [PATCH v1 08/11] pinctrl: ingenic: "
` [PATCH v1 09/11] pinctrl: keembay: "
` [PATCH v1 10/11] pinctrl: mediatek: "
` [PATCH v1 11/11] pinctrl: pinmux: Remove unused members from struct function_desc

[PATCH libgpiod v2 0/4] tools: tests: fix a few issues in bash scripts
 2024-05-27 23:54 UTC  (15+ messages)
` [PATCH libgpiod v2 1/4] tools: tests: use tabs for indentation consistently
` [PATCH libgpiod v2 2/4] tools: tests: use "$@" instead of $*
` [PATCH libgpiod v2 3/4] tools: tests: remove unneeded ';' in while loops
` [PATCH libgpiod v2 4/4] tools: tests: remove dependency on grep

[libgpiod][RFC/RFT 00/18] dbus: add GLib-based DBus daemon and command-line client
 2024-05-27 20:01 UTC  (9+ messages)
` [libgpiod][RFC/RFT 02/18] tests: split out the common test code for bash scripts
` [libgpiod][RFC/RFT 06/18] bindings: glib: add examples

[PATCH] gpiolib: make gpiochip_set_desc_names() return void
 2024-05-27 19:46 UTC 

[PATCH v2 18/20] pinctrl: freescale: mxs: Fix refcount of child
 2024-05-27 15:56 UTC  (2+ messages)

[PATCH 1/2] gpio: amd8111: Convert PCIBIOS_* return codes to errnos
 2024-05-27 14:57 UTC  (6+ messages)
` [PATCH 2/2] gpio: rdc321x: "

[PATCH] docs: gpio: prefer pread(2) for interrupt reading
 2024-05-27 14:54 UTC  (4+ messages)

[PATCH v4] dt-bindings: gpio: lsi,zevio-gpio: convert to dtschema
 2024-05-27 14:53 UTC  (3+ messages)

[PATCH v4] gpio: prevent potential speculation leaks in gpio_device_get_desc()
 2024-05-27 14:51 UTC  (2+ messages)

[PATCH v1 1/1] gpio: Remove legacy API documentation
 2024-05-27 14:50 UTC  (3+ messages)

[PATCH v1 1/1] gpiolib: Show more info for interrupt only lines in debugfs
 2024-05-27 14:49 UTC  (2+ messages)

[PATCH v7] gpio: virtuser: new virtual driver
 2024-05-27 14:40 UTC 

[PATCH v2 04/20] pinctrl: starfive: Use scope based of_node_put() cleanups
 2024-05-27 14:25 UTC  (2+ messages)

[PATCH 0/2] pinctrl: core: fix untreated named gpio ranges in pinctrl_pins_show()
 2024-05-27 13:43 UTC  (2+ messages)
` [PATCH RESEND "

[PATCH 00/13] arm64: dts: qcom: sc8280xp-x13s: enable pm8008 camera pmic
 2024-05-27 13:39 UTC  (14+ messages)
` [PATCH 01/13] dt-bindings: mfd: pm8008: add reset gpio
` [PATCH 03/13] mfd: pm8008: deassert reset on probe
` [PATCH 09/13] pinctrl: qcom: spmi-gpio: drop broken pm8008 support
` [PATCH 11/13] mfd: pm8008: rework driver

[PATCH V5 0/2] pwm: Add GPIO PWM driver
 2024-05-27 13:36 UTC  (4+ messages)
` [PATCH V5 1/2] dt-bindings: pwm: Add pwm-gpio
` [PATCH V5 2/2] pwm: Add GPIO PWM driver

[PATCH 0/3] pinctrl: scmi: support i.MX95 OEM extensions with fsl,pins property
 2024-05-27 13:21 UTC  (9+ messages)
` [PATCH 1/3] dt-bindings: firmware: arm,scmi: Add properties for i.MX95 Pinctrl OEM extensions
` [PATCH 3/3] pinctrl: imx: support SCMI pinctrl protocol for i.MX95

[PATCH 0/2] pinctrl: zynqmp: Support muxing individual pins
 2024-05-27 13:15 UTC  (4+ messages)

[PATCH v9 0/3] Add support for nuvoton ma35d1 pin control
 2024-05-27 12:59 UTC  (2+ messages)

[PATCH v2 00/20] pinctrl: Use scope based of_node_put() cleanups
 2024-05-27 12:57 UTC  (5+ messages)
` [PATCH v2 03/20] pinctrl: stm32: "
` [PATCH v2 08/20] pinctrl: st: "

[PATCH 0/2] pinctrl: freescale: support i.MX91 pinctrl
 2024-05-27 12:42 UTC  (2+ messages)

[RFC PATCH v3 0/7] Add Pinctrl driver for Starfive JH8100 SoC
 2024-05-27 12:31 UTC  (3+ messages)
` [RFC PATCH v3 6/7] gpiolib: enable GPIO interrupt to wake up a system from sleep

[PATCH 0/3] gpiolib: cdev: tidy up kfifo handling
 2024-05-27 11:54 UTC  (4+ messages)
` [PATCH 1/3] gpiolib: cdev: Add INIT_KFIFO() for linereq events
` [PATCH 2/3] gpiolib: cdev: Refactor allocation of linereq events kfifo
` [PATCH 3/3] gpiolib: cdev: Cleanup kfifo_out() error handling

[PATCH libgpiod 0/4] tools: tests: fix a few issues in bash scripts
 2024-05-27 11:37 UTC  (9+ messages)
` [PATCH libgpiod 1/4] tools: tests: use tabs for indentation consistently
` [PATCH libgpiod 2/4] tools: tests: use $@ instead of $*
` [PATCH libgpiod 3/4] tools: tests: remove unneeded ';' in while loops
` [PATCH libgpiod 4/4] tools: tests: remove dependency on grep

[PATCH v2 0/3] ARM: imx: only enable pinctrl as needed
 2024-05-27 11:05 UTC  (2+ messages)

[PATCH] pinctrl: pinctrl-zynqmp: Use pin numbers stored in pin descriptor
 2024-05-27 10:57 UTC 

[PATCH V4 0/2] pwm: Add GPIO PWM driver
 2024-05-27  9:56 UTC  (4+ messages)

[PATCH v2 0/6] provide ID table for avoiding fallback match
 2024-05-27  3:07 UTC  (3+ messages)

[PATCH] pinctrl: ralink: mt76x8: fix pinmux function
 2024-05-27  2:20 UTC 

[PATCH] gpio-mvebu: no hardcoded timer assignment for pwm
 2024-05-26 16:56 UTC  (3+ messages)

[libgpiod][PATCH 0/2] bindings: python: fix running tests via Makefile
 2024-05-26 11:32 UTC  (3+ messages)
` [libgpiod][PATCH 1/2] bindings: python: add Testing section to README
` [libgpiod][PATCH 2/2] bindings: python: fix python-tests-run make target

[PATCH v2 0/2] PMC8380 PMIC pinctrl
 2024-05-25 16:54 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: qcom,pmic-gpio: Document PMC8380
` [PATCH v2 2/2] pinctrl: qcom: spmi: Add PMC8380

[libgpiod][RFC] helper functions for basic use cases
 2024-05-24 14:20 UTC  (14+ messages)

[PATCH 0/9] Configure GbEth for RGMII on RZ/G2L family
 2024-05-24  9:46 UTC  (10+ messages)
` [PATCH 1/9] pinctrl: renesas: rzg2l: Fix variable names in OEN functions
` [PATCH 2/9] pinctrl: renesas: rzg2l: Refactor pin to OEN bit translation
` [PATCH 3/9] pinctrl: renesas: rzg2l: Support output enable on RZ/G2L
` [PATCH 4/9] arm64: dts: renesas: rzg2l: Enable Ethernet TXC output
` [PATCH 5/9] arm64: dts: renesas: rzg2lc: "
` [PATCH 6/9] arm64: dts: renesas: rzg2ul: "
` [PATCH 7/9] arm64: dts: renesas: rzg2l: Set Ethernet PVDD to 1.8V
` [PATCH 8/9] arm64: dts: renesas: rzg2lc: "
` [PATCH 9/9] arm64: dts: renesas: rzg2ul: "

[PATCH 0/5] ADP5585 GPIO expander, PWM and keypad controller support
 2024-05-23 23:16 UTC  (21+ messages)
` [PATCH 1/5] dt-bindings: trivial-devices: Drop adi,adp5585 and adi,adp5585-02
` [PATCH 2/5] dt-bindings: Add bindings for the Analog Devices ADP5585
` [PATCH 3/5] mfd: adp5585: Add Analog Devices ADP5585 core support
` [PATCH 5/5] pwm: adp5585: Add Analog Devices ADP5585 support

[PATCH] pinctrl: qcom: sdm670: add pdc wakeirq map
 2024-05-23 23:06 UTC 

[PATCH 0/2] PMC8380 PMIC pinctrl
 2024-05-23 20:51 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: qcom,pmic-gpio: Document PMC8380
` [PATCH 2/2] pinctrl: qcom: spmi: Add PMC8380

[PATCH 0/2] Bugfix in the error handling of gp_aux_bus_probe()
 2024-05-23 12:14 UTC  (4+ messages)
` [PATCH 1/2] misc: microchip: pci1xxxx: fix double free "
` [PATCH 2/2] misc: microchip: pci1xxxx: Fix a memory leak "

[PATCH v3] gpio: prevent potential speculation leaks in gpio_device_get_desc()
 2024-05-23  8:18 UTC  (3+ messages)

[libgpiod][PATCH 0/2] support casting line.Value to bool
 2024-05-23  7:55 UTC  (8+ messages)
` [libgpiod][PATCH 1/2] bindings: python: tests: add test for "
` [libgpiod][PATCH 2/2] bindings: python: support "

[PATCH v1 0/5] BeagleV Fire support
 2024-05-22 23:32 UTC  (2+ messages)

[PATCH 00/13] Analog Devices Inc. Automotive Audio Bus (A2B) support
 2024-05-22 15:31 UTC  (14+ messages)
` [PATCH 02/13] regmap: add A2B support
` [PATCH 04/13] a2b: add AD24xx I2C interface driver
` [PATCH 06/13] gpio: add AD24xx GPIO driver
` [PATCH 07/13] ASoC: codecs: add AD24xx codec driver

[PATCH v2 00/13] Add PFC support for Renesas RZ/V2H(P) SoC
 2024-05-22 15:29 UTC  (29+ messages)
` [PATCH v2 01/13] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Remove the check from the object
` [PATCH v2 03/13] pinctrl: renesas: pinctrl-rzg2l: Allow more bits for pin configuration
` [PATCH v2 04/13] pinctrl: renesas: pinctrl-rzg2l: Allow parsing of variable configuration for all architectures
` [PATCH v2 05/13] pinctrl: renesas: pinctrl-rzg2l: Validate power registers for SD and ETH
` [PATCH v2 06/13] pinctrl: renesas: pinctrl-rzg2l: Add function pointers for locking/unlocking the PFC register
` [PATCH v2 07/13] pinctrl: renesas: pinctrl-rzg2l: Add function pointer for writing to PMC register
` [PATCH v2 08/13] pinctrl: renesas: pinctrl-rzg2l: Add function pointers for reading/writing OEN register
` [PATCH v2 09/13] pinctrl: renesas: pinctrl-rzg2l: Add support to configure the slew-rate
` [PATCH v2 10/13] pinctrl: renesas: pinctrl-rzg2l: Add support to set pulling up/down the pins
` [PATCH v2 11/13] pinctrl: renesas: pinctrl-rzg2l: Pass pincontrol device pointer to pinconf_generic_parse_dt_config()
` [PATCH v2 12/13] pinctrl: renesas: pinctrl-rzg2l: Add support for custom parameters
` [PATCH v2 13/13] pinctrl: renesas: pinctrl-rzg2l: Add support for RZ/V2H SoC

[PATCH v2 0/2] pinctrl: zynqmp: Support muxing individual pins
 2024-05-22 14:48 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: xilinx: Add support for function with pins

[PATCH v2] pinctrl: renesas: rzg2l: Use spin_{lock,unlock}_irq{save,restore}
 2024-05-22  9:27 UTC  (2+ messages)

[PATCH] gpiolib: acpi: Move ACPI device NULL check to acpi_can_fallback_to_crs()
 2024-05-21 22:58 UTC  (11+ messages)

[GIT PULL] intel-gpio for 6.10-2
 2024-05-21 18:52 UTC  (2+ messages)

[PATCH 1/3] pinctrl: cy8c95x0: Use single I2C lock
 2024-05-21 17:35 UTC  (6+ messages)
` [PATCH 2/3] pinctrl: cy8c95x0: Use regmap ranges
` [PATCH 3/3] pinctrl: cy8c95x0: Use REGCACHE_MAPLE

[PATCH] gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node match
 2024-05-21 15:47 UTC  (3+ messages)

[PATCH v3] dt-bindings: gpio: lsi,zevio-gpio: convert to dtschema
 2024-05-21 15:15 UTC  (2+ messages)

[PATCH] pinctrl: renesas: rzg2l: use spin_{lock,unlock}_irq{save,restore}
 2024-05-21 15:08 UTC  (3+ messages)

[PATCH] gpiolib: Introduce "linux,gpiochip-name" property for device tree of GPIO controller
 2024-05-21 11:36 UTC  (4+ 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).