Linux-IIO Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-24 18:32:30 to 2024-02-29 16:08:47 UTC [more...]

[PATCH v2 0/3] iio: temperature: ltc2983: small improvements
 2024-02-29 16:11 UTC  (2+ messages)
` [PATCH v2 1/3] iio: temperature: ltc2983: convert to dev_err_probe()

[PATCH v2 0/2] Add support for additional AD717x models
 2024-02-29 16:00 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: adc: ad7173: add support for additional models
` [PATCH v2 2/2] iio: "

[PATCH v8 0/5] Support for Avago APDS9306 Ambient Light Sensor
 2024-02-29 15:35 UTC  (13+ messages)
` [PATCH v8 1/5] dt-bindings: iio: light: Merge APDS9300 and APDS9960 schemas
` [PATCH v8 2/5] dt-bindings: iio: light: adps9300: Add missing vdd-supply
` [PATCH v8 3/5] dt-bindings: iio: light: adps9300: Update interrupt definitions
` [PATCH v8 4/5] dt-bindings: iio: light: Avago APDS9306
` [PATCH v8 5/5] iio: light: Add support for APDS9306 Light Sensor

[PATCH v3 0/2] iio: adc: ad7944: new driver
 2024-02-29 15:29 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: iio: adc: add ad7944 ADCs
` [PATCH v3 2/2] iio: adc: ad7944: add driver for AD7944/AD7985/AD7986

[PATCH v4 0/8] iio: core: New macros and making use of them
 2024-02-29 15:29 UTC  (32+ messages)
` [PATCH v4 1/8] overflow: Use POD in check_shl_overflow()
` [PATCH v4 2/8] overflow: Add struct_size_with_data() and struct_data_pointer() helpers
` [PATCH v4 3/8] iio: core: NULLify private pointer when there is no private data
` [PATCH v4 4/8] iio: core: Calculate alloc_size only once in iio_device_alloc()
` [PATCH v4 5/8] iio: core: Use new helpers from overflow.h "
` [PATCH v4 6/8] spi: Use new helpers from overflow.h in __spi_alloc_controller()
` [PATCH v4 7/8] net-device: Use new helpers from overflow.h in netdevice APIs
` [PATCH v4 8/8] dmaengine: ste_dma40: Use new helpers from overflow.h

[PATCH v3 0/4] iio: move IIO to the cleanup.h magic
 2024-02-29 15:10 UTC  (5+ messages)
` [PATCH v3 1/4] iio: core: move to "
` [PATCH v3 2/4] iio: trigger: move to the "
` [PATCH v3 3/4] iio: buffer: iio: core: "
` [PATCH v3 4/4] iio: inkern: "

[PATCH v5 0/9] IIO: Use device_for_each_child_scope()
 2024-02-29 11:34 UTC  (10+ messages)
` [PATCH v5 1/9] iio: temp: ltc2983: Use __free(fwnode_handle) and device_for_each_node_scoped()
` [PATCH v5 4/9] iio: adc: rzg2l_adc: Use device_for_each_child_node_scoped()
` [PATCH v5 5/9] iio: adc: stm32: "

[PATCH] iio: industrialio-core: look for aliases to request device index
 2024-02-29  2:59 UTC  (7+ messages)

[PATCH v1 1/1] iio: light: isl29018: Drop ACPI specifics from the code
 2024-02-28 21:27 UTC 

[PATCH v1 1/1] iio: adc: twl4030-madc: Make use of device properties
 2024-02-28 20:59 UTC 

[PATCH v1 1/1] iio: adc: spear_adc: Make use of device properties
 2024-02-28 20:30 UTC 

[PATCH v4 0/4] iio: adc: ad7192: Add support for AD7194
 2024-02-28 19:52 UTC  (9+ messages)
` [PATCH v4 1/4] iio: adc: ad7192: Pass state directly
` [PATCH v4 2/4] iio: adc: ad7192: Use standard attribute
` [PATCH v4 3/4] dt-bindings: iio: adc: ad7192: Add AD7194 support
` [PATCH v4 4/4] "

IIO : Tree juggling and end of cycle
 2024-02-28 19:45 UTC 

[PATCH v4 00/15] device property / IIO: Use cleanup.h magic for fwnode_handle_put() handling
 2024-02-28 14:15 UTC  (5+ messages)

[PATCH v16 1/3] dt-bindings: adc: add AD7173
 2024-02-28 11:06 UTC  (3+ messages)
` [PATCH v16 2/3] iio: adc: ad_sigma_delta: Add optional irq selection
` [PATCH v16 3/3] iio: adc: ad7173: add AD7173 driver

[PATCH] dt-bindings: iio: gyroscope: bosch,bmg160: add spi-max-frequency binding
 2024-02-27 21:51 UTC  (6+ messages)

[PATCH v7 0/5] Support for Avago APDS9306 Ambient Light Sensor
 2024-02-27 19:20 UTC  (9+ messages)
` [PATCH v7 5/5] iio: light: Add support for APDS9306 "

