Linux IIO development
 help / color / mirror / Atom feed
 messages from 2025-10-31 12:31:01 to 2025-11-06 13:35:34 UTC [more...]

[PATCH v6 00/26] Non-const bitfield helpers
 2025-11-06 13:33 UTC  (7+ messages)
` [PATCH v6 01/26] clk: at91: pmc: #undef field_{get,prep}() before definition
` [PATCH v6 02/26] crypto: qat - #undef field_get() before local definition
` [PATCH v6 03/26] EDAC/ie31200: "
` [PATCH v6 04/26] gpio: aspeed: #undef field_{get,prep}() "
` [PATCH v6 05/26] iio: dac: ad3530r: #undef field_prep() "
` [PATCH v6 06/26] iio: mlx90614: #undef field_{get,prep}() "

[PATCH v1 0/2] iio: adc: Add support for TI ADS131M0x ADCs
 2025-11-06 11:21 UTC  (9+ messages)
` [PATCH v1 1/2] bindings: iio: adc: Add bindings "
` [PATCH v1 2/2] iio: adc: Add TI ADS131M0x ADC driver

[PATCH v2] iio: trigger: Fix error handling in viio_trigger_alloc
 2025-11-06  9:09 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: iio: accel: adxl380: add new supported parts
 2025-11-06  9:04 UTC  (4+ messages)
` [PATCH 2/2] iio: accel: adxl380: add support for ADXL318 and ADXL319

[RFC PATCH 0/2] another 'interrupts-extended' replacement needed?
 2025-11-06  8:44 UTC  (5+ messages)
` [RFC PATCH 1/2] dt-bindings: iio: accel: adxl345: document second interrupt

[PATCH v6 00/11] Add mt8189 dts evaluation board and Makefile
 2025-11-06  5:33 UTC  (9+ messages)
` [PATCH v6 02/11] dt-bindings: iio: adc: Support MediaTek MT8189 evb board auxadc
` (subset) [PATCH v6 00/11] Add mt8189 dts evaluation board and Makefile

[PATCH v3 0/3] iio: mpl3115: support for events
 2025-11-05 15:25 UTC  (6+ messages)
` [PATCH v3 1/3] iio: mpl3115: use get_unaligned_be24 to retrieve pressure data
` [PATCH v3 2/3] iio: mpl3115: add threshold events support
` [PATCH v3 3/3] iio: ABI: document pressure event attributes

[PATCH] iio: trigger: Fix error handling in viio_trigger_alloc
 2025-11-05 15:07 UTC  (3+ messages)

[PATCH] iio/adc/pac1934: replace use of system_wq with system_percpu_wq
 2025-11-05 10:43 UTC 

[PATCH v4 00/12] iio: dac: ad5446: Refactor and add support for AD5542
 2025-11-05 10:16 UTC  (23+ messages)
` [PATCH v4 01/12] dt-bindings: iio: dac: Document AD5446 and similar devices
  ` [PATCH v5 6/7] dt-bindings: clock: rockchip: Add RK3506 clock and reset unit
` [PATCH v4 02/12] iio: dac: ad5446: Use DMA safe buffer for transfers
` [PATCH v4 03/12] iio: dac: ad5446: Drop duplicated spi_id entry
` [PATCH v4 04/12] iio: dac: ad5446: Don't ignore missing regulator
` [PATCH v4 05/12] iio: dac: ad5446: Move to single chip_info structures
` [PATCH v4 06/12] iio: dac: ad5456: Add missing DT compatibles
` [PATCH v4 07/12] iio: dac: ad5446: Separate I2C/SPI into different drivers
` [PATCH v4 08/12] iio: dac: ad5446: Make use of devm_mutex_init()
` [PATCH v4 09/12] iio: dac: ad5446: Make use of the cleanup helpers
` [PATCH v4 10/12] iio: dac: ad5446: Refactor header inclusion
` [PATCH v4 11/12] iio: dac: ad5446: Fix coding style issues
` [PATCH v4 12/12] iio: dac: ad5446: Add AD5542 to the spi id table

[PATCH v7 00/10] SPMI: Implement sub-devices and migrate drivers
 2025-11-05  9:23 UTC  (3+ messages)

[PATCH v2 0/2] Adding support for Microchip MCP47FEB02
 2025-11-04 18:09 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: iio: dac: adding "
