messages from 2026-04-28 16:33:43 to 2026-04-30 07:49:43 UTC [more...]
[PATCH v3 0/8] iio: light: si1133: driver cleanup
2026-04-30 7:49 UTC (18+ messages)
` [PATCH v3 1/8] iio: light: si1133: remove unused macros
` [PATCH v3 2/8] iio: light: si1133: prefer complex macros enclosed in parenthesis
` [PATCH v3 3/8] iio: light: si1133: add missing include headers
` [PATCH v3 4/8] iio: light: si1133: group generic <linux/*> headers
` [PATCH v3 5/8] iio: light: si1133: use guard(mutex)() macro
` [PATCH v3 6/8] iio: light: si1133: add local variable for timeout
` [PATCH v3 7/8] iio: light: si1133: reset counter to prevent race condition
` [PATCH v3 8/8] iio: light: si1133: prevent race condition on timeout
[PATCH v4] iio: magnetometer: rm3100: Modernize locking and refactor control flow
2026-04-30 6:41 UTC (3+ messages)
[PATCH v4 0/2] iio: adc: mcp3422: apply bit manipulation macros
2026-04-30 6:11 UTC (4+ messages)
` [PATCH v4 1/2] iio: adc: mcp3422: rewrite mask macros with help of bits.h APIs
` [PATCH v4 2/2] iio: adc: mcp3422: write bit operations using bitfield.h APIs
[PATCH] iio: frequency: adf4377: replace mutex_lock/unlock with guard and scoped_guard
2026-04-30 6:03 UTC (2+ messages)
[PATCH] MAINTAINERS: Update mail for Peter Rosin
2026-04-30 4:09 UTC
[PATCH v3] iio: magnetometer: rm3100: Modernize locking and refactor control flow
2026-04-29 20:38 UTC (11+ messages)
[PATCH v3 0/2] iio: light: iqs621-als: use lock guards and prefer early error handling
2026-04-29 20:01 UTC (4+ messages)
` [PATCH v3 1/2] iio: light: iqs621-als: use lock guards
` [PATCH v3 2/2] iio: light: iqs621-als: prefer early error handling over if (!ret)
[PATCH v3] iio: gyro: adxrs290: Use guard(mutex) in lieu of manual lock+unlock
2026-04-29 19:59 UTC (2+ messages)
[PATCH v2 0/7] Add helper method hid_sensor_adjust_channel_bit_mask()
2026-04-29 19:54 UTC (7+ messages)
` [PATCH v2 2/7] iio: accel: HID: Replace method accel_3d_adjust_channel_bit_mask()
[PATCH v2 1/2] iio: light: stk3310: Sort headers alphabetically
2026-04-29 19:51 UTC (8+ messages)
` [PATCH v2 2/2] iio: light: stk3310: Update includes to match IWYU
[PATCH V3 0/9] Add Invensense ICM42607
2026-04-29 19:46 UTC (5+ messages)
` [PATCH V3 6/9] iio: imu: inv_icm42607: Add Accelerometer for icm42607
[PATCH] iio: light: stk3310: update includes to match IWYU
2026-04-29 19:39 UTC (3+ messages)
[PATCH v2 0/4] iio: introduce devm_ API for hid sensro setup and cleanup
2026-04-29 19:35 UTC (8+ messages)
` [PATCH v2 1/4] iio: hid-sensors: drop redundant iio_dev argument
` [PATCH v2 2/4] iio: hid-sensors: introduce device managed API
` [PATCH v2 3/4] iio: gyro: drop hid_sensor_remove_trigger() using devm API
` [PATCH v2 4/4] iio: humidity: "
[PATCH v2] counter: ti-eqep: fix runtime PM leak in probe error path
2026-04-29 19:30 UTC (2+ messages)
[PATCH] iio: adc: rcar: Fix up Marek Vasut MAINTAINERS entry
2026-04-29 19:27 UTC
[PATCH v5 0/11] iio: adc: hx711: add HX710B support
2026-04-29 19:08 UTC (22+ messages)
` [PATCH v5 01/11] dt-bindings: iio: adc: hx711: clean up existing binding text
` [PATCH v5 02/11] dt-bindings: iio: adc: hx711: add VSUP supply property
` [PATCH v5 03/11] dt-bindings: iio: adc: hx711: add RATE GPIO property
` [PATCH v5 04/11] dt-bindings: iio: adc: hx711: add HX710B support
` [PATCH v5 05/11] iio: adc: hx711: move scale computation to per-device storage
` [PATCH v5 06/11] iio: adc: hx711: introduce hx711_chip_info structure
` [PATCH v5 07/11] iio: adc: hx711: pass trailing pulse count into hx711_read
` [PATCH v5 08/11] iio: adc: hx711: localize loop iterators in hx711_read
` [PATCH v5 09/11] iio: adc: hx711: pass iio_chan_spec to hx711_reset_read
` [PATCH v5 10/11] iio: adc: hx711: split hx711_reset variable assignment
` [PATCH v5 11/11] iio: adc: hx711: add support for HX710B
[PATCH v2 0/9] bitfield: add FIELD_GET_SIGNED()
2026-04-29 19:00 UTC (9+ messages)
` [PATCH v2 2/9] x86/extable: switch to using FIELD_GET_SIGNED()
` [PATCH v2 7/9] wifi: rtw89: "
[PATCH] iio: buffer: hw-consumer: fix use-after-free in error path
2026-04-29 18:36 UTC (7+ messages)
[PATCH v4 00/13] Fixes and cleanups for the AD5686 IIO driver
2026-04-29 18:19 UTC (26+ messages)
` [PATCH v4 01/13] iio: dac: ad5686: fix ref bit initialization for single-channel parts
` [PATCH v4 02/13] iio: dac: ad5686: fix input raw value check
` [PATCH v4 03/13] iio: dac: ad5686: acquire lock when doing powerdown control
` [PATCH v4 04/13] iio: dac: ad5686: fix powerdown control on dual-channel devices
` [PATCH v4 05/13] iio: dac: ad5686: fix overlapping DMA buffers in I2C read
` [PATCH v4 06/13] iio: dac: ad5686: refactor include headers
` [PATCH v4 07/13] iio: dac: ad5686: remove redundant register definition
` [PATCH v4 08/13] iio: dac: ad5686: drop enum id
` [PATCH v4 09/13] iio: dac: ad5686: add of_match table to the spi driver
` [PATCH v4 10/13] iio: dac: ad5686: remove powerdown mask magic number
` [PATCH v4 11/13] iio: dac: ad5686: add control_sync() for single-channel devices
` [PATCH v4 12/13] iio: dac: ad5686: cleanup doc header of local structs
` [PATCH v4 13/13] iio: dac: ad5686: create bus ops struct
[PATCH v7 0/9] iio: ssp_sensors: improve resource cleanup
2026-04-29 18:12 UTC (8+ messages)
` [PATCH v7 1/9] iio: ssp_sensors: cleanup codestyle warning
` [PATCH v7 3/9] iio: ssp_sensors: cancel delayed work_refresh on remove
[PATCH v0 00/14] iio: magnetometer: ak8975: Additional changes to the driver
2026-04-29 15:10 UTC (13+ messages)
` [PATCH v0 04/14] iio: magnetometer: ak8975: Inline timeout constants
` [PATCH v0 10/14] iio: magnetometer: ak8975: switch to using managed resources
[RFC PATCH v2 0/4] iio: position: add Rust driver for ams AS5600
2026-04-29 13:46 UTC (6+ messages)
` [RFC PATCH v2 1/4] i2c: rust: add smbus_read_byte_data and smbus_read_word_data
` [RFC PATCH v2 2/4] rust: add minimal IIO subsystem abstractions
` [RFC PATCH v2 3/4] dt-bindings: iio: position: add ams,as5600
` [RFC PATCH v2 4/4] iio: position: add Rust driver for ams AS5600
[PATCH v3 00/11] Fixes and cleanups for the AD5686 IIO driver
2026-04-29 10:33 UTC (17+ messages)
` [PATCH v3 01/11] iio: dac: ad5686: fix ref bit initialization for single-channel parts
` [PATCH v3 02/11] iio: dac: ad5686: fix input raw value check
` [PATCH v3 03/11] iio: dac: ad5686: acquire lock when doing powerdown control
` [PATCH v3 04/11] iio: dac: ad5686: fix powerdown control on dual-channel devices
` [PATCH v3 05/11] iio: dac: ad5686: refactor include headers
` [PATCH v3 06/11] iio: dac: ad5686: remove redundant register definition
` [PATCH v3 07/11] iio: dac: ad5686: drop enum id
` [PATCH v3 08/11] iio: dac: ad5686: add of_match table to the spi driver
` [PATCH v3 09/11] iio: dac: ad5686: add control_sync() for single-channel devices
` [PATCH v3 10/11] iio: dac: ad5686: cleanup doc header of local structs
` [PATCH v3 11/11] iio: dac: ad5686: create bus ops struct
[PATCH v4 0/7] iio: adc: hx711: add HX710B support
2026-04-29 10:27 UTC (20+ messages)
` [PATCH v4 1/7] dt-bindings: iio: adc: avia-hx711: add avia,hx710b compatible
` [PATCH v4 2/7] iio: adc: hx711: move scale computation to per-device storage
` [PATCH v4 3/7] iio: adc: hx711: update Kconfig, module description and file header
` [PATCH v4 4/7] iio: adc: hx711: introduce hx711_chip_info per-variant structure
[PATCH 0/9] MT6365 PMIC support cleanup
2026-04-29 9:44 UTC (10+ messages)
` [PATCH 1/9] dt-bindings: mfd: mediatek: mt6397: Add rtc for MT6359
` [PATCH 2/9] dt-bindings: mfd: mediatek: mt6397: Add MT6365 PMIC support
` [PATCH 3/9] dt-bindings: input: mediatek,pmic-keys: Add MT6365 support
` [PATCH 4/9] dt-bindings: iio: adc: mt6359: Add MT6365 PMIC AuxADC
` [PATCH 5/9] arm64: dts: mediatek: mt6359: use proper compatible for rtc
` [PATCH 6/9] arm64: dts: mediatek: add MT6365 PMIC include
` [PATCH 7/9] arm64: dts: mediatek: mt8390-genio-common: use MT6365 PMIC definitions
` [PATCH 8/9] arm64: dts: mediatek: mt8395-genio-common: "
` [PATCH 9/9] arm64: dts: mediatek: mt8395-radxa-nio-12l: "
[PATCH] iio: temperature: tsys01: fix broken PROM checksum validation
2026-04-29 9:33 UTC (3+ messages)
[PATCH] iio: buffer: hw-consumer: free scan_mask on buffer release
2026-04-29 9:22 UTC (4+ messages)
[PATCH] iio: light: stk3310: Deal with the ps interrupt issue in PM
2026-04-29 9:19 UTC (10+ messages)
` [PATCH v2] "
` "
` [PATCH v3] "
[PATCH 0/4] iio: magnetometer: rm3100: Modernize locking and control flow
2026-04-28 19:09 UTC (12+ messages)
` [PATCH v2 2/4] iio: magnetometer: rm3100: Use scoped_guard() in rm3100_get_samp_freq()
` [PATCH v2 4/4] iio: magnetometer: rm3100: Use guard(mutex)() in rm3100_trigger_handler()
[PATCH] iio: adc: ti-ads7138: explicitly include <linux/slab.h>
2026-04-28 18:14 UTC (7+ messages)
[PATCH v3] MAINTAINERS: Update maintainer for iio driver(s)
2026-04-28 18:11 UTC (9+ messages)
[PATCH] iio: light: veml6030: Generalize hw_init for veml6030 and veml6035
2026-04-28 18:07 UTC (3+ messages)
[PATCH v7] iio: frequency: ad9832: simplify bitwise math
2026-04-28 18:04 UTC (3+ messages)
[PATCH v2] iio: adc: meson-saradc: fix calibration buffer leak on error
2026-04-28 17:05 UTC (2+ messages)
[PATCH v2] iio: adc: ti-ads7138: replace kmalloc() with stack allocation in i2c_write_block
2026-04-28 17:03 UTC (5+ messages)
[PATCH v2 00/11] Fixes and cleanups for the AD5686 IIO driver
2026-04-28 16:56 UTC (3+ messages)
[PATCH] iio: adc: ad_sigma_delta: fix CS held asserted after single conversion
2026-04-28 16:41 UTC (2+ messages)
[PATCH v1 1/1] iio: buffer: Move from int64_t to s64 for timestamp
2026-04-28 16:37 UTC (2+ messages)
[PATCH] iio: mlx90614: fix missing GPIO direction return value checks
2026-04-28 16:33 UTC (5+ messages)
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