Linux IIO development
 help / color / mirror / Atom feed
 messages from 2026-05-11 17:44:38 to 2026-05-12 16:09:43 UTC [more...]

[PATCH v12 00/11] ADF41513/ADF41510 PLL frequency synthesizers
 2026-05-12 16:09 UTC  (23+ messages)
` [PATCH v12 02/11] lib: kstrtox: add kstrtoudec64() and kstrtodec64()
` [PATCH v12 03/11] lib: test-kstrtox: tests for kstrtodec64() and kstrtoudec64()
` [PATCH v12 04/11] lib: math: div64: add div64_s64_rem()
` [PATCH v12 05/11] iio: core: add decimal value formatting into 64-bit value
` [PATCH v12 06/11] iio: test: iio-test-format: add test case for decimal format
` [PATCH v12 11/11] Documentation: ABI: testing: add common ABI file for iio/frequency

[PATCH v4] staging: iio: addac: adt7316: document SPI interface switching sequence
 2026-05-12 16:07 UTC  (2+ messages)

[PATCH] iio: mapping file for include-what-you-use tool
 2026-05-12 15:57 UTC  (10+ messages)

[PATCH 2/2] iio: temperature: ltc2983: Add support for ADT7604
 2026-05-12 15:56 UTC  (17+ messages)

[PATCH v3 0/3] iio: adc: xilinx-ams: refactor alarm handling to table-driven design
 2026-05-12 15:54 UTC  (15+ messages)
` [PATCH v3 1/3] iio: adc: xilinx-ams: fix out-of-bounds channel lookup in event handling
` [PATCH v3 2/3] iio: adc: xilinx-ams: use guard(mutex) for automatic locking
` [PATCH v3 3/3] iio: adc: xilinx-ams: refactor alarm mapping to table-driven approach

[PATCH] iio: imu: kmx61: Fix TOCTOU race condition
 2026-05-12 15:54 UTC  (5+ messages)

[PATCH v10 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-05-12 15:49 UTC  (7+ messages)
` [PATCH v10 2/6] iio: adc: ad4691: add initial driver for AD4691 family
` [PATCH v10 3/6] iio: adc: ad4691: add triggered buffer support
` [PATCH v10 4/6] iio: adc: ad4691: add SPI offload support

[PATCH v2 00/10] iio: light: opt3001: driver cleanup
 2026-05-12 15:43 UTC  (18+ messages)
` [PATCH v2 01/10] iio: light: opt3001: move device registration to end of probe()
` [PATCH v2 02/10] iio: light: opt3001: make headers conform to iwyu
` [PATCH v2 03/10] iio: light: opt3001: use macros from bits.h header
` [PATCH v2 04/10] iio: light: opt3001: use local struct device and i2c_client variables
` [PATCH v2 05/10] iio: light: opt3001: ensure correct parenthesis alignment
` [PATCH v2 06/10] iio: light: opt3001: localize for loop iterator
` [PATCH v2 07/10] iio: light: opt3001: prefer dev_err_probe()
` [PATCH v2 08/10] iio: light: opt3001: move driver to guard(mutex)() use
` [PATCH v2 09/10] iio: light: opt3001: switch driver to managed resources
` [PATCH v2 10/10] iio: light: opt3001: add comment to mutex

[PATCH v7 0/8] iio: magnetometer: ak8975: driver cleanup
 2026-05-12 15:13 UTC  (16+ messages)
` [PATCH v7 1/8] iio: magnetometer: ak8975: modernize polling loops with iopoll() macros
` [PATCH v7 2/8] iio: magnetometer: ak8975: check if gpiod read was successful
` [PATCH v7 4/8] iio: magnetometer: ak8975: consistently use 'data' parameter
` [PATCH v7 5/8] iio: magnetometer: ak8975: unify messages with help of dev_err_probe()

[PATCH v3 0/6] iio: hid-sensor: standardize scan_type initialization
 2026-05-12 14:48 UTC  (9+ messages)
` [PATCH v3 1/6] iio: accel: HID: hid-sensor-accel-3d: Refactor channel initialization
` [PATCH v3 2/6] iio: gyro: HID: hid-sensor-gyro-3d: "
` [PATCH v3 3/6] iio: light: HID: hid-sensor-als: "
` [PATCH v3 4/6] iio: light: HID: hid-sensor-prox: "
` [PATCH v3 5/6] iio: magnetometer: HID: hid-sensor-magn-3d: "
` [PATCH v3 6/6] iio: pressure: HID: hid-sensor-press: "

