linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-06 15:03:19 to 2025-06-10 20:33:36 UTC [more...]

[PATCH v5 00/11] iio: adc: Add support for AD4170 series of ADCs
 2025-06-10 20:33 UTC  (8+ messages)
` [PATCH v5 01/11] dt-bindings: iio: adc: Add AD4170
` [PATCH v5 02/11] iio: adc: Add basic support for AD4170
` [PATCH v5 03/11] iio: adc: ad4170: Add support for calibration gain
` [PATCH v5 04/11] iio: adc: ad4170: Add support for calibration bias
` [PATCH v5 05/11] iio: adc: ad4170: Add digital filter and sample frequency config support
` [PATCH v5 06/11] iio: adc: ad4170: Add support for buffered data capture
` [PATCH v5 07/11] iio: adc: ad4170: Add clock provider support

[PATCH 0/4] pinctrl: intel: use new GPIO line value setter callbacks
 2025-06-10 20:33 UTC  (8+ messages)
` [PATCH 1/4] pinctrl: baytrail: "
` [PATCH 2/4] pinctrl: cherryview: "
` [PATCH 3/4] pinctrl: intel: "
` [PATCH 4/4] pinctrl: lynxpoint: "

[PATCH] drm/bridge: ti-sn65dsi86: use new GPIO line value setter callbacks
 2025-06-10 16:27 UTC  (2+ messages)

[PATCH v7 00/10] Apple Mac System Management Controller
 2025-06-10 15:29 UTC  (11+ messages)
` [PATCH v7 01/10] dt-bindings: gpio: Add Apple Mac SMC GPIO block
` [PATCH v7 02/10] dt-bindings: power: reboot: Add Apple Mac SMC Reboot Controller
` [PATCH v7 03/10] dt-bindings: mfd: Add Apple Mac System Management Controller
` [PATCH v7 04/10] soc: apple: rtkit: Make shmem_destroy optional
` [PATCH v7 05/10] mfd: Add Apple Silicon System Management Controller
` [PATCH v7 06/10] gpio: Add new gpio-macsmc driver for Apple Macs
` [PATCH v7 07/10] power: reset: macsmc-reboot: Add driver for rebooting via Apple SMC
` [PATCH v7 08/10] arm64: dts: apple: t8103: Add SMC node
` [PATCH v7 09/10] arm64: dts: apple: t8112: "
` [PATCH v7 10/10] arm64: dts: apple: t600x: "

[PATCH 0/4] net: use new GPIO line value setter callbacks
 2025-06-10 16:05 UTC  (10+ messages)
` [PATCH 1/4] net: dsa: vsc73xx: "
` [PATCH 2/4] net: dsa: mt7530: "
` [PATCH 3/4] net: can: mcp251x: "
` [PATCH 4/4] net: phy: qca807x: "

[PATCH v2 0/3] pinctrl: tegra: Add Tegra186 pinmux driver
 2025-06-10 15:34 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: Document Tegra186 pin controllers
` [PATCH v2 2/3] pinctrl: tegra: Add Tegra186 pinmux driver
` [PATCH v2 3/3] arm64: tegra: Add Tegra186 pin controllers

[RESEND PATCH v2 0/5] STM32 pinctrl: Add mux function RSVD
 2025-06-10 15:23 UTC  (6+ messages)
` [RESEND PATCH v2 1/5] pinctrl: stm32: Handle RSVD pin configuration
` [RESEND PATCH v2 2/5] dt-bindings: pinctrl: stm32: Add RSVD mux function
` [RESEND PATCH v2 3/5] ARM: dts: stm32: Add pinmux for CM4 leds pins
` [RESEND PATCH v2 4/5] ARM: dts: stm32: Add leds for CM4 on stm32mp15xx-ed1 and stm32mp15xx-dkx
` [RESEND PATCH v2 5/5] dt-bindings: pinctrl: stm32: Add missing blank lines

[PATCH] dt-bindings: gpio: arm,pl011: Drop interrupt properties as required
 2025-06-10 15:24 UTC  (2+ messages)

[PATCH v2 0/5] STM32
 2025-06-10 15:18 UTC  (6+ messages)