` [PATCH v2 2/2] "

[PATCH 0/3] iio: amplifiers: add support for ADL8113 Low Noise Amplifier
 2025-11-04 17:37 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: iio: amplifiers: add adl8113
` [PATCH 2/3] iio: amplifiers: adl8113: add driver support
` [PATCH 3/3] Documentation: ABI: adl8113: add documentation

[PATCH v10 0/6] i3c: Add basic HDR mode support
 2025-11-04 17:07 UTC  (8+ messages)
` [PATCH v10 1/6] i3c: Add HDR API support
` [PATCH v10 2/6] i3c: Switch to use new i3c_xfer from i3c_priv_xfer
` [PATCH v10 3/6] i3c: master: svc: Replace bool rnw with union for HDR support
` [PATCH v10 4/6] i3c: master: svc: Add basic HDR mode support
` [PATCH v10 5/6] dt-bindings: trivial-devices: add MEMSIC 3-axis magnetometer
` [PATCH v10 6/6] iio: magnetometer: Add mmc5633 sensor

[PATCH v2 0/2] iio: mpl3115: support for events
 2025-11-04 14:03 UTC  (6+ messages)
` [PATCH v2 1/2] iio: mpl3115: add threshold events support
` [PATCH v2 2/2] iio: ABI: document pressure event attributes

[PATCH v3 00/10] iio: dac: ad5446: Refactor and add support for AD5542
 2025-11-04 14:00 UTC  (31+ messages)
` [PATCH v3 01/10] dt-bindings: iio: dac: Document AD5446 and similar devices
` [PATCH v3 02/10] iio: dac: ad5446: Use DMA safe buffer for transfers
` [PATCH v3 03/10] iio: dac: ad5446: Don't ignore missing regulator
` [PATCH v3 04/10] iio: dac: ad5446: Move to single chip_info structures
` [PATCH v3 05/10] iio: dac: ad5456: Add missing DT compatibles
` [PATCH v3 06/10] iio: dac: ad5446: Separate I2C/SPI into different drivers
` [PATCH v3 07/10] iio: dac: ad5446: Make use of devm_mutex_init()
` [PATCH v3 08/10] iio: dac: ad5446: Make use of the cleanup helpers
` [PATCH v3 09/10] iio: dac: ad5446: Fix coding style issues
` [PATCH v3 10/10] iio: dac: ad5446: Add AD5542 to the spi id table

[PATCH v1 1/2] dt-bindings: iio: adc: Add AST2700 ADC compatible strings
 2025-11-04 10:08 UTC  (4+ messages)
` [PATCH v1 2/2] iio: adc: aspeed: Add AST2700 ADC support

[PATCH v6 0/8] Add SPI offload support to AD4030
 2025-11-03 21:56 UTC  (9+ messages)
` [PATCH v6 8/8] iio: adc: ad4030: Support common-mode channels with SPI offloading

[PATCH v2] iio: accel: bmc150: Fix irq assumption regression
 2025-11-03 19:43 UTC  (3+ messages)

[PATCH v9 0/6] i3c: Add basic HDR mode support
 2025-11-03 18:10 UTC  (13+ messages)
` [PATCH v9 1/6] i3c: Add HDR API support
` [PATCH v9 2/6] i3c: Switch to use new i3c_xfer from i3c_priv_xfer
` [PATCH v9 3/6] i3c: master: svc: Replace bool rnw with union for HDR support
` [PATCH v9 4/6] i3c: master: svc: Add basic HDR mode support
` [PATCH v9 5/6] dt-bindings: trivial-devices: add MEMSIC 3-axis magnetometer
` [PATCH v9 6/6] iio: magnetometer: Add mmc5633 sensor

[PATCH v4 1/1] spi: offload: Add offset parameter
 2025-11-03 15:33 UTC  (2+ messages)

[PATCH v3 0/5] Add Rockchip RK3576 PWM Support Through MFPWM
 2025-11-03 15:25 UTC  (4+ messages)
` [PATCH v3 2/5] mfd: Add Rockchip mfpwm driver

[PATCH 0/9] st_lsm6dsx: add tap event detection
 2025-11-03 14:53 UTC  (17+ messages)
` [PATCH 1/9] iio: imu: st_lsm6dsx: dynamically initialize iio_chan_spec data
` [PATCH 4/9] iio: imu: st_lsm6dsx: dynamically allocate iio_event_spec structs
` [PATCH 6/9] iio: imu: st_lsm6dsx: remove event_threshold field from hw struct
` [PATCH 7/9] iio: imu: st_lsm6dsx: make event management functions generic

[PATCH v3 0/4] Add support for the Renesas RZ/N1 ADC
 2025-11-03 14:51 UTC  (6+ messages)