[PATCH v3 0/7] gpio: realtek: Add support for Realtek DHC RTD1625
 2026-05-12 14:37 UTC  (11+ messages)
` [PATCH v3 1/7] gpio: Replace "default y" with "default ARCH_REALTEK" in Kconfig
` [PATCH v3 2/7] gpio: regmap: add gpio_regmap_get_gpiochip() accessor
` [PATCH v3 3/7] gpio: regmap: Add gpio_regmap_operation and write-enable support
` [PATCH v3 4/7] gpio: regmap: Add set_config callback
` [PATCH v3 5/7] dt-bindings: gpio: realtek: Add realtek,rtd1625-gpio
` [PATCH v3 6/7] gpio: realtek: Add driver for Realtek DHC RTD1625 SoC
` [PATCH v3 7/7] arm64: dts: realtek: Add GPIO support for RTD1625

[PATCH v2 00/16] add AUXADC, EFUSE and thermal drivers for the MediaTek mt6323 PMIC
 2026-05-12 14:34 UTC  (29+ messages)
` [PATCH v2 01/16] dt-bindings: iio: adc: mt6359: generalize description for mt63xx series
` [PATCH v2 02/16] dt-bindings: iio: adc: mt6359: add mt6323 PMIC AUXADC
` [PATCH v2 03/16] dt-bindings: mfd: mediatek: mt6397: add mt6323 PMIC EFUSE
` [PATCH v2 04/16] dt-bindings: mfd: mediatek: mt6397: add mt6323 PMIC thermal
` [PATCH v2 05/16] iio: adc: mediatek: add mt6323 PMIC AUXADC driver
` [PATCH v2 06/16] nvmem: add mt6323 PMIC EFUSE driver
` [PATCH v2 07/16] thermal: mediatek: add PMIC thermal support
` [PATCH v2 08/16] mfd: mt6397-core: add mt6323 AUXADC support
` [PATCH v2 09/16] mfd: mt6397-core: add mt6323 EFUSE support
` [PATCH v2 10/16] mfd: mt6397-core: add mt6323 thermal support
` [PATCH v2 11/16] ARM: dts: mediatek: mt6323: add AUXADC support
` [PATCH v2 12/16] ARM: dts: mediatek: mt6323: add EFUSE support
` [PATCH v2 13/16] ARM: dts: mediatek: mt6323: add thermal support
` [PATCH v2 14/16] MAINTAINERS: add MediaTek mt6323 PMIC AUXADC driver maintainer
` [PATCH v2 15/16] MAINTAINERS: add MediaTek mt6323 PMIC EFUSE "
` [PATCH v2 16/16] MAINTAINERS: add MediaTek mt6323 PMIC thermal "

[PATCH v3] dt-bindings: iio: adc: Convert xilinx-xadc bindings to YAML schema
 2026-05-12 14:21 UTC  (10+ messages)

[PATCH] staging: Documentation: dds: replace frequencyY with frequency
 2026-05-12 14:08 UTC  (3+ messages)

[PATCH v6 0/2] MAINTAINERS: update ADI IIO entry and specific IIO maintainer
 2026-05-12 14:03 UTC  (4+ messages)
` [PATCH v6 2/2] MAINTAINERS: Update maintainer for IIO drivers

[PATCH v1 0/2] iio: Rework i2c_device_id initialisation
 2026-05-12 14:01 UTC  (6+ messages)
` [PATCH v1 1/2] iio: Drop unused driver_data in four i2c drivers
` [PATCH v1 2/2] iio: Initialize i2c_device_id arrays using member names

[PATCH 0/3] Add GPADC support for A523
 2026-05-12 13:48 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: iio: adc: Add GPADC for Allwinner A523
` [PATCH 2/3] iio: adc: sun20i-gpadc: add A523 gpadc support

[PATCH v3 0/9] iio: introduce devm_ API for hid sensro setup and cleanup
 2026-05-12 12:47 UTC  (7+ messages)
` [PATCH v3 1/9] iio: hid-sensors: drop redundant iio_dev argument
` [PATCH v3 2/9] iio: hid-sensors: cleanup codestyle warning
` [PATCH v3 3/9] iio: hid-sensors: introduce device managed API

