Linux IIO development
 help / color / mirror / Atom feed
 messages from 2026-04-29 13:07:38 to 2026-05-02 11:20:22 UTC [more...]

[PATCH v2 0/5] iio: adc: add AMD/Xilinx Versal SysMon driver
 2026-05-02 11:19 UTC  (3+ messages)
` [PATCH v2 1/5] dt-bindings: iio: adc: add xlnx,versal-sysmon binding
` [PATCH v2 3/5] iio: adc: versal-sysmon: add I2C driver

[PATCH v2] iio: adxl313: fix typos in documentation
 2026-05-02  6:07 UTC 

[PATCH 1/4] iio: adxl313: fix typos in documentation
 2026-05-02  5:58 UTC 

[PATCH] iio: imu: kmx61: Use guard(mutex)() family over manual locking
 2026-05-02  3:24 UTC 

[PATCH v2] iio: buffer: hw-consumer: fix use-after-free in error path
 2026-05-02  2:38 UTC  (7+ messages)

[PATCH] staging: iio: ad9834: fix probe error handling and comment typo
 2026-05-02  2:18 UTC 

[PATCH V4 00/10] Add Invensense ICM42607
 2026-05-01 22:11 UTC  (11+ 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 V4 10/10] arm64: dts: rockchip: Add icm42607p IMU for RG-DS

[PATCH v3 0/3] counter: add GPIO-based quadrature encoder driver
 2026-05-01 20:07 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: counter: add gpio-quadrature-encoder binding
` [PATCH v3 2/3] counter: add GPIO-based quadrature encoder driver
` [PATCH v3 3/3] MAINTAINERS: add entry for GPIO quadrature encoder counter driver

[PATCH v4] iio: gyro: adxrs290: Use guard(mutex) in lieu of manual lock+unlock
 2026-05-01 19:46 UTC  (8+ messages)

[PATCH] Replace manual bitfield manipulations with field_get
 2026-05-01 18:47 UTC  (7+ messages)

[PATCH v2 0/4] iio: introduce devm_ API for hid sensro setup and cleanup
 2026-05-01 18:25 UTC  (13+ messages)
` [PATCH v2 1/4] iio: hid-sensors: drop redundant iio_dev argument
` [PATCH v2 2/4] iio: hid-sensors: introduce device managed API
` [PATCH v2 3/4] iio: gyro: drop hid_sensor_remove_trigger() using devm API
` [PATCH v2 4/4] iio: humidity: "

[PATCH v5 00/12] Fixes and cleanups for the AD5686 IIO driver
 2026-05-01  9:15 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 05/12] iio: dac: ad5686: refactor include headers
` [PATCH v5 06/12] iio: dac: ad5686: remove redundant register definition
` [PATCH v5 07/12] iio: dac: ad5686: drop enum id
` [PATCH v5 08/12] iio: dac: ad5686: add of_match table to the spi driver
` [PATCH v5 09/12] iio: dac: ad5686: add helpers to handle powerdown masks
` [PATCH v5 10/12] iio: dac: ad5686: add control_sync() for single-channel devices
` [PATCH v5 11/12] iio: dac: ad5686: cleanup doc header of local structs
` [PATCH v5 12/12] iio: dac: ad5686: create bus ops struct

[PATCH v4 0/5] MAINTAINERS: update iio adi entry and drop redundant entry
 2026-05-01  9:05 UTC  (7+ messages)
` [PATCH v4 1/5] MAINTAINERS: Update Analog Devices IIO drivers entry
` [PATCH v4 2/5] MAINTAINERS: iio: adi: consolidate entries
` [PATCH v4 3/5] "
` [PATCH v4 4/5] "
` [PATCH v4 5/5] "

[PATCH] counter: intel-qep: Replace manual mutex logic with lock guards
 2026-04-30 22:03 UTC  (3+ messages)

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

[PATCH] iio: adc: rcar: Fix up Marek Vasut MAINTAINERS entry
 2026-04-30 18:39 UTC  (3+ messages)

[Bug 221442] New: Compile time assert error on iio/opt4001: FIELD_PREP: value too large for the field
 2026-04-30 16:55 UTC 

[PATCH v5] iio: magnetometer: rm3100: Modernize locking and refactor control flow
 2026-04-30 15:43 UTC  (4+ messages)

[PATCH v4 00/13] Fixes and cleanups for the AD5686 IIO driver
 2026-04-30 11:47 UTC  (23+ messages)
` [PATCH v4 04/13] iio: dac: ad5686: fix powerdown control on dual-channel devices
` [PATCH v4 05/13] iio: dac: ad5686: fix overlapping DMA buffers in I2C read
` [PATCH v4 06/13] iio: dac: ad5686: refactor include headers
` [PATCH v4 07/13] iio: dac: ad5686: remove redundant register definition
` [PATCH v4 10/13] iio: dac: ad5686: remove powerdown mask magic number
` [PATCH v4 11/13] iio: dac: ad5686: add control_sync() for single-channel devices
` [PATCH v4 12/13] iio: dac: ad5686: cleanup doc header of local structs
` [PATCH v4 13/13] iio: dac: ad5686: create bus ops struct

