Linux IIO development
 help / color / mirror / Atom feed
 messages from 2022-02-02 14:02:28 to 2022-02-07 15:59:08 UTC [more...]

[PATCH v6 1/4] iio:frequency:admv1014: add support for ADMV1014
 2022-02-07 15:05 UTC  (6+ messages)
` [PATCH v6 2/4] dt-bindings:iio:frequency: add admv1014 binding
` [PATCH v6 3/4] Documentation:ABI:testing:admv1014: add ABI docs
` [PATCH v6 4/4] MAINTAINERS: add maintainer for ADMV1014 driver

[BUG] iio: light: opt3001: possible deadlock in opt3001_read_raw() and opt3001_irq()
 2022-02-07 15:41 UTC 

[PATCH v2 00/12] Miscellaneous IIO core enhancements
 2022-02-07 14:35 UTC  (12+ messages)
` [PATCH v2 03/12] iio: adc: stm32-dfsdm: Avoid dereferencing ->currentmode
` [PATCH v2 06/12] iio: st_sensors: Stop abusing mlock to ensure internal coherency
` [PATCH v2 07/12] iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevant
` [PATCH v2 12/12] iio: core: Clarify the modes

[PATCH v3 00/13] Miscellaneous IIO core enhancements
 2022-02-07 14:38 UTC  (14+ messages)
` [PATCH v3 01/13] iio: core: Enhance the kernel doc of modes and currentmodes iio_dev entries
` [PATCH v3 02/13] iio: magnetometer: rm3100: Stop abusing the ->currentmode
` [PATCH v3 03/13] iio: adc: stm32-dfsdm: Avoid dereferencing ->currentmode
` [PATCH v3 04/13] iio: st_sensors: Return as early as possible from the _write_raw() callbacks
` [PATCH v3 05/13] iio: st_sensors: Drop the protection on _avail functions
` [PATCH v3 06/13] iio: st_sensors: Add a local lock for protecting odr
` [PATCH v3 07/13] iio: st_sensors: Stop abusing mlock to ensure internal coherency
` [PATCH v3 08/13] iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevant
` [PATCH v3 09/13] iio: Un-inline iio_buffer_enabled()
` [PATCH v3 10/13] iio: core: Hide read accesses to iio_dev->currentmode
` [PATCH v3 11/13] iio: core: Move the currentmode entry to the opaque structure
` [PATCH v3 12/13] iio: core: Simplify the registration of kfifo buffers
` [PATCH v3 13/13] iio: core: Clarify the modes

[PATCH RESEND 0/2] Solve data access delay of ST sensors
 2022-02-07 13:58 UTC  (4+ messages)
  ` [PATCH 1/2] iio: st_sensors: add always_on flag
  ` [PATCH 2/2] iio: st_magn_core.c: activate always_on attribute

[PATCH] iio: adc: cpcap-adc: remove redundant assignment to variable cal_data_diff
 2022-02-07 13:59 UTC 

[PATCH v13 00/11] iio: afe: add temperature rescaling support
 2022-02-07 14:05 UTC  (13+ messages)
` [PATCH v13 02/11] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support
` [PATCH v13 06/11] iio: afe: rescale: make use of units.h
` [PATCH v13 08/11] iio: afe: rescale: add RTD temperature sensor support

[PATCH v2 00/12] iio: buffer-dma: write() and new DMABUF based API
 2022-02-07 13:01 UTC  (13+ messages)
` [PATCH v2 01/12] iio: buffer-dma: Get rid of outgoing queue
` [PATCH v2 02/12] iio: buffer-dma: Enable buffer write support
` [PATCH v2 03/12] iio: buffer-dmaengine: Support specifying buffer direction
` [PATCH v2 04/12] iio: buffer-dmaengine: Enable write support
` [PATCH v2 05/12] iio: core: Add new DMABUF interface infrastructure
` [PATCH v2 06/12] iio: buffer-dma: split iio_dma_buffer_fileio_free() function
` [PATCH v2 07/12] iio: buffer-dma: Use DMABUFs instead of custom solution
` [PATCH v2 08/12] iio: buffer-dma: Implement new DMABUF based userspace API
` [PATCH v2 09/12] iio: buffer-dmaengine: Support "
` [PATCH v2 10/12] iio: core: Add support for cyclic buffers
` [PATCH v2 11/12] iio: buffer-dmaengine: "
  ` [PATCH v2 12/12] Documentation: iio: Document high-speed DMABUF based API

[PATCH v3 1/1] iio: chemical: atlas-ezo-sensor: Make use of device properties
 2022-02-07 12:42 UTC 

[PATCH v3 0/3] Add support for LTC2688
 2022-02-07 11:09 UTC  (16+ messages)
` [PATCH v3 1/3] iio: dac: add support for ltc2688
` [PATCH v3 2/3] iio: ABI: add ABI file for the LTC2688 DAC
` [PATCH v3 3/3] dt-bindings: iio: Add ltc2688 documentation

