public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-11 16:09:24 to 2026-01-15 08:43:46 UTC [more...]

[PATCH v5 0/5] iio: proximity: Add interrupt support for RFD77402
 2026-01-15  8:43 UTC  (9+ messages)
` [PATCH v5 1/5] iio: proximity: rfd77402: Reorder header includes
` [PATCH v5 2/5] iio: proximity: rfd77402: Use kernel helper for result polling
` [PATCH v5 3/5] iio: proximity: rfd77402: Add interrupt handling support
` [PATCH v5 4/5] iio: proximity: rfd77402: Use devm-managed mutex initialization
` [PATCH v5 5/5] iio: proximity: rfd77402: Document device private data structure

[PATCH v3 0/4] iio: adc: ad9467: Support alternative backends
 2026-01-15  7:48 UTC  (16+ messages)
` [PATCH v3 1/4] iio: adc: ad9467: include two's complement in default mode
` [PATCH v3 2/4] iio: industrialio-backend: support backend capabilities
` [PATCH v3 3/4] iio: adc: adi-axi-adc: define supported iio-backend capabilities
` [PATCH v3 4/4] iio: adc: ad9467: check for backend capabilities

[PATCH 0/2] iio: adc: qcom-pm8xxx-xoadc improvements
 2026-01-15  7:32 UTC  (8+ messages)
` [PATCH 2/2] iio: adc: qcom-pm8xxx-xoadc: fix incorrect calibration values

[PATCH 0/2] iio: imu: inv-mpu9150: fix interrupts for MPU9150
 2026-01-14 22:30 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: ti/omap: omap4-epson-embt2ws: fix typo in iio device property

[PATCH v3 00/13] iio: pressure: mprls0025pa: driver code cleanup
 2026-01-14 17:09 UTC  (16+ messages)
` [PATCH v3 01/13] iio: pressure: mprls0025pa: fix spi_transfer struct initialisation
` [PATCH v3 02/13] iio: pressure: mprls0025pa: fix SPI CS delay violation
` [PATCH v3 03/13] iio: pressure: mprls0025pa: fix interrupt flag
` [PATCH v3 04/13] iio: pressure: mprls0025pa: fix scan_type struct
` [PATCH v3 05/13] iio: pressure: mprls0025pa: fix pressure calculation
` [PATCH v3 06/13] iio: pressure: mprls0025pa: cleanup includes
` [PATCH v3 07/13] iio: pressure: mprls0025pa: remove redundant declarations
` [PATCH v3 08/13] iio: pressure: mprls0025pa: rename buffer variable
` [PATCH v3 09/13] iio: pressure: mprls0025pa: introduce tx buffer
` [PATCH v3 10/13] iio: pressure: mprls0025pa: move memset to core
` [PATCH v3 11/13] iio: pressure: mprls0025pa: stricter checks for the status byte
` [PATCH v3 12/13] iio: pressure: mprls0025pa: change measurement sequence
` [PATCH v3 13/13] iio: pressure: mprls0025pa: add copyright line

[PATCH v5 0/3] Add the System Timer Module counter
 2026-01-14 16:38 UTC  (6+ messages)
` [PATCH v5 1/3] counters: Reorder the Makefile
` [PATCH v5 2/3] dt-bindings: counter: Add NXP System Timer Module Counter
` [PATCH v5 3/3] counter: Add STM based counter

[PATCH v3 0/2] iio: dac: Add support for MAX22007 DAC
 2026-01-14 16:17 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: iio: dac: Add max22007
` [PATCH v3 2/2] iio: dac: Add MAX22007 DAC driver support

[PATCH 1/1] i3c: Add stub functions when I3C support is disabled
 2026-01-14 15:02 UTC  (2+ messages)

[PATCH v6 0/5] Add support for ADAQ776x-1 ADC Family
 2026-01-14  9:27 UTC  (6+ messages)
` [PATCH v6 1/5] dt-bindings: iio: adc: ad7768-1: add new supported parts
` [PATCH v6 2/5] iio: adc: ad7768-1: introduce chip info for future multidevice support
` [PATCH v6 3/5] units: add conversion macros for percentage related units
` [PATCH v6 4/5] iio: adc: ad7768-1: refactor ad7768_write_raw()
` [PATCH v6 5/5] iio: adc: ad7768-1: add support for ADAQ776x-1 ADC Family

