messages from 2026-05-11 16:09:28 to 2026-05-12 14:34:21 UTC [more...]
[PATCH v3 0/3] iio: adc: xilinx-ams: refactor alarm handling to table-driven design
2026-05-12 14:34 UTC (12+ 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 v2 00/10] iio: light: opt3001: driver cleanup
2026-05-12 14:32 UTC (16+ 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 v3] dt-bindings: iio: adc: Convert xilinx-xadc bindings to YAML schema
2026-05-12 14:21 UTC (11+ messages)
[PATCH v12 00/11] ADF41513/ADF41510 PLL frequency synthesizers
2026-05-12 14:12 UTC (15+ 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 11/11] Documentation: ABI: testing: add common ABI file for iio/frequency
[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 (5+ messages)
` [PATCH v6 1/2] MAINTAINERS: Update Analog Devices IIO drivers entry
` [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 v2 00/16] add AUXADC, EFUSE and thermal drivers for the MediaTek mt6323 PMIC
2026-05-12 13:55 UTC (28+ 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 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 (12+ 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 v3 7/9] iio: humidity: hid-sensor-humidity: use common device for devres
[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 2/2] iio: temperature: ltc2983: Add support for ADT7604
2026-05-12 12:26 UTC (16+ messages)
[PATCH] iio: imu: kmx61: Fix TOCTOU race condition
2026-05-12 12:03 UTC
[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/7] gpio: realtek: Add support for Realtek DHC RTD1625
2026-05-12 11:26 UTC (10+ 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 v3 0/1] dt-bindings: iio: adc: add AD7816/AD7817/AD7818 binding
2026-05-12 11:22 UTC (9+ 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 v7 0/8] iio: magnetometer: ak8975: driver cleanup
2026-05-12 9:16 UTC (3+ messages)
[PATCH] iio: mapping file for include-what-you-use tool
2026-05-12 8:10 UTC (7+ messages)
[PATCH v3 0/6] iio: hid-sensor: standardize scan_type initialization
2026-05-12 1:16 UTC (7+ 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/1] dt-bindings: iio: dds: Add AD9832/AD9835 binding
2026-05-12 0:45 UTC (6+ 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] "
[PATCH v2] iio: adc: xilinx-ams: Replace spin_lock() and unlock() calls with guard(spinlock*)()
2026-05-11 17:21 UTC (4+ messages)
[PATCH v2 0/2] iio: magnetometer: add MEMSIC MMC5983MA driver
2026-05-11 17:14 UTC (3+ messages)
` [PATCH v2 2/2] iio: magnetometer: add driver for MEMSIC MMC5983MA
[PATCH v2] iio: adc: viperboard: Fix error handling in vprbrd_iio_read_raw
2026-05-11 17:09 UTC (3+ messages)
[PATCH v2] iio: potentiostat: lmp91000: fix probe order and cleanup paths
2026-05-11 17:06 UTC (2+ messages)
[PATCH] dt-bindings: iio: dds: Add AD9832/AD9835 binding
2026-05-11 16:55 UTC (4+ messages)
[PATCH v6 0/4] iio: adc: qcom-pm8xxx-xoadc: add support for reading channel labels from DT
2026-05-11 16:29 UTC (5+ messages)
` [PATCH v6 1/4] dt-bindings: iio: adc: qcom,pm8018-adc: add label property for ADC channels
[PATCH] iio: gyro: bmg160: bail out when bandwidth/filter is not in table
2026-05-11 16:23 UTC (2+ messages)
[PATCH v3 0/5] iio: dac: ad5504: bindings, cleanups, and scale fixes
2026-05-11 16:22 UTC (3+ messages)
` [PATCH v3 1/5] dt-bindings: iio: dac: ad5504: add output-range and missing gpios
[RFC 0/4] iio: light: add driver for Broadcom APDS9999
2026-05-11 16:19 UTC (8+ messages)
` [RFC 2/4] iio: light: add support for APDS9999 sensor
[PATCH v3] iio: adc: ad7192: replace usleep_range() with fsleep()
2026-05-11 16:10 UTC (4+ messages)
` [PATCH v4] "
[PATCH v7 00/11] iio: adc: hx711: add HX710B support
2026-05-11 16:09 UTC (5+ messages)
` [PATCH v7 03/11] dt-bindings: iio: adc: hx711: add RATE GPIO property
` [PATCH v7 04/11] dt-bindings: iio: adc: hx711: add HX710B support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox