linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-04 13:21:55 to 2025-06-11 08:42:55 UTC [more...]

[PATCH v4 00/11] iio: accel: adxl313: add power-save on activity/inactivity
 2025-06-11  8:42 UTC  (29+ messages)
` [PATCH v4 01/11] iio: accel: adxl313: add debug register
` [PATCH v4 02/11] iio: accel: adxl313: introduce channel buffer
` [PATCH v4 03/11] iio: accel: adxl313: make use of regmap cache
` [PATCH v4 04/11] iio: accel: adxl313: add function to enable measurement
` [PATCH v4 05/11] iio: accel: adxl313: prepare interrupt handling
` [PATCH v4 06/11] iio: accel: adxl313: add basic interrupt handling for FIFO watermark
` [PATCH v4 07/11] iio: accel: adxl313: add activity sensing
` [PATCH v4 08/11] iio: accel: adxl313: add inactivity sensing
` [PATCH v4 09/11] iio: accel: adxl313: implement power-save on inactivity
` [PATCH v4 10/11] iio: accel: adxl313: add AC coupled activity/inactivity events

[RFC] spi: expand bits_per_word_mask to 64 bits
 2025-06-11  8:30 UTC  (2+ messages)

[PATCH v9 00/11] iio: accel: adxl345: add interrupt based sensor events
 2025-06-10 21:59 UTC  (12+ messages)
` [PATCH v9 01/11] iio: accel: adxl345: apply scale factor to tap threshold
` [PATCH v9 02/11] iio: accel: adxl345: make data struct variable irq function local
` [PATCH v9 03/11] iio: accel: adxl345: simplify measure enable
` [PATCH v9 04/11] iio: accel: adxl345: simplify interrupt mapping
` [PATCH v9 05/11] iio: accel: adxl345: simplify reading the FIFO
` [PATCH v9 06/11] iio: accel: adxl345: replace magic numbers by unit expressions
` [PATCH v9 07/11] iio: accel: adxl345: add activity event feature
` [PATCH v9 08/11] iio: accel: adxl345: add inactivity feature
` [PATCH v9 09/11] iio: accel: adxl345: add coupling detection for activity/inactivity
` [PATCH v9 10/11] iio: accel: adxl345: extend inactivity time for less than 1s
` [PATCH v9 11/11] docs: iio: add documentation for adxl345 driver

[PATCH v5 00/11] iio: adc: Add support for AD4170 series of ADCs
 2025-06-10 21:17 UTC  (14+ messages)
` [PATCH v5 01/11] dt-bindings: iio: adc: Add AD4170
` [PATCH v5 02/11] iio: adc: Add basic support for AD4170
` [PATCH v5 03/11] iio: adc: ad4170: Add support for calibration gain
` [PATCH v5 04/11] iio: adc: ad4170: Add support for calibration bias
` [PATCH v5 05/11] iio: adc: ad4170: Add digital filter and sample frequency config support
` [PATCH v5 06/11] iio: adc: ad4170: Add support for buffered data capture
` [PATCH v5 07/11] iio: adc: ad4170: Add clock provider support
` [PATCH v5 08/11] iio: adc: ad4170: Add GPIO controller support
` [PATCH v5 09/11] iio: adc: ad4170: Add support for internal temperature sensor
` [PATCH v5 10/11] iio: adc: ad4170: Add support for weigh scale and RTD sensors
` [PATCH v5 11/11] iio: adc: ad4170: Add timestamp channel

[PATCH v3 0/2] adding support for Microchip PAC194X Power Monitor
 2025-06-10 20:20 UTC  (15+ messages)
` [PATCH v3 1/2] dt-bindings: iio: adc: adding support for PAC194X
` [PATCH v3 2/2] "

[PATCH v2 0/2] add support for MCP998X
 2025-06-10 15:17 UTC  (12+ messages)
` [PATCH v2 1/2] dt-bindings: iio: temperature: "
` [PATCH v2 2/2] "

[PATCH v3 0/2] Add support for WoM (Wake-on-Motion) feature
 2025-06-10 14:18 UTC  (6+ messages)
` [PATCH v3 1/2] iio: imu: inv_icm42600: add WoM support

[PATCH 0/5] STM32: Fix build warnings about export.h
 2025-06-10 13:30 UTC  (11+ messages)
` [PATCH 1/5] bus: stm32_firewall: "
` [PATCH 2/5] iio: adc: stm32-dfsdm: "
` [PATCH 3/5] iio: trigger: stm32-timer: "
` [PATCH 4/5] iio: trigger: stm32-lptimer: "
` [PATCH 5/5] mfd: stm32-timers: "

