public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-18 11:11:58 to 2021-08-25 15:32:53 UTC [more...]

[PATCH 00/40] TI AM437X ADC1
 2021-08-25 15:24 UTC  (15+ messages)
` [PATCH 01/40] clk: ti: am43xx: Add clkctrl data for am43xx ADC1
` [PATCH 02/40] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD
` [PATCH 03/40] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH 04/40] dt-bindings: iio: adc: ti,am3359-adc: "
` [PATCH 05/40] dt-bindings: touchscreen: ti,am3359-tsc: Remove deprecated text file
` [PATCH 06/40] dt-bindings: mfd: ti,am3359-tscadc: Describe am4372 MFD compatible
` [PATCH 07/40] dt-bindings: iio: adc: ti,am3359-adc: Describe am4372 ADC compatible
` [PATCH 08/40] mfd: ti_am335x_tscadc: Replace license text with SPDX tag
` [PATCH 09/40] mfd: ti_am335x_tscadc: Fix style
` [PATCH 10/40] mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variables
` [PATCH 11/40] mfd: ti_am335x_tscadc: Get rid of useless gotos
` [PATCH 12/40] mfd: ti_am335x_tscadc: Move the driver structure allocation earlier
` [PATCH 13/40] mfd: ti_am335x_tscadc: Reword the comment explaining the dividers
` [PATCH 14/40] mfd: ti_am335x_tscadc: Don't search the tree for our clock

[PATCH v4 1/6] iio: Add output buffer support
 2021-08-25 15:31 UTC 

[RESEND v4 08/15] iio: adc: aspeed: Use model_data to set clk scaler
 2021-08-25 11:52 UTC 

[PATCH v2 1/2] iio: ltc2983: add support for optional reset gpio
 2021-08-25  8:41 UTC  (2+ messages)
` [PATCH v2 2/2] iio: ltc2983: fail probe if no channels are given

[PATCH v4 0/6] iio: Add output buffer support and DAC example
 2021-08-25  8:35 UTC  (18+ 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 v4 5/6] dt-bindings: iio: dac: Add adi,ad3552r.yaml
` [PATCH v4 6/6] drivers:iio:dac: Add AD3552R driver support

[PATCH 1/2] iio: ltc2983: add support for optional reset gpio
 2021-08-25  8:24 UTC  (12+ messages)
` [PATCH 2/2] iio: ltc2983: fail probe if no channels are given

[PATCH] iio: adc128s052: Simplify 'adc128_probe()'
 2021-08-25  7:11 UTC  (2+ messages)

[PATCH] iio: magnetometer: ak8975: add AK09116 support
 2021-08-25  2:07 UTC 

[RESEND v4 00/15] Add support for ast2600 ADC
 2021-08-24  9:12 UTC  (16+ messages)
` [RESEND v4 01/15] dt-bindings: iio: adc: Add ast2600-adc bindings
` [RESEND v4 02/15] iio: adc: aspeed: completes the bitfield declare
` [RESEND v4 03/15] iio: adc: aspeed: set driver data when adc probe
` [RESEND v4 04/15] iio: adc: aspeed: Keep model data to driver data
` [RESEND v4 05/15] iio: adc: aspeed: Refactory model data structure
` [RESEND v4 06/15] iio: adc: aspeed: Add vref config function
` [RESEND v4 07/15] iio: adc: aspeed: Set num_channels with model data
` [RESEND v4 08/15] iio: adc: aspeed: Use model_data to set clk scaler
` [RESEND v4 09/15] iio: adc: aspeed: Use devm_add_action_or_reset
` [RESEND v4 10/15] iio: adc: aspeed: Support ast2600 adc
` [RESEND v4 11/15] iio: adc: aspeed: Fix the calculate error of clock
` [RESEND v4 12/15] iio: adc: aspeed: Add func to set sampling rate
` [RESEND v4 13/15] iio: adc: aspeed: Add compensation phase
` [RESEND v4 14/15] iio: adc: aspeed: Support battery sensing
` [RESEND v4 15/15] iio: adc: aspeed: Get and set trimming data

[v4 00/15] Add support for ast2600 ADC
 2021-08-25  0:06 UTC  (12+ messages)
` [v4 01/15] dt-bindings: iio: adc: Add ast2600-adc bindings
` [v4 02/15] iio: adc: aspeed: completes the bitfield declare
` [v4 03/15] iio: adc: aspeed: set driver data when adc probe
` [v4 04/15] iio: adc: aspeed: Keep model data to driver data
` [v4 05/15] iio: adc: aspeed: Refactory model data structure
` [v4 06/15] iio: adc: aspeed: Add vref config function
` [v4 07/15] iio: adc: aspeed: Set num_channels with model data
` [v4 08/15] iio: adc: aspeed: Use model_data to set clk scaler
` [v4 09/15] iio: adc: aspeed: Use devm_add_action_or_reset

