linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-13 07:47:42 to 2021-08-20 17:01:23 UTC [more...]

[PATCH v4 0/6] iio: Add output buffer support and DAC example
 2021-08-20 16:59 UTC  (5+ messages)
` [PATCH v4 1/6] iio: Add output buffer support
` [PATCH v4 2/6] iio: kfifo-buffer: "
` [PATCH v4 3/6] iio: triggered-buffer: extend support to configure output buffers
` [PATCH v4 4/6] Documentation:ABI:testing:add doc for AD3552R ABI

[PATCH v2 0/3] iio: chemical: Add Senseair Sunrise CO2 sensor
 2021-08-20 14:56 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: iio: chemical: Document senseair,sunrise "
` [PATCH v2 2/3] iio: chemical: Add Sensteair Sunrise 006-0-007 driver
` [PATCH v2 3/3] iio: ABI: docs: Document Senseair Sunrise ABI

[PATCH -next] iio: adc: add missing clk_disable_unprepare() in rzg2l_adc_pm_runtime_resume()
 2021-08-20 14:04 UTC  (6+ messages)

[PATCH 1/2] iio: ltc2983: add support for optional reset gpio
 2021-08-20  9:29 UTC  (5+ messages)
` [PATCH 2/2] iio: ltc2983: fail probe if no channels are given

[PATCH 00/16] Bring software triggers support to MAX1027-like ADCs
 2021-08-20  7:58 UTC  (33+ messages)
` [PATCH 01/16] iio: adc: max1027: Fix wrong shift with 12-bit devices
` [PATCH 02/16] iio: adc: max1027: Fix the number of max1X31 channels
` [PATCH 03/16] iio: adc: max1027: Push only the requested samples
` [PATCH 04/16] iio: adc: max1027: Lower conversion time
` [PATCH 05/16] iio: adc: max1027: Drop extra warning message
` [PATCH 06/16] iio: adc: max1027: Rename a helper
` [PATCH 07/16] iio: adc: max1027: Create a helper to configure the trigger
` [PATCH 08/16] iio: adc: max1027: Explain better how the trigger state gets changed
` [PATCH 09/16] iio: adc: max1027: Create a helper to configure the channels to scan
` [PATCH 10/16] iio: adc: max1027: Prevent single channel accesses during buffer reads
` [PATCH 11/16] iio: adc: max1027: Separate the IRQ handler from the read logic
` [PATCH 12/16] iio: adc: max1027: Introduce an end of conversion helper
` [PATCH 13/16] iio: adc: max1027: Prepare re-using the EOC interrupt
` [PATCH 14/16] iio: adc: max1027: Consolidate the end of conversion helper
` [PATCH 15/16] iio: adc: max1027: Support software triggers
` [PATCH 16/16] iio: adc: max1027: Enable software triggers to be used without IRQ

[PATCH v2] iio: accel: adxl355: Add triggered buffer support
 2021-08-19 18:11 UTC 

[PATCH][next] iio: adc: Fix -EBUSY timeout error return
 2021-08-19 17:39 UTC  (4+ messages)

[PATCH v12 0/2] iio: accel: add support for ADXL355
 2021-08-19 17:17 UTC  (9+ messages)
` [PATCH v12 1/2] dt-bindings: iio: accel: Add DT binding doc "
` [PATCH v12 2/2] iio: accel: Add driver support "

[PATCH 1/2] iio: accel: fxls8962af: add threshold event handling
 2021-08-19  6:53 UTC  (5+ messages)
` [PATCH 2/2] iio: accel: fxls8962af: add wake on event

[PATCH v3 0/2] iio: accel: Add support for ADXL313 accelerometer
 2021-08-18 20:07 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: iio: accel: Add binding documentation for ADXL313
` [PATCH v3 2/2] iio: accel: Add driver support "

[PATCH 0/2] iio: chemical: Add Senseair Sunrise CO2 sensor
 2021-08-18 16:49 UTC  (12+ messages)
` [PATCH 1/2] dt-bindings: iio: chemical: Document senseair,sunrise "
` [PATCH 2/2] iio: chemical: Add Senseair Sunrise 006-0-007 driver

[PATCH v2] iio: ad5770r: make devicetree property reading consistent
 2021-08-18  9:54 UTC  (2+ messages)

[PATCH v2 0/5] iio: st_sensors: convert probe functions to full devm
 2021-08-17 23:29 UTC  (10+ messages)
` [PATCH v2 1/5] iio: st_sensors: disable regulators after device unregistration
` [PATCH v2 2/5] iio: st_sensors: remove st_sensors_deallocate_trigger() function
` [PATCH v2 3/5] iio: st_sensors: remove st_sensors_power_disable() function
` [PATCH v2 4/5] iio: st_sensors: remove all driver remove functions
` [PATCH v2 5/5] iio: st_sensors: remove reference to parent device object on st_sensor_data

[PATCH v6 0/5] AD7949 Fixes
 2021-08-17 22:16 UTC  (14+ messages)