[PATCH v9 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-04-30 10:16 UTC  (7+ messages)
` [PATCH v9 1/6] dt-bindings: iio: adc: add AD4691 family
` [PATCH v9 2/6] iio: adc: ad4691: add initial driver for "
` [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 v9 6/6] docs: iio: adc: ad4691: add driver documentation

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

[PATCH v4] iio: magnetometer: rm3100: Modernize locking and refactor control flow
 2026-04-30  6:41 UTC  (3+ messages)

[PATCH v4 0/2] iio: adc: mcp3422: apply bit manipulation macros
 2026-04-30  6:11 UTC  (4+ messages)
` [PATCH v4 1/2] iio: adc: mcp3422: rewrite mask macros with help of bits.h APIs
` [PATCH v4 2/2] iio: adc: mcp3422: write bit operations using bitfield.h APIs

[PATCH] iio: frequency: adf4377: replace mutex_lock/unlock with guard and scoped_guard
 2026-04-30  6:03 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update mail for Peter Rosin
 2026-04-30  4:09 UTC 

[PATCH v3] iio: magnetometer: rm3100: Modernize locking and refactor control flow
 2026-04-29 20:38 UTC  (11+ messages)

[PATCH v3 0/2] iio: light: iqs621-als: use lock guards and prefer early error handling
 2026-04-29 20:01 UTC  (2+ messages)

[PATCH v3] iio: gyro: adxrs290: Use guard(mutex) in lieu of manual lock+unlock
 2026-04-29 19:59 UTC  (2+ messages)

[PATCH v2 0/7] Add helper method hid_sensor_adjust_channel_bit_mask()
 2026-04-29 19:54 UTC  (7+ messages)
` [PATCH v2 2/7] iio: accel: HID: Replace method accel_3d_adjust_channel_bit_mask()

[PATCH v2 1/2] iio: light: stk3310: Sort headers alphabetically
 2026-04-29 19:51 UTC  (7+ messages)
` [PATCH v2 2/2] iio: light: stk3310: Update includes to match IWYU

[PATCH V3 0/9] Add Invensense ICM42607
 2026-04-29 19:46 UTC  (5+ messages)
` [PATCH V3 6/9] iio: imu: inv_icm42607: Add Accelerometer for icm42607

[PATCH] iio: light: stk3310: update includes to match IWYU
 2026-04-29 19:39 UTC  (3+ messages)

[PATCH v2] counter: ti-eqep: fix runtime PM leak in probe error path
 2026-04-29 19:30 UTC  (2+ messages)

[PATCH v5 0/11] iio: adc: hx711: add HX710B support
 2026-04-29 19:08 UTC  (18+ messages)
` [PATCH v5 05/11] iio: adc: hx711: move scale computation to per-device storage
` [PATCH v5 06/11] iio: adc: hx711: introduce hx711_chip_info structure
` [PATCH v5 07/11] iio: adc: hx711: pass trailing pulse count into hx711_read
` [PATCH v5 08/11] iio: adc: hx711: localize loop iterators in hx711_read
` [PATCH v5 09/11] iio: adc: hx711: pass iio_chan_spec to hx711_reset_read
` [PATCH v5 10/11] iio: adc: hx711: split hx711_reset variable assignment
` [PATCH v5 11/11] iio: adc: hx711: add support for HX710B

[PATCH v2 0/9] bitfield: add FIELD_GET_SIGNED()
 2026-04-29 19:00 UTC  (4+ messages)
` [PATCH v2 2/9] x86/extable: switch to using FIELD_GET_SIGNED()

[PATCH] iio: buffer: hw-consumer: fix use-after-free in error path
 2026-04-29 18:36 UTC  (5+ messages)

[PATCH v7 0/9] iio: ssp_sensors: improve resource cleanup
 2026-04-29 18:12 UTC  (8+ messages)
` [PATCH v7 1/9] iio: ssp_sensors: cleanup codestyle warning
` [PATCH v7 3/9] iio: ssp_sensors: cancel delayed work_refresh on remove

[PATCH v0 00/14] iio: magnetometer: ak8975: Additional changes to the driver
 2026-04-29 15:10 UTC  (12+ messages)
` [PATCH v0 04/14] iio: magnetometer: ak8975: Inline timeout constants
` [PATCH v0 10/14] iio: magnetometer: ak8975: switch to using managed resources

[RFC PATCH v2 0/4] iio: position: add Rust driver for ams AS5600
 2026-04-29 13:46 UTC  (6+ messages)
` [RFC PATCH v2 1/4] i2c: rust: add smbus_read_byte_data and smbus_read_word_data
` [RFC PATCH v2 2/4] rust: add minimal IIO subsystem abstractions
` [RFC PATCH v2 3/4] dt-bindings: iio: position: add ams,as5600
` [RFC PATCH v2 4/4] iio: position: add Rust driver for ams AS5600


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