Linux IIO development
 help / color / mirror / Atom feed
 messages from 2025-11-02 22:16:57 to 2025-11-07 09:22:16 UTC [more...]

[PATCH v6 00/26] Non-const bitfield helpers
 2025-11-07  9:16 UTC  (44+ 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 v6 07/26] pinctrl: ma35: "
` [PATCH v6 08/26] soc: renesas: rz-sysc: #undef field_get() "
` [PATCH v6 09/26] ALSA: usb-audio: #undef field_{get,prep}() "
` [PATCH -next v6 10/26] iio: imu: smi330: #undef field_{get,prep}() before definition
` [PATCH -next v6 11/26] mtd: rawnand: sunxi: #undef field_{get,prep}() before local definition
` [PATCH v6 12/26] bitfield: Add less-checking __FIELD_{GET,PREP}()
` [PATCH v6 13/26] bitfield: Add non-constant field_{prep,get}() helpers
` [PATCH v6 14/26] clk: at91: Convert to common field_{get,prep}() helpers
` [PATCH v6 15/26] crypto: qat - convert to common field_get() helper
` [PATCH v6 16/26] EDAC/ie31200: Convert "
` [PATCH v6 17/26] gpio: aspeed: Convert to common field_{get,prep}() helpers
` [PATCH v6 18/26] iio: dac: Convert to common field_prep() helper
` [PATCH v6 19/26] iio: mlx90614: Convert to common field_{get,prep}() helpers
` [PATCH v6 20/26] pinctrl: ma35: "
` [PATCH v6 21/26] soc: renesas: rz-sysc: Convert to common field_get() helper
` [PATCH v6 22/26] ALSA: usb-audio: Convert to common field_{get,prep}() helpers
` [PATCH -next v6 23/26] iio: imu: smi330: "
` [PATCH -next v6 24/26] mtd: rawnand: sunxi: "
` [PATCH v6 25/26] clk: renesas: Use bitfield helpers
` [PATCH v6 26/26] soc: "

[PATCH v4] iio: imu: inv_icm45600: Initializes inv_icm45600_buffer_postdisable sleep
 2025-11-07  9:13 UTC 

[PATCH v3] iio: trigger: Fix error handling in viio_trigger_alloc
 2025-11-07  8:03 UTC  (2+ messages)

[PATCH v3 0/3] iio: mpl3115: support for events
 2025-11-07  2:32 UTC  (10+ 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 v3 0/2] iio: proximity: update Lidar-lite v2 and create v3
 2025-11-07  0:34 UTC  (7+ 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 0/6] iio: accel: bma220: add events
 2025-11-07  0:30 UTC  (6+ messages)
` [PATCH 3/6] iio: accel: bma220: add tap detection

[PATCH v3 0/5] Add support for the LTM8054 voltage regulator
 2025-11-06 18:32 UTC  (11+ messages)
` [PATCH v3 1/5] regulator: dt-bindings: Add Linear Technology LTM8054 regulator
` [PATCH v3 2/5] iio: add processed write API
` [PATCH v3 3/5] iio: test: Add kunit tests for iio_divide_by_value()
` [PATCH v3 4/5] regulator: Support the LTM8054 voltage regulator
` [PATCH v3 5/5] regulator: ltm8054: Support output current limit control

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

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

[PATCH v3] iio: imu: inv_icm45600: Initializes inv_icm45600_buffer_postdisable sleep
 2025-11-06 16:13 UTC  (2+ messages)

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

[PATCH v3] iio: adc: at91-sama5d2_adc: Fix potential use-after-free in sama5d2_adc driver
 2025-11-06 14:24 UTC  (3+ 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  (6+ messages)
` (subset) "

[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  (4+ messages)
` [PATCH 1/3] dt-bindings: iio: amplifiers: add adl8113

[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  (5+ messages)
` [PATCH v2 1/2] iio: mpl3115: add threshold events support

[PATCH v3 00/10] iio: dac: ad5446: Refactor and add support for AD5542
 2025-11-04 14:00 UTC  (19+ 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 06/10] iio: dac: ad5446: Separate I2C/SPI into different drivers
` [PATCH v3 09/10] iio: dac: ad5446: Fix coding style issues

[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  (9+ messages)
` [PATCH v9 4/6] i3c: master: svc: "
` [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  (13+ messages)
` [PATCH 1/9] iio: imu: st_lsm6dsx: dynamically initialize iio_chan_spec data
` [PATCH 6/9] iio: imu: st_lsm6dsx: remove event_threshold field from hw struct

[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  (6+ 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 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  (4+ messages)


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