` [PATCH v2 1/5] pinctrl: stm32: Handle RSVD pin configuration
` [PATCH v2 2/5] dt-bindings: pinctrl: stm32: Add RSVD mux function
` [PATCH v2 3/5] ARM: dts: stm32: Add pinmux for CM4 leds pins
` [PATCH v2 4/5] ARM: dts: stm32: Add leds for CM4 on stm32mp15xx-ed1 and stm32mp15xx-dkx
` [PATCH v2 5/5] dt-bindings: pinctrl: stm32: Add missing blank lines

WTS Available laptops and Memory
 2025-06-10 14:56 UTC 

[PATCH RFC/RFT 00/15] gpio: sysfs: add a per-chip export/unexport attribute pair
 2025-06-10 14:38 UTC  (16+ messages)
` [PATCH RFC/RFT 01/15] Documentation: gpio: undocument removed behavior
` [PATCH RFC/RFT 02/15] Documentation: gpio: document the active_low field in the sysfs ABI
` [PATCH RFC/RFT 03/15] gpio: sysfs: call mutex_destroy() in gpiod_unexport()
` [PATCH RFC/RFT 04/15] gpio: sysfs: refactor the coding style
` [PATCH RFC/RFT 05/15] gpio: sysfs: remove unneeded headers
` [PATCH RFC/RFT 06/15] gpio: sysfs: remove the mockdev pointer from struct gpio_device
` [PATCH RFC/RFT 07/15] gpio: sysfs: add a parallel class device for each GPIO chip using device IDs
` [PATCH RFC/RFT 08/15] gpio: sysfs: only get the dirent reference for the value attr once
` [PATCH RFC/RFT 09/15] gpio: sysfs: pass gpiod_data directly to internal GPIO sysfs functions
` [PATCH RFC/RFT 10/15] gpio: sysfs: don't use driver data in sysfs callbacks for line attributes
` [PATCH RFC/RFT 11/15] gpio: sysfs: rename the data variable in gpiod_(un)export()
` [PATCH RFC/RFT 12/15] gpio: sysfs: don't look up exported lines as class devices
` [PATCH RFC/RFT 13/15] gpio: sysfs: export the GPIO directory locally in the gpiochip<id> directory
` [PATCH RFC/RFT 14/15] gpio: sysfs: allow disabling the legacy parts of the GPIO sysfs interface
` [PATCH RFC/RFT 15/15] gpio: TODO: remove the task for the sysfs rework

[PATCH v2 0/5] pinctrl: stm32: add irq affinity, RIF, module support
 2025-06-10 14:30 UTC  (6+ messages)
` [PATCH v2 1/5] pinctrl: stm32: Declare stm32_pmx_get_mode() as static
` [PATCH v2 2/5] pinctrl: stm32: Manage irq affinity settings
` [PATCH v2 3/5] pinctrl: stm32: Add RIF support for stm32mp257
` [PATCH v2 4/5] pinctrl: stm32: Allow compile as module "
` [PATCH v2 5/5] MAINTAINERS: Add entry for STM32 pinctrl drivers and documentation

[PATCH v3 0/9] Introduce HDP support for STM32MP platforms
 2025-06-10 13:33 UTC  (11+ messages)
` [PATCH v3 5/9] ARM: dts: stm32: add Hardware debug port (HDP) on stm32mp13
` [PATCH v3 8/9] ARM: dts: stm32: add alternate pinmux for HDP pin and add HDP pinctrl node

[PATCH v4 0/8] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards
 2025-06-10 13:10 UTC  (6+ messages)
` [PATCH v4 2/8] ASoC: dt-bindings: qcom: Manage clock settings for ADSP solution

[PATCH v7 00/10] Add pinctrl support for the AAEON UP board FPGA
 2025-06-10 12:48 UTC  (14+ messages)
` [PATCH v7 01/10] gpiolib: add support to register sparse pin range
` [PATCH v7 02/10] gpio: aggregator: move GPIO forwarder allocation in a dedicated function
` [PATCH v7 03/10] gpio: aggregator: refactor the code to add GPIO desc in the forwarder
` [PATCH v7 04/10] gpio: aggregator: refactor the forwarder registration part
` [PATCH v7 05/10] gpio: aggregator: update gpiochip_fwd_setup_delay_line() parameters
` [PATCH v7 06/10] gpio: aggregator: export symbols of the GPIO forwarder library
` [PATCH v7 07/10] gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwd
` [PATCH v7 08/10] gpio: aggregator: add possibility to attach data to the forwarder
` [PATCH v7 09/10] lib/string_choices: Add str_input_output() helper
` [PATCH v7 10/10] pinctrl: Add pin controller driver for AAEON UP boards

[PATCH] pinctrl: cirrus: madera-core: Use devm_pinctrl_register_mappings()
 2025-06-10 12:45 UTC  (3+ messages)

[PATCH 0/2] USB: serial: use new GPIO line value setter callbacks
 2025-06-10 12:43 UTC  (3+ messages)