[PATCH v2 0/7] Add Rockchip RK3576 PWM Support Through MFPWM
 2025-06-10 12:33 UTC  (7+ messages)
` [PATCH v2 1/7] dt-bindings: pinctrl: rockchip: increase max amount of device functions
` [PATCH v2 2/7] dt-bindings: pwm: Add a new binding for rockchip,rk3576-pwm

[PATCH v7 0/5] Add support for AD7405/ADUM770x
 2025-06-10 12:09 UTC  (9+ messages)
` [PATCH v7 1/5] iio: adc: ad4851: ad4851_set_oversampling_ratio parameters update
` [PATCH v7 2/5] iio: backend: update iio_backend_oversampling_ratio_set
` [PATCH v7 3/5] iio: adc: adi-axi-adc: add axi_adc_oversampling_ratio_set
` [PATCH v7 4/5] dt-bindings: iio: adc: add ad7405
` [PATCH v7 5/5] iio: adc: ad7405: add ad7405 driver

[PATCH v3 0/8] Add support for AD4052 device family
 2025-06-10  7:34 UTC  (9+ messages)
` [PATCH v3 1/8] Documentation: ABI: add oversampling frequency in sysfs-bus-iio
` [PATCH v3 2/8] dt-bindings: iio: adc: Add adi,ad4052
` [PATCH v3 3/8] docs: iio: New docs for ad4052 driver
` [PATCH v3 4/8] iio: adc: Add support for ad4052
` [PATCH v3 5/8] docs: iio: ad4052: Add offload support documentation
` [PATCH v3 6/8] iio: adc: Add offload support for ad4052
` [PATCH v3 7/8] docs: iio: ad4052: Add event documentation
` [PATCH v3 8/8] iio: adc: Add events support to ad4052

[PATCH v4 00/11] iio: adc: Add support for AD4170 series of ADCs
 2025-06-09 20:39 UTC  (20+ messages)
` [PATCH v4 01/11] dt-bindings: iio: adc: Add AD4170
` [PATCH v4 02/11] iio: adc: Add basic support for AD4170
` [PATCH v4 06/11] iio: adc: ad4170: Add support for buffered data capture
` [PATCH v4 10/11] iio: adc: ad4170: Add support for weigh scale and RTD sensors

[PATCH v3 0/2] PM: domains: add devm_pm_domain_attach()
 2025-06-09 19:59 UTC  (9+ messages)
` [PATCH v3 1/2] PM: domains: Add devres variant for dev_pm_domain_attach()
` [PATCH v3 2/2] driver core: platform: Use devm_pm_domain_attach()

[PATCH AUTOSEL 6.14 16/29] iio: dac: adi-axi-dac: add cntrl chan check
 2025-06-09 13:44 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 18/29] iio: hid-sensor-prox: Add support for 16-bit report size

[PATCH AUTOSEL 6.15 21/35] iio: dac: adi-axi-dac: add cntrl chan check
 2025-06-09 13:43 UTC  (2+ messages)
` [PATCH AUTOSEL 6.15 24/35] iio: hid-sensor-prox: Add support for 16-bit report size

[PATCH 0/2] IIO: Drop some unneeded export.h includes
 2025-06-09  9:39 UTC  (7+ messages)
` [PATCH 1/2] iio: potentiometer: Drop unused "
` [PATCH 2/2] iio: dummy: Drop unused export.h include

[PATCH v2 0/3] BMI270: Add support for step counter and motion events
 2025-06-08 20:03 UTC  (10+ messages)