[PATCH v8 00/14] iio: afe: add temperature rescaling support
 2021-08-24 20:28 UTC  (22+ messages)
` [PATCH v8 01/14] iio: inkern: apply consumer scale on IIO_VAL_INT cases
` [PATCH v8 02/14] iio: inkern: apply consumer scale when no channel scale is available
` [PATCH v8 03/14] iio: inkern: make a best effort on offset calculation
` [PATCH v8 04/14] iio: afe: rescale: expose scale processing function
` [PATCH v8 05/14] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support
` [PATCH v8 06/14] iio: afe: rescale: add offset support
` [PATCH v8 07/14] iio: afe: rescale: use s64 for temporary scale calculations
` [PATCH v8 08/14] iio: afe: rescale: reduce risk of integer overflow
` [PATCH v8 09/14] iio: afe: rescale: fix accuracy for small fractional scales
    ` [PATCH v8 09/14] iio: afe: rescale: fix accuracy for small
` [PATCH v8 10/14] iio: test: add basic tests for the iio-rescale driver
` [PATCH v8 11/14] iio: afe: rescale: add RTD temperature sensor support
` [PATCH v8 12/14] iio: afe: rescale: add temperature transducers
` [PATCH v8 13/14] dt-bindings: iio: afe: add bindings for temperature-sense-rtd
` [PATCH v8 14/14] dt-bindings: iio: afe: add bindings for temperature transducers

[PATCH] iio: adc128s052: Fix the error handling path of 'adc128_probe()'
 2021-08-24 19:45 UTC  (3+ messages)

[PATCH v4 2/2] dt-bindings: iio: temperature: add MAXIM max31865 support
 2021-08-24 16:56 UTC  (2+ messages)

[PATCH v2 1/2] iio: accel: fxls8962af: add threshold event handling
 2021-08-24 12:59 UTC  (7+ messages)
` [PATCH v2 2/2] iio: accel: fxls8962af: add wake on event

[PATCH v3 0/3] iio: chemical: Add Senseair Sunrise CO2 sensor
 2021-08-24 12:28 UTC  (15+ messages)
` [PATCH v3 1/3] dt-bindings: iio: chemical: Document senseair,sunrise "
` [PATCH v3 2/3] iio: chemical: Add Sensteair Sunrise 006-0-007 driver
  ` [PATCH v3.1 2/3] iio: chemical: Add Senseair "
` [PATCH v3 3/3] iio: ABI: docs: Document Senseair Sunrise ABI

[PATCH v2 00/10] iio: adc: at91-sama5d2_adc: add support for sama7g5
 2021-08-24 11:54 UTC  (11+ messages)
` [PATCH v2 01/10] dt-bindings: iio: adc: at91-sama5d2: add compatible for sama7g5-adc
` [PATCH v2 02/10] iio: adc: at91-sama5d2_adc: initialize hardware after clock is started
` [PATCH v2 03/10] iio: adc: at91-sama5d2_adc: remove unused definition
` [PATCH v2 04/10] iio: adc: at91-sama5d2_adc: convert to platform specific data structures
` [PATCH v2 05/10] iio: adc: at91-sama5d2-adc: add support for separate end of conversion registers
` [PATCH v2 06/10] iio: adc: at91-sama5d2_adc: add helper for COR register
` [PATCH v2 07/10] iio: adc: at91-sama5d2_adc: add support for sama7g5 device
` [PATCH v2 08/10] iio: adc: at91-sama5d2_adc: update copyright and authors information
` [PATCH v2 09/10] ARM: dts: at91: sama7g5: add node for the ADC
` [PATCH v2 10/10] ARM: dts: at91: sama7g5ek: enable ADC on the board

[PATCH v4 1/2] iio: temperature: Add MAX31865 RTD Support
 2021-08-24  5:01 UTC 

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

[PATCH] iio: adc: twl6030-gpadc: Use the defined variable to clean code
 2021-08-23  9:59 UTC 

[PATCH v2 0/3] iio: chemical: Add Senseair Sunrise CO2 sensor
 2021-08-22 16:04 UTC  (11+ 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 v15 00/13] Introduce the Counter character device interface
 2021-08-22  2:03 UTC  (5+ messages)
` [PATCH v15 07/13] docs: counter: Document "

[PATCH] staging: iio: cdc: remove braces from single line if blocks
 2021-08-20 22:49 UTC 

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

[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  (6+ messages)
` [PATCH v12 2/2] iio: accel: Add driver "

[PATCH 1/2] iio: accel: fxls8962af: add threshold event handling
 2021-08-19  6:53 UTC  (3+ 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  (6+ messages)
` [PATCH v3 2/2] iio: accel: Add driver support for ADXL313

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


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