` [PATCH v3 1/4] dt-bindings: iio: adc: Add "
` [PATCH v3 2/4] iio: adc: Add support for "
` [PATCH v3 3/4] ARM: dts: renesas: r9a06g032: Add the ADC device
` [PATCH v3 4/4] MAINTAINERS: Add the Renesas RZ/N1 ADC driver entry

[PATCH 0/7] Add support for AD4062 device family
 2025-11-03 12:22 UTC  (7+ messages)
` [PATCH 2/7] docs: iio: New docs for ad4062 driver

[PATCH v2 0/4] Add support for the Renesas RZ/N1 ADC
 2025-11-03 11:34 UTC  (7+ messages)
` [PATCH v2 2/4] iio: adc: "

[PATCH v5 00/23] Non-const bitfield helpers
 2025-11-03 10:09 UTC  (8+ messages)
` [PATCH v5 07/23] pinctrl: ma35: #undef field_{get,prep}() before local definition
` [PATCH -next v5 10/23] iio: imu: smi330: #undef field_{get,prep}() before definition

[PATCH v1 1/1] iio: common: scmi_sensors: Replace const_ilog2() with ilog2()
 2025-11-03  8:30 UTC  (7+ messages)

[PATCH v2 1/1] iio: common: scmi_sensors: Get rid of const_ilog2()
 2025-11-03  8:29 UTC 

[PATCH v3 0/2] iio: proximity: update Lidar-lite v2 and create v3
 2025-11-03  8:04 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: iio: proximity: Remove Lidar-lite-v2 from trivial
` [PATCH v3 2/2] dt-bindings: iio: proximity: Add Lidar-lite-v2 and v3

[PATCH v2] iio: imu: bmi270: fix dev_err_probe error msg
 2025-11-03  7:55 UTC  (2+ messages)

[RFC PATCH 0/3] iio: adc: Add support for TI ADS1120 ADC
 2025-11-03  7:51 UTC  (9+ messages)
` [RFC PATCH 1/3] dt-bindings: iio: adc: Add TI ADS1120 binding

[PATCH 0/6] iio: accel: bma220: add events
 2025-11-02 12:20 UTC  (5+ messages)
` [PATCH 3/6] iio: accel: bma220: add tap detection

[PATCH next] iio: imu: inv_icm45600: Add a missing return statement in probe()
 2025-11-02 12:15 UTC  (4+ messages)

[PATCH v2 0/3] iio: dac: ad5446: Add AD5542 to the spi id table
 2025-11-02 12:13 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: iio: dac: Document AD5446 and similar devices

[PATCH 4/4] iio: light: apds9960: convert to use maple tree register cache
 2025-11-02 12:11 UTC  (5+ messages)
    `  "

[PATCH] iio: core: Use datasheet name as fallback for label
 2025-11-02 12:07 UTC  (7+ messages)

[PATCH v3] iio: backend: fix kernel-doc to avoid warnings and ensure consistency
 2025-11-02 11:56 UTC  (3+ messages)

[PATCH v3] iio: adc: at91-sama5d2_adc: Fix potential use-after-free in sama5d2_adc driver
 2025-11-02 11:54 UTC  (2+ messages)

[PATCH] dt-bindings: iio: adc: Add compatible for MT8189 SoC
 2025-11-02 11:47 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: imx8qxp-mek: Add i2c1 sensors
 2025-11-01 17:01 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: iio: imu: mpu6050: remove interrupts from required list

[PATCH 0/2] iio: adc: qcom-pm8xxx-xoadc improvements
 2025-11-01  9:25 UTC  (6+ messages)
` [PATCH 2/2] iio: adc: qcom-pm8xxx-xoadc: fix incorrect calibration values

[PATCH V7 0/5] Add support for QCOM SPMI PMIC5 Gen3 ADC
 2025-11-01  2:20 UTC  (19+ messages)
` [PATCH V7 3/5] dt-bindings: iio: adc: Add support for QCOM "

[PATCH v2] iio: imu: inv_icm45600: Initializes inv_icm45600_buffer_postdisable sleep
 2025-10-31 14:40 UTC  (2+ messages)

[PATCH] iio: imu: inv_icm45600: Initializes inv_icm45600_buffer_postdisable sleep
 2025-10-31 12:47 UTC  (2+ messages)

[PATCH v5 0/2] NXP SAR ADC IIO driver for s32g2/3 platforms
 2025-10-31 12:45 UTC  (7+ messages)
` [PATCH v5 2/2] iio: adc: Add the NXP SAR ADC support for the "


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