linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-23 19:34:17 to 2023-11-29 03:35:33 UTC [more...]

[PATCH v2 0/4] Add support for nuvoton ma35d1 pin control
 2023-11-29  3:35 UTC  (26+ messages)
` [PATCH v2 1/4] dt-bindings: reset: Add syscon to nuvoton ma35d1 system-management node
` [PATCH v2 2/4] dt-bindings: pinctrl: Document nuvoton ma35d1 pin control
` [PATCH v2 3/4] arm64: dts: nuvoton: Add pinctrl support for ma35d1
` [PATCH v2 4/4] pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driver

[PATCH] pinctrl: mlxbf3: fix wrong return pointer check in mlxbf3_pinctrl_probe()
 2023-11-29  2:44 UTC 

[PATCH 0/5] Add support for framer infrastructure and PEF2256 framer
 2023-11-29  1:31 UTC  (11+ messages)
` [PATCH 1/5] net: wan: Add framer framework support
` [PATCH 2/5] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer
` [PATCH 3/5] net: wan: framer: Add support for the Lantiq PEF2256 framer
` [PATCH 4/5] pinctrl: Add support for the Lantic PEF2256 pinmux
` [PATCH 5/5] MAINTAINERS: Add the Lantiq PEF2256 driver entry

[PATCH v3 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-11-28 22:43 UTC  (9+ messages)
` [PATCH v3 17/20] arm64: dts: google: Add initial Google gs101 SoC support

[PATCH v2] pinctrl: samsung: add irq_set_affinity() for non wake up external gpio interrupt
 2023-11-28 21:35 UTC  (5+ messages)

