Linux IIO development
 help / color / mirror / Atom feed
 messages from 2025-04-09 12:26:11 to 2025-04-14 06:03:11 UTC [more...]

[PATCH v3 0/8] Support ROHM BD79104 ADC
 2025-04-14  6:03 UTC  (6+ messages)
` [PATCH RFC v3 8/8] iio: ti-adc128s052: Drop variable vref

[PATCH v6] iio: frequency: ad9832: Use FIELD_PREP macro to set bit fields
 2025-04-13 18:09 UTC  (3+ messages)

[PATCH v3 00/20] IIO: Introduce iio_push_to_buffers_with_ts() taking an input buffer length argument
 2025-04-13 10:34 UTC  (21+ messages)
` [PATCH v3 01/20] iio: adc: ad7266: Fix potential timestamp alignment issue
` [PATCH v3 02/20] iio: adc: ad7768-1: Fix insufficient alignment of timestamp
` [PATCH v3 03/20] iio: adc: dln2: Use aligned_s64 for timestamp
` [PATCH v3 04/20] iio: accel: adxl355: Make timestamp 64-bit aligned using aligned_s64
` [PATCH v3 05/20] iio: introduced iio_push_to_buffers_with_ts() that takes a data_total_len argument
` [PATCH v3 06/20] iio: dummy: Use a fixed structure to build up scan to push to buffers
` [PATCH v3 07/20] iio: dummy: Switch to iio_push_to_buffers_with_ts() and provide size of storage
` [PATCH v3 08/20] iio: adc: ti-ads131e08: Use new iio_push_to_buffers_with_ts() to provide length sanity check
` [PATCH v3 09/20] iio: adc: Use iio_push_to_buffers_with_ts() to provide length for runtime checks
` [PATCH v3 10/20] iio: accel: "
` [PATCH v3 11/20] iio: accel: hid: "
` [PATCH v3 12/20] iio: chemical: "
` [PATCH v3 13/20] iio: temp: maxim-thermocouple: Fix potential lack of DMA safe buffer
` [PATCH v3 14/20] iio: temperature: Use iio_push_to_buffers_with_ts() to provide length for runtime checks
` [PATCH v3 15/20] iio: resolver: "
` [PATCH v3 16/20] iio: proximity: irsd200: Use a struct for scan and iio_push_to_buffers_with_ts()
` [PATCH v3 17/20] iio: proximity: Use iio_push_to_buffers_with_ts() to provide length for runtime checks
` [PATCH v3 18/20] iio: pressure: zpa2326: Use aligned_s64 for the timestamp
` [PATCH v3 19/20] iio: pressure: Use iio_push_to_buffers_with_ts() to provide length for runtime checks
` [PATCH v3 20/20] iio: magnetometer: "

[PATCH v2 00/20] IIO: Introduce iio_push_to_buffers_with_ts() taking an input buffer length argument
 2025-04-13 10:18 UTC  (13+ messages)
` [PATCH v2 05/20] iio: introduced iio_push_to_buffers_with_ts() that takes a data_total_len argument
` [PATCH v2 06/20] iio: dummy: Use a fixed structure to build up scan to push to buffers
` [PATCH v2 09/20] iio: adc: Use iio_push_to_buffers_with_ts() to provide length for runtime checks

[PATCH v4 2/2] thermal: thermal-generic-adc: add temperature sensor channel
 2025-04-13  9:42 UTC  (5+ messages)

[PATCH] iio: normalize array sentinel style
 2025-04-13  9:39 UTC  (3+ messages)

[PATCH v2] Documentation: ABI: add oversampling frequency in sysfs-bus-iio
 2025-04-13  9:31 UTC  (2+ messages)

[PATCH 0/8] iio: imu: new inv_icm45600 driver
 2025-04-12 19:15 UTC  (19+ messages)
` [PATCH 1/8] iio: imu: inv_icm45600: add "
` [PATCH 2/8] iio: imu: inv_icm45600: add I2C driver for "
` [PATCH 3/8] iio: imu: inv_icm45600: add SPI "
` [PATCH 4/8] iio: imu: inv_icm45600: add I3C "
` [PATCH 5/8] iio: imu: inv_icm45600: add buffer support in iio devices
` [PATCH 6/8] iio: imu: add Kconfig and Makefile for inv_icm45600 driver
` [PATCH 7/8] dt-bindings: iio: imu: Add inv_icm45600 documentation
` [PATCH 8/8] MAINTAINERS: add entry for inv_icm45600 6-axis imu sensor

[PATCH 00/37] IIO: Sparse friendly claim of direct mode (the rest)
 2025-04-12 18:54 UTC  (2+ messages)