[PATCH v2 0/2] iio: adc: ad7944: new driver
 2024-02-27 19:15 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: iio: adc: add ad7944 ADCs

[PATCH v3 00/10] counter: Add stm32 timer events support
 2024-02-27 17:43 UTC  (10+ messages)
` [PATCH v3 04/10] counter: stm32-timer-cnt: introduce clock signal
` [PATCH v3 09/10] counter: stm32-timer-cnt: add support for overflow events
` [PATCH v3 10/10] counter: stm32-timer-cnt: add support for capture events

[PATCH v4 00/11] counter: Add stm32 timer events support
 2024-02-27 17:38 UTC  (12+ messages)
` [PATCH v4 01/11] counter: Introduce the COUNTER_COMP_FREQUENCY() macro
` [PATCH v4 02/11] counter: stm32-timer-cnt: rename quadrature signal
` [PATCH v4 03/11] counter: stm32-timer-cnt: rename counter
` [PATCH v4 04/11] counter: stm32-timer-cnt: adopt signal definitions
` [PATCH v4 05/11] counter: stm32-timer-cnt: introduce clock signal
` [PATCH v4 06/11] counter: stm32-timer-cnt: add counter prescaler extension
` [PATCH v4 07/11] counter: stm32-timer-cnt: add checks on quadrature encoder capability
` [PATCH v4 08/11] counter: stm32-timer-cnt: introduce channels
` [PATCH v4 09/11] counter: stm32-timer-cnt: probe number of channels from registers
` [PATCH v4 10/11] counter: stm32-timer-cnt: add support for overflow events
` [PATCH v4 11/11] counter: stm32-timer-cnt: add support for capture events

[PATCH v2 0/5] spi: add support for pre-cooking messages
 2024-02-27 16:36 UTC  (8+ messages)
` [PATCH v2 1/5] spi: add spi_optimize_message() APIs
` [PATCH v2 5/5] iio: adc: ad7380: use spi_optimize_message()
` (subset) [PATCH v2 0/5] spi: add support for pre-cooking messages

[PATCH 0/3] iio: adc: rockchip_saradc: fix bitmasking and remove custom logic for getting reset
 2024-02-27 14:55 UTC  (10+ messages)
` [PATCH 3/3] iio: adc: rockchip_saradc: replace custom logic with devm_reset_control_get_optional_exclusive

[PATCH v2 0/3] iio: humidity: hdc3020: add power and reset management
 2024-02-27  7:50 UTC  (5+ messages)
` [PATCH v2 1/3] iio: humidity: hdc3020: add power management
` [PATCH v2 2/3] dt-bindings: iio: humidity: hdc3020: add reset-gpios
` [PATCH v2 3/3] iio: humidity: hdc3020: add reset management

[PATCH 1/2] dt-bindings: iio: adc: imx93: drop the 4th interrupt
 2024-02-26 22:06 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: imx93: drop the 4th interrupt for ADC

[GIT PULL] First set of Counter fixes for 6.8
 2024-02-26 19:30 UTC 

[PATCH v2 1/2] iio: dac: ad5755: make use of of_device_id table
 2024-02-26 19:27 UTC  (4+ messages)
` [PATCH v2 2/2] iio: proximity: isl29501: "

[PATCH] iio: adc: qcom-pm8xxx-xoadc: drop unused kerneldoc struct pm8xxx_chan_info member
 2024-02-26 19:22 UTC  (3+ messages)

[PATCH] dt-bindings: iio: adc: drop redundant type from label
 2024-02-26 19:18 UTC  (2+ messages)

[PATCH v2] dt-bindings: iio: ti,tmp117: add optional label property
 2024-02-26 19:17 UTC  (3+ messages)

[PATCH] counter: constify the struct device_type usage
 2024-02-26 17:46 UTC  (2+ messages)