[PATCH v2 1/3] iio: temperature: ltc2983: Don't hard code defined constants in messages
 2022-02-07 10:48 UTC  (3+ messages)
` [PATCH v2 2/3] iio: temperature: ltc2983: Use single error path to put OF node
` [PATCH v2 3/3] iio: temperature: ltc2983: Make use of device properties

[PATCH v2 1/2] iio: mma8452: Fix probe failing when an i2c_device_id is used
 2022-02-07 10:34 UTC  (2+ messages)
` [PATCH v2 2/2] iio: mma8452: Add support for the "mount-matrix" device property

[jic23-iio:fixes-togreg] BUILD SUCCESS 21472ddd425831f6cf39b3034e825df2825ec850
 2022-02-07  9:42 UTC  (3+ messages)

[PATCH v1 1/2] iio: temperature: ltc2983: Don't hard code defined constants in messages
 2022-02-07  9:24 UTC  (9+ messages)
` [PATCH v1 2/2] iio: temperature: ltc2983: Make use of device properties

[PATCH 0/2] iio: potentiometer: Add support for DS3502
 2022-02-07  4:04 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: iio: potentiometer: Add Maxim DS3502 in trivial-devices
` [PATCH 2/2] iio: potentiometer: Add support for Maxim DS3502

[PATCH v4 0/5] Add ADXL367 driver
 2022-02-06 21:13 UTC  (6+ messages)
` [PATCH v4 1/5] iio: introduce mag_referenced
` [PATCH v4 2/5] iio: ABI: document mag_referenced
` [PATCH v4 3/5] iio: ABI: add note about configuring other attributes during buffer capture
` [PATCH v4 4/5] dt-bindings: iio: accel: add ADXL367
` [PATCH v4 5/5] iio: accel: add ADXL367 driver

[PATCH v3 00/20] iio:adc:ad7280a Cleanup and proposed staging graduation
 2022-02-06 19:03 UTC  (21+ messages)
` [PATCH v3 01/20] staging:iio:adc:ad7280a: Fix handing of device address bit reversing
` [PATCH v3 02/20] staging:iio:adc:ad7280a: Register define cleanup
` [PATCH v3 03/20] staging:iio:adc:ad7280a: rename _read() to _read_reg()
` [PATCH v3 04/20] staging:iio:adc:ad7280a: Split buff[2] into tx and rx parts
` [PATCH v3 05/20] staging:iio:adc:ad7280a: Use bitfield ops to managed fields in transfers
` [PATCH v3 06/20] staging:iio:adc:ad7280a: Switch to standard event control
` [PATCH v3 07/20] staging:iio:adc:ad7280a: Standardize extended ABI naming
` [PATCH v3 08/20] staging:iio:adc:ad7280a: Drop unused timestamp channel
` [PATCH v3 09/20] staging:iio:adc:ad7280a: Trivial comment formatting cleanup
` [PATCH v3 10/20] staging:iio:adc:ad7280a: Make oversampling_ratio a runtime control
` [PATCH v3 11/20] staging:iio:adc:ad7280a: Cleanup includes
` [PATCH v3 12/20] staging:iio:ad7280a: Reflect optionality of irq in ABI
` [PATCH v3 13/20] staging:iio:adc:ad7280a: Use a local dev pointer to avoid &spi->dev
` [PATCH v3 14/20] staging:iio:adc:ad7280a: Use device properties to replace platform data
` [PATCH v3 15/20] staging:iio:adc:ad7280a: Drop buggy support for early termination of AUX alert
` [PATCH v3 16/20] dt-bindings:iio:adc:ad7280a: Add binding
` [PATCH v3 17/20] iio:adc:ad7280a: Document ABI for cell balance switches
` [PATCH v3 18/20] staging:iio:adc:ad7280a: Remove shift from cb_mask state cache
` [PATCH v3 19/20] staging:iio:adc:ad7280a: Use more conservative delays to allow 105C operation
` [PATCH v3 20/20] iio:adc:ad7280a: Move out of staging

[PATCH v2 00/17] iio:adc:ad7280a Cleanup and proposed staging graduation
 2022-02-06 18:45 UTC  (24+ messages)
` [PATCH v2 02/17] staging:iio:adc:ad7280a: Register define cleanup
` [PATCH v2 05/17] staging:iio:adc:ad7280a: Use bitfield ops to managed fields in transfers
` [PATCH v2 06/17] staging:iio:adc:ad7280a: Switch to standard event control
` [PATCH v2 14/17] staging:iio:adc:ad7280a: Use device properties to replace platform data
` [PATCH v2 15/17] dt-bindings:iio:adc:ad7280a: Add binding
` [PATCH v2 17/17] iio:adc:ad7280a: Move out of staging

[PATCH v2] iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot
 2022-02-06 15:32 UTC  (2+ messages)

[PATCH v1 1/3] iio: imu: inv_mpu6050: Drop wrong use of ACPI_PTR()
 2022-02-06 15:28 UTC  (6+ messages)