[PATCH v2 00/13] iio: pressure: mprls0025pa: driver code cleanup
 2026-01-14 12:21 UTC  (19+ messages)
` [PATCH v2 01/13] iio: pressure: mprls0025pa: fix spi_transfer struct initialisation
` [PATCH v2 02/13] iio: pressure: mprls0025pa: fix SPI CS delay violation
` [PATCH v2 03/13] iio: pressure: mprls0025pa: fix interrupt flag
` [PATCH v2 04/13] iio: pressure: mprls0025pa: fix scan_type struct
` [PATCH v2 05/13] iio: pressure: mprls0025pa: fix pressure calculation
` [PATCH v2 06/13] iio: pressure: mprls0025pa: cleanup includes
` [PATCH v2 07/13] iio: pressure: mprls0025pa: remove redundant declarations
` [PATCH v2 08/13] iio: pressure: mprls0025pa: rename buffer variable
` [PATCH v2 09/13] iio: pressure: mprls0025pa: introduce tx buffer
` [PATCH v2 10/13] iio: pressure: mprls0025pa: move memset to core
` [PATCH v2 11/13] iio: pressure: mprls0025pa: stricter checks for the status byte
` [PATCH v2 12/13] iio: pressure: mprls0025pa: change measurement sequence
` [PATCH v2 13/13] iio: pressure: mprls0025pa: add copyright line

[PULL] IIO: Fixes for 6.19 set 1
 2026-01-14 11:26 UTC  (2+ messages)

[GIT PULL] Counter updates for 6.20
 2026-01-14 11:26 UTC  (2+ messages)

[PATCH RESEND v7 00/10] SPMI: Implement sub-devices and migrate drivers
 2026-01-14 10:09 UTC  (31+ messages)
` [PATCH v7 01/10] spmi: Print error status with %pe format
` [PATCH v7 02/10] spmi: Remove redundant dev_name() print in spmi_device_add()
` [PATCH v7 03/10] spmi: Remove unneeded goto in spmi_device_add() error path
` [PATCH v7 04/10] spmi: Implement spmi_subdevice_alloc_and_add() and devm variant
` [PATCH v7 05/10] nvmem: qcom-spmi-sdam: Migrate to devm_spmi_subdevice_alloc_and_add()
` [PATCH v7 06/10] power: reset: qcom-pon: "
` [PATCH v7 07/10] phy: qualcomm: eusb2-repeater: "
` [PATCH v7 08/10] misc: qcom-coincell: "
` [PATCH v7 09/10] iio: adc: qcom-spmi-iadc: "
` [PATCH v7 10/10] iio: adc: qcom-spmi-iadc: Remove regmap R/W wrapper functions

[PATCH v8 00/10] SPMI: Implement sub-devices and migrate drivers
 2026-01-14  9:46 UTC  (13+ messages)
` [PATCH v8 01/10] spmi: Remove redundant dev_name() print in spmi_device_add()
` [PATCH v8 02/10] spmi: Print error status with %pe format
` [PATCH v8 03/10] spmi: Remove unneeded goto in spmi_device_add() error path
` [PATCH v8 04/10] spmi: Implement spmi_subdevice_alloc_and_add() and devm variant
` [PATCH v8 05/10] nvmem: qcom-spmi-sdam: Migrate to devm_spmi_subdevice_alloc_and_add()
` [PATCH v8 06/10] power: reset: qcom-pon: "
` [PATCH v8 07/10] phy: qualcomm: eusb2-repeater: "
` [PATCH v8 08/10] misc: qcom-coincell: "
` [PATCH v8 09/10] iio: adc: qcom-spmi-iadc: "
` [PATCH v8 10/10] iio: adc: qcom-spmi-iadc: Remove regmap R/W wrapper functions

[PATCH v5 0/9] spi: add multi-lane support
 2026-01-14  9:16 UTC  (19+ messages)
` [PATCH v5 1/9] spi: dt-bindings: change spi-{rx,tx}-bus-width to arrays
` [PATCH v5 2/9] spi: dt-bindings: add spi-{tx,rx}-lane-map properties
` [PATCH v5 3/9] spi: support controllers with multiple data lanes
` [PATCH v5 4/9] spi: add multi_lane_mode field to struct spi_transfer
` [PATCH v5 5/9] spi: Documentation: add page on multi-lane support
` [PATCH v5 6/9] spi: dt-bindings: adi,axi-spi-engine: add "
` [PATCH v5 7/9] spi: axi-spi-engine: support SPI_MULTI_LANE_MODE_STRIPE
` [PATCH v5 8/9] dt-bindings: iio: adc: adi,ad7380: add spi-rx-bus-width property
` [PATCH v5 9/9] iio: adc: ad7380: add support for multiple SPI lanes

