public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-14 15:10:28 to 2026-02-17 10:24:03 UTC [more...]

[PATCH v3 0/2] iio: light: gp2ap020a00f: fix return type and simplify locking
 2026-02-17 10:23 UTC  (12+ messages)
` [PATCH v3 1/2] iio: light: gp2ap020a00f: simplify locking with guard()
` [PATCH v3 2/2] iio: light: gp2ap020a00f: correct return type to int

[PATCH v1 0/7] iio: light: gp2ap020a00f: Set of ad-hoc cleanups
 2026-02-17 10:15 UTC  (8+ messages)
` [PATCH v1 1/7] iio: light: gp2ap020a00f: Use correct types for 16-bit LE data
` [PATCH v1 2/7] iio: light: gp2ap020a00f: Replace custom implementation of min()
` [PATCH v1 3/7] iio: light: gp2ap020a00f: Return directly from the switch cases
` [PATCH v1 4/7] iio: light: gp2ap020a00f: Use temporary variable for struct device
` [PATCH v1 5/7] iio: light: gp2ap020a00f: Explicitly use string literal for driver name
` [PATCH v1 6/7] iio: light: gp2ap020a00f: Remove trailing comma in termination entry
` [PATCH v1 7/7] iio: light: gp2ap020a00f: Join some lines of code to be a single line

[PATCH] staging: iio: impedance-analyzer: ad5933: use div64_ul() instead of do_div()
 2026-02-17  8:29 UTC  (8+ messages)

[PATCH v2 0/4] iio: adc: ad4080: add support for AD4880 dual-channel ADC
 2026-02-17  8:28 UTC  (10+ messages)

[PATCH 0/2] iio: orientation: hid-sensor-rotation: fix quaternion alignment
 2026-02-17  8:10 UTC  (7+ messages)
` [PATCH 1/2] iio: add IIO_DECLARE_REPEATED_ELEMENT() macro
` [PATCH 2/2] iio: orientation: hid-sensor-rotation: fix quaternion alignment

[PATCH v1 1/1] iio: adc: ad7192: Revert "properly check spi_get_device_match_data()"
 2026-02-17  8:05 UTC 

[PATCH 0/2] Add support for Microchip MCP48FxBy1/2/4/8 DAC with an SPI Interface
 2026-02-17  7:54 UTC  (13+ messages)
` [PATCH 1/2] dt-bindings: iio: dac: add support for Microchip MCP48FEB02
` [PATCH 2/2] "

[PATCH next] iio: sca3000: simplify with spi_get_device_match_data()
 2026-02-17  7:49 UTC  (4+ messages)

[PATCH v1 1/1] iio: core: Simplify IIO core managed APIs
 2026-02-17  7:45 UTC  (3+ messages)

[PATCH] iio: hid-sensors: Use software trigger
 2026-02-16 23:51 UTC 

[RFC PATCH] iio: hid-sensors: Use software trigger
 2026-02-16 22:49 UTC  (3+ messages)

[PATCH v5 00/11] iio: amplifiers: ad8366: driver update and dt support
 2026-02-16 17:10 UTC  (12+ messages)
` [PATCH v5 01/11] MAINTAINERS: Add missing maintainer entry for AD8366 driver
` [PATCH v5 02/11] dt-bindings: iio: amplifiers: Add AD8366 support
` [PATCH v5 03/11] iio: amplifiers: ad8366: refactor include headers
` [PATCH v5 04/11] iio: amplifiers: ad8366: add local dev pointer to the probe function
` [PATCH v5 05/11] iio: amplifiers: ad8366: use devm_mutex_init() and drop mutex_init()
` [PATCH v5 06/11] iio: amplifiers: ad8366: refactor device resource management
` [PATCH v5 07/11] iio: amplifiers: ad8366: replace reset-gpio with reset controller
` [PATCH v5 08/11] iio: amplifiers: ad8366: prepare for device-tree support
` [PATCH v5 09/11] iio: amplifiers: ad8366: add device tree support
` [PATCH v5 10/11] iio: amplifiers: ad8366: consume enable gpio
` [PATCH v5 11/11] iio: amplifiers: ad8366: update device support

[RFC v2 PATCH 00/13] hwspinlock: move device alloc into core and refactor includes
 2026-02-16 16:07 UTC  (6+ messages)
` [RFC PATCH v2 13/13] hwspinlock: refactor consumer.h from public header

[PATCH v3 0/2] iio: adc: ad4080: add support for AD4082, AD4085 and AD4088
 2026-02-16 15:11 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: iio: adc: adi,ad4080: "
` [PATCH v3 2/2] iio: adc: ad4080: "

[PATCH v7 0/8] ADF41513/ADF41510 PLL frequency synthesizers
 2026-02-16 15:02 UTC  (9+ messages)
