Linux IIO development
 help / color / mirror / Atom feed
 messages from 2023-07-27 15:05:28 to 2023-08-08 18:45:11 UTC [more...]

[PATCH v4 1/4] dt-bindings: iio: adc: mcp3911: add support for the whole MCP39xx family
 2023-08-08 14:23 UTC  (7+ messages)
` [PATCH v4 2/4] iio: adc: mcp3911: simplify usage of spi->dev in probe function
` [PATCH v4 3/4] iio: adc: mcp3911: fix indentation
` [PATCH v4 4/4] iio: adc: mcp3911: add support for the whole MCP39xx family

[PATCH v1 0/6] iio: Introduce and use device_property_match_property_string()
 2023-08-08 16:28 UTC  (6+ messages)
` [PATCH v1 2/6] device property: Add fwnode_property_match_property_string()
` [PATCH v1 3/6] iio: frequency: adf4377: Switch to device_property_match_property_string()
` [PATCH v1 4/6] iio: frequency: admv1014: "
` [PATCH v1 5/6] iio: magnetometer: tmag5273: "
` [PATCH v1 6/6] iio: proximity: sx9324: "

[PATCH v7 0/4] Extend device_get_match_data() to struct bus_type
 2023-08-08 12:18 UTC  (14+ messages)
` [PATCH v7 1/4] drivers: fwnode: "
` [PATCH v7 2/4] i2c: Enhance i2c_get_match_data()
` [PATCH v7 3/4] i2c: i2c-core-of: Convert i2c_of_match_device_sysfs() to non-static
` [PATCH v7 4/4] i2c: Add i2c_device_get_match_data() callback

[PATCH v1 1/1] iio: accel: kionix-kx022a: Use correct header(s) instead of string_helpers.h
 2023-08-08 16:42 UTC 

[PATCH v5 0/3] Add new channels for adis16475
 2023-08-08  7:50 UTC  (2+ messages)
` [PATCH v5 1/3] iio: Add IIO_DELTA_ANGL channel type

[PATCH] iio: admv1013: add mixer_vgate corner cases
 2023-08-08  6:32 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: iio: adc: mcp3911: add support for the whole MCP39xx family
 2023-08-08 13:26 UTC  (7+ messages)
` [PATCH v3 2/2] "

[PATCH RFC] iio: irsd200: fix -Warray-bounds bug in irsd200_trigger_handler
 2023-08-08 11:10 UTC 

[PATCH 1/2] iio: magnetometer: yamaha-yas530: Use i2c_get_match_data()
 2023-08-08 13:05 UTC  (4+ messages)
` [PATCH 2/2] iio: magnetometer: ak8975: Simplify probe()

[PATCH] dt-bindings: iio: rohm,bu27010: add missing vdd-supply to example
 2023-08-08  6:32 UTC 

[PATCH] iio: light: opt4001: Fix a wrong array iteration limit
 2023-08-08 15:07 UTC  (2+ messages)

[PATCH] IIO: hid-sensor-prox: add missing scale attribute
 2023-08-07 23:02 UTC  (2+ messages)

[PATCH 0/2] iio: pressure: bmp280: Use i2c_get_match_data()
 2023-08-07 15:43 UTC  (5+ messages)
` [PATCH 1/2] iio: pressure: bmp280: i2c: Rearrange vars in reverse xmas tree order
` [PATCH 2/2] iio: pressure: bmp280: Use i2c_get_match_data

[PATCH v4 0/3] Add new channels for adis16475
 2023-08-07 14:26 UTC  (6+ messages)
` [PATCH v4 1/3] iio: Add IIO_DELTA_ANGL channel type
` [PATCH v4 2/3] iio: Add IIO_DELTA_VELOCITY "
` [PATCH v4 3/3] iio: imu: adis16475.c: Add delta angle and delta velocity channels

[PATCH v4 0/6] iio: Add buffer write() support
 2023-08-07 14:12 UTC  (8+ messages)
` [PATCH v4 1/6] iio: buffer-dma: Get rid of outgoing queue
` [PATCH v4 2/6] iio: buffer-dma: Rename iio_dma_buffer_data_available()
` [PATCH v4 3/6] iio: buffer-dma: Enable buffer write support
` [PATCH v4 4/6] iio: buffer-dma: split iio_dma_buffer_fileio_free() function
` [PATCH v4 5/6] iio: buffer-dmaengine: Support specifying buffer direction
` [PATCH v4 6/6] iio: buffer-dmaengine: Enable write support

