linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-14 10:36:00 to 2025-03-20 02:26:20 UTC [more...]

[PATCH v5 00/11] Add support for MAX7360
 2025-03-20  2:25 UTC  (34+ messages)
` [PATCH v5 01/11] dt-bindings: mfd: gpio: Add MAX7360
` [PATCH v5 02/11] mfd: Add max7360 support
` [PATCH v5 03/11] pinctrl: Add MAX7360 pinctrl driver
` [PATCH v5 04/11] pwm: max7360: Add MAX7360 PWM support
` [PATCH v5 05/11] regmap: irq: Add support for chips without separate IRQ status
` [PATCH v5 06/11] gpio: regmap: Allow to allocate regmap-irq device
` [PATCH v5 07/11] gpio: regmap: Allow to provide init_valid_mask callback
` [PATCH v5 08/11] gpio: max7360: Add MAX7360 gpio support
` [PATCH v5 09/11] input: keyboard: Add support for MAX7360 keypad
` [PATCH v5 10/11] input: misc: Add support for MAX7360 rotary
` [PATCH v5 11/11] MAINTAINERS: Add entry on MAX7360 driver

[PATCH v8 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-03-19 23:58 UTC  (16+ messages)
` [PATCH v8 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v8 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v8 4/7] can: Add Nuvoton NCT6694 CANFD support

[PATCH v9 0/9] misc: Support TI FPC202 dual-port controller
 2025-03-19 23:46 UTC  (2+ messages)

[PATCH v8 00/13] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-19 21:52 UTC  (14+ messages)
` [PATCH v8 01/13] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH v8 02/13] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
` [PATCH v8 03/13] dt-bindings: pci: Add common schema for devices accessible through PCI BARs
` [PATCH v8 04/13] dt-bindings: misc: Add device specific bindings for RaspberryPi RP1
` [PATCH v8 05/13] clk: rp1: Add support for clocks provided by RP1
` [PATCH v8 06/13] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH v8 07/13] arm64: dts: rp1: Add support for RaspberryPi's RP1 device
` [PATCH v8 08/13] misc: rp1: RaspberryPi RP1 misc driver
` [PATCH v8 09/13] arm64: dts: Add board DTS for Rpi5 which includes RP1 node
` [PATCH v8 10/13] arm64: dts: Add overlay for RP1 device
` [PATCH v8 11/13] arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5
` [PATCH v8 12/13] arm64: defconfig: Enable RP1 misc/clock/gpio drivers
` [PATCH v8 13/13] arm64: defconfig: Enable OF_OVERLAY option

[linusw-pinctrl:for-next] BUILD SUCCESS 8bbdb4baf4292bb5d6e2320bd2809da6ba51db78
 2025-03-19 10:44 UTC 

[linusw-pinctrl:devel] BUILD SUCCESS eb8578843f693040b15e7aad6b901588a511a6ac
 2025-03-19 10:44 UTC 

[PATCH v2 00/57] irqdomain: Cleanups and Documentation
 2025-03-19 10:40 UTC  (8+ messages)
` [PATCH v2 17/57] irqdomain: gpio: Switch to irq_domain_create_*()
` [PATCH v2 30/57] irqdomain: pinctrl: "
` [PATCH v2 43/57] irqdomain: gpio: Switch to irq_find_mapping()
` [PATCH v2 47/57] irqdomain: pinctrl: "

[PATCH next] pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group()
 2025-03-19  7:11 UTC  (2+ messages)

[PATCH v5 0/5] samsung: pinctrl: Add support for eint_fltcon_offset and filter selection on gs101
 2025-03-18 19:47 UTC  (5+ messages)
` [PATCH v5 1/5] pinctrl: samsung: add support for eint_fltcon_offset
` [PATCH v5 2/5] pinctrl: samsung: refactor drvdata suspend & resume callbacks

[PATCH v4 00/10] Add support for MAX7360
 2025-03-18 16:31 UTC  (18+ messages)
` [PATCH v4 01/10] dt-bindings: mfd: gpio: Add MAX7360
` [PATCH v4 03/10] pwm: max7360: Add MAX7360 PWM support
` [PATCH v4 07/10] gpio: max7360: Add MAX7360 gpio support

[PATCH v2] gpio: pca953x: Add support for level-triggered interrupts
 2025-03-18 15:44 UTC 

GPIO TODO
 2025-03-18 15:09 UTC  (8+ messages)