[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
 2023-11-28 20:58 UTC  (5+ messages)
` [PATCH 10/17] dt-bindings: iio: samsung,exynos-adc: "
` (subset) [PATCH 00/17] dt-bindings: samsung: "

[PATCH v3 00/22] pinctrl: Convert struct group_desc to use struct pingroup
 2023-11-28 19:57 UTC  (23+ messages)
` [PATCH v3 01/22] pinctrl: qcom: lpass-lpi: Replace kernel.h with what is being used
` [PATCH v3 02/22] pinctrl: qcom: lpass-lpi: Remove unused member in struct lpi_pingroup
` [PATCH v3 03/22] pinctrl: equilibrium: Unshadow error code of of_property_count_u32_elems()
` [PATCH v3 04/22] pinctrl: equilibrium: Use temporary variable to hold pins
` [PATCH v3 05/22] pinctrl: imx: "
` [PATCH v3 06/22] pinctrl: core: Make pins const in struct group_desc
` [PATCH v3 07/22] pinctrl: equilibrium: Convert to use struct pingroup
` [PATCH v3 08/22] pinctrl: keembay: "
` [PATCH v3 09/22] pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()
` [PATCH v3 10/22] pinctrl: core: Add a convenient define PINCTRL_GROUP_DESC()
` [PATCH v3 11/22] pinctrl: ingenic: Make use of PINCTRL_GROUP_DESC()
` [PATCH v3 12/22] pinctrl: mediatek: "
` [PATCH v3 13/22] pinctrl: core: Embed struct pingroup into struct group_desc
` [PATCH v3 14/22] pinctrl: bcm: Convert to use grp member
` [PATCH v3 15/22] pinctrl: equilibrium: "
` [PATCH v3 16/22] pinctrl: imx: "
` [PATCH v3 17/22] pinctrl: ingenic: "
` [PATCH v3 18/22] pinctrl: keembay: "
` [PATCH v3 19/22] pinctrl: mediatek: "
` [PATCH v3 20/22] pinctrl: renesas: "
` [PATCH v3 21/22] pinctrl: starfive: "
` [PATCH v3 22/22] pinctrl: core: Remove unused members from struct group_desc

libgpiod - stop waiting for events after request released
 2023-11-28 17:21 UTC 

[PATCH V2 1/2] leds: gpio: Add kernel log if devm_fwnode_gpiod_get fails
 2023-11-28 17:15 UTC  (4+ messages)

[PATCH 1/2] gpio: sysfs: fix forward declaration of struct gpio_device
 2023-11-28 16:45 UTC  (10+ messages)
` [PATCH 2/2] gpio: use a mutex to protect the list of GPIO devices

[PATCH 0/3] pinctrl: pinctrl-single: fix suspend/resume on j7200
 2023-11-28 16:37 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: pinctrl: pinctrl-single: add ti,j7200-padconf compatible
` [PATCH 2/3] "
` [PATCH 3/3] arm64: dts: ti: k3-j7200: use "

[PATCH v2] gpiolib: sysfs: Fix error handling on failed export
 2023-11-28 16:29 UTC  (2+ messages)

[PATCH v2 00/21] pinctrl: Convert struct group_desc to use struct pingroup
 2023-11-28 15:58 UTC  (27+ messages)
` [PATCH v2 05/21] pinctrl: core: Make pins const in struct group_desc
` [PATCH v2 06/21] pinctrl: equilibrium: Convert to use struct pingroup
` [PATCH v2 07/21] pinctrl: keembay: "
` [PATCH v2 08/21] pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()
` [PATCH v2 09/21] pinctrl: core: Add a convenient define PINCTRL_GROUP_DESC()
` [PATCH v2 11/21] pinctrl: mediatek: Make use of PINCTRL_GROUP_DESC()
` [PATCH v2 12/21] pinctrl: core: Embed struct pingroup into struct group_desc
` [PATCH v2 13/21] pinctrl: bcm: Convert to use grp member
` [PATCH v2 14/21] pinctrl: equilibrium: "
` [PATCH v2 15/21] pinctrl: imx: "
` [PATCH v2 16/21] pinctrl: ingenic: "
` [PATCH v2 17/21] pinctrl: keembay: "
` [PATCH v2 18/21] pinctrl: mediatek: "
` [PATCH v2 19/21] pinctrl: renesas: "
` [PATCH v2 20/21] pinctrl: starfive: "
` [PATCH v2 21/21] pinctrl: core: Remove unused members from struct group_desc

[PATCH] dt-bindings: correct white-spaces in examples
 2023-11-28 11:12 UTC  (7+ messages)

GPIOLIB locking is broken and how to fix it
 2023-11-28 11:05 UTC  (10+ messages)

[PATCH] gpiolib: sysfs: Fix improper error handling on failed export
 2023-11-28 10:55 UTC  (4+ messages)

[PATCH 5.10 000/187] 5.10.202-rc3 review
 2023-11-28  9:30 UTC 

[PATCH v3 000/108] pwm: Fix lifetime issues for pwm_chips
 2023-11-28  9:07 UTC  (12+ messages)
` [PATCH v3 100/108] gpio: mvebu: Make use of devm_pwmchip_alloc() function

[PATCH] pinctrl: qcom: fail to retrieve configuration from invalid pin groups
 2023-11-28  2:02 UTC 

[PATCH] gpiolib: Drop cargo-culted comment
 2023-11-27 19:44 UTC  (5+ messages)

[PATCH v6 1/2] dt-bindings: adc: add AD7173
 2023-11-27 16:10 UTC  (7+ messages)
` [PATCH v6 2/2] iio: adc: ad7173: add AD7173 driver

[PATCH v1 1/1] pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()
 2023-11-27 15:05 UTC  (5+ messages)

[PATCH 00/14] renesas: rzg3s: Add support for Ethernet
 2023-11-27 10:01 UTC  (10+ messages)
` [PATCH 03/14] clk: renesas: rzg2l-cpg: Add support for MSTOP
` [PATCH 14/14] arm: multi_v7_defconfig: Enable CONFIG_RAVB

[PATCH V7 0/3] Add support control UP board CPLD/FPGA pin control
 2023-11-27  9:37 UTC  (8+ messages)
` [PATCH V7 1/3] mfd: Add support for UP board CPLD/FPGA
` [PATCH V7 2/3] pinctrl: Add support pin control "

[brgl:gpio/device_get_label_for_pinctrl] BUILD SUCCESS d1f7728259ef02ac20b7afb6e7eb5a9eb1696c25
 2023-11-25 20:59 UTC 

[brgl:gpio/for-next] BUILD SUCCESS e6d71c7878bc6140d1b0b527116af8fd8376d3d5
 2023-11-25 20:59 UTC 

[PATCH 0/2] pinctrl: pinconf-generic: clean up pinconf_parse_dt_config()
 2023-11-25 18:03 UTC  (6+ messages)
` [PATCH 1/2] pinctrl: pinconf-generic: resize the pin config array directly

[linusw-pinctrl:devel] BUILD SUCCESS c3c63e66527c18b598bbf9d77f0849852cd32ff9
 2023-11-25 12:03 UTC 

[linusw-pinctrl:for-next] BUILD SUCCESS ccdd55384156634ab51c1103b3011e71a3f7d505
 2023-11-25 12:03 UTC 

[linusw-pinctrl:fixes] BUILD SUCCESS 90785ea8158b6923c5d6a024f2b1c076110577b5
 2023-11-25 12:02 UTC 

[PATCH 0/3] pinctrl: don't use gpiod_to_chip()
 2023-11-24 23:29 UTC  (6+ messages)

[GIT PULL] gpio: immutable branch between GPIO and pinctrl trees for v6.8-rc1
 2023-11-24 23:27 UTC  (2+ messages)

[PATCH v4 00/19] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-11-24 22:16 UTC  (8+ messages)
` [PATCH v4 11/19] clk: samsung: clk-gs101: Add cmu_top, cmu_misc and cmu_apm support
` [PATCH v4 16/19] tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_data

[PATCH] pinctrl: samsung: add irq_set_affinity() for non wake up external gpio interrupt
 2023-11-24 12:56 UTC  (4+ messages)

[PATCH v1] pinctrl: tangier: simplify locking using cleanup helpers
 2023-11-24 12:32 UTC  (5+ messages)

[PATCH v2 0/2] Add gpio driver support for Realtek DHC SoCs
 2023-11-24 11:31 UTC  (4+ messages)
` [PATCH v2 2/2] Add GPIO support for Realtek DHC(Digital Home Center) RTD SoCs

[PATCH v1 1/4] pinctrl: baytrail: Fix types of config value in byt_pin_config_set()
 2023-11-24 11:13 UTC  (5+ messages)
` [PATCH v1 3/4] pinctrl: baytrail: Move default strength assignment to a switch-case

[PATCH v1 1/1] pinctrl: lynxpoint: Simplify code with cleanup helpers
 2023-11-24 11:09 UTC  (3+ messages)

[PATCH] pinctrl: as3722: Use devm_gpiochip_add_data() to simplify remove path
 2023-11-24  9:57 UTC  (2+ messages)

[PATCH V2 0/2] pinctrl: qcom: Introduce Pinctrl/GPIO for X1E80100
 2023-11-24  9:43 UTC  (2+ messages)

[PATCH] pinctrl: npcm7xx: prevent glitch when setting the GPIO to output high
 2023-11-24  9:42 UTC  (2+ messages)

[PATCH] pinctrl: stm32: return errors from stm32_gpio_direction_output()
 2023-11-24  9:41 UTC  (2+ messages)

[PATCH] pinctrl: realtek: Fix logical error when finding descriptor
 2023-11-24  9:39 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: s32g2: change a maintainer email address
 2023-11-24  9:34 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: pinctrl: samsung: use Exynos7 fallbacks for newer wake-up controllers
 2023-11-24  7:43 UTC  (6+ messages)
` [PATCH 2/3] arm64: dts: exynos850: use Exynos7 fallbacks for pin "
  ` (subset) "
` [PATCH 3/3] arm64: dts: exynosautov9: "
  ` (subset) "
` (subset) [PATCH 1/3] dt-bindings: pinctrl: samsung: use Exynos7 fallbacks for newer "


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