` [PATCH v7 1/8] dt-bindings: iio: frequency: add adf41513
` [PATCH v7 2/8] iio: core: add fixed point parsing with 64-bit parts
` [PATCH v7 3/8] iio: test: add kunit test for fixed-point parsing
` [PATCH v7 4/8] iio: frequency: adf41513: driver implementation
` [PATCH v7 5/8] iio: frequency: adf41513: handle LE synchronization feature
` [PATCH v7 6/8] iio: frequency: adf41513: features on frequency change
` [PATCH v7 7/8] docs: iio: add documentation for adf41513 driver
` [PATCH v7 8/8] Documentation: ABI: testing: add common ABI file for iio/frequency

[PATCH v9 0/8] Add SPI offload support to AD4030
 2026-02-16 15:01 UTC  (9+ messages)
` [PATCH v9 1/8] dt-bindings: iio: adc: adi,ad4030: Reference spi-peripheral-props
` [PATCH v9 2/8] Docs: iio: ad4030: Add double PWM SPI offload doc
` [PATCH v9 3/8] dt-bindings: iio: adc: adi,ad4030: Add PWM
` [PATCH v9 4/8] iio: adc: ad4030: Use BIT macro to improve code readability
` [PATCH v9 5/8] iio: adc: ad4030: Add SPI offload support
` [PATCH v9 6/8] dt-bindings: iio: adc: adi,ad4030: Add ADAQ4216 and ADAQ4224
` [PATCH v9 7/8] iio: adc: ad4030: Add support for "
` [PATCH v9 8/8] iio: adc: ad4030: Support common-mode channels with SPI offloading

[PATCH] iio: buffer: Fix wait_queue not being removed
 2026-02-16 13:24 UTC 

[PATCH v3] iio: dac: max5522: simplify probe with devm_regulator_get_enable_read_voltage()
 2026-02-16 13:17 UTC 

[PATCH v3] iio: magnetometer: si7210: simplify probe with devm_regulator_get_enable_read_voltage()
 2026-02-16 13:17 UTC 

[PATCH next v2] iio: sca3000: simplify with spi_get_device_match_data()
 2026-02-16 10:24 UTC 

[PATCH 0/6] iio: adc: ad4080: add support for AD4082, AD4085 and AD4088
 2026-02-16 10:09 UTC  (5+ messages)
` [PATCH 3/6] dt-bindings: iio: adc: adi,ad4080: add support for AD4085

[PATCH v4 0/2] iio: gyro: mpu3050: fix pm_runtime error handling
 2026-02-16  9:57 UTC  (3+ messages)
` [PATCH v4 1/2] iio: gyro: mpu3050-i2c: "
` [PATCH v4 2/2] iio: gyro: mpu3050-core: "

[PATCH v4 0/2] iio: light: Add support for Capella cm36686 and cm36672p sensors
 2026-02-16  9:03 UTC  (22+ messages)
` [PATCH v4 1/2] dt-bindings: iio: light: vcnl4000: add Capella CM36686 and CM36672P
` [PATCH v4 2/2] iio: light: vcnl4000: add support for "

[PATCH v3] iio: trigger: use put_device() in viio_trigger_alloc() error path
 2026-02-16  8:45 UTC  (3+ messages)

[PATCH v7 0/3] iio: magnetometer: bmc150_magn: cleanup and formatting
 2026-02-16  8:35 UTC  (6+ messages)
` [PATCH v7 1/3] iio: magnetometer: bmc150_magn: use automated cleanup for mutex
` [PATCH v7 2/3] iio: magnetometer: bmc150_magn: replace msleep with fsleep
` [PATCH v7 3/3] iio: magnetometer: bmc150_magn: minor formatting cleanup

[PATCH] iio: imu: bno055: add explicit scan buf layout
 2026-02-16  7:49 UTC  (2+ messages)

[PATCH v3] iio: adc: ad7768-1: Fix ERR_PTR dereference in ad7768_fill_scale_tbl
 2026-02-16  7:35 UTC  (2+ messages)

[PATCH v1 0/2] iio: dac: ad5504: fix voltage scaling and add missing bindings
 2026-02-16  7:21 UTC  (7+ messages)
` [PATCH v1 2/2] iio: dac: ad5504: use adi,output-range-volts for scale calculation

[Bug 221077] New: [iio] [hid-sensor-rotation] Memory corruption due to alignment mismatch in scan buffer
 2026-02-16  7:03 UTC  (9+ messages)
` [Bug 221077] "

[PATCH 0/2] iio: chemical: sps30: fix buffer size calculations
 2026-02-16  6:07 UTC  (5+ messages)
` [PATCH 1/2] iio: chemical: sps30_i2c: fix buffer size in sps30_i2c_read_meas()
` [PATCH 2/2] iio: chemical: sps30_serial: fix buffer size in sps30_serial_read_meas()

[PATCH v2] iio: trigger: fix use-after-free in viio_trigger_alloc()
 2026-02-15 19:34 UTC  (3+ messages)

