Linux IIO development
 help / color / mirror / Atom feed
 messages from 2024-02-14 22:48:54 to 2024-02-19 11:59:43 UTC [more...]

[PATCH 0/8] IIO: Convert DT specific handling over to fwnode
 2024-02-19 11:59 UTC  (14+ messages)
` [PATCH 1/8] iio: adc: fsl-imx25-gcq: Switch from of specific handing to fwnode based
` [PATCH 2/8] iio: adc: fsl-imx25-gcq: Use devm_* and dev_err_probe() to simplify probe
` [PATCH 3/8] iio: adc: ad7124: Switch from of specific to fwnode based property handling
` [PATCH 4/8] iio: adc: ad7292: Switch from of specific to fwnode "
` [PATCH 5/8] iio: adc: ad7192: Convert "
` [PATCH 6/8] iio: accel: mma8452: Switch "
` [PATCH 7/8] iio: accel: fxls8962af: Switch from of specific to fwnode based properties
` [PATCH 8/8] iio: adc: hx711: Switch from of specific to fwnode property handling

[PATCH] iio: imu: inv_mpu6050: fix frequency setting when chip is off
 2024-02-19 10:49 UTC 

[PATCH v4 00/15] device property / IIO: Use cleanup.h magic for fwnode_handle_put() handling
 2024-02-19 11:49 UTC  (23+ messages)
` [PATCH v4 01/15] device property: Move fwnode_handle_put() into property.h
` [PATCH v4 02/15] device property: Add cleanup.h based fwnode_handle_put() scope based cleanup
` [PATCH v4 03/15] iio: temp: ltc2983: Use __free(fwnode_handle) to replace fwnode_handle_put() calls
` [PATCH v4 04/15] device property: Introduce device_for_each_child_node_scoped()
` [PATCH v4 05/15] iio: adc: max11410: Use device_for_each_child_node_scoped()
` [PATCH v4 06/15] iio: adc: mcp3564: "
` [PATCH v4 07/15] iio: adc: qcom-spmi-adc5: "
` [PATCH v4 08/15] iio: adc: rzg2l_adc: "
` [PATCH v4 09/15] iio: adc: stm32: "
` [PATCH v4 10/15] iio: adc: ti-ads1015: "
` [PATCH v4 11/15] iio: adc: ti-ads131e08: "
` [PATCH v4 12/15] iio: addac: ad74413r: "
` [PATCH v4 13/15] iio: dac: ad3552r: "
` [PATCH v4 14/15] iio: dac: ad5770r: "
` [PATCH v4 15/15] iio: dac: ltc2688: "

[jic23-iio:testing 107/107] drivers/iio/adc/ti-ads1298.c:653:29: warning: variable 'ret' is uninitialized when used here
 2024-02-19  9:33 UTC 

[PATCH 0/8] IIO: Drop incorrect includes of linux/of.h
 2024-02-19  9:20 UTC  (10+ messages)
` [PATCH 1/8] iio: light: vl6180: Drop unused linux/of.h include
` [PATCH 2/8] iio: light: al3320a: "
` [PATCH 3/8] iio: light: al3010: Switch from linux/of.h to linux/mod_devicetable.h
` [PATCH 4/8] iio: adc: ads8688: Switch to mod_devicetable.h for struct of_device_id definition
` [PATCH 5/8] iio: accel: adxl372: Switch from linux/of.h to linux/mod_devicetable.h
` [PATCH 6/8] iio: accel: bma180: "
` [PATCH 7/8] iio: accel: kxsd9: "
` [PATCH 8/8] iio: dac: mcp4821: Switch to including mod_devicetable.h for struct of_device_id definition

[PATCH v2] iio: adc: mcp320x: Simplify device removal logic
 2024-02-19  7:41 UTC 

[RESEND PATCH v2] iio: gts-helper: Fix division loop
 2024-02-19  7:22 UTC  (7+ messages)

[PATCH v5 2/2] iio: adc: ti-ads1298: Add driver
 2024-02-19  6:56 UTC  (3+ messages)

[PATCH v6 1/2] dt-bindings: iio: adc: ti-ads1298: Add bindings
 2024-02-19  6:50 UTC  (2+ messages)
  ` [PATCH v6 2/2] iio: adc: ti-ads1298: Add driver

[PATCH v5] iio: accel: kxcjk-1013: Implement ACPI method ROTM to retrieve mount matrix
 2024-02-18 21:53 UTC 

[PATCH v4 0/2] iio: adc: add new ad7380 driver
 2024-02-18 21:57 UTC  (5+ messages)