[PATCH v8 00/11] iio: adc: hx711: add HX710B support
 2026-05-12 12:38 UTC  (21+ messages)
` [PATCH v8 v8 01/11] dt-bindings: iio: adc: hx711: clean up existing binding text
` [PATCH v8 v8 02/11] dt-bindings: iio: adc: hx711: add VSUP supply property
` [PATCH v8 v8 03/11] dt-bindings: iio: adc: hx711: add RATE GPIO property
` [PATCH v8 v8 04/11] dt-bindings: iio: adc: hx711: add HX710B support
` [PATCH v8 v8 05/11] iio: adc: hx711: move scale computation to per-device storage
` [PATCH v8 v8 06/11] iio: adc: hx711: introduce hx711_chip_info structure
` [PATCH v8 v8 07/11] iio: adc: hx711: pass trailing pulse count into hx711_read
` [PATCH v8 v8 08/11] iio: adc: hx711: split variable assignments in hx711_read and hx711_reset
` [PATCH v8 v8 09/11] iio: adc: hx711: localize loop iterators in hx711_read
` [PATCH v8 v8 10/11] iio: adc: hx711: pass iio_chan_spec to hx711_reset_read
` [PATCH v8 v8 11/11] iio: adc: hx711: add support for HX710B

[PATCH 0/2] iio: light: Add ROHM BH1730FVC ambient light sensor driver
 2026-05-12 11:55 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: iio: light: Add ROHM BH1730FVC binding

[PATCH v5] iio: imu: kmx61: Use guard(mutex)() over manual locking
 2026-05-12 11:48 UTC  (6+ messages)

[PATCH v2 0/5] iio: adc: add AMD/Xilinx Versal SysMon driver
 2026-05-12 11:35 UTC  (5+ messages)
` [PATCH v2 2/5] iio: adc: add "

[PATCH v12 07/11] iio: frequency: adf41513: driver implementation
 2026-05-12 11:31 UTC  (3+ messages)

[PATCH v3] iio: accel: adxl355: replace usleep_range() with fsleep()
 2026-05-12 11:26 UTC  (5+ messages)

[PATCH v3 0/1] dt-bindings: iio: adc: add AD7816/AD7817/AD7818 binding
 2026-05-12 11:22 UTC  (8+ messages)
` [PATCH v3 1/1] "

[PATCH 0/8] iio: magnetometer: ak8975: driver cleanup
 2026-05-12 11:15 UTC  (14+ messages)
` [PATCH 3/8] iio: magnetometer: ak8975: switch to using managed resources

[PATCH v2] iio: adc: ad_sigma_delta: fix CS held asserted after single conversion
 2026-05-12 11:13 UTC  (3+ messages)

[PATCH 0/2] iio: temperature: ltc2983: Add support for ADT7604
 2026-05-12  9:37 UTC  (8+ messages)
` [PATCH 2/2] "

[PATCH v3 0/1] dt-bindings: iio: dds: Add AD9832/AD9835 binding
 2026-05-12  0:45 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH V5 00/11] Add Invensense ICM42607
 2026-05-11 19:25 UTC  (10+ messages)
` [PATCH V5 03/11] iio: imu: inv_icm42607: Add inv_icm42607 Core Driver
` [PATCH V5 04/11] iio: imu: inv_icm42607: Add I2C and SPI For icm42607
` [PATCH V5 05/11] iio: imu: inv_icm42607: Add PM support for icm42607
` [PATCH V5 06/11] iio: imu: inv_icm42607: Add Buffer "

[PATCH v3 0/2] iio: magnetometer: add MEMSIC MMC5983MA driver
 2026-05-11 19:11 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: iio: magnetometer: add MEMSIC MMC5983MA
` [PATCH v3 2/2] iio: magnetometer: add driver for "

[PATCH v4 0/3] iio: adc: ti-ads1298: Minor driver cleanups
 2026-05-11 17:59 UTC  (5+ messages)
` [PATCH v4 3/3] iio: adc: ti-ads1298: Remove unnecessary CONFIG2 write during init

[PATCH v3] iio: adc: ti-ads1298: Fix incorrect timeout comment
 2026-05-11 17:50 UTC  (3+ messages)
` [PATCH v4] "


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