Linux IIO development
 help / color / mirror / Atom feed
 messages from 2026-05-06 09:34:06 to 2026-05-07 17:51:45 UTC [more...]

[PATCH v5 0/2] MAINTAINERS: update ADI IIO entry and drop unmaintain drivers
 2026-05-07 17:51 UTC  (3+ messages)
` [PATCH v5 1/2] MAINTAINERS: Update Analog Devices IIO drivers entry
` [PATCH v5 2/2] MAINTAINERS: remove unmaintained ADI IIO entries

[PATCH 0/3] iio: dac: Add support for AD5529R DAC
 2026-05-07 17:35 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: iio: dac: Add AD5529R
` [PATCH 2/3] iio: dac: Add AD5529R DAC driver support
` [PATCH 3/3] Documentation: iio: Add AD5529R Documentation

[PATCH 0/2] iio: temperature: ltc2983: Add support for ADT7604
 2026-05-07 17:25 UTC  (14+ messages)
` [PATCH 1/2] dt-bindings: iio: temperature: Add ADT7604 support to adi,ltc2983
` [PATCH 2/2] iio: temperature: ltc2983: Add support for ADT7604

[PATCH] MAINTAINERS: Add myself as SCD30 maintainer
 2026-05-07 17:24 UTC 

[PATCH v3 00/10] iio: accel: mma8452: improve coding style, pm and resource cleanup
 2026-05-07 17:05 UTC  (25+ messages)
` [PATCH v3 02/10] iio: accel: mma8452: switch to non-devm request_threaded_irq()
` [PATCH v3 03/10] iio: accel: mma8452: cleanup codestyle warning
` [PATCH v3 05/10] iio: accel: mma8452: Use dev_err_probe()
` [PATCH v3 07/10] iio: accel: mma8452: use local struct device
` [PATCH v3 08/10] iio: accel: mma8452: use pm_ptr() and direct runtime PM calls
` [PATCH v3 10/10] iio: accel: mma8452: use guard() to release mutexes

[PATCH 0/3] iio: magnetometer: add MEMSIC MMC5983MA driver
 2026-05-07 17:00 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: iio: magnetometer: add MEMSIC MMC5983MA
` [PATCH 2/3] iio: magnetometer: add driver for "
` [PATCH 3/3] MAINTAINERS: add entry for MEMSIC MMC5983MA magnetometer driver

[PATCH v6] iio: humidity: ens210: Simplify I2C functionality check
 2026-05-07 16:39 UTC  (2+ messages)

[PATCH v4] iio: light: vcnl4000: use lock guard()
 2026-05-07 16:36 UTC  (2+ messages)

[PATCH v2 0/3] iio: adc: ti-ads1298: Three driver cleanups
 2026-05-07 16:31 UTC  (7+ messages)
` [PATCH v2 1/3] iio: adc: ti-ads1298: Add parentheses around macro parameter
` [PATCH v2 2/3] iio: adc: ti-ads1298: Fix incorrect timeout comment
` [PATCH v2 3/3] iio: adc: ti-ads1298: Remove unnecessary CONFIG2 write during init

[PATCH] iio: chemical: scd30: avoid potential NULL deref in scd30_i2c_command()
 2026-05-07 16:18 UTC  (3+ messages)
` [PATCH v2] iio: chemical: scd30: reject (response=NULL, size>0) "

[PATCH] iio: frequency: adf4377: replace mutex_lock/unlock with guard and scoped_guard
 2026-05-07 16:24 UTC  (3+ messages)

[PATCH] MAINTAINERS: scd30: orphan the driver
 2026-05-07 16:09 UTC  (3+ messages)

[PATCH v11 00/11] ADF41513/ADF41510 PLL frequency synthesizers
 2026-05-07 16:01 UTC  (18+ messages)