[PATCH] pinctrl: PINCTRL_AMDISP should depend on DRM_AMD_ISP
 2025-03-18 14:24 UTC  (2+ messages)

[PATCH] regulator: s5m8767: Convert to GPIO descriptors
 2025-03-18 13:48 UTC  (5+ messages)

[PATCH RFC v2 0/6] Add pinctrl support for the AAEON UP board FPGA
 2025-03-18 13:18 UTC  (13+ messages)
` [PATCH RFC v2 1/6] gpiolib: add gpiochip_add_pin_range_sparse() function
` [PATCH RFC v2 2/6] gpio: aggregator: refactor the forwarder part
` [PATCH RFC v2 3/6] gpio: aggregator: export symbols of the gpio-fwd library
` [PATCH RFC v2 4/6] gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwd
` [PATCH RFC v2 5/6] gpio: aggregator: add possibility to attach data to the forwarder
` [PATCH RFC v2 6/6] pinctrl: Add pin controller driver for AAEON UP boards

[PATCH] pinctrl: spacemit: PINCTRL_SPACEMIT_K1 should not default to y unconditionally
 2025-03-18 13:12 UTC  (5+ messages)

[PATCH v7 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-18 11:05 UTC  (7+ messages)
` [PATCH v7 08/11] misc: rp1: RaspberryPi RP1 misc driver

[PATCH v2 0/5] pinctrl: nuvoton: A few cleanups and a fix
 2025-03-18 10:57 UTC  (6+ messages)
` [PATCH v2 1/5] pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment
` [PATCH v2 2/5] pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()
` [PATCH v2 3/5] pinctrl: nuvoton: Make use of struct pinfunction and PINCTRL_PINFUNCTION()
` [PATCH v2 4/5] pinctrl: nuvoton: Convert to use struct group_desc
` [PATCH v2 5/5] pinctrl: nuvoton: Reduce use of OF-specific APIs

[GIT PULL] pinctrl: samsung: drivers for v6.15
 2025-03-18 10:10 UTC  (2+ messages)

[brgl:gpio/for-next] BUILD SUCCESS 2eb5dc9a4b0d193b27289281faa05aadab978b41
 2025-03-18  8:41 UTC 

[PATCH] gpio: pca953x: Add support for level-triggered interrupts
 2025-03-18  6:54 UTC  (3+ messages)

[PATCH] pinctrl: at91: Add error handling for pinctrl_utils_add_map_mux()
 2025-03-18  3:07 UTC 

[PATCH 00/15] gpio: convert more drivers to using the new value setters
 2025-03-18  1:27 UTC  (9+ messages)
` [PATCH 12/15] gpio: aspeed: use lock guards
` [PATCH 13/15] gpio: aspeed: use new line value setter callbacks
` [PATCH 14/15] gpio: aspeed-sgpio: use lock guards
` [PATCH 15/15] gpio: aspeed-sgpio: use new line value setter callbacks

Question about ASPEED GPIO value/direction set order
 2025-03-18  0:48 UTC  (4+ messages)

[PATCH v2 0/9] Remove pcf50633
 2025-03-17 21:56 UTC  (6+ messages)
` [PATCH v2 2/9] rtc: pcf50633: Remove
  ` (subset) "
` [PATCH v2 7/9] backlight: pcf50633-backlight: Remove
  ` (subset) "
` (subset) [PATCH v2 0/9] Remove pcf50633

[PATCH 0/3] ASoC: Convert PCM codecs to GPIO descriptors
 2025-03-17 21:54 UTC  (2+ messages)

[PATCH 00/18] mfd: adp5585: support keymap events and drop legacy Input driver
 2025-03-17 16:08 UTC  (14+ messages)
` [PATCH 05/18] dt-bindings: mfd: adp5585: document adp5589 I/O expander
` [PATCH 07/18] gpio: adp5585: add support for the ad5589 expander
` [PATCH 09/18] dt-bindings: mfd: adp5585: add properties for input events
` [PATCH 11/18] gpio: adp5585: support gpi events

[PATCH v4 0/6] Initial support of MSM8937 and Xiaomi Redmi 3S
 2025-03-17 15:18 UTC  (13+ messages)
` [PATCH v4 1/6] dt-bindings: clock: qcom: Add MSM8937 Global Clock Controller
` [PATCH v4 2/6] clk: qcom: gcc: Add support for Global Clock controller found on MSM8937
` [PATCH v4 3/6] dt-bindings: drm/msm/gpu: Document AON clock for A505/A506/A510
` [PATCH v4 4/6] arm64: dts: qcom: Add initial support for MSM8937
` [PATCH v4 5/6] dt-bindings: arm: qcom: Add Xiaomi Redmi 3S
` [PATCH v4 6/6] arm64: dts: "

[PATCH v3] pinctrl: spacemit: enable config option
 2025-03-17 14:18 UTC  (7+ messages)

[PATCH 0/5] Add PMIC and SPMI driver for mt8196
 2025-03-17 10:49 UTC  (11+ messages)
` [PATCH 1/5] pmic: mediatek: Add pmic auxadc driver
    ` 回复: "
` [PATCH 5/5] dt-bindings: pmic: mediatek: Add pmic documents
  ` 回复: "

[PATCH 3/7] pinctrl: rockchip: Add support for RK3528
 2025-03-17  8:01 UTC  (3+ messages)

[PATCH 00/15] gpio: more gpio_chip setter conversions
 2025-03-17  7:28 UTC  (2+ messages)

[PATCH] pinctrl: qcom: Clear latched interrupt status when changing IRQ type
 2025-03-17  2:49 UTC  (4+ messages)

rc4 and later log message: gpiochip_add_data_with_key: get_direction failed
 2025-03-16 12:48 UTC  (4+ messages)

[PATCH v6 0/9] Introduce configfs-based interface for gpio-aggregator
 2025-03-15 16:41 UTC  (10+ messages)
` [PATCH v6 1/9] gpio: aggregator: protect driver attr handlers against module unload
` [PATCH v6 2/9] gpio: aggregator: reorder functions to prepare for configfs introduction
` [PATCH v6 3/9] gpio: aggregator: add aggr_alloc()/aggr_free()
` [PATCH v6 4/9] gpio: aggregator: introduce basic configfs interface
` [PATCH v6 5/9] gpio: aggregator: rename 'name' to 'key' in aggr_parse()
` [PATCH v6 6/9] gpio: aggregator: expose aggregator created via legacy sysfs to configfs
` [PATCH v6 7/9] gpio: aggregator: cancel deferred probe for devices created via configfs
` [PATCH v6 8/9] Documentation: gpio: document configfs interface for gpio-aggregator
` [PATCH v6 9/9] selftests: gpio: add test cases "

[linusw-pinctrl:devel] BUILD SUCCESS 1df5ab0e6d040ab4e3da53a47ee13e5abbd74394
 2025-03-15 11:45 UTC 

[linusw-pinctrl:for-next] BUILD SUCCESS fde88c7bdbd6394ac6388ca060648c0d3e3a94ae
 2025-03-15 11:45 UTC 

[PATCH v2 0/8] riscv: sophgo: Add pinctrl support for SG2042
 2025-03-15  0:54 UTC  (3+ messages)
` (subset) "

[GIT PULL] gpio fixes for v6.14-rc7
 2025-03-14 21:04 UTC  (2+ messages)

[PATCH v3 0/5] Introduce Intel Elkhart Lake PSE TIO
 2025-03-14 18:01 UTC  (7+ messages)
` [PATCH v3 1/5] mfd: intel_ehl_pse_gpio: Introduce Intel Elkhart Lake PSE GPIO and TIO

[PATCH v4 0/6] Maxim Integrated MAX77759 PMIC MFD-based drivers
 2025-03-14 15:30 UTC  (4+ messages)
` [PATCH v4 4/6] mfd: max77759: add Maxim MAX77759 core mfd driver

[PATCH] pinctrl-mcp23s08: Reset all pins to input at probe
 2025-03-14 15:17 UTC 

Linux logs new warning `gpio gpiochip0: gpiochip_add_data_with_key: get_direction failed: -22`
 2025-03-14 12:25 UTC  (14+ messages)

[PATCH v2 0/2] pinctrl: qcom: Enable egpio function for sa8775p
 2025-03-14 11:08 UTC  (2+ messages)

[PATCH] pinctrl: qcom: tlmm-test: Validate irq_enable delivers edge irqs
 2025-03-14 11:05 UTC  (2+ messages)

[PATCH 0/2] Add gpio-ranges property for EN7581 gpio controller
 2025-03-14 10:40 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: airoha: Add missing gpio-ranges property


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