linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-29 14:58:19 to 2022-12-05 11:05:52 UTC [more...]

[PATCH v2 0/2] Add pinctrl support for S32 SoC family
 2022-12-05 11:05 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: add schema for NXP S32 SoCs
` [PATCH v2 2/2] pinctrl: add NXP S32 SoC family support

Question regarding runtime pinctrl (2nd try)
 2022-12-05 10:47 UTC  (3+ messages)

[PATCH v4 0/9] Migrate i8255 GPIO drivers to regmap API
 2022-12-05 10:27 UTC  (14+ messages)
` [PATCH v4 1/9] gpio: regmap: Always set gpio_chip get_direction
` [PATCH v4 2/9] regmap-irq: Add handle_mask_sync() callback
` [PATCH v4 3/9] gpio: 104-dio-48e: Migrate to the regmap-irq API
` [PATCH v4 4/9] gpio: 104-idi-48: "
` [PATCH v4 5/9] gpio: 104-idi-48: Migrate to gpio-regmap API
` [PATCH v4 6/9] gpio: i8255: "
` [PATCH v4 7/9] gpio: 104-dio-48e: Migrate to regmap API
` [PATCH v4 8/9] gpio: gpio-mm: "
` [PATCH v4 9/9] gpio: i8255: Remove unused legacy interface

[PATCH] gpio/rockchip: fix refcount leak in rockchip_gpiolib_register()
 2022-12-05 10:26 UTC  (3+ messages)

[PATCH 0/5] gpio/media/int3472: Add support for tps68470 privacy-LED output
 2022-12-05  9:18 UTC  (8+ messages)
` [PATCH 1/5] gpio: tps68470: Fix tps68470_gpio_get() reading from the wrong register
` [PATCH 2/5] gpio: tps68470: Make tps68470_gpio_output() always set the initial value

[PATCH v3 0/2] pinctrl: add ACPI support to pin controller
 2022-12-05  7:20 UTC  (11+ messages)
` [PATCH v3 1/2] pinctrl: add support for ACPI pin function and config resources
` [PATCH v3 2/2] pinctrl: add support for ACPI pin groups

[PATCH v10 1/2] gpio: loongson: add gpio driver support
 2022-12-05  6:04 UTC  (9+ messages)
` [PATCH v10 2/2] dt-bindings: gpio: add loongson gpio

[brgl:gpio/for-next 63/65] drivers/gpio/gpio-loongson-64bit.c:263:15: error: no member named 'of_node' in 'struct gpio_chip'; did you mean 'fwnode'?
 2022-12-05  1:51 UTC  (2+ messages)

[PATCH v1 1/3] Documentation: gpio: Input mode is not true Hi-Z
 2022-12-05  1:43 UTC  (13+ messages)
` [PATCH v1 2/3] Documentation: gpio: Add a section on what to return in ->get() callback
` [PATCH v1 3/3] Documentation: gpio: Replace leading TABs by spaces in the code blocks

[PATCH v1] gpio: loongson: enable irqdomain hierarchy config
 2022-12-05  0:57 UTC  (4+ messages)

[GIT PULL] gpio: fixes for v6.1-rc8 - take 2
 2022-12-04 21:24 UTC  (5+ messages)

[brgl:gpio/for-next] BUILD REGRESSION 96010045bb9eb70dcb67937e4e6ac182bdb2b1be
 2022-12-04  3:07 UTC 

[linusw-pinctrl:for-next] BUILD SUCCESS e8aa47b23fb8983ee8224251e6def4d07683ac6f
 2022-12-03 23:54 UTC 

[PATCH v1 1/2] gpiolib: Provide to_gpio_device() helper
 2022-12-03 22:19 UTC  (8+ messages)
` [PATCH v1 2/2] gpiolib: Introduce gpio_device_get() and gpio_device_put()

[linusw-pinctrl:devel] BUILD SUCCESS 80b99ed74e234e82298531c459c29343d0a8bcf2
 2022-12-03 22:01 UTC 

