linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-16 14:31:02 to 2025-02-20 12:19:01 UTC [more...]

[PATCH v5 00/12] Split devres APIs to device/devres.h and introduce devm_kmemdup_array()
 2025-02-20 12:18 UTC  (6+ messages)
` [PATCH v5 02/12] driver core: Split devres APIs to device/devres.h
` [PATCH v5 10/12] iio: adc: xilinx-xadc-core: use devm_kmemdup_array()

[PATCH] pinctrl: nomadik: Add error handling for find_nmk_gpio_from_pin
 2025-02-20 12:14 UTC  (2+ messages)

[PATCH 0/2] gpio: pcf857x: add support for reset-gpios on (most) PCA967x
 2025-02-20 12:13 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: gpio: nxp,pcf8575: add reset GPIO
` [PATCH 2/2] gpio: pcf857x: add support for reset-gpios on (most) PCA967x

[PATCH v7 0/9] misc: Support TI FPC202 dual-port controller
 2025-02-20 12:13 UTC  (5+ messages)
` [PATCH v7 9/9] misc: add FPC202 dual port controller driver

[PATCH v3 00/15] gpiolib: add gpiod_multi_set_value_cansleep
 2025-02-20 12:06 UTC  (14+ messages)
` [PATCH v3 05/15] bus: ts-nbus: use bitmap_get_value8()
` [PATCH v3 07/15] iio: adc: ad7606: use gpiod_multi_set_value_cansleep
` (subset) [PATCH v3 00/15] gpiolib: add gpiod_multi_set_value_cansleep

[PATCH v2 0/3] Add synchronous fake device creation utility for GPIO drivers
 2025-02-20 11:08 UTC  (6+ messages)
` [PATCH v2 1/3] gpio: introduce utilities for synchronous fake device creation
` [PATCH v2 2/3] gpio: sim: convert to use dev-sync-probe utilities
` [PATCH v2 3/3] gpio: virtuser: "

[PATCH v5 00/12] driver core: Constify API device_find_child()
 2025-02-20 10:31 UTC  (3+ messages)
` [PATCH v5 04/12] driver core: Constify API device_find_child() and adapt for various usages

[PATCH v5 0/5] riscv: spacemit: add gpio support for K1 SoC
 2025-02-20 10:22 UTC  (8+ messages)
` [PATCH v5 1/5] gpio: of: support to add custom add pin range function
` [PATCH v5 2/5] dt-bindings: gpio: spacemit: add support for K1 SoC
` [PATCH v5 3/5] "
` [PATCH v5 4/5] riscv: dts: spacemit: add gpio "
` [PATCH v5 5/5] riscv: dts: spacemit: add gpio LED for system heartbeat

[PATCH v2 00/15] gpiolib: indicate errors in value setters
 2025-02-20 10:08 UTC  (17+ messages)
` [PATCH v2 01/15] leds: aw200xx: don't use return with gpiod_set_value() variants
` [PATCH v2 02/15] gpiolib: make value setters have return values
` [PATCH v2 03/15] gpiolib: wrap gpio_chip::set()
` [PATCH v2 04/15] gpiolib: rework the wrapper around gpio_chip::set_multiple()
` [PATCH v2 05/15] gpiolib: introduce gpio_chip setters that return values
` [PATCH v2 06/15] gpio: sim: use value returning setters
` [PATCH v2 07/15] gpio: regmap: "
` [PATCH v2 08/15] gpio: pca953x: "
` [PATCH v2 09/15] gpio: mockup: "
` [PATCH v2 10/15] gpio: aggregator: "
` [PATCH v2 11/15] gpio: max77650: "
` [PATCH v2 12/15] gpio: latch: use lock guards
` [PATCH v2 13/15] gpio: latch: use value returning setters
` [PATCH v2 14/15] gpio: davinci: "
` [PATCH v2 15/15] gpio: mvebu: "

[PATCH v2 00/10] Support for Allwinner V853 SoC
 2025-02-20  9:28 UTC  (8+ messages)
` [PATCH v2 04/10] clk: sunxi-ng: add CCU drivers for V853
` [PATCH v2 06/10] pmdomain: sunxi: add V853 ppu support
` [PATCH v2 08/10] phy: allwinner: add v853 usb phy compatible