` [PATCH v2 1/3] iio: imu: bmi270: add channel for step counter
` [PATCH v2 2/3] iio: imu: bmi270: add step counter watermark event
` [PATCH v2 3/3] iio: imu: bmi270: add support for motion events

[PATCH v5] iio: cros_ec_sensors: add cros_ec_activity driver
 2025-06-07 16:29 UTC  (4+ messages)

[PATCH v4] iio: cros_ec_sensors: add cros_ec_activity driver
 2025-06-07 16:13 UTC  (5+ messages)

[PATCH v2] iio: accel: fxls8962af: Fix use after free in fxls8962af_fifo_flush
 2025-06-07 16:07 UTC  (4+ messages)

[PATCH][next] iio: adc: ti-ads131e08: Fix spelling mistake "tweek" -> "tweak"
 2025-06-07 16:05 UTC  (3+ messages)

[PATCH v4] iio: adc: Modernize single regulator call
 2025-06-07 15:33 UTC  (2+ messages)

[PATCH] iio: adc: axp20x_adc: Add missing sentinel to AXP717 ADC channel maps
 2025-06-07 15:30 UTC  (2+ messages)

[PATCH v9 0/7] iio: adc: add ad7606 calibration support
 2025-06-07 13:11 UTC  (11+ messages)
` [PATCH v9 1/7] Documentation: ABI: IIO: add new convdelay documentation
` [PATCH v9 2/7] iio: core: add ADC delay calibration definition
` [PATCH v9 3/7] iio: adc: ad7606: add offset and phase calibration support
` [PATCH v9 4/7] dt-bindings: iio: adc: adi,ad7606: add gain "
` [PATCH v9 5/7] iio: adc: ad7606: exit for invalid fdt dt_schema properties
` [PATCH v9 6/7] iio: adc: ad7606: rename chan_scale to a more generic chan_info
` [PATCH v9 7/7] iio: adc: ad7606: add gain calibration support

[PATCH v10 00/12] iio: adc: ad7768-1: Add features, improvements, and fixes
 2025-06-07 12:34 UTC  (25+ messages)
` [PATCH v10 01/12] iio: adc: ad7768-1: Ensure SYNC_IN pulse minimum timing requirement
` [PATCH v10 02/12] dt-bindings: trigger-source: add generic GPIO trigger source
` [PATCH v10 03/12] dt-bindings: iio: adc: ad7768-1: add trigger-sources property
` [PATCH v10 04/12] dt-bindings: iio: adc: ad7768-1: Document GPIO controller
` [PATCH v10 05/12] dt-bindings: iio: adc: ad7768-1: document regulator provider property
` [PATCH v10 06/12] iio: adc: ad7768-1: add regulator to control VCM output
` [PATCH v10 07/12] iio: adc: ad7768-1: Add GPIO controller support
` [PATCH v10 08/12] iio: adc: ad7768-1: add multiple scan types to support 16-bits mode
` [PATCH v10 09/12] iio: adc: ad7768-1: add support for Synchronization over SPI
` [PATCH v10 10/12] iio: adc: ad7768-1: replace manual attribute declaration
` [PATCH v10 11/12] iio: adc: ad7768-1: add filter type and oversampling ratio attributes
` [PATCH v10 12/12] iio: adc: ad7768-1: add low pass -3dB cutoff attribute

[PATCH v9 00/12] iio: adc: ad7768-1: Add features, improvements, and fixes
 2025-06-07 12:19 UTC  (6+ messages)
` [PATCH v9 09/12] iio: adc: ad7768-1: add support for Synchronization over SPI

[PATCH RFC 0/9] iio: Introduce new timestamp grabbing APIs
 2025-06-06 10:20 UTC  (4+ messages)
` [PATCH RFC 9/9] iio: rpr0521: Use new timestamp-related APIs

[PATCH] dt-bindings: timer: renesas,rz-mtu3: Use #pwm-cells = <3>
 2025-06-05 19:42 UTC  (2+ messages)

[PATCH v3] iio: light: apds9306: Refactor threshold get/set functions to use helper
 2025-06-05 18:55 UTC  (3+ messages)

[PATCH v6 0/5] Add support for AD7405/ADUM770x
 2025-06-05 13:52 UTC  (12+ messages)
` [PATCH v6 1/5] iio: adc: ad4851: ad4851_set_oversampling_ratio parameters update
` [PATCH v6 2/5] iio: backend: update iio_backend_oversampling_ratio_set
` [PATCH v6 3/5] iio: adc: adi-axi-adc: add axi_adc_oversampling_ratio_set
` [PATCH v6 4/5] dt-bindings: iio: adc: add ad7405
` [PATCH v6 5/5] iio: adc: ad7405: add ad7405 driver

[PATCH v5 0/5] Add support for AD7405/ADUM770x
 2025-06-04 14:03 UTC  (5+ messages)
` [PATCH v5 4/5] dt-bindings: iio: adc: add ad7405

[PATCH 0/2] TCB: Add DMA support to read the capture register AB
 2025-06-04 13:21 UTC  (5+ messages)
` [PATCH 2/2] counter: microchip-tcb-capture: Add DMA support for TC_RAB register reads


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).