[PATCH v15 1/3] dt-bindings: adc: add AD7173
 2024-02-26 14:55 UTC  (3+ messages)

[PATCH 1/2] iio: adc: ti-ads1298: Fix error code in probe()
 2024-02-26 14:37 UTC  (5+ messages)

[PATCH] dt-bindings: iio: ti,tmp117: add optional label binding
 2024-02-26 12:56 UTC  (5+ messages)

[PATCH v2 0/5] iio: move IIO to the cleanup.h magic
 2024-02-26  8:57 UTC  (16+ messages)
` [PATCH v2 1/5] iio: core: move to "
` [PATCH v2 2/5] iio: events: move to the "
` [PATCH v2 3/5] iio: trigger: "
` [PATCH v2 4/5] iio: buffer: iio: core: "
` [PATCH v2 5/5] iio: inkern: "

[PATCH 0/6] iio: temperature: ltc2983: small improvements
 2024-02-26  8:41 UTC  (8+ messages)
` [PATCH 2/6] iio: temperature: ltc2983: rename ltc2983_parse_dt()
` [PATCH 3/6] iio: temperature: ltc2983: convert to dev_err_probe()
` [PATCH 4/6] iio: temperature: ltc2983: explicitly set the name in chip_info

[PATCH v5 0/5] Add support for LTC6373
 2024-02-26  8:25 UTC  (5+ messages)
` [PATCH v5 5/5] iio: amplifiers: hmc425a: add support for LTC6373 Instrumentation Amplifier

[PATCH] iio: avoid fortify-string overflow error
 2024-02-26  6:40 UTC  (3+ messages)

[PATCH v4 0/4] Add support for AF8133J magnetometer
 2024-02-25 21:52 UTC  (5+ messages)
` [PATCH v4 3/4] iio: magnetometer: add a driver for Voltafield "

[PATCH 0/4] Add WoM feature as an IIO event
 2024-02-25 16:00 UTC  (5+ messages)
` [PATCH 1/4] iio: imu: inv_mpu6050: add WoM (Wake-on-Motion) sensor
` [PATCH 2/4] iio: imu: inv_mpu6050: add WoM event inside accel channels
` [PATCH 3/4] iio: imu: inv_mpu6050: add new interrupt handler for WoM events
` [PATCH 4/4] iio: imu: inv_mpu6050: add WoM suspend wakeup with low-power mode

[PATCH 1/2] iio: accel: adxl367: fix DEVID read after reset
 2024-02-25 14:33 UTC  (5+ messages)
` [PATCH 2/2] iio: accel: adxl367: fix I2C FIFO data register

[RESEND PATCH v2 0/4] of: automate of_node_put() - new approach to loops
 2024-02-25 14:27 UTC  (5+ messages)
` [RESEND PATCH v2 1/4] of: Add cleanup.h based auto release via __free(device_node) markings
` [RESEND PATCH v2 2/4] of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling
` [RESEND PATCH v2 3/4] of: unittest: Use for_each_child_of_node_scoped()
` [RESEND PATCH v2 4/4] iio: adc: rcar-gyroadc: use for_each_available_child_node_scoped()

[PATCH v2 0/4] of: automate of_node_put() - new approach to loops
 2024-02-25 14:25 UTC  (2+ messages)

[PULL] IIO: First set of new device support, features and cleanup for 6.9
 2024-02-25 13:12 UTC  (3+ messages)

[PATCH v2] iio: pressure: dlhl60d: Initialize empty DLH bytes
 2024-02-25 12:14 UTC  (4+ messages)

[PATCH v2] iio: imu: inv_mpu6050: fix frequency setting when chip is off
 2024-02-25 11:46 UTC  (4+ messages)

[PATCH 1/2] drivers: iio: pressure: Sort headers of BMPxxx SPI driver
 2024-02-24 22:09 UTC  (3+ messages)

[PATCH] dt-bindings: iio: light: vishay,veml6075: make vdd-supply required
 2024-02-24 19:18 UTC  (3+ messages)

[PATCH v5 0/2] adding support for Microchip PAC193X Power Monitor
 2024-02-24 19:15 UTC  (3+ messages)
` [PATCH v5 2/2] iio: adc: adding support for PAC193x

[PATCH v5 1/2] dt-bindings: iio: adc: adding support for PAC193X
 2024-02-24 19:14 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).