[PATCH] gpiolib: don't bail out if get_direction() fails in gpiochip_add_data()
 2025-02-20  9:17 UTC  (2+ messages)

[PATCH] pinctrl: amd: Add an LPS0 check() callback
 2025-02-20  2:06 UTC  (3+ messages)

[PATCH 0/4] scmi: Bypass set fwnode to address devlink issue
 2025-02-20  0:59 UTC  (12+ messages)
` [PATCH 1/4] firmware: arm_scmi: bus: Bypass setting fwnode for scmi cpufreq

[PATCH v4 1/2] gpiolib: move all includes to the top of gpio/consumer.h
 2025-02-19 22:24 UTC  (7+ messages)
` [PATCH v4 2/2] gpiolib: don't build HTE code with CONFIG_HTE disabled

[PATCH v5 0/5] Pinctrl: Add Amlogic pinctrl driver
 2025-02-19 21:42 UTC  (3+ messages)
` [PATCH v5 1/5] dt-bindings: pinctrl: Add support for Amlogic A4 SoC

[PATCH v2 0/8] riscv: sophgo: Add pinctrl support for SG2042
 2025-02-19 21:22 UTC  (3+ messages)
` [PATCH v2 5/8] dt-bindings: pinctrl: Add pinctrl for Sophgo SG2042 series SoC

[PATCH v2 0/2] gpio-mmio: Extend to handle pinctrl back-ends
 2025-02-19 21:10 UTC  (4+ messages)
` [PATCH v2 2/2] gpio: vf610: Switch to gpio-mmio

[PATCH v3 0/2] gpio-mmio: Extend to handle pinctrl back-ends
 2025-02-19 21:04 UTC  (3+ messages)
` [PATCH v3 1/2] gpio: mmio: Add flag for calling pinctrl back-end
` [PATCH v3 2/2] gpio: vf610: Switch to gpio-mmio

[PATCH] gpio: gpiolib: Remove FIXME by safely handling const in gpiod_get_raw_value_commit
 2025-02-19 16:36 UTC 

[PATCH] gpio: gpiolib: Use sysfs_emit() and improve sysfs handling
 2025-02-19 16:07 UTC 

[PATCH] gpio: max732x: Remove deprecated irq_base assignment
 2025-02-19 15:51 UTC 

[RFC/RFT PATCH] pinctrl: bcm2835: don't -EINVAL on alternate funcs from get_direction()
 2025-02-19 15:46 UTC  (5+ messages)

[PATCH v2 0/2] Add LPS0 check() for pinctrl-amd
 2025-02-19 14:53 UTC  (2+ messages)
` [PATCH v2 2/2] pinctrl: amd: Add an LPS0 check() callback

[brgl:gpio/for-next] BUILD SUCCESS 63cdf6241ac7edd94cb4cd9a8f1ba2c3c61ed219
 2025-02-19 11:40 UTC 

[brgl:gpio/for-current] BUILD SUCCESS 81570d6a7ad37033c7895811551a5a9023706eda
 2025-02-19 11:26 UTC 

[PATCH v1 0/3] pinctrl: samsung: add exynos2200 SoC pinctrl configuration
 2025-02-19 11:08 UTC  (6+ messages)
` [PATCH v1 1/3] dt-bindings: pinctrl: samsung: add exynos2200-wakeup-eint compatible
` [PATCH v1 2/3] dt-bindings: pinctrl: samsung: add exynos2200 compatible

[PATCH 0/8] gpiolib: sanitize return values of callbacks
 2025-02-19  9:22 UTC  (8+ messages)
` [PATCH 1/8] gpiolib: check the return value of gpio_chip::get_direction()
` (subset) [PATCH 0/8] gpiolib: sanitize return values of callbacks