` [PATCH v1 2/3] iio: imu: inv_mpu6050: Check ACPI companion directly
` [PATCH v1 3/3] iio: imu: inv_mpu6050: Make use of device properties

[PATCH v5 1/4] iio:frequency:admv1014: add support for ADMV1014
 2022-02-06 15:22 UTC  (6+ messages)
` [PATCH v5 2/4] dt-bindings:iio:frequency: add admv1014 binding

[PATCH 00/10] Light core IIO enhancements
 2022-02-06 13:21 UTC  (11+ messages)
` [PATCH 09/10] iio: core: Simplify the registration of kfifo buffers
` [PATCH 10/10] iio: core: Clarify the modes

[PATCH] iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot
 2022-02-05 21:54 UTC  (4+ messages)

[PATCH v2 1/1] iio: chemical: atlas-ezo-sensor: Make use of device properties
 2022-02-05 18:41 UTC  (3+ messages)

[PATCH v2 1/1] iio: multiplexer: Make use of device properties
 2022-02-05 18:30 UTC  (3+ messages)

[PATCH v2 1/2] dt:bindings:iio:frequency: Add ADMV4420 doc
 2022-02-05 18:23 UTC  (3+ messages)
` [PATCH v2 2/2] iio:frequency:admv4420.c: Add support for ADMV4420

CHECK: Macro argument reuse
 2022-02-05 17:43 UTC  (2+ messages)

[PATCH v1 1/1] iio: accel: adxl355: Replace custom definitions with generic from units.h
 2022-02-05 17:41 UTC  (2+ messages)

[PATCH v1 1/1] iio: temperature: maxim_thermocouple: Switch from of headers to mod_devicetable.h
 2022-02-05 17:34 UTC  (2+ messages)

[PATCH v1 1/1] iio: temperature: mlx90632: Switch from of headers to mod_devicetable.h
 2022-02-05 17:33 UTC  (2+ messages)

[PATCH v2 1/1] iio: trigger: stm32-timer: Make use of device properties
 2022-02-05 17:31 UTC  (2+ messages)

[PATCH v1 1/1] iio: humidity: dht11: Switch from of headers to mod_devicetable.h
 2022-02-05 17:26 UTC  (2+ messages)

[PATCH v2 0/3] iio: Silan SC7A20 accelerometer support
 2022-02-05 17:25 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add silan vendor prefix
` [PATCH v2 2/3] dt-bindings: iio: st: Add Silan SC7A20 accelerometer
` [PATCH v2 3/3] iio: accel: st_accel: Add support for Silan SC7A20

[PATCH v2 1/1] iio: frequency: adf4350: Make use of device properties
 2022-02-05 17:20 UTC  (2+ messages)

[PATCH v1 1/1] iio: amplifiers: hmc425a: Make use of device properties
 2022-02-05 16:52 UTC  (2+ messages)

[PATCH v1 1/1] iio: chemical: bme680: Switch from of headers to mod_devicetable.h
 2022-02-05 16:48 UTC  (2+ messages)

[PATCH v1 1/1] iio: dac: ad5592r: Drop leftover header inclusion
 2022-02-05 16:41 UTC  (2+ messages)

[PATCH] iio: stmpe-adc: Use correctly sized arguments for bit field
 2022-02-05 13:38 UTC  (3+ messages)

[PATCH v2] counter: Set counter device name
 2022-02-04 10:00 UTC  (2+ messages)

[PATCH v1] counter: fix NULL pointer dereference on counter_comp_u8_store()
 2022-02-04  8:25 UTC  (3+ messages)
  ` [PATCH] counter: Stop using dev_get_drvdata() to get the counter device

[PATCH] counter: Set counter device name
 2022-02-04  7:43 UTC  (4+ messages)

[PATCH v2 0/2] counter: push event on every pulse
 2022-02-04  7:35 UTC  (4+ messages)
` [PATCH v2 1/2] counter: add new COUNTER_EVENT_CHANGE_OF_STATE
` [PATCH v2 2/2] counter: interrupt-cnt: add counter_push_event()

[PATCH v1 1/1] iio: chemical: atlas-ezo-sensor: Make use of device properties
 2022-02-03 12:25 UTC 

[PATCH v1] counter: interrupt-cnt: add counter_push_event()
 2022-02-03 10:40 UTC  (15+ messages)

[PATCH v1 1/1] iio: multiplexer: Make use of device properties
 2022-02-02 20:41 UTC  (2+ messages)

[PATCH v1 1/1] iio: trigger: stm32-timer: Make use of device properties
 2022-02-02 20:38 UTC  (2+ messages)

[PATCH v1 1/1] iio: frequency: adf4350: Make use of device properties
 2022-02-02 20:29 UTC 

BMI160 accelerometer on AyaNeo tablet
 2022-02-02 16:23 UTC  (4+ messages)

[PROBLEM]: Error during probing process in inv_icm42600_i2c driver
 2022-02-02 15:02 UTC  (4+ messages)

[PATCH v3 5/7] dt-bindings: phy: Add compatible for Mediatek MT8186
 2022-02-02 14:27 UTC 


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