` [PATCH 1/2] USB: serial: ftdi_sio: "
` [PATCH 2/2] USB: serial: cp210x: "

[PATCH 0/2] soc: use new GPIO line value setter callbacks
 2025-06-10 12:38 UTC  (3+ messages)
` [PATCH 1/2] soc: fsl: qe: "
` [PATCH 2/2] soc: renesas: pwc-rzv2m: "

[PATCH v4 0/9] Introduce HDP support for STM32MP platforms
 2025-06-10 12:37 UTC  (10+ messages)
` [PATCH v4 2/9] dt-bindings: pinctrl: stm32: Introduce HDP
` [PATCH v4 5/9] ARM: dts: stm32: add Hardware debug port (HDP) on stm32mp13

[PATCH 0/7] media: use new GPIO line value setter callbacks
 2025-06-10 12:35 UTC  (8+ messages)
` [PATCH 1/7] media: dvb-frontends/cxd2820r: "
` [PATCH 2/7] media: solo6x10: remove unneeded GPIO direction setters
` [PATCH 3/7] media: solo6x10: use new GPIO line value setter callbacks
` [PATCH 4/7] media: i2c: ds90ub953: "
` [PATCH 5/7] media: i2c: ds90ub913: "
` [PATCH 6/7] media: i2c: max96717: "
` [PATCH 7/7] media: i2c: max9286: "

[PATCH v2 0/7] Add Rockchip RK3576 PWM Support Through MFPWM
 2025-06-10 12:33 UTC  (3+ messages)
` [PATCH v2 1/7] dt-bindings: pinctrl: rockchip: increase max amount of device functions

[PATCH 00/12] gpio: convert another round of GPIO drivers to using new line value setters
 2025-06-10 12:33 UTC  (13+ messages)
` [PATCH 01/12] gpio: mmio: use new GPIO line value setter callbacks
` [PATCH 02/12] gpio: mm-lantiq: "
` [PATCH 03/12] gpio: moxtet: "
` [PATCH 04/12] gpio: mpc5200: "
` [PATCH 05/12] gpio: mpfs: "
` [PATCH 06/12] gpio: mpsse: "
` [PATCH 07/12] gpio: msc313: "
` [PATCH 08/12] gpio: nomadik: "
` [PATCH 09/12] gpio: npcm-sgpio: "
` [PATCH 10/12] gpio: octeon: "
` [PATCH 11/12] gpio: omap: "
` [PATCH 12/12] gpio: palmas: "

[PATCH 00/17] pinctrl: Constify pointers to 'pinctrl_desc' and more
 2025-06-10 12:16 UTC  (2+ messages)

[PATCH v3 0/6] Add support for Amlogic S7/S7D/S6 pinctrl
 2025-06-10 12:10 UTC  (2+ messages)

[PATCH 0/3] pinctrl: mediatek: Add pinctrl driver on mt8189
 2025-06-10 12:06 UTC  (2+ messages)

[PATCH] gpio: loongson-64bit: Correct Loongson-7A2000 ACPI GPIO access mode
 2025-06-10 12:02 UTC  (2+ messages)

[PATCH RESEND 0/3] Input: convert GPIO chips to using new value setters
 2025-06-10 11:01 UTC  (7+ messages)
` [PATCH RESEND 1/3] Input: ad7879 - use new GPIO line value setter callbacks
` [PATCH RESEND 2/3] Input: adp5588 "
` [PATCH RESEND 3/3] Input: adp5589 "

[PATCH v4 00/10] ASoC: mediatek: Add support for MT8196 SoC
 2025-06-10  9:27 UTC  (11+ messages)
` [PATCH v4 01/10] ASoC: mediatek: common: modify mtk afe platform driver for mt8196
` [PATCH v4 02/10] ASoC: mediatek: mt8196: add common header
` [PATCH v4 03/10] ASoC: mediatek: mt8196: support audio clock control
` [PATCH v4 04/10] ASoC: mediatek: mt8196: support ADDA in platform driver
` [PATCH v4 05/10] ASoC: mediatek: mt8196: support I2S "
` [PATCH v4 06/10] ASoC: mediatek: mt8196: support TDM "
` [PATCH v4 07/10] ASoC: mediatek: mt8196: add "
` [PATCH v4 08/10] ASoC: dt-bindings: mediatek,mt8196-afe: add audio AFE document
` [PATCH v4 09/10] ASoC: mediatek: mt8196: add machine driver with nau8825
` [PATCH v4 10/10] ASoC: dt-bindings: mediatek,mt8196-nau8825: add mt8196-nau8825 document

[PATCH RESEND] platform: cznic: use new GPIO line value setter callbacks
 2025-06-10  9:43 UTC 

[PATCH] gpio: TODO: add a task for removing MMIO-specific fields from gpio_chip
 2025-06-10  9:41 UTC  (2+ messages)

[PATCH v2 00/17] Samsung S2MPG10 regulator and S2MPG11 PMIC drivers
 2025-06-10  8:39 UTC  (11+ messages)
` [PATCH v2 06/17] dt-bindings: firmware: google,gs101-acpm-ipc: update PMIC examples
` [PATCH v2 08/17] mfd: sec: Add support for S2MPG11 PMIC via ACPM
` [PATCH v2 11/17] regulator: s2mps11: update node parsing (allow -supply properties)
` [PATCH v2 12/17] regulator: s2mps11: refactor handling of external rail control
` [PATCH v2 13/17] regulator: s2mps11: add S2MPG10 regulator
` [PATCH v2 14/17] regulator: s2mps11: refactor S2MPG10 ::set_voltage_time() for S2MPG11 reuse
` [PATCH v2 15/17] regulator: s2mps11: refactor S2MPG10 regulator macros "
` [PATCH v2 16/17] regulator: s2mps11: add S2MPG11 regulator
` [PATCH v2 17/17] regulator: s2mps11: more descriptive gpio consumer name