[PATCH v3 0/2] MediaTek pinctrl patch on mt8196
 2025-02-19  8:54 UTC  (14+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: mediatek: add support for mt8196

[RESEND v3 0/2]
 2025-02-19  8:02 UTC  (6+ messages)
` [RESEND v3 2/2] pinctrl: mediatek: adapt to multi-base design

[PATCH] pinctrl: renesas: rzg2l: Suppress binding attributes
 2025-02-18 20:46 UTC  (2+ messages)

[PATCH] Fix typos in admin-guide/gpio
 2025-02-18 19:39 UTC 

[PATCH v2 0/3] Introduce pin controller support for Exynos7870
 2025-02-18 18:48 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: samsung: add exynos7870-pinctrl compatible
` [PATCH v2 2/3] dt-bindings: pinctrl: samsung: add exynos7870-wakeup-eint compatible
` [PATCH v2 3/3] pinctrl: samsung: add support for exynos7870 pinctrl

[PATCH v3 0/3] Add TI TPS65215 PMIC GPIO Support
 2025-02-18 17:33 UTC  (5+ messages)

[PATCH v2 0/8] pinctrl: sunxi: Add Allwinner A523 support
 2025-02-18 17:09 UTC  (9+ messages)
` [PATCH v2 2/8] pinctrl: sunxi: increase number of GPIO bank regulators
` [PATCH v2 3/8] pinctrl: sunxi: move bank K register offset
` [PATCH v2 4/8] pinctrl: sunxi: support moved power configuration registers
` [PATCH v2 5/8] pinctrl: sunxi: allow reading mux values from DT

[PATCH 0/3] Introduce gpio-pseudo, common utilities for pseudo GPIO devices
 2025-02-18 14:44 UTC  (13+ messages)
` [PATCH 1/3] gpio: pseudo: common helper functions for pseudo gpio devices
` [PATCH 2/3] gpio: sim: convert to use gpio-pseudo utilities
` [PATCH 3/3] gpio: virtuser: "

[PATCH v1 1/1] pinctrl: : Switch to use for_each_gpiochip_node() helper
 2025-02-18 14:20 UTC  (2+ messages)

[PATCH v6 00/10] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-02-18 11:41 UTC  (14+ messages)

[PATCH v4 1/4] dt-bindings: gpio: spacemit: add support for K1 SoC
 2025-02-18 10:59 UTC  (15+ messages)

[PATCH RTF 0/2] gpiolib: of: Handle threecell gpios
 2025-02-18 10:28 UTC  (3+ messages)
` [PATCH RTF 1/2] gpiolib: of: Use local variables
` [PATCH RTF 2/2] gpiolib: of: Handle threecell GPIO chips

[PATCH v2] gpiolib: protect gpio_chip with SRCU in array_info paths in multi get/set
 2025-02-18 10:23 UTC  (2+ messages)

[PATCH v4 00/10] Add support for MAX7360
 2025-02-18 10:09 UTC  (10+ messages)
` [PATCH v4 02/10] mfd: Add max7360 support
` [PATCH v4 04/10] gpio: regmap: Allow to provide request and free callbacks
` [PATCH v4 07/10] gpio: max7360: Add MAX7360 gpio support

[PATCH v3] pinctrl: spacemit: enable config option
 2025-02-18  8:47 UTC  (2+ messages)

[brgl:gpio/for-current] BUILD SUCCESS 4e667a1968099c6deadee2313ecd648f8f0a8956
 2025-02-18  7:58 UTC 

[linusw-pinctrl:devel] BUILD SUCCESS ba1d9787f890eea908b3c9e680c0055e44af21ee
 2025-02-18  5:00 UTC 

[linusw-pinctrl:for-next] BUILD SUCCESS d01895c5b11849113e70f012d9d142f1d88852f0
 2025-02-18  3:01 UTC 

[linusw-pinctrl:fixes] BUILD SUCCESS 7d0a9968a652e4c607bb7e759c438617e55e5128
 2025-02-17 23:17 UTC 

[PATCH] pinctrl: mcp23s08: Get rid of spurious level interrupts
 2025-02-17 19:18 UTC  (4+ messages)

[PATCH 0/2] Add support for the PCF8574T I/O expander
 2025-02-17 17:49 UTC  (5+ messages)
` [PATCH 1/2] drivers: gpio: Add support for PCF8574T
` [PATCH 2/2] dt-bindings: "

[PATCH v4 0/9] Introduce configfs-based interface for gpio-aggregator
 2025-02-17 14:35 UTC  (10+ messages)
` [PATCH v4 1/9] gpio: aggregator: protect driver attr handlers against module unload
` [PATCH v4 2/9] gpio: aggregator: reorder functions to prepare for configfs introduction
` [PATCH v4 3/9] gpio: aggregator: add aggr_alloc()/aggr_free()
` [PATCH v4 4/9] gpio: aggregator: introduce basic configfs interface
` [PATCH v4 5/9] gpio: aggregator: add 'name' attribute for custom GPIO line names
` [PATCH v4 6/9] gpio: aggregator: rename 'name' to 'key' in aggr_parse()
` [PATCH v4 7/9] gpio: aggregator: expose aggregator created via legacy sysfs to configfs
` [PATCH v4 8/9] gpio: aggregator: cancel deferred probe for devices created via configfs
` [PATCH v4 9/9] Documentation: gpio: document configfs interface for gpio-aggregator

[PATCH v3 00/13] Introduce configfs-based interface for gpio-aggregator
 2025-02-17 14:34 UTC  (11+ messages)
` [PATCH v3 01/13] gpio: aggregator: reorder functions to prepare for configfs introduction
` [PATCH v3 10/13] gpio: aggregator: rename 'name' to 'key' in aggr_parse()

[PATCH v2 00/10] Introduce configfs-based interface for gpio-aggregator
 2025-02-17 12:52 UTC  (7+ messages)
` [PATCH v2 09/10] gpio: aggregator: cancel deferred probe for devices created via configfs

[PATCH v3] gpio: vf610: add locking to gpio direction functions
 2025-02-17 10:58 UTC  (2+ messages)

[PATCH 00/10] Initial support of MSM8937 and Xiaomi Redmi 3S
 2025-02-17 10:18 UTC  (2+ messages)
` (subset) "

[PATCH V5 0/6] Add minimal boot support for IPQ5424
 2025-02-17 10:15 UTC  (3+ messages)
` (subset) "

[PATCH v2 0/2] Add support for ADG1414 Serially-Controlled Octal SPST Switches
 2025-02-17  9:32 UTC  (8+ messages)
` [PATCH v2 2/2] gpio: gpio-adg1414: New driver

[PATCH v1 1/1] gpio: loongson-64bit: Remove unneeded ngpio assignment
 2025-02-17  9:16 UTC  (2+ messages)

[PATCH v2 0/2] gpiolib: Make code more robust by using for_each_if()
 2025-02-17  9:14 UTC  (2+ messages)

[PATCH 1/2] gpio: latch: use generic device properties
 2025-02-17  8:47 UTC  (2+ messages)

[PATCH libgpiod v4 00/17] doc: improvements for ReadTheDocs
 2025-02-17  8:26 UTC  (2+ messages)

[PATCH libgpiod] gpiosim: defer removal of bank entries when device is not disabled
 2025-02-17  8:15 UTC  (2+ messages)

[PATCH 00/14] gpiolib: indicate errors in value setters
 2025-02-17  7:49 UTC  (3+ messages)
` [PATCH 06/14] gpio: regmap: use value returning setters

[PATCH v1 0/5] gpio: regmap: Make use of 'ngpios' property
 2025-02-17  7:44 UTC  (7+ messages)
` [PATCH v1 3/5] gpio: regmap: Group optional assignments together for better understanding
` [PATCH v1 4/5] gpio: regmap: Move optional assignments down in the code
` [PATCH v1 5/5] gpio: regmap: Allow ngpio to be read from the property

[PATCH v3 00/10] pinctrl: cy8c95x0: Clean up series
 2025-02-16 23:18 UTC  (2+ messages)

[PATCH v3 05/13] gpio: virtuser: convert to use gpio-pseudo utilities
 2025-02-16 16:25 UTC  (3+ messages)

[PATCH RESEND v3 12/17] iio: adc: ad7768-1: Add GPIO controller support
 2025-02-16 16:14 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).