[PATCH v4 0/2] add MCP4728 I2C DAC driver​
 2023-08-06 13:40 UTC  (8+ messages)
` [PATCH v4 1/2] dt-bindings: iio: dac: add mcp4728.yaml
` [PATCH v4 2/2] iio: add MCP4728 I2C DAC driver

[PATCH v2] iio: trigger: stm32-lptimer-trigger: remove unneeded platform_set_drvdata()
 2023-08-06  8:14 UTC  (4+ messages)

[PATCH v2 1/2] drivers: iio: filter: admv8818: add bypass mode
 2023-08-05 18:52 UTC  (3+ messages)
` [PATCH v2 2/2] Documentation: ABI: testing: admv8818: add bypass

[PATCH v3 0/3] Support ROHM BU27010 RGBC sensor
 2023-08-05 18:48 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: iio: ROHM BU27010 RGBC + flickering sensor
` [PATCH v3 2/3] iio: light: bu27008: add chip info
` [PATCH v3 3/3] iio: light: bd27008: Support BD27010 RGB

[PATCH v3 0/3] Add new channels for adis16475
 2023-08-05 18:45 UTC  (8+ messages)
` [PATCH v3 1/3] iio: Add IIO_DELTA_ANGL channel type
` [PATCH v3 2/3] iio: Add IIO_DELTA_VELOCITY "
` [PATCH v3 3/3] iio: imu: adis16475.c: Add delta angle and delta velocity channels

[PATCH v3 1/2] dt-bindings: iio: admv1013: add vcc regulators
 2023-08-05 18:10 UTC  (4+ messages)
` [PATCH v3 2/2] drivers: "

[PATCH] iio: trigger: stm32-lptimer-trigger: remove unneeded platform_set_drvdata()
 2023-08-05 18:04 UTC  (3+ messages)

[PATCH v2] iio: dac: ad3552r: Correct device IDs
 2023-08-05 18:01 UTC  (2+ messages)

[PATCH v3 0/2] Adding support for Microchip MCP3564 ADC family
 2023-08-05 17:59 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: iio: adc: adding MCP3564 ADC
` [PATCH v3 2/2] iio: adc: adding support for "

[PATCH -next] iio: adc: men_z188_adc: Remove redundant initialization owner in men_z188_driver
 2023-08-05 16:51 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: iio: adc: mcp3911: add support for the whole MCP39xx family
 2023-08-05  9:17 UTC  (4+ messages)
` [PATCH v2 2/2] "

[RFC] IIO: MPU6050: fix level-triggered IRQ support caused crash
 2023-08-04 20:27 UTC  (3+ messages)

Libiio v0.25 release candidate available
 2023-08-04 17:34 UTC  (2+ messages)

[PATCH v6 0/4] Extend device_get_match_data() to struct bus_type
 2023-08-04 15:23 UTC  (11+ messages)
` [PATCH v6 1/4] drivers: fwnode: "
` [PATCH v6 2/4] i2c: i2c-core-of: Convert i2c_of_match_device_sysfs() to non-static
` [PATCH v6 3/4] i2c: Enhance i2c_get_match_data()
` [PATCH v6 4/4] i2c: Add i2c_device_get_match_data() callback

[RFC PATCH 0/3] Add converter framework
 2023-08-04 14:53 UTC  (4+ messages)
` [RFC PATCH 1/3] iio: addac: add new "
` [RFC PATCH 2/3] iio: adc: ad9647: add based on "
` [RFC PATCH 3/3] iio: adc: adi-axi-adc: add based on new "

[PULL] IIO: 1st set of fixes for 6.5
 2023-08-04 13:20 UTC  (2+ messages)

[GIT PULL] Second set of Counter fixes for 6.5
 2023-08-04 13:19 UTC  (2+ messages)

[GIT PULL] First set of Counter fixes for 6.5
 2023-08-04 13:19 UTC  (2+ messages)

[PATCH v3] counter: rz-mtu3-cnt: Reorder locking sequence for consistency
 2023-08-03 19:22 UTC  (2+ messages)

[PATCH v5 0/2] dts: qcom: Use labels with generic node names for ADC channels
 2023-08-03 16:38 UTC  (6+ messages)