[PATCH v1 0/7] iio: adc: Add support for AD4170 series of ADCs
 2025-04-12 18:26 UTC  (20+ messages)
` [PATCH v1 1/7] dt-bindings: iio: adc: Add AD4170
` [PATCH v1 2/7] iio: adc: Add basic support for AD4170
` [PATCH v1 3/7] iio: adc: ad4170: Add support for buffered data capture
` [PATCH v1 4/7] iio: adc: ad4170: Add clock provider support
` [PATCH v1 5/7] iio: adc: ad4170: Add GPIO controller support
` [PATCH v1 6/7] iio: adc: ad4170: Add support for internal temperature sensor
` [PATCH v1 7/7] iio: adc: ad4170: Add support for weigh scale and RTD sensors

[PATCH v3 0/4] add support for winsen MHZ19B CO2 sensor
 2025-04-12 18:25 UTC  (4+ messages)
` [PATCH v3 3/4] iio: chemical: "

[PATCH v5 00/14] iio: adc: ad7768-1: Add features, improvements, and fixes
 2025-04-12 18:11 UTC  (28+ messages)
` [PATCH v5 01/14] dt-bindings: trigger-source: add generic GPIO trigger source
` [PATCH v5 02/14] dt-bindings: iio: adc: ad7768-1: add trigger-sources property
` [PATCH v5 03/14] dt-bindings: iio: adc: ad7768-1: Document GPIO controller
` [PATCH v5 04/14] dt-bindings: iio: adc: ad7768-1: document regulator provider property
` [PATCH v5 05/14] iio: adc: ad7768-1: convert driver to use regmap
` [PATCH v5 06/14] iio: adc: ad7768-1: Add reset gpio
` [PATCH v5 07/14] iio: adc: ad7768-1: Move buffer allocation to a separate function
` [PATCH v5 08/14] iio: adc: ad7768-1: add regulator to control VCM output
` [PATCH v5 09/14] iio: adc: ad7768-1: Add GPIO controller support
` [PATCH v5 10/14] iio: adc: ad7768-1: add multiple scan types to support 16-bits mode
` [PATCH v5 11/14] iio: adc: ad7768-1: add support for Synchronization over SPI
` [PATCH v5 12/14] iio: adc: ad7768-1: replace manual attribute declaration
` [PATCH v5 13/14] iio: adc: ad7768-1: add filter type and oversampling ratio attributes
` [PATCH v5 14/14] iio: adc: ad7768-1: add low pass -3dB cutoff attribute

[PATCH v4] iio: adc: stm32: add oversampling support
 2025-04-12 18:07 UTC  (4+ messages)

[PATCH v2 0/2] iio: dac: adi-axi-dac: fix for wrong bus read
 2025-04-12 18:03 UTC  (8+ messages)
` [PATCH v2 1/2] iio: dac: adi-axi-dac: fix "
` [PATCH v2 2/2] iio: dac: adi-axi-dac: use unique bus free check

[PATCH v4 0/3] Add driver for AD3530R and AD3531R DACs
 2025-04-12 17:44 UTC  (5+ messages)
` [PATCH v4 1/3] iio: ABI: add new DAC powerdown mode
` [PATCH v4 2/3] dt-bindings: iio: dac: Add adi,ad3530r.yaml
` [PATCH v4 3/3] iio: dac: ad3530r: Add driver for AD3530R and AD3531R

[PATCH v2 00/13] Add support for AD4080 ADC
 2025-04-12 17:19 UTC  (19+ messages)
` [PATCH v2 01/13] iio: backend: add support for filter config
` [PATCH v2 02/13] iio: backend: add support for sync process
` [PATCH v2 03/13] iio: backend: add support for self sync
` [PATCH v2 04/13] iio: backend: add support for sync status
` [PATCH v2 05/13] iio: backend: add support for number of lanes
` [PATCH v2 06/13] dt-bindings: iio: adc: add ad408x axi variant
` [PATCH v2 07/13] iio: adc: adi-axi-adc: add filter enable/disable
` [PATCH v2 08/13] iio: adc: adi-axi-adc: add bitslip enable/disable
` [PATCH v2 09/13] iio: adc: adi-axi-adc: add self sync support
` [PATCH v2 10/13] iio: adc: adi-axi-adc: add sync status
` [PATCH v2 11/13] iio: adc: adi-axi-adc: add num lanes support
` [PATCH v2 12/13] dt-bindings: iio: adc: add ad4080
` [PATCH v2 13/13] iio: adc: ad4080: add driver support

[PATCH v2] iio: adc: ad_sigma_delta: Fix use of uninitialized status_pos
 2025-04-12 17:00 UTC  (2+ messages)