[PATCH v3 0/4] iio: accel: adxl345: Add event scaling and doc fixes
 2026-02-15 19:29 UTC  (12+ messages)
` [PATCH v3 3/4] iio: accel: adxl345: Implement event scaling for ABI compliance
` [PATCH v3 4/4] docs: iio: adxl345: update math and examples for scaling

[PATCH v3 0/5] iio: adc: ad4080: add support for AD4880 dual-channel ADC
 2026-02-15 18:42 UTC  (6+ messages)
` [PATCH v3 1/5] spi: allow ancillary devices to share parent's chip selects
` [PATCH v3 5/5] iio: adc: ad4080: add support for AD4880 dual-channel ADC

[PATCH] iio: adc: ad4062: Add missing IS_ERR() check
 2026-02-15 18:12 UTC  (3+ messages)

[PATCH v4 00/11] iio: amplifiers: ad8366: driver update and dt support
 2026-02-15 16:03 UTC  (28+ messages)
` [PATCH v4 03/11] iio: amplifiers: ad8366: remove unused include headers
` [PATCH v4 04/11] iio: amplifiers: ad8366: add local dev pointer to the probe function
` [PATCH v4 05/11] iio: amplifiers: ad8366: use devm_mutex_init() and drop mutex_init()
` [PATCH v4 06/11] iio: amplifiers: ad8366: replace reset-gpio with reset controller
` [PATCH v4 07/11] iio: amplifiers: ad8366: refactor device resource management
` [PATCH v4 08/11] iio: amplifiers: ad8366: prepare for device-tree support
` [PATCH v4 09/11] iio: amplifiers: ad8366: add device tree support
` [PATCH v4 11/11] iio: amplifiers: ad8366: update device support

[PATCH] iio: dac: max5522: use devm_regulator_get_enable_read_voltage()
 2026-02-15 16:00 UTC  (7+ messages)

[PATCH v3 0/4] iio: proximity: hx9023s: firmware property, safety fixes
 2026-02-15  4:06 UTC  (9+ messages)
` [PATCH v3 1/4] iio: proximity: hx9023s: fix assignment order for __counted_by
` [PATCH v3 2/4] iio: proximity: hx9023s: Protect against division by zero in set_samp_freq
` [PATCH v3 4/4] iio: proximity: hx9023s: support firmware-name property

[PATCH] iio: imu: bno055: fix BNO055_SCAN_CH_COUNT off by one
 2026-02-14 22:33 UTC 

[PATCH] iio: orientation: hid-sensor-rotation: use ext_scan_type
 2026-02-14 21:25 UTC 

[PATCH] iio: frequency: adf4350: Return -ENOMEM on memory allocation failure
 2026-02-14 19:36 UTC  (3+ messages)

[PATCH] iio: adc: pac1934: Return -ENOMEM on memory allocation failure
 2026-02-14 19:34 UTC  (2+ messages)

[PATCH v2] iio: magnetometer: si7210: use devm_regulator_get_enable_read_voltage()
 2026-02-14 19:32 UTC  (2+ messages)

[PATCH v2] iio: dac: max5522: use devm_regulator_get_enable_read_voltage()
 2026-02-14 19:29 UTC  (2+ messages)

[PATCH] iio: light: gp2ap020a00f: Correct return type to int
 2026-02-14 19:25 UTC  (3+ messages)

[PATCH v2] iio: light: gp2ap020a00f: Correct return type to int
 2026-02-14 19:09 UTC  (2+ messages)

[PATCH] iio: magnetometer: si7210: use devm_regulator_get_enable_read_voltage()
 2026-02-14 18:23 UTC  (2+ messages)

[PATCH] tof: Add VL53L4CX TOF drivers
 2026-02-14 18:19 UTC  (5+ messages)

[PATCH v6 0/3] iio: magnetometer: bmc150_magn: cleanup and formatting
 2026-02-14 18:00 UTC  (8+ messages)
` [PATCH v6 1/3] iio: magnetometer: bmc150_magn: use automated cleanup for mutex
` [PATCH v6 3/3] iio: magnetometer: bmc150_magn: minor formatting cleanup

[PATCH 0/5] iio: proximity: hx9023s: firmware property, safety fixes, and ACPI support
 2026-02-14 17:24 UTC  (5+ messages)
` [PATCH 1/5] iio: proximity: hx9023s: fix out-of-bounds access when copying firmware

[PATCH v8 0/8] Add SPI offload support to AD4030
 2026-02-14 16:21 UTC  (2+ messages)

[PATCH v7 0/6] iio: adc: ad9467: Support alternative backends
 2026-02-14 15:57 UTC  (2+ messages)

[PATCH v5 0/4] imu: st_lsm6dsx: Add support for rotation sensor
 2026-02-14 15:10 UTC  (4+ messages)
` [PATCH v5 2/4] iio: imu: st_lsm6dsx: Set buffer sampling frequency for accelerometer only


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