[PATCH v6 0/2] iio: pressure: abp2030pa: cleanup
 2026-01-14  8:53 UTC  (6+ messages)
` [PATCH v6 1/2] iio: pressure: abp2030pa: fix typo in Kconfig description
` [PATCH v6 2/2] iio: pressure: abp2030pa: remove error message

[PATCH v2 0/3] iio: adc: ad9467: Support alternative backends
 2026-01-14  7:51 UTC  (12+ messages)
` [PATCH v2 1/3] iio: adc: ad9467: include two's complement in default mode
` [PATCH v2 2/3] iio: industrialio-backend: support backend capabilities
` [PATCH v2 3/3] iio: adc: ad9467: check for "

[PATCH v2 0/6] staging: ad9832: driver cleanup
 2026-01-14  1:34 UTC  (3+ messages)
` [PATCH v2 3/6] staging: iio: ad9832: convert to devm_mutex_init()

[PATCH 0/2] iio: adc: ad9467: Enable operation without iio-backend
 2026-01-13 12:44 UTC  (12+ messages)
` [PATCH 2/2] iio: adc: ad9467: make iio backend optional

[PATCH v2 0/7] iio: core: Introduce cleanup.h support for mode locks
 2026-01-13 10:38 UTC  (4+ messages)
` [PATCH v2 3/7] iio: core: Match iio_device_claim_*() semantics and implementation

[PATCH 0/3] imu: st_lsm6dsx: Add support for rotation sensor
 2026-01-13  9:48 UTC  (13+ messages)
` [PATCH 1/3] iio: imu: st_lsm6dsx: set buffer sampling frequency for accelerometer only
` [PATCH 2/3] iio: imu: st_lsm6dsx: set FIFO ODR for accelerometer and magnetometer only
` [PATCH 3/3] iio: imu: st_lsm6dsx: add support for rotation sensor

[PATCH v3 0/6] ADF41513/ADF41510 PLL frequency synthesizers
 2026-01-13  9:32 UTC  (14+ messages)
` [PATCH v3 1/6] dt-bindings: iio: frequency: add adf41513
` [PATCH v3 2/6] iio: frequency: adf41513: driver implementation
` [PATCH v3 4/6] iio: frequency: adf41513: features on frequency change

[PATCH v5 0/5] Add support for ADAQ776x-1 ADC Family
 2026-01-13  6:49 UTC  (6+ messages)
` [PATCH v5 3/5] units: add PERCENT and BASIS_POINTS macros

[PATCH v2 0/2] Subject: [PATCH v1 0/3] iio: dac: Add support for MAX22007 DAC
 2026-01-12 20:26 UTC  (4+ messages)
` [PATCH v2 2/2] iio: dac: Add MAX22007 DAC driver support

[PATCH v4 0/9] spi: add multi-lane support
 2026-01-12 17:10 UTC  (7+ messages)
` [PATCH v4 3/9] spi: support controllers with multiple data lanes
` [PATCH v4 4/9] spi: add multi_lane_mode field to struct spi_transfer

[PATCH] iio: adc: ad7768-1: Select GPIOLIB
 2026-01-12 14:41 UTC  (3+ messages)

[PATCH 0/2] accel: adxl380: Add support for 1 kHz sampling frequency
 2026-01-12 13:26 UTC  (7+ messages)
` [PATCH 2/2] iio: "

[PATCH v2 0/2] iio: inkern: Use namespaced exports
 2026-01-11 17:02 UTC  (6+ messages)
` [PATCH v2 1/2] iio: dac: ds4424: drop unused include IIO consumer header
` [PATCH v2 2/2] iio: inkern: Use namespaced exports


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox