Linux IIO development
 help / color / mirror / Atom feed
 messages from 2026-05-04 15:50:17 to 2026-05-05 14:13:48 UTC [more...]

[PATCH v6 00/12] Fixes and cleanups for the AD5686 IIO driver
 2026-05-05 14:13 UTC  (18+ messages)
` [PATCH v6 01/12] iio: dac: ad5686: fix ref bit initialization for single-channel parts
` [PATCH v6 02/12] iio: dac: ad5686: fix input raw value check
` [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 05/12] iio: dac: ad5686: refactor include headers
` [PATCH v6 06/12] iio: dac: ad5686: remove redundant register definition
` [PATCH v6 07/12] iio: dac: ad5686: drop enum id
` [PATCH v6 08/12] iio: dac: ad5686: add of_match table to the spi driver
` [PATCH v6 09/12] iio: dac: ad5686: add helpers to handle powerdown masks
` [PATCH v6 10/12] iio: dac: ad5686: add control_sync() for single-channel devices
` [PATCH v6 11/12] iio: dac: ad5686: cleanup doc header of local structs
` [PATCH v6 12/12] iio: dac: ad5686: create bus ops struct

[PATCH v9 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-05-05 14:12 UTC  (11+ 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 00/13] add AUXADC, EFUSE and thermal drivers for the MediaTek mt6323 PMIC
 2026-05-05 14:05 UTC  (19+ messages)
` [PATCH 01/13] dt-bindings: iio: adc: add mt6323 PMIC AUXADC
` [PATCH 02/13] dt-bindings: nvmem: add mt6323 PMIC EFUSE
` [PATCH 03/13] dt-bindings: thermal: add mt6323 PMIC thermal
` [PATCH 04/13] iio: adc: mediatek: add mt6323 PMIC AUXADC driver
` [PATCH 05/13] nvmem: add mt6323 PMIC EFUSE driver
` [PATCH 06/13] thermal: mediatek: add pmic thermal support
` [PATCH 07/13] mfd: mt6397-core: add mt6323 AUXADC support
` [PATCH 08/13] mfd: mt6397-core: add support for mt6323 efuse
` [PATCH 09/13] mfd: mt6397-core: add support for mt6323 thermal
` [PATCH 10/13] ARM: dts: mediatek: mt6323: add support for AUXADC
` [PATCH 11/13] ARM: dts: mediatek: mt6323: add support for EFUSE
` [PATCH 12/13] ARM: dts: mediatek: mt6323: add support for thermal
` [PATCH 13/13] MAINTAINERS: add mt6323 drivers maintainer

[PATCH v5 0/8] iio: light: si1133: driver cleanup
 2026-05-05 14:05 UTC  (12+ messages)
` [PATCH v5 1/8] iio: light: si1133: reset counter to prevent race condition
` [PATCH v5 2/8] iio: light: si1133: prevent race condition on timeout
` [PATCH v5 3/8] iio: light: si1133: remove unused macros
` [PATCH v5 4/8] iio: light: si1133: prefer complex macros enclosed in parenthesis
` [PATCH v5 5/8] iio: light: si1133: add missing include headers
` [PATCH v5 6/8] iio: light: si1133: group generic <linux/*> headers
` [PATCH v5 7/8] iio: light: si1133: add local variable for timeout
` [PATCH v5 8/8] iio: light: si1133: use guard(mutex)() macro

[PATCH] Replace manual bitfield manipulations with field_get
 2026-05-05 13:52 UTC  (3+ messages)

[PATCH] iio: gyro: itg3200: fix i2c read into the wrong stack location
 2026-05-05 13:37 UTC 

[PATCH v3] iio: imu: kmx61: Use guard(mutex)() family over manual locking
 2026-05-05 13:27 UTC  (3+ messages)

[PATCH v4 00/13] Fixes and cleanups for the AD5686 IIO driver
 2026-05-05 12:46 UTC  (9+ messages)
` [PATCH v4 06/13] iio: dac: ad5686: refactor include headers

[PATCH v5] iio: magnetometer: rm3100: Modernize locking and refactor control flow
 2026-05-05 12:45 UTC  (4+ messages)

[PATCH v4 0/5] MAINTAINERS: update iio adi entry and drop redundant entry
 2026-05-05 12:41 UTC  (11+ messages)
` [PATCH v4 1/5] MAINTAINERS: Update Analog Devices IIO drivers entry
` [PATCH v4 2/5] MAINTAINERS: iio: adi: consolidate entries

[PATCH v2] iio: buffer: hw-consumer: fix use-after-free in error path
 2026-05-05 12:39 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update mail for Peter Rosin
 2026-05-05 12:37 UTC  (6+ messages)

[PATCH v4 0/8] iio: light: si1133: driver cleanup
 2026-05-05 12:25 UTC  (6+ messages)
` [PATCH v4 7/8] iio: light: si1133: add local variable for timeout

[PATCH v5] iio: gyro: adxrs290: Use guard(mutex) in lieu of manual lock+unlock
 2026-05-05 12:21 UTC  (4+ messages)

[PATCH v5 00/12] Fixes and cleanups for the AD5686 IIO driver
 2026-05-05 12:09 UTC  (13+ messages)
` [PATCH v5 01/12] iio: dac: ad5686: fix ref bit initialization for single-channel parts
` [PATCH v5 02/12] iio: dac: ad5686: fix input raw value check
` [PATCH v5 03/12] iio: dac: ad5686: acquire lock when doing powerdown control
` [PATCH v5 04/12] iio: dac: ad5686: fix powerdown control on dual-channel devices
` [PATCH v5 12/12] iio: dac: ad5686: create bus ops struct

[PATCH v5 00/18] iio: magnetometer: ak8975: modernize and cleanup driver
 2026-05-05 11:46 UTC  (19+ 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 15/18] iio: magnetometer: ak8975: consistently use 'data' parameter
` [PATCH v5 16/18] iio: magnetometer: ak8975: unify messages with help of dev_err_probe()
` [PATCH v5 17/18] iio: magnetometer: ak8975: use temporary variable for struct device
` [PATCH v5 18/18] iio: magnetometer: ak8975: make use of the macros from bits.h

[PATCH] iio: Move MODULE_DEVICE_TABLE next to the table itself
 2026-05-05 10:51 UTC  (3+ messages)

[PATCH V4 00/10] Add Invensense ICM42607
 2026-05-05 10:46 UTC  (22+ messages)
` [PATCH V4 01/10] dt-bindings: iio: imu: icm42600: Add icm42607 binding
` [PATCH V4 02/10] iio: imu: inv_icm42607: Add inv_icm42607 Core Driver
` [PATCH V4 03/10] iio: imu: inv_icm42607: Add I2C and SPI For icm42607
` [PATCH V4 04/10] iio: imu: inv_icm42607: Add PM support for icm42607
` [PATCH V4 05/10] iio: imu: inv_icm42607: Add Buffer "
` [PATCH V4 06/10] iio: imu: inv_icm42607: Add Temp Support in icm42607
` [PATCH V4 07/10] iio: imu: inv_icm42607: Add Accelerometer for icm42607
` [PATCH V4 08/10] iio: imu: inv_icm42607: Add Wake on Movement "
` [PATCH V4 09/10] iio: imu: inv_icm42607: Add Gyroscope to icm42607

[PATCH] iio: humidity: ens210: Fix missing I2C functionality checks
 2026-05-05  9:36 UTC  (4+ messages)

[PATCH] iio: imu: kmx61: Use guard(mutex)() family over manual locking
 2026-05-05  9:32 UTC  (7+ messages)

[PATCH v4 0/3] iio: light: stk3310: Fix PS interrupt after suspend and clean up code style
 2026-05-05  9:29 UTC  (8+ messages)
` [PATCH v4 1/3] iio: light: stk3310: Deal with the ps interrupt issue in PM
` [PATCH v4 2/3] iio: light: stk3310: Replace uint32_t with u32 and reorder members to eliminate padding
` [PATCH v4 3/3] iio: light: stk3310: Use sizeof() for regmap_bulk_read/write count parameter

[PATCH v5 0/4] ti-ads7950: fix gpio handling and facelift
 2026-05-05  9:26 UTC  (4+ messages)

[PATCH v4] iio: adxl313: fix typos in documentation
 2026-05-05  9:22 UTC 

[PATCH v3] iio: adxl313: fix typos in documentation
 2026-05-05  8:53 UTC  (2+ messages)

[PATCH 00/10] add mcf54415 DAC driver
 2026-05-05  8:45 UTC  (21+ messages)
` [PATCH 01/10] m68k: mcf5441x: fix clocks numbering
` [PATCH 02/10] m68k: mcf5441x: add clock for DAC channel 1
` [PATCH 03/10] m68k: mcf5441x: setup DAC clock name as per driver name
` [PATCH 04/10] m68k: defconfig: update stmark2 defconfig
` [PATCH 05/10] m68k: add DAC modules base addresses
` [PATCH 06/10] m68k: mcf5441x: add CCM registers
` [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 v4 00/17] iio: magnetometer: ak8975: modernize and cleanup driver
 2026-05-05  8:17 UTC  (9+ messages)
` [PATCH v4 06/17] iio: magnetometer: ak8975: modernize polling loops with iopoll() macros

[PATCH v2] iio: imu: kmx61: Use guard(mutex)() family over manual locking
 2026-05-05  7:56 UTC  (4+ messages)

[PATCH] iio: mlx90614: fix missing GPIO direction return value checks
 2026-05-05  7:48 UTC  (7+ messages)

[PATCH v2 0/5] iio: adc: add AMD/Xilinx Versal SysMon driver
 2026-05-05  7:12 UTC  (9+ messages)
` [PATCH v2 2/5] iio: adc: add "
` [PATCH v2 4/5] iio: adc: versal-sysmon: add threshold event support

[PATCH v2] iio: temperature: tsys01: fix broken PROM checksum validation
 2026-05-05  7:10 UTC 

[PATCH] iio: temperature: tsys01: fix broken PROM checksum validation
 2026-05-05  7:01 UTC  (4+ messages)

[PATCH 0/2] Fix AD3531/AD3531R powerdown modes
 2026-05-05  4:34 UTC  (3+ 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] iio: adc: xilinx-ams: Replace spin_lock() and unlock() calls with guard(spinlock*)()
 2026-05-04 21:46 UTC 

[PATCH v3 0/3] counter: add GPIO-based quadrature encoder driver
 2026-05-04 21:15 UTC  (6+ messages)
` [PATCH v3 2/3] "

[PATCH v2] iio: adxl313: fix typos in documentation
 2026-05-04 17:21 UTC  (3+ messages)

[PATCH v6 00/11] iio: adc: hx711: add HX710B support
 2026-05-04 16:59 UTC  (16+ messages)
` [PATCH v6 02/11] dt-bindings: iio: adc: hx711: add VSUP supply property
` [PATCH v6 05/11] iio: adc: hx711: move scale computation to per-device storage
` [PATCH v6 08/11] iio: adc: hx711: split variable assignments in hx711_read and hx711_reset
` [PATCH v6 10/11] iio: adc: hx711: pass iio_chan_spec to hx711_reset_read
` [PATCH v6 11/11] iio: adc: hx711: add support for HX710B

[PATCH v2 0/3] staging: iio: ad9834: driver cleanup
 2026-05-04 16:54 UTC  (4+ messages)

[PATCH v2] iio: adxl313: fix typos in documentation
 2026-05-04 16:38 UTC  (2+ messages)

[PATCH v2 0/2] iio: light: veml6030: Generalize hw_init and cleanup naming
 2026-05-04 16:35 UTC  (5+ messages)
` [PATCH v2 2/2] iio: light: veml6030: Generalize hw_init for veml6030 and veml6035

[PATCH] iio: imu: inv_icm42600: refactor accel/gyro configuration paths
 2026-05-04 16:17 UTC  (2+ messages)

[PATCH v5 0/11] iio: adc: hx711: add HX710B support
 2026-05-04 15:56 UTC  (4+ messages)
` [PATCH v5 11/11] iio: adc: hx711: add support for HX710B


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