Linux IIO development
 help / color / mirror / Atom feed
 messages from 2024-01-21 17:52:20 to 2024-01-29 08:26:08 UTC [more...]

[PATCH v7 0/9] iio: add new backend framework
 2024-01-29  8:29 UTC  (33+ messages)
` [PATCH v7 1/9] of: property: fix typo in io-channels
` [PATCH v7 2/9] dt-bindings: adc: ad9467: add new io-backend property
` [PATCH v7 3/9] dt-bindings: adc: axi-adc: update bindings for backend framework
` [PATCH v7 4/9] driver: core: allow modifying device_links flags
` [PATCH v7 5/9] of: property: add device link support for io-backends
` [PATCH v7 6/9] iio: buffer-dmaengine: export buffer alloc and free functions
` [PATCH v7 7/9] iio: add the IIO backend framework
` [PATCH v7 8/9] iio: adc: ad9467: convert to "
` [PATCH v7 9/9] iio: adc: adi-axi-adc: move "

[PATCH v2 0/4] iio: pressure: hsc030pa: cleanup and triggered buffer
 2024-01-29  8:23 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: iio: pressure: honeywell,hsc030pa.yaml add spi props
` [PATCH v2 2/4] iio: pressure: hsc030pa cleanup
` [PATCH v2 3/4] iio: pressure: hsc030pa add mandatory delay
` [PATCH v2 4/4] iio: pressure: hsc030pa add triggered buffer

[PATCH v2 0/3] add support for ASM330LHHXG1
 2024-01-29  8:12 UTC  (7+ messages)
` [PATCH v2 1/3] iio: imu: st_lsm6dsx: improve kernel docs and comments
` [PATCH v2 2/3] iio: imu: st_lsm6dsx: add support to ASM330LHHXG1
` [PATCH v2 3/3] dt-bindings: iio: imu: st_lsm6dsx: add asm330lhhxg1

[RFC PATCH 0/5] of: automate of_node_put() - new approach to loops
 2024-01-29  6:54 UTC  (9+ messages)
` [RFC PATCH 1/5] of: Add cleanup.h based auto release via __free(device_node) markings
` [RFC PATCH 2/5] of: Introduce for_each_child_of_node_scoped() to automate of_node_put() handling
` [RFC PATCH 3/5] of: unittest: Use for_each_child_of_node_scoped()
` [RFC PATCH 4/5] iio: adc: fsl-imx25-gcq: Use for_each_child_node_scoped()
` [RFC PATCH 5/5] iio: adc: rcar-gyroadc: use for_each_child_node_scoped()

[PATCH 00/10] IIO: Use the new cleanup.h magic
 2024-01-28 21:52 UTC  (12+ messages)
` [PATCH 01/10] iio: locking: introduce __cleanup() based direct mode claiming infrastructure
` [PATCH 02/10] iio: dummy: Use automatic lock and direct mode cleanup
` [PATCH 03/10] iio: accel: adxl367: Use automated cleanup for locks and iio direct mode
` [PATCH 04/10] iio: imu: bmi323: Use cleanup handling for iio_device_claim_direct_mode()
` [PATCH 05/10] iio: adc: max1363: Use automatic cleanup for locks and iio mode claiming
` [PATCH 06/10] iio: proximity: sx9360: Use automated cleanup for locks and IIO "
` [PATCH 07/10] iio: proximity: sx9324: "
` [PATCH 08/10] iio: proximity: sx9310: "
` [PATCH 09/10] iio: adc: ad4130: Use automatic cleanup of locks and direct mode
` [PATCH 10/10] iio: adc: ad7091r-base: Use auto cleanup of locks

[PATCH RESEND] iio: move LIGHT_UVA and LIGHT_UVB to the end of iio_modifier
 2024-01-28 13:41 UTC  (2+ messages)

[PATCH 0/2] add support for ASM330LHHXG1
 2024-01-28 13:38 UTC  (8+ messages)
` [PATCH 1/2] iio: imu: st_lsm6dsx: add support to ASM330LHHXG1
` [PATCH 2/2] dt-bindings: iio: imu: st_lsm6dsx: add asm330lhhxg1

[PATCH v4 0/2] adding support for Microchip PAC193X Power Monitor
 2024-01-28 12:06 UTC  (9+ messages)
` [PATCH v4 1/2] dt-bindings: iio: adc: adding support for PAC193X
` [PATCH v4 2/2] iio: adc: adding support for PAC193x

[PATCH v2] iio: humidity: hdc3020: fix temperature offset
 2024-01-27 21:16 UTC  (3+ messages)

[PATCH] dt-bindings: iio: afe: voltage-divider: Add io-channel-cells
 2024-01-27 16:55 UTC  (12+ messages)

[PATCH] Revert "iio: add modifiers for A and B ultraviolet light"
 2024-01-27 16:53 UTC  (7+ messages)

[PATCH v5 0/8] iio: new DMABUF based API, v5
 2024-01-27 16:50 UTC  (9+ messages)
