messages from 2026-05-05 09:23:22 to 2026-05-06 09:34:06 UTC [more...]
[PATCH v3 00/10] iio: accel: mma8452: improve coding style, pm and resource cleanup
2026-05-06 9:34 UTC (21+ messages)
` [PATCH v3 01/10] iio: accel: mma8452: handle I2C read error(s) in mma8452_read()
` [PATCH v3 02/10] iio: accel: mma8452: switch to non-devm request_threaded_irq()
` [PATCH v3 03/10] iio: accel: mma8452: cleanup codestyle warning
` [PATCH v3 04/10] iio: accel: mma8452: sort headers alphabetically
` [PATCH v3 05/10] iio: accel: mma8452: Use dev_err_probe()
` [PATCH v3 06/10] iio: accel: mma8452: convert to bulk regulator usage
` [PATCH v3 07/10] iio: accel: mma8452: use local struct device
` [PATCH v3 08/10] iio: accel: mma8452: use pm_ptr() and direct runtime PM calls
` [PATCH v3 09/10] iio: accel: mma8452: Use IIO cleanup helpers
` [PATCH v3 10/10] iio: accel: mma8452: use guard() to release mutexes
[PATCH v5 0/3] iio: adc: ingenic-adc: use guard()() to handle synchronisation and refactor lock-held helpers
2026-05-06 9:20 UTC (6+ messages)
` [PATCH v5 1/3] iio: adc: ingenic-adc: rename ingenic_adc_enable_unlocked() function
` [PATCH v5 2/3] iio: adc: ingenic-adc: refactor ingenic_adc_read_chan_info_raw()
` [PATCH v5 3/3] iio: adc: ingenic-adc: use guard()() and scoped_guard() to handle synchronisation
[PATCH v9 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
2026-05-06 9:17 UTC (21+ messages)
` [PATCH v9 2/6] iio: adc: ad4691: add initial driver for AD4691 family
` [PATCH v9 3/6] iio: adc: ad4691: add triggered buffer support
` [PATCH v9 4/6] iio: adc: ad4691: add SPI offload support
` [PATCH v9 5/6] iio: adc: ad4691: add oversampling support
` [PATCH v9 6/6] docs: iio: adc: ad4691: add driver documentation
[PATCH] iio: pressure: bmp280: zero-init bmp580 trigger handler buffer
2026-05-06 9:14 UTC (2+ messages)
[PATCH v4] iio: imu: kmx61: Use guard(mutex)() over manual locking
2026-05-06 9:06 UTC (2+ messages)
[PATCH v2] iio: humidity: ens210: Fix missing I2C functionality checks
2026-05-06 8:53 UTC (3+ messages)
[PATCH v1 1/1] iio: magnetometer: ak8975: Add missed pm_runtime_put_autosuspend() call
2026-05-06 8:45 UTC (3+ messages)
[PATCH v3] iio: humidity: ens210: Fix missing I2C functionality checks
2026-05-06 8:39 UTC (3+ messages)
[PATCH] iio: viperboard: Fix error handling in vprbrd_iio_read_raw
2026-05-06 8:35 UTC (4+ messages)
[PATCH 00/13] add AUXADC, EFUSE and thermal drivers for the MediaTek mt6323 PMIC
2026-05-06 8:26 UTC (15+ messages)
` [PATCH 01/13] dt-bindings: iio: adc: add mt6323 PMIC AUXADC
` [PATCH 02/13] dt-bindings: nvmem: add mt6323 PMIC EFUSE
` [PATCH 03/13] dt-bindings: thermal: add mt6323 PMIC thermal
` [PATCH 05/13] nvmem: add mt6323 PMIC EFUSE driver
` [PATCH 11/13] ARM: dts: mediatek: mt6323: add support for EFUSE
` [PATCH 13/13] MAINTAINERS: add mt6323 drivers maintainer
[PATCH v5 00/18] iio: magnetometer: ak8975: modernize and cleanup driver
2026-05-06 8:21 UTC (51+ messages)
` [PATCH v5 01/18] iio: magnetometer: ak8975: sort headers alphabetically
` [PATCH v5 02/18] iio: magnetometer: ak8975: update headers per IWYU principle
` [PATCH v5 03/18] iio: magnetometer: ak8975: replace usleep_range() with fsleep()
` [PATCH v5 04/18] iio: magnetometer: ak8975: change 'u8*' to 'u8 *' in cast
` [PATCH v5 05/18] iio: magnetometer: ak8975: fix wrong errno on return
` [PATCH v5 06/18] iio: magnetometer: ak8975: pass conversion timeouts as arguments
` [PATCH v5 07/18] iio: magnetometer: ak8975: modernize polling loops with iopoll() macros
` [PATCH v5 08/18] iio: magnetometer: ak8975: check if gpiod read was successful
` [PATCH v5 09/18] iio: magnetometer: ak8975: avoid using temporary variable
` [PATCH v5 10/18] iio: magnetometer: ak8975: drop duplicate NULL check
` [PATCH v5 11/18] iio: magnetometer: ak8975: remove duplicate error message
` [PATCH v5 12/18] iio: magnetometer: ak8975: reduce usage of magic lengths of the buffer
` [PATCH v5 13/18] iio: magnetometer: ak8975: unify return code variable name
` [PATCH v5 14/18] iio: magnetometer: ak8975: switch to using managed resources
` [PATCH v5 15/18] iio: magnetometer: ak8975: consistently use 'data' parameter
` [PATCH v5 16/18] iio: magnetometer: ak8975: unify messages with help of dev_err_probe()
` [PATCH v5 17/18] iio: magnetometer: ak8975: use temporary variable for struct device
` [PATCH v5 18/18] iio: magnetometer: ak8975: make use of the macros from bits.h
[PATCH] iio: lmp91000: fix probe order and cleanup paths
2026-05-06 8:18 UTC (3+ messages)
[RFC PATCH v2 0/4] iio: position: add Rust driver for ams AS5600
2026-05-06 7:46 UTC (4+ messages)
` [RFC PATCH v2 1/4] i2c: rust: add smbus_read_byte_data and smbus_read_word_data
[PATCH v7 0/9] iio: ssp_sensors: improve resource cleanup
2026-05-06 7:37 UTC (6+ messages)
` [PATCH v7 2/9] iio: ssp_sensors: factor out pending list add/remove helper(s)
[PATCH] iio: gyro: itg3200: fix i2c read into the wrong stack location
2026-05-06 7:08 UTC (3+ messages)
[PATCH v3 0/3] counter: add GPIO-based quadrature encoder driver
2026-05-06 6:50 UTC (3+ messages)
[PATCH v4 0/5] MAINTAINERS: update iio adi entry and drop redundant entry
2026-05-05 16:15 UTC (9+ messages)
` [PATCH v4 2/5] MAINTAINERS: iio: adi: consolidate entries
[PATCH v2 0/4] iio: introduce devm_ API for hid sensro setup and cleanup
2026-05-06 1:51 UTC (9+ messages)
` [PATCH v2 4/4] iio: humidity: drop hid_sensor_remove_trigger() using devm API
[PATCH RFC v3 0/9] AD9910 Direct Digital Synthesizer
2026-05-05 17:09 UTC (10+ messages)
` [PATCH RFC v3 9/9] docs: iio: add documentation for ad9910 driver
[PATCH v5] iio: magnetometer: rm3100: Modernize locking and refactor control flow
2026-05-05 17:05 UTC (5+ messages)
[PATCH v10 00/11] ADF41513/ADF41510 PLL frequency synthesizers
2026-05-05 16:42 UTC (4+ messages)
` [PATCH v10 05/11] iio: core: add decimal value formatting into 64-bit value
[PATCH v3 0/2] iio: light: iqs621-als: use lock guards and prefer early error handling
2026-05-05 16:35 UTC (3+ messages)
[PATCH v6 00/12] Fixes and cleanups for the AD5686 IIO driver
2026-05-05 16:31 UTC (23+ messages)
` [PATCH v6 01/12] iio: dac: ad5686: fix ref bit initialization for single-channel parts
` [PATCH v6 02/12] iio: dac: ad5686: fix input raw value check
` [PATCH v6 03/12] iio: dac: ad5686: acquire lock when doing powerdown control
` [PATCH v6 04/12] iio: dac: ad5686: fix powerdown control on dual-channel devices
` [PATCH v6 05/12] iio: dac: ad5686: refactor include headers
` [PATCH v6 06/12] iio: dac: ad5686: remove redundant register definition
` [PATCH v6 07/12] iio: dac: ad5686: drop enum id
` [PATCH v6 08/12] iio: dac: ad5686: add of_match table to the spi driver
` [PATCH v6 09/12] iio: dac: ad5686: add helpers to handle powerdown masks
` [PATCH v6 10/12] iio: dac: ad5686: add control_sync() for single-channel devices
` [PATCH v6 11/12] iio: dac: ad5686: cleanup doc header of local structs
` [PATCH v6 12/12] iio: dac: ad5686: create bus ops struct
[PATCH] iio: frequency: adf4377: replace mutex_lock/unlock with guard and scoped_guard
2026-05-05 16:25 UTC (4+ messages)
[PATCH v4 0/2] iio: adc: mcp3422: apply bit manipulation macros
2026-05-05 16:22 UTC (3+ messages)
[PATCH] Replace manual bitfield manipulations with field_get
2026-05-05 16:14 UTC (4+ messages)
[PATCH v5 0/8] iio: light: si1133: driver cleanup
2026-05-05 14:05 UTC (5+ messages)
` [PATCH v5 7/8] iio: light: si1133: add local variable for timeout
[PATCH v3] iio: imu: kmx61: Use guard(mutex)() family over manual locking
2026-05-05 13:27 UTC (3+ messages)
[PATCH v4 00/13] Fixes and cleanups for the AD5686 IIO driver
2026-05-05 12:46 UTC (9+ messages)
` [PATCH v4 06/13] iio: dac: ad5686: refactor include headers
[PATCH v2] iio: buffer: hw-consumer: fix use-after-free in error path
2026-05-05 12:39 UTC (3+ messages)
[PATCH] MAINTAINERS: Update mail for Peter Rosin
2026-05-05 12:37 UTC (5+ messages)
[PATCH v4 0/8] iio: light: si1133: driver cleanup
2026-05-05 12:25 UTC (6+ messages)
` [PATCH v4 7/8] iio: light: si1133: add local variable for timeout
[PATCH v5] iio: gyro: adxrs290: Use guard(mutex) in lieu of manual lock+unlock
2026-05-05 12:21 UTC (3+ messages)
[PATCH v5 00/12] Fixes and cleanups for the AD5686 IIO driver
2026-05-05 12:09 UTC (13+ messages)
` [PATCH v5 01/12] iio: dac: ad5686: fix ref bit initialization for single-channel parts
` [PATCH v5 02/12] iio: dac: ad5686: fix input raw value check
` [PATCH v5 03/12] iio: dac: ad5686: acquire lock when doing powerdown control
` [PATCH v5 04/12] iio: dac: ad5686: fix powerdown control on dual-channel devices
` [PATCH v5 12/12] iio: dac: ad5686: create bus ops struct
[PATCH] iio: Move MODULE_DEVICE_TABLE next to the table itself
2026-05-05 10:51 UTC (3+ messages)
[PATCH V4 00/10] Add Invensense ICM42607
2026-05-05 10:46 UTC (11+ messages)
` [PATCH V4 05/10] iio: imu: inv_icm42607: Add Buffer support for icm42607
` [PATCH V4 06/10] iio: imu: inv_icm42607: Add Temp Support in icm42607
` [PATCH V4 07/10] iio: imu: inv_icm42607: Add Accelerometer for icm42607
` [PATCH V4 08/10] iio: imu: inv_icm42607: Add Wake on Movement "
` [PATCH V4 09/10] iio: imu: inv_icm42607: Add Gyroscope to icm42607
[PATCH] iio: humidity: ens210: Fix missing I2C functionality checks
2026-05-05 9:36 UTC (4+ messages)
[PATCH] iio: imu: kmx61: Use guard(mutex)() family over manual locking
2026-05-05 9:32 UTC (3+ messages)
[PATCH v4 0/3] iio: light: stk3310: Fix PS interrupt after suspend and clean up code style
2026-05-05 9:29 UTC (4+ messages)
` [PATCH v4 3/3] iio: light: stk3310: Use sizeof() for regmap_bulk_read/write count parameter
[PATCH v5 0/4] ti-ads7950: fix gpio handling and facelift
2026-05-05 9:26 UTC (4+ messages)
[PATCH v4] iio: adxl313: fix typos in documentation
2026-05-05 9:22 UTC
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