[PATCH] dt-bindings: gpio: gpio-xilinx: Mark clocks as required property
 2025-06-10  8:32 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update HiSilicon GPIO driver maintainer
 2025-06-10  8:13 UTC  (2+ messages)

[PATCH v3 1/1] dt-bindings: gpio: convert gpio-74xx-mmio.txt to yaml format
 2025-06-10  8:11 UTC  (2+ messages)

[PATCH 1/1] dt-bindings: gpio: convert nxp,lpc1850-gpio.txt to yaml format
 2025-06-10  8:11 UTC  (2+ messages)

[PATCH 1/1] dt-bindings: gpio: convert gpio-pisosr.txt to yaml format
 2025-06-10  8:11 UTC  (2+ messages)

[PATCH v1 0/2] gpio: More cleanups to legacy header
 2025-06-10  8:11 UTC  (2+ messages)

[PATCH v1 0/2] gpiolib: get rid of devm_gpio_request()
 2025-06-10  8:11 UTC  (2+ messages)

[PATCH libgpiod v2 0/3] doc: add rust docs
 2025-06-10  7:50 UTC  (2+ messages)

[linusw-pinctrl:fixes] BUILD SUCCESS 24b0277c1c539cd41539d9297baafc62df04464a
 2025-06-10  1:53 UTC 

[PATCH v4 00/11] iio: adc: Add support for AD4170 series of ADCs
 2025-06-09 20:39 UTC  (20+ messages)
` [PATCH v4 01/11] dt-bindings: iio: adc: Add AD4170
` [PATCH v4 02/11] iio: adc: Add basic support for AD4170
` [PATCH v4 06/11] iio: adc: ad4170: Add support for buffered data capture
` [PATCH v4 10/11] iio: adc: ad4170: Add support for weigh scale and RTD sensors

[PATCH] gpiolib: acpi: Add a quirk for Acer Nitro V15
 2025-06-09 20:09 UTC  (3+ messages)

[PATCH v6 00/12] Add pinctrl support for the AAEON UP board FPGA
 2025-06-09  9:01 UTC  (4+ messages)
` [PATCH v6 12/12] pinctrl: Add pin controller driver for AAEON UP boards

[PATCH resend] pinctrl: sunxi: dt: Consider pin base when calculating bank number from pin
 2025-06-07 13:54 UTC 

[PATCH v10 00/12] iio: adc: ad7768-1: Add features, improvements, and fixes
 2025-06-07 12:34 UTC  (14+ messages)
` [PATCH v10 01/12] iio: adc: ad7768-1: Ensure SYNC_IN pulse minimum timing requirement
` [PATCH v10 04/12] dt-bindings: iio: adc: ad7768-1: Document GPIO controller
` [PATCH v10 07/12] iio: adc: ad7768-1: Add GPIO controller support
` [PATCH v10 09/12] iio: adc: ad7768-1: add support for Synchronization over SPI

[PATCH v9 00/12] iio: adc: ad7768-1: Add features, improvements, and fixes
 2025-06-07 12:19 UTC  (6+ messages)
` [PATCH v9 09/12] iio: adc: ad7768-1: add support for Synchronization over SPI

[PATCH v2 1/1] dt-bindings: pinctrl: convert nxp,lpc1850-scu.txt to yaml format
 2025-06-06 16:03 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).