` [PATCH v5 3/8] dmaengine: Add API function dmaengine_prep_slave_dma_vec()
      ` [Linaro-mm-sig] "
` [PATCH v5 5/8] iio: core: Add new DMABUF interface infrastructure

[PATCH v8 1/2] dt-bindings: iio: frequency: add admfm2000
 2024-01-27 16:14 UTC  (5+ messages)
` [PATCH v8 2/2] iio: frequency: admfm2000: New driver

[PATCH] staging: iio: ad5933: fix type mismatch regression
 2024-01-27 16:06 UTC  (2+ messages)

[PATCH] iio: commom: st_sensors: ensure proper DMA alignment
 2024-01-27 15:56 UTC  (2+ messages)

[PATCH 1/4] iio: health: afe4403: Use devm action helper for regulator disable
 2024-01-27 15:48 UTC  (5+ messages)
` [PATCH 2/4] iio: health: afe4403: Use devm IIO helpers
` [PATCH 3/4] iio: health: afe4404: Use devm action helper for regulator disable
` [PATCH 4/4] iio: health: afe4404: Use devm IIO helpers

[PATCH v2 0/1] adis16475 driver documentation
 2024-01-27 15:38 UTC  (3+ messages)
` [PATCH v2 1/1] docs: iio: add documentation for adis16475 driver

[PATCH] iio: humidity: hdc3020: fix temperature offset
 2024-01-27 14:37 UTC  (4+ messages)

[Bug 214751] New: Lenovo Yoga Chromebook C630 i7 missing support for sound, microphone, touchscreen and gyroscope
 2024-01-27 13:19 UTC  (3+ messages)
` [Bug 214751] "

[PATCH v4 0/5] Add support for LTC6373
 2024-01-26  9:18 UTC  (3+ messages)
` [PATCH v4 5/5] iio: amplifiers: hmc425a: add support for LTC6373 Instrumentation Amplifier

[PATCH v2] iio: gts-helper: Fix division loop
 2024-01-25 14:26 UTC 

[PATCH v2] treewide, serdev: change receive_buf() return type to size_t
 2024-01-25 10:42 UTC  (7+ messages)

[PATCH v3 0/4] Add support of color temperature and chromaticity
 2024-01-25  6:01 UTC  (8+ messages)
` [PATCH v3 1/4] iio: hid-sensor-als: Assign channels dynamically
` [PATCH v3 3/4] iio: hid-sensor-als: Add light color temperature support
` [PATCH v3 4/4] iio: hid-sensor-als: Add light chromaticity support

[PATCH v2 00/33] spi: get rid of some legacy macros
 2024-01-24 20:02 UTC  (8+ messages)
` [PATCH v2 03/33] iio: adc: ad_sigma_delta: Follow renaming of SPI "master" to "controller"

[PATCH 0/1] adis16475 driver documentation
 2024-01-23 14:39 UTC  (3+ messages)
` [PATCH 1/1] docs: iio: add documentation for adis16475 driver

[PATCH] iio: gts-helper: Fix division loop
 2024-01-23 10:30 UTC  (8+ messages)

[PATCH] iio: dummy_evgen: remove Excess kernel-doc comments
 2024-01-22 19:20 UTC  (3+ messages)

[PATCH v6 0/8] iio: add new backend framework
 2024-01-22 19:18 UTC  (16+ messages)
` [PATCH v6 1/8] dt-bindings: adc: ad9467: add new io-backend property
` [PATCH v6 2/8] dt-bindings: adc: axi-adc: update bindings for backend framework
` [PATCH v6 7/8] iio: adc: ad9467: convert to "

[PATCH v12 1/2] dt-bindings: adc: add AD7173
 2024-01-22 17:48 UTC  (10+ messages)
` [PATCH v12 2/2] iio: adc: ad7173: add AD7173 driver

[PATCH v7 1/2] dt-bindings: iio: frequency: add admfm2000
 2024-01-22 17:35 UTC  (5+ messages)
` [PATCH v7 2/2] iio: frequency: admfm2000: New driver

iio: iio-trig-hrtimer bug on suspend/resume when used with bmi160 and bmi323
 2024-01-22 17:20 UTC  (2+ messages)

[PATCH v5 0/3] Support for Avago APDS9306 Ambient Light Sensor
 2024-01-22 12:30 UTC  (21+ messages)
` [PATCH v5 1/3] dt-bindings: iio: light: Squash APDS9300 and APDS9960 schemas
` [PATCH v5 2/3] dt-bindings: iio: light: Avago APDS9306
` [PATCH v5 3/3] iio: light: Add support for APDS9306 Light Sensor

[PATCH 0/3] iio: imu: adis: misc fixes/improvements
 2024-01-22  8:28 UTC  (4+ messages)
` [PATCH 1/3] iio: imu: adis: ensure proper DMA alignment

[PATCH 00/13] device property / IIO: Use cleanup.h magic for fwnode_handle_put() handling
 2024-01-21 18:20 UTC  (4+ messages)
` [PATCH 01/13] device property: Add cleanup.h based fwnode_handle_put() scope based cleanup


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