` [PATCH v4 2/2] iio: adc: ad7380: new driver for AD7380 ADCs

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

[PATCH v3 0/4] Add support for AF8133J magnetometer
 2024-02-17 19:28 UTC  (6+ messages)
` [PATCH v3 1/4] dt-bindings: vendor-prefix: Add prefix for Voltafield
` [PATCH v3 2/4] dt-bindings: iio: magnetometer: Add Voltafield AF8133J
` [PATCH v3 3/4] iio: magnetometer: add a driver for Voltafield AF8133J magnetometer
` [PATCH v3 4/4] MAINTAINERS: Add an entry for AF8133J driver

[PATCH v6 0/2] Add bmi323 support for ASUS ROG ALLY
 2024-02-17 17:28 UTC  (6+ messages)
` [PATCH v6 1/2] iio: accel: bmc150: Document duplicate ACPI entries with bmi323 driver
` [PATCH v6 2/2] iio: imu: bmi323: Add ACPI Match Table

multiple iio_devices, one shared GPIO iio_trigger
 2024-02-17 17:08 UTC  (2+ messages)

[PATCH v3 00/15] device property / IIO: Use cleanup.h magic for fwnode_handle_put() handling
 2024-02-17 16:31 UTC  (18+ messages)
` [PATCH v3 01/15] device property: Move fwnode_handle_put() into property.h
` [PATCH v3 02/15] device property: Add cleanup.h based fwnode_handle_put() scope based cleanup
` [PATCH v3 03/15] iio: temp: ltc2983: Use __free(fwnode_handle) to replace fwnode_handle_put() calls
` [PATCH v3 04/15] device property: Introduce device_for_each_child_node_scoped()
` [PATCH v3 05/15] iio: adc: max11410: Use device_for_each_child_node_scoped()
` [PATCH v3 06/15] iio: adc: mcp3564: "
` [PATCH v3 07/15] iio: adc: qcom-spmi-adc5: "
` [PATCH v3 08/15] iio: adc: rzg2l_adc: "
` [PATCH v3 09/15] iio: adc: stm32: "
` [PATCH v3 10/15] iio: adc: ti-ads1015: "
` [PATCH v3 11/15] iio: adc: ti-ads131e08: "
` [PATCH v3 12/15] iio: addac: ad74413r: "
` [PATCH v3 13/15] iio: dac: ad3552r: "
` [PATCH v3 14/15] iio: dac: ad5770r: "
` [PATCH v3 15/15] iio: dac: ltc2688: "

[PATCH v3 0/5] iio: adc: ad7192: Add support for AD7194
 2024-02-17 16:25 UTC  (12+ messages)
` [PATCH v3 4/5] dt-bindings: iio: adc: ad7192: Add AD7194 support
` [PATCH v3 5/5] "

[PATCH v3 0/3] iio: adc: Add support for QCOM SPMI PMIC5 Gen3 ADC
 2024-02-17 14:15 UTC  (18+ messages)
` [PATCH v3 2/3] dt-bindings: iio: adc: Add support for QCOM "
` [PATCH v3 3/3] "

[PATCH v2] counter: fix privdata alignment
 2024-02-16 23:41 UTC  (2+ messages)

[PATCH v4 0/3] iio: humidity: hdc3020: add threshold events support
 2024-02-16 20:38 UTC  (8+ messages)
` [PATCH v4 2/3] dt-bindings: iio: humidity: hdc3020: add interrupt bindings in example
` [PATCH v4 3/3] iio: humidity: hdc3020: add threshold events support

[PATCH v2 0/2] iio: adc: ad7944: new driver
 2024-02-16 19:46 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: iio: adc: add ad7944 ADCs
` [PATCH v2 2/2] iio: adc: ad7944: add driver for AD7944/AD7985/AD7986

[RESEND PATCH 1/2] dt-bindings: iio: ti,tmp117: add vcc supply binding
 2024-02-16 19:42 UTC  (8+ messages)
` [RESEND PATCH 2/2] iio: temperature: tmp117: add support for vcc-supply

[PATCH v2 0/4] Add support for AF8133J magnetometer
 2024-02-16 17:54 UTC  (6+ messages)
` [PATCH v2 3/4] iio: magnetometer: add a driver for Voltafield "

[PATCH v2 00/14] device property / IIO: Use cleanup.h magic for fwnode_handle_put() handling
 2024-02-16 17:38 UTC  (6+ messages)
` [PATCH v2 03/14] device property: Introduce device_for_each_child_node_scoped()