` [PATCH v5 1/2] ARM: "
` [PATCH v5 2/2] arm64: "
` (subset) [PATCH v5 0/2] "

[PATCH v1 0/2] Update APDS990x ALS to support device trees
 2023-08-01 18:13 UTC  (9+ messages)
` [PATCH v1 1/2] dt-bindings: iio: light: add apds990x binding
` [PATCH v1 2/2] misc: adps990x: convert to OF

[PATCH v2] dt-bindings: iio: admv1014: make all regs required
 2023-08-01 18:12 UTC  (3+ messages)

[PATCH] iio: dac: ad3552r: Correct device IDs
 2023-08-01 18:01 UTC  (2+ messages)

[PATCH v8 0/8] fix fwnode_irq_get[_byname()] returnvalue
 2023-08-01 17:54 UTC  (5+ messages)
` [PATCH v8 1/8] iio: mb1232: relax return value check for IRQ get
` [PATCH v8 2/8] iio: cdc: ad7150: "

[PATCH v3 0/4] iio: core: A few code cleanups and documentation fixes
 2023-08-01 16:45 UTC  (13+ messages)
` [PATCH v3 1/4] iio: core: Use sysfs_match_string() helper
` [PATCH v3 2/4] iio: core: Add opaque_struct_size() helper and use it
` [PATCH v3 3/4] iio: core: Switch to krealloc_array()
` [PATCH v3 4/4] iio: core: Fix issues and style of the comments

W sprawie samochodu
 2023-07-31  8:35 UTC 

[PATCH] dt-bindings: iio: admv1014: make all regs required
 2023-07-31 10:16 UTC  (7+ messages)

[PATCH] iio: accel: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
 2023-07-31 10:08 UTC  (2+ messages)

[PATCH v8 0/4] Add support for Allwinner GPADC on D1/T113s/R329/T507 SoCs
 2023-07-30 22:19 UTC  (3+ messages)
` [PATCH v8 4/4] riscv: dts: allwinner: d1: Add GPADC node

[PATCH -next] iio: adc: fix the return value handle for platform_get_irq()
 2023-07-29 15:24 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: iio: adc: mcp3911: add support for the whole MCP39xx family
 2023-07-29 15:14 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH V2] tools: iio: iio_generic_buffer: Fix some integer type and calculation
 2023-07-29 15:00 UTC  (2+ messages)

[PATCH v3 RESEND] iio: potentiometer: mcp4531: Use i2c_get_match_data()
 2023-07-29 14:57 UTC  (2+ messages)

[PATCH v3] iio: potentiometer: mcp4018: Use i2c_get_match_data()
 2023-07-29 14:55 UTC  (2+ messages)

[PATCH v2 0/3] Add new channels for adis16475
 2023-07-29 14:47 UTC  (5+ messages)
` [PATCH v2 3/3] iio: imu: adis16475.c: Add delta angle and delta velocity channels

[PATCH 1/2] drivers: iio: filter: admv8818: add bypass mode
 2023-07-29 14:19 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings:iio:frequency:admv1013: add vcc regs
 2023-07-29 14:06 UTC  (3+ messages)
` [PATCH v2 2/2] drivers:iio:admv1013: add vcc regulators

[PATCH v3 0/2] Use i2c_get_match_data() instead of device_get_match_data()
 2023-07-29 11:31 UTC  (2+ messages)

[PATCH v3] iio: cros_ec: Fix the allocation size for cros_ec_command
 2023-07-29 11:21 UTC  (5+ messages)

[PATCH v3 00/11] Introduce STM32 Firewall framework
 2023-07-29 11:16 UTC  (3+ messages)
` [PATCH v3 02/11] dt-bindings: treewide: add feature-domains description

[PATCH -next] iio: adc: Remove redundant dev_err_probe()
 2023-07-29 11:15 UTC  (4+ messages)

[PATCH] mfd: rz-mtu3: link time dependencies
 2023-07-28 10:57 UTC  (2+ messages)
` (subset) "

[RFC v2 00/11] iio: add iio backend device type
 2023-07-28  8:42 UTC  (7+ messages)
` [RFC v2 01/11] iio: introduce iio backend device
` [RFC v2 03/11] dt-bindings: iio: stm32-dfsdm-adc: add scaling support
` [RFC v2 06/11] iio: adc: stm32-dfsdm: adopt generic channel bindings
` [RFC v2 07/11] iio: adc: stm32-dfsdm: add scaling support to dfsdm
` [RFC v2 08/11] iio: adc: sd modulator: add scale and offset support


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