` [PATCH v11 01/11] dt-bindings: iio: frequency: add adf41513
` [PATCH v11 02/11] lib: kstrtox: add kstrtoudec64() and kstrtodec64()
` [PATCH v11 03/11] lib: test-kstrtox: tests for kstrtodec64() and kstrtoudec64()
` [PATCH v11 04/11] lib: math: div64: add div64_s64_rem()
` [PATCH v11 05/11] iio: core: add decimal value formatting into 64-bit value
` [PATCH v11 06/11] iio: test: iio-test-format: add test case for decimal format
` [PATCH v11 07/11] iio: frequency: adf41513: driver implementation
` [PATCH v11 08/11] iio: frequency: adf41513: handle LE synchronization feature
` [PATCH v11 09/11] iio: frequency: adf41513: features on frequency change
` [PATCH v11 10/11] docs: iio: add documentation for adf41513 driver
` [PATCH v11 11/11] Documentation: ABI: testing: add common ABI file for iio/frequency

[PATCH 00/10] add mcf54415 DAC driver
 2026-05-07 15:28 UTC  (13+ messages)
` [PATCH 07/10] m68k: mcf5441x: add CCR MISCCR2 bitfields
` [PATCH 08/10] m68k: stmark2: add mcf5441x DAC platform devices
` [PATCH 09/10] m68k: stmark2: enable DACs outputs
` [PATCH 10/10] iio: dac: add mcf54415 DAC

[PATCH v9 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-05-07 15:26 UTC  (13+ messages)
` [PATCH v9 2/6] iio: adc: ad4691: add initial driver for AD4691 family
` [PATCH v9 3/6] iio: adc: ad4691: add triggered buffer support
` [PATCH v9 4/6] iio: adc: ad4691: add SPI offload support
` [PATCH v9 5/6] iio: adc: ad4691: add oversampling support

[PATCH 0/8] iio: magnetometer: ak8975: driver cleanup
 2026-05-07 14:35 UTC  (9+ messages)
` [PATCH 1/8] iio: magnetometer: ak8975: modernize polling loops with iopoll() macros
` [PATCH 2/8] iio: magnetometer: ak8975: check if gpiod read was successful
` [PATCH 3/8] iio: magnetometer: ak8975: switch to using managed resources
` [PATCH 4/8] iio: magnetometer: ak8975: consistently use 'data' parameter
` [PATCH 5/8] iio: magnetometer: ak8975: unify messages with help of dev_err_probe()
` [PATCH 6/8] iio: magnetometer: ak8975: use temporary variable for struct device
` [PATCH 7/8] iio: magnetometer: ak8975: add scan mask index enum
` [PATCH 8/8] iio: magnetometer: ak8975: make use of the macros from bits.h

[PATCH v2 00/10] Add MTU3 for RZ/T2H and RZ/N2H
 2026-05-07 14:20 UTC  (11+ messages)
` [PATCH v2 02/10] mfd: rz-mtu3: use device-managed reset deassert
` [PATCH v2 03/10] mfd: rz-mtu3: use device-managed mfd_add_devices()
` [PATCH v2 04/10] mfd: rz-mtu3: store &pdev->dev in local variable
` [PATCH v2 05/10] mfd: rz-mtu3: make reset optional

[PATCH] iio: adc: ad_sigma_delta: fix CS held asserted after single conversion
 2026-05-07 14:09 UTC  (5+ messages)

[PATCH v2] iio: adc: ad_sigma_delta: fix CS held asserted after single conversion
 2026-05-07 14:00 UTC 

[PATCH v5 00/18] iio: magnetometer: ak8975: modernize and cleanup driver
 2026-05-07 12:24 UTC  (56+ messages)
` [PATCH v5 01/18] iio: magnetometer: ak8975: sort headers alphabetically
` [PATCH v5 02/18] iio: magnetometer: ak8975: update headers per IWYU principle
` [PATCH v5 03/18] iio: magnetometer: ak8975: replace usleep_range() with fsleep()
` [PATCH v5 04/18] iio: magnetometer: ak8975: change 'u8*' to 'u8 *' in cast
` [PATCH v5 05/18] iio: magnetometer: ak8975: fix wrong errno on return
` [PATCH v5 06/18] iio: magnetometer: ak8975: pass conversion timeouts as arguments
` [PATCH v5 07/18] iio: magnetometer: ak8975: modernize polling loops with iopoll() macros
` [PATCH v5 08/18] iio: magnetometer: ak8975: check if gpiod read was successful
` [PATCH v5 09/18] iio: magnetometer: ak8975: avoid using temporary variable
` [PATCH v5 10/18] iio: magnetometer: ak8975: drop duplicate NULL check
` [PATCH v5 11/18] iio: magnetometer: ak8975: remove duplicate error message
` [PATCH v5 12/18] iio: magnetometer: ak8975: reduce usage of magic lengths of the buffer
` [PATCH v5 13/18] iio: magnetometer: ak8975: unify return code variable name
` [PATCH v5 14/18] iio: magnetometer: ak8975: switch to using managed resources
` [PATCH v5 18/18] iio: magnetometer: ak8975: make use of the macros from bits.h

linux-next: manual merge of the iio tree with the iio-fixes tree
 2026-05-07 10:41 UTC  (2+ messages)

[PATCH v4 0/5] MAINTAINERS: update iio adi entry and drop redundant entry
 2026-05-07  8:09 UTC  (6+ messages)
` [PATCH v4 1/5] MAINTAINERS: Update Analog Devices IIO drivers entry

[PATCH 0/3] iio: adc: ti-ads1298: Three driver cleanups
 2026-05-07  5:25 UTC  (7+ messages)
` [PATCH 1/3] iio: adc: ti-ads1298: Add parentheses around macro parameter
` [PATCH 2/3] iio: adc: ti-ads1298: Fix incorrect timeout comment
` [PATCH 3/3] iio: adc: ti-ads1298: Don't enable internal test signal during init

[RFC PATCH v2 0/4] iio: position: add Rust driver for ams AS5600
 2026-05-06 19:44 UTC  (5+ messages)