[PATCH v5 1/2] dt-bindings: iio: adc: ti-ads1298: Add bindings
 2024-02-16 17:01 UTC  (3+ messages)
  ` [PATCH v5 2/2] iio: adc: ti-ads1298: Add driver

[PATCH] drivers: iio: pressure: Add SPI support for BMP38x and BMP390
 2024-02-16 16:40 UTC  (9+ messages)

[PATCH v4] iio: accel: kxcjk-1013: Implement ACPI method ROTM to retrieve mount matrix
 2024-02-16 16:13 UTC  (2+ messages)

[PATCH v5 0/2] Add bmi323 support for ASUS ROG ALLY
 2024-02-16 15:49 UTC  (9+ messages)
` [PATCH v5 1/2] iio: accel: bmc150: Duplicate ACPI entries
` [PATCH v5 2/2] iio: imu: bmi323: Add and enable ACPI Match Table

[PATCH 0/8] of: automate of_node_put() - new approach to loops
 2024-02-16 15:25 UTC  (4+ messages)

[PATCH v4 1/2] dt-bindings: iio: adc: ti-ads1298: Add bindings
 2024-02-16 15:04 UTC  (5+ messages)
  ` [PATCH v4 2/2] iio: adc: ti-ads1298: Add driver

[PATCH v3 0/6] iio: pressure: hsc030pa: cleanup and triggered buffer
 2024-02-16 15:00 UTC  (2+ messages)

[PATCH] iio: accel: kxcjk-1013: Implement ACPI method ROTM to retrieve mount matrix
 2024-02-16 14:56 UTC  (2+ messages)

[PATCH v1 0/3] iio: st_sensors: lsm9ds0: Miscellaneous cleanups
 2024-02-16 14:51 UTC  (2+ messages)

[PATCH v11 0/7] iio: add new backend framework
 2024-02-16 14:34 UTC  (3+ messages)
` [PATCH v11 3/7] of: property: add device link support for io-backends

[PATCH RFC 0/8] iio: dac: support IIO backends on the output direction
 2024-02-16 14:10 UTC  (9+ messages)
` [PATCH RFC 1/8] iio: buffer: add function to set the buffer direction
` [PATCH RFC 2/8] iio: buffer-dma: Rename iio_dma_buffer_data_available()
` [PATCH RFC 3/8] iio: buffer-dma: Enable buffer write support
` [PATCH RFC 4/8] iio: buffer-dmaengine: Support specifying buffer direction
` [PATCH RFC 5/8] iio: buffer-dmaengine: Enable write support
` [PATCH RFC 6/8] iio: backend: add new backend ops
` [PATCH RFC 7/8] iio: dac: add support for the AD97339A RF DAC
` [PATCH RFC 8/8] iio: dac: adi-axi-dac: add support for AXI DAC IP core

[PATCH 0/2] iio: adc: ad7944: new driver
 2024-02-16 14:08 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: iio: adc: add ad7944 ADCs

[PATCH v4 0/3] adis16475 driver documentation
 2024-02-16 11:54 UTC  (4+ messages)
` [PATCH v4 2/3] docs: iio: add documentation for device buffers

[PATCH 1/2] dt-bindings: iio: ti,tmp117: add vcc supply binding
 2024-02-16  9:35 UTC  (4+ messages)
` [PATCH 2/2] iio: temperature: tmp117: add support for vcc-supply

[PATCH v6 0/7] arm64: dts: add description for solidrun am642 som and hummingboard evb
 2024-02-15 14:32 UTC  (8+ messages)
` [PATCH v6 2/7] dt-bindings: rtc: abx80x: convert to yaml
` [PATCH v6 3/7] dt-bindings: iio: humidity: hdc20x0: add optional interrupts property
` [PATCH v6 4/7] dt-bindings: mtd: spi-nor: "

[PATCH v4 0/2] Add bmi323 support for ASUS ROG ALLY
 2024-02-15  9:37 UTC  (5+ messages)
` [PATCH v4 1/2] iio: accel: bmc150: Duplicate ACPI entries
` [PATCH v4 2/2] iio: imu: bmi323: Add and enable ACPI Match Table

[PATCH v3 0/2] Add bmi323 support for ASUS ROG ALLY
 2024-02-14 22:51 UTC  (3+ messages)
` [PATCH v3 1/2] iio: accel: bmc150: Duplicate ACPI entries
` [PATCH v3 2/2] iio: imu: bmi323: Add and enable ACPI Match Table


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