` [PATCH v6 1/5] iio: adc: ad7949: define and use bitfield names
` [PATCH v6 2/5] iio: adc: ad7949: fix spi messages on non 14-bit controllers
` [PATCH v6 3/5] iio: adc: ad7949: add vref selection support
` [PATCH v6 4/5] dt-bindings: iio: adc: ad7949: update voltage reference bindings
` [PATCH v6 5/5] iio: adc: ad7949: use devm managed functions

[PATCH 2/2] iio: dac: dac5571: Fix chip id detection for OF devices
 2021-08-17 21:20 UTC  (7+ messages)
` [PATCH v1.1 "

[PATCH] iio: gyro: remove dead config dependencies on INPUT_MPU3050
 2021-08-17 20:11 UTC  (2+ messages)

[PULL] 2nd set of new IIO device support, cleanups and fixes for the 5.15 cycle
 2021-08-17 17:49 UTC  (2+ messages)

[PATCH v1 0/2] AUXADC: Mediatek auxadc driver
 2021-08-17 15:54 UTC  (5+ messages)
` [PATCH v1 1/2] iio: mtk-auxadc: add support IIO_CHAN_INFO_RAW case

[PATCH] iio: accel: fxls8962af: return IRQ_HANDLED when fifo is flushed
 2021-08-17 12:43 UTC 

[PATCH] staging:iio:ade7854 surround complex defines in parentheses
 2021-08-17  8:50 UTC  (6+ messages)

[v3 00/15] Add support for ast2600 ADC
 2021-08-16 20:07 UTC  (11+ messages)
` [v3 01/15] dt-bindings: iio: adc: Add ast2600-adc bindings
` [v3 02/15] iio: adc: aspeed: completes the bitfield declare
` [v3 03/15] iio: adc: aspeed: set driver data when adc probe
` [v3 04/15] iio: adc: aspeed: Keep model data to driver data
` [v3 05/15] iio: adc: aspeed: Refactory model data structure
` [v3 06/15] iio: adc: aspeed: Add vref config function
` [v3 07/15] iio: adc: aspeed: Set num_channels with model data
` [v3 09/15] iio: adc: aspeed: Use devm_add_action_or_reset
` [v3 11/15] iio: adc: aspeed: Fix the calculate error of clock

[PATCH] iio: dac: fix an error code in probe()
 2021-08-16 18:39 UTC 

IIO, dmabuf, io_uring
 2021-08-16 15:01 UTC  (7+ messages)
  ` [Linaro-mm-sig] "

[PATCH] iio: ad5770r: make devicetree property reading consistent
 2021-08-16 13:03 UTC  (14+ messages)

[PATCH 0/4] iio: st_sensors: convert probe functions to full devm
 2021-08-16  8:53 UTC  (6+ messages)
` [PATCH 2/4] iio: st_sensors: remove st_sensors_power_disable() function

[PATCH v5 0/5] AD7949 Fixes
 2021-08-16  8:07 UTC  (7+ messages)
` [PATCH v5 3/5] iio: adc: ad7949: add support for internal vref

[PATCH v7 00/13] iio: afe: add temperature rescaling support
 2021-08-15 22:14 UTC  (4+ messages)
` [PATCH v7 08/13] iio: afe: rescale: fix precision on fractional log scale

[PATCH v5] drivers/iio: Remove all strcpy() uses
 2021-08-15 17:42 UTC 

[PATCH v4] drivers/iio: Remove all strcpy() uses
 2021-08-15 17:12 UTC  (9+ messages)

[PATCH v15 00/13] Introduce the Counter character device interface
 2021-08-15 16:57 UTC  (6+ messages)
` [PATCH v15 07/13] docs: counter: Document "
` [PATCH v15 09/13] counter: Implement signalZ_action_component_id sysfs attribute
  ` [PATCH v15 02/13] counter: Internalize sysfs interface code

[PATCH 0/2] iio:adc:ad7124: Convert to generic firmware handling
 2021-08-15 16:09 UTC  (7+ messages)
` [PATCH 2/2] iio:adc:ad7124: Convert to fwnode handling of child node parsing

[PATCH v4 0/3] Renesas RZ/G2L ADC driver support
 2021-08-15 16:04 UTC  (4+ messages)

[PATCH v2] iio: pressure: hp03: update device probe to register with devm functions
 2021-08-15 15:53 UTC  (2+ messages)

[PATCH v4] iio: adc: rockchip_saradc: add voltage notifier so get referenced voltage once at probe
 2021-08-15 15:50 UTC  (2+ messages)

[PATCH v2 0/1] Fix ltc2983 probing
 2021-08-15 15:33 UTC  (6+ messages)
` [PATCH v2 1/1] iio: ltc2983: fix device probe

[PATCH] iio: accel: adxl355: Add triggered buffer support
 2021-08-15 15:04 UTC  (3+ messages)

[PATCH v3 0/2] iio: potentiometer: Add driver support for AD5110
 2021-08-15 14:39 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: iio: potentiometer: Add AD5110 in trivial-devices
` [PATCH v3 2/2] iio: potentiometer: Add driver support for AD5110

[PULL] 1st set of IIO + counter new device support, cleanups etc for 5.15
 2021-08-15  6:32 UTC  (2+ messages)

Vacation 18-26th August, very slightly early IIO cut off for 5.15 as a result
 2021-08-14 17:20 UTC 

[PATCH v3] drivers/iio: Remove all strcpy() uses
 2021-08-14 10:08 UTC  (2+ messages)

[PATCH v2 0/2] iio: potentiometer: Add driver support for AD5110
 2021-08-14  8:18 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: iio: potentiometer: Add AD5110 in trivial-devices
` [PATCH v2 2/2] iio: potentiometer: Add driver support for AD5110

[PATCH v3 0/2] mfd: rn5t618: Extend ADC support
 2021-08-13 16:00 UTC  (2+ messages)

[PATCH v8 0/3] iio: accel: add support for ADXL355
 2021-08-13  8:21 UTC  (5+ messages)
` [PATCH v8 3/3] iio: accel: adxl355: Add triggered buffer support


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 NNTP newsgroup(s).