[brgl:gpio/for-next 63/65] drivers/gpio/gpio-loongson-64bit.c:263:29: error: 'struct gpio_chip' has no member named 'of_node'; did you mean 'fwnode'?
 2022-12-03 17:20 UTC 

[PATCH v5 0/2] gpio: mlxbf2: Introduce proper interrupt handling
 2022-12-03 12:35 UTC  (7+ messages)
` [PATCH v5 1/2] gpio: mlxbf2: Introduce IRQ support
` [PATCH v5 2/2] net: mellanox: mlxbf_gige: Replace non-standard interrupt handling

[PATCH] gpio: mpfs: Make the irqchip immutable
 2022-12-03 10:16 UTC  (4+ messages)

[PATCH v3 0/7] Remove the pins-are-numbered DT property
 2022-12-03  9:22 UTC  (2+ messages)

[brgl:gpio/for-next] BUILD SUCCESS c83bf778e98eda8e5dc2fd30904378eba828e057
 2022-12-03  4:41 UTC 

[brgl:gpio/for-current] BUILD SUCCESS 450571883735e9a7c3b38691225531d54773e9a2
 2022-12-03  4:41 UTC 

[GIT PULL] pin control fixes for v6.1
 2022-12-03  0:30 UTC  (2+ messages)

[PATCH v1 0/2] Add NVIDIA BlueField-3 GPIO driver and pin controller
 2022-12-02 20:08 UTC  (2+ messages)

[PATCH] gpiolib: fix compiling when CONFIG_GPIO_CDEV_V1 is not defined
 2022-12-02 16:37 UTC  (6+ messages)

[PATCH v7 0/2] gpiolib: don't allow user-space to crash the kernel with hot-unplugs
 2022-12-02 15:47 UTC  (5+ messages)
` [PATCH v7 1/2] gpiolib: cdev: fix NULL-pointer dereferences
` [PATCH v7 2/2] gpiolib: protect the GPIO device against being dropped while in use by user-space

[GIT PULL] gpio: fixes for v6.1-rc8
 2022-12-02 14:49 UTC  (2+ messages)

[brgl:gpio/for-current] BUILD SUCCESS 98d8b93c617139aeaf745c1573c02d86830f25d1
 2022-12-02  7:23 UTC 

[PATCH v6 0/2] gpiolib: don't allow user-space to crash the kernel with hot-unplugs
 2022-12-01 18:15 UTC  (8+ messages)
` [PATCH v6 1/2] gpiolib: cdev: fix NULL-pointer dereferences
` [PATCH v6 2/2] gpiolib: protect the GPIO device against being dropped while in use by user-space

[PATCH v2 00/11] pwm: Allow .get_state to fail
 2022-12-01 15:37 UTC  (14+ messages)
` [PATCH v2 01/11] pwm: Make .get_state() callback return an error code

[libgpiod][PATCH 00/11] treewide: an assortment of tweaks and improvements
 2022-12-01 14:21 UTC  (27+ messages)
` [libgpiod][PATCH 01/11] treewide: use C enum types explicitly
` [libgpiod][PATCH 02/11] treewide: apply formatting changes with clang-format
` [libgpiod][PATCH 03/11] treewide: use plural 'events' in read_edge_event() functions
` [libgpiod][PATCH 04/11] treewide: rename EVENT_CLOCK to CLOCK
` [libgpiod][PATCH 05/11] gpiosim: rename HOG_DIR to DIRECTION
` [libgpiod][PATCH 06/11] tools: display the correct license with --version
` [libgpiod][PATCH 07/11] bindings: rust: make reuse happy
` [libgpiod][PATCH 08/11] bindings: rust: include rust sources in the release tarballs
` [libgpiod][PATCH 09/11] bindings: python: decouple the version of the bindings from libgpiod API version
` [libgpiod][PATCH 10/11] bindings: python: fix the GPIOD_WITH_TESTS build flag
` [libgpiod][PATCH 11/11] bindings: python: extend setup.py