` [RFC PATCH v2 1/4] i2c: rust: add smbus_read_byte_data and smbus_read_word_data

[PATCH v5] iio: magnetometer: rm3100: Modernize locking and refactor control flow
 2026-05-06 18:31 UTC  (8+ messages)

[PATCH 0/3] iio: light: tcs3472: devm conversion, wait time, locking cleanup
 2026-05-06 18:17 UTC  (12+ messages)
` [PATCH 1/3] iio: light: tcs3472: use devm for resource management
` [PATCH 2/3] iio: light: tcs3472: implement wait time and sampling frequency
` [PATCH 3/3] iio: light: tcs3472: Use guard(mutex)() family over manual locking

[PATCH v5 0/3] iio: adc: ingenic-adc: use guard()() to handle synchronisation and refactor lock-held helpers
 2026-05-06 18:12 UTC  (3+ messages)

[PATCH] iio: gyro: itg3200: fix i2c read into the wrong stack location
 2026-05-06 17:37 UTC  (4+ messages)

[PATCH v6 00/12] Fixes and cleanups for the AD5686 IIO driver
 2026-05-06 17:29 UTC  (10+ messages)
` [PATCH v6 03/12] iio: dac: ad5686: acquire lock when doing powerdown control
` [PATCH v6 04/12] iio: dac: ad5686: fix powerdown control on dual-channel devices
` [PATCH v6 10/12] iio: dac: ad5686: add control_sync() for single-channel devices

[PATCH 0/2] iio: imu: inv-mpu9150: fix interrupts for MPU9150
 2026-05-06 17:24 UTC  (8+ messages)
` [PATCH 2/2] ARM: dts: ti/omap: omap4-epson-embt2ws: fix typo in iio device property
` (subset) [PATCH 0/2] iio: imu: inv-mpu9150: fix interrupts for MPU9150

[PATCH v1 1/1] iio: magnetometer: ak8975: Add missed pm_runtime_put_autosuspend() call
 2026-05-06 17:15 UTC  (5+ messages)

[PATCH v4] iio: imu: kmx61: Use guard(mutex)() over manual locking
 2026-05-06 16:56 UTC  (5+ messages)

[PATCH v2] iio: temperature: tsys01: fix broken PROM checksum validation
 2026-05-06 16:32 UTC  (2+ messages)

[PATCH 0/2] Fix AD3531/AD3531R powerdown modes
 2026-05-06 16:25 UTC  (5+ messages)
` [PATCH 1/2] iio: ABI: Add DAC 500ohm, 3.85kohm, and 16kohm "
` [PATCH 2/2] iio: dac: ad3530r: Fix AD3531/AD3531R powerdown mode strings

[PATCH v5] iio: humidity: ens210: Fix missing I2C functionality checks
 2026-05-06 16:20 UTC  (5+ messages)

[PATCH] iio: adc: xilinx-ams: Replace spin_lock() and unlock() calls with guard(spinlock*)()
 2026-05-06 16:15 UTC  (3+ messages)

[PATCH v4] iio: adxl313: fix typos in documentation
 2026-05-06 16:07 UTC  (2+ messages)

[PATCH v3] iio: humidity: ens210: Fix missing I2C functionality checks
 2026-05-06 16:03 UTC  (6+ messages)

[PATCH 00/13] add AUXADC, EFUSE and thermal drivers for the MediaTek mt6323 PMIC
 2026-05-06 15:46 UTC  (11+ messages)
` [PATCH 01/13] dt-bindings: iio: adc: add mt6323 PMIC AUXADC
` [PATCH 04/13] iio: adc: mediatek: add mt6323 PMIC AUXADC driver
` [PATCH 06/13] thermal: mediatek: add pmic thermal support

[PATCH 0/9] MT6365 PMIC support cleanup
 2026-05-06 15:32 UTC  (9+ messages)
` [PATCH 1/9] dt-bindings: mfd: mediatek: mt6397: Add rtc for MT6359
` [PATCH 2/9] dt-bindings: mfd: mediatek: mt6397: Add MT6365 PMIC support
` [PATCH 3/9] dt-bindings: input: mediatek,pmic-keys: Add MT6365 support
` [PATCH 4/9] dt-bindings: iio: adc: mt6359: Add MT6365 PMIC AuxADC

[PATCH v7 0/9] iio: ssp_sensors: improve resource cleanup
 2026-05-06 14:37 UTC  (7+ messages)
` [PATCH v7 2/9] iio: ssp_sensors: factor out pending list add/remove helper(s)

[PATCH RFC v3 0/9] AD9910 Direct Digital Synthesizer
 2026-05-06 14:34 UTC  (9+ messages)
` [PATCH RFC v3 9/9] docs: iio: add documentation for ad9910 driver

[PATCH v4] iio: humidity: ens210: Fix missing I2C functionality checks
 2026-05-06  9:51 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