[PATCH 0/2] iio: adc: ti-adc128s052: Add support for adc102s021
 2025-04-12 13:12 UTC  (6+ messages)
` [PATCH 2/2] iio: adc: ti-adc128s052: Add lower resolution devices support

[PATCH v5 0/5] iio: ad3552r-hs: add support for internal ramp generator
 2025-04-12 12:55 UTC  (7+ messages)
` [PATCH v5 1/5] iio: dac: adi-axi-dac: add cntrl chan check
` [PATCH v5 2/5] docs: iio: add documentation for ad3552r driver
` [PATCH v5 3/5] iio: backend: add support for data source get
` [PATCH v5 4/5] iio: dac: adi-axi-dac: add "
` [PATCH v5 5/5] iio: dac: ad3552r-hs: add support for internal ramp

[PATCH v4 0/2] iio: imu: inv_icm42600: switch to use generic name irq get
 2025-04-12 12:50 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: iio: imu: icm42600: add interrupt naming support
` [PATCH v4 2/2] iio: imu: inv_icm42600: switch to use generic name irq get

[PATCH v2 0/7] iio: convert GPIO chips to using new value setters
 2025-04-12 11:32 UTC  (5+ messages)
` [PATCH v2 2/7] iio: dac: ad5592r: use lock guards

[PATCH 0/3] iio: Fix wakeup source leaks on device unbind
 2025-04-12 11:24 UTC  (2+ messages)

[PATCH 0/3] QRTR bus and Qualcomm Sensor Manager IIO drivers
 2025-04-12 11:21 UTC  (13+ messages)
` [PATCH 1/3] net: qrtr: Turn QRTR into a bus
` [PATCH 2/3] net: qrtr: Define macro to convert QMI version and instance to QRTR instance
` [PATCH 3/3] iio: Add Qualcomm Sensor Manager drivers

[PATCH] drivers: iio: cros_ec_sensors: Flush changing the FIFO timeout
 2025-04-12 10:42 UTC  (3+ messages)
` [PATCH v3] iio: cros_ec_sensors: Flush when "

[PATCH v5] iio: frequency: ad9832: Use FIELD_PREP macro to set bit fields
 2025-04-12 10:33 UTC  (4+ messages)

[PATCH v4 0/4] iio: adc: ad4000: Add SPI offload support
 2025-04-12 10:28 UTC  (5+ messages)
` [PATCH v4 1/4] iio: adc: ad4000: Add support for SPI offload

Adding support for QMC5883L magnetometer to IIO subsystem
 2025-04-11 21:34 UTC  (3+ messages)

[PATCH 1/1] dt-bindings: counter: Convert ftm-quaddec.txt to yaml format
 2025-04-11 19:31 UTC  (2+ messages)

[PATCH] iio: addac: ad74115: Fix use of uninitialized variable rate
 2025-04-11 12:17 UTC  (6+ messages)

[PATCH] iio: adc: ad_sigma_delta: Fix use of uninitialized variable status_pos
 2025-04-10 16:58 UTC  (3+ messages)

[PATCH v10 0/8] Support ROHM BD79124 ADC
 2025-04-10 16:07 UTC  (3+ messages)
` [PATCH v10 2/8] property: Add functions to iterate named child

[PATCH v3 0/3] Add driver for AD3530R and AD3531R DACs
 2025-04-10 14:11 UTC  (7+ messages)
` [PATCH v3 3/3] iio: dac: ad3530r: Add driver for AD3530R and AD3531R

[PATCH v3 0/2] iio: imu: inv_icm42600: switch to use generic name irq get
 2025-04-10  9:32 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: iio: imu: icm42600: add interrupt naming support
` [PATCH v3 2/2] iio: imu: inv_icm42600: switch to use generic name irq get

[PATCH v5 0/2] iio: adc: add Nuvoton NCT7201 ADC driver
 2025-04-09 16:19 UTC  (3+ messages)
` [PATCH v5 2/2] iio: adc: add support for Nuvoton NCT7201

[PATCH] driver core: platform: Use devres group to free driver probe resources
 2025-04-09 16:12 UTC  (5+ messages)

[PATCH v2 0/2] iio: imu: inv_icm42600: switch to use generic name irq get
 2025-04-09 15:03 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: iio: imu: icm42600: add interrupt naming support

[PATCH v4 0/5] iio: ad3552r-hs: add support for internal ramp generator
 2025-04-09 13:55 UTC  (5+ messages)
` [PATCH v4 5/5] iio: dac: ad3552r-hs: add support for internal ramp

[PATCH 0/7] Add Rockchip RK3576 PWM Support Through MFPWM
 2025-04-09 13:01 UTC  (4+ messages)
` [PATCH 4/7] soc: rockchip: add mfpwm driver


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