[PATCH v5 0/2] gpiolib: don't allow user-space to crash the kernel with hot-unplugs
 2022-12-01 12:12 UTC  (7+ messages)
` [PATCH v5 1/2] gpiolib: cdev: fix NULL-pointer dereferences
` [PATCH v5 2/2] gpiolib: protect the GPIO device against being dropped while in use by user-space

[PATCH v5 0/7] MediaTek pinctrl DT binding cleanup and MT6735 pinctrl support
 2022-12-01 11:42 UTC  (8+ messages)
` [PATCH v5 1/7] dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Pull pinctrl node changes from MT6795 document
` [PATCH v5 2/7] dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Improve pinctrl subnode and property descriptions
` [PATCH v5 3/7] dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Add MT6795

[PATCH v9 1/2] gpio: loongson: add gpio driver support
 2022-12-01 10:17 UTC  (2+ messages)

[PATCH v2 0/5] Basic pinctrl support for StarFive JH7110 RISC-V SoC
 2022-12-01  9:31 UTC  (13+ messages)
` [PATCH v2 1/5] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions

[PATCH v5 0/4] mfd: add tps6594 support for Jacinto platforms
 2022-12-01  9:10 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: mfd: ti,tps6594: add TPS6594 PMIC support
` [PATCH v5 4/4] gpio: gpio-tps6594: add GPIO support for TPS6594 PMIC

[brgl:gpio/for-current] BUILD SUCCESS 45fecdb9f658d9c82960c98240bc0770ade19aca
 2022-12-01  4:57 UTC 

[PATCH v2] dt-bindings: pinctrl: qcom,sdm845-pinctrl: add GPIO hogs
 2022-11-30 18:14 UTC  (2+ messages)

[PATCH] drivers: gpio: amd8111: Fix PCI device reference count leak
 2022-11-30 16:19 UTC  (2+ messages)

[brgl:gpio/for-next] BUILD SUCCESS 3b7c7478eda00945987d45f902bc3942c89243d3
 2022-11-30 14:03 UTC 

[PATCH v4 0/2] gpiolib: don't allow user-space to crash the kernel with hot-unplugs
 2022-11-30 12:31 UTC  (6+ messages)
` [PATCH v4 1/2] gpiolib: cdev: fix NULL-pointer dereferences
` [PATCH v4 2/2] gpiolib: protect the GPIO device against being dropped while in use by user-space

[PATCH v2] ARM: ep93xx: Convert to use descriptors for GPIO LEDs
 2022-11-30  8:49 UTC  (2+ messages)

[linusw-pinctrl:for-next] BUILD SUCCESS c05e8b14f374c37313c435dd99859d556e9bce62
 2022-11-30  4:01 UTC 

[PATCH 0/7] Add Tegra234 HTE support
 2022-11-30  3:43 UTC  (11+ messages)
` [PATCH 2/7] hte: Add Tegra234 provider
` [PATCH 4/7] dt-bindings: timestamp: Add Tegra234 support
` [PATCH 5/7] hte: Re-phrase tegra API document

[linusw-pinctrl:devel] BUILD SUCCESS cf2fc8f8b2cbe7ca091fa6a1d6b3b6ec644d7651
 2022-11-30  3:17 UTC 

[linusw-pinctrl:fixes] BUILD SUCCESS 6989ea4881c8944fbf04378418bb1af63d875ef8
 2022-11-30  2:06 UTC 

[brgl:gpio/for-next] BUILD SUCCESS 4ef339bc053a62dac9017f80f7bb8cff0412bd29
 2022-11-30  0:49 UTC 

[PATCH v3 0/2] gpiolib: don't allow user-space to crash the kernel with hot-unplugs
 2022-11-29 23:57 UTC  (5+ messages)
` [PATCH v3 2/2] gpiolib: protect the GPIO device against being dropped while in use by user-space

[PATCH] pinctrl: thunderbay: fix possible memory leak in thunderbay_add_functions()
 2022-11-29 11:15 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).