linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-06 09:30:22 to 2021-09-15 16:00:19 UTC [more...]

[PATCH v3 00/47] TI AM437X ADC1
 2021-09-15 15:58 UTC  (33+ messages)
` [PATCH v3 01/47] clk: ti: am43xx: Add clkctrl data for am43xx ADC1
` [PATCH v3 02/47] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD
` [PATCH v3 03/47] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH v3 04/47] dt-bindings: iio: adc: ti,am3359-adc: "
` [PATCH v3 05/47] dt-bindings: touchscreen: ti,am3359-tsc: Remove deprecated text file
` [PATCH v3 06/47] dt-bindings: mfd: ti,am3359-tscadc: Describe am4372 MFD compatible
` [PATCH v3 07/47] dt-bindings: iio: adc: ti,am3359-adc: Describe am4372 ADC compatible
` [PATCH v3 08/47] mfd: ti_am335x_tscadc: Ensure a balanced number of node get/put
` [PATCH v3 09/47] mfd: ti_am335x_tscadc: Replace license text with SPDX tag
` [PATCH v3 10/47] mfd: ti_am335x_tscadc: Fix style
` [PATCH v3 11/47] mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variables
` [PATCH v3 12/47] mfd: ti_am335x_tscadc: Get rid of useless gotos
` [PATCH v3 13/47] mfd: ti_am335x_tscadc: Reword the comment explaining the dividers
` [PATCH v3 14/47] mfd: ti_am335x_tscadc: Don't search the tree for our clock
` [PATCH v3 15/47] mfd: ti_am335x_tscadc: Simplify divisor calculation
` [PATCH v3 16/47] mfd: ti_am335x_tscadc: Move the driver structure allocation earlier
` [PATCH v3 17/47] mfd: ti_am335x_tscadc: Use driver data
` [PATCH v3 18/47] mfd: ti_am335x_tscadc: Mimic the probe from resume()
` [PATCH v3 19/47] mfd: ti_am335x_tscadc: Drop useless variables from the driver structure
` [PATCH v3 20/47] mfd: ti_am335x_tscadc: Always provide an idle configuration
` [PATCH v3 21/47] mfd: ti_am335x_tscadc: Reorder the initialization steps
` [PATCH v3 22/47] mfd: ti_am335x_tscadc: Gather the ctrl register logic in one place
` [PATCH v3 23/47] mfd: ti_am335x_tscadc: Replace the header license text with SPDX tag
` [PATCH v3 24/47] mfd: ti_am335x_tscadc: Fix header spacing
` [PATCH v3 25/47] mfd: ti_am335x_tscadc: Use the new HZ_PER_MHZ macro
` [PATCH v3 26/47] mfd: ti_am335x_tscadc: Use BIT(), GENMASK() and FIELD_PREP() when relevant
` [PATCH v3 27/47] mfd: ti_am335x_tscadc: Clarify the maximum values for DT entries
` [PATCH v3 28/47] mfd: ti_am335x_tscadc: Drop useless definitions from the header
` [PATCH v3 29/47] mfd: ti_am335x_tscadc: Rename the subsystem enable macro
` [PATCH v3 30/47] mfd: ti_am335x_tscadc: Add TSC prefix in certain macros
` [PATCH v3 31/47] mfd: ti_am335x_tscadc: Rename a variable
` [PATCH v3 32/47] mfd: ti_am335x_tscadc: Fix an error message

[PATCH v3 00/14] Bring external triggers support to MAX1027-like ADCs
 2021-09-15 15:51 UTC  (15+ messages)
` [PATCH v3 01/14] iio: adc: max1027: Fix style
` [PATCH v3 02/14] iio: adc: max1027: Drop extra warning message
` [PATCH v3 03/14] iio: adc: max1027: Drop useless debug messages
` [PATCH v3 04/14] iio: adc: max1027: Minimize the number of converted channels
` [PATCH v3 05/14] iio: adc: max1027: Rename a helper
` [PATCH v3 06/14] iio: adc: max1027: Create a helper to enable/disable the cnvst trigger
` [PATCH v3 07/14] iio: adc: max1027: Simplify the _set_trigger_state() helper
` [PATCH v3 08/14] iio: adc: max1027: Ensure a default cnvst trigger configuration
` [PATCH v3 09/14] iio: adc: max1027: Create a helper to configure the channels to scan
` [PATCH v3 10/14] iio: adc: max1027: Prevent single channel accesses during buffer reads
` [PATCH v3 11/14] iio: adc: max1027: Separate the IRQ handler from the read logic
` [PATCH v3 12/14] iio: adc: max1027: Introduce an end of conversion helper
` [PATCH v3 13/14] iio: adc: max1027: Deeply rework interrupt handling
` [PATCH v3 14/14] iio: adc: max1027: Don't reject external triggers when there is no IRQ

[PATCH v2 00/16] Bring external triggers support to MAX1027-like ADCs
 2021-09-15 15:45 UTC  (12+ messages)
` [PATCH v2 05/16] iio: adc: max1027: Minimize the number of converted channels
` [PATCH v2 14/16] iio: adc: max1027: Don't just sleep when the EOC interrupt is available
` [PATCH v2 15/16] iio: adc: max1027: Add support for external triggers

[PATCH 0/7] add internal channels support
 2021-09-15 10:02 UTC  (14+ messages)
` [PATCH 1/7] dt-bindings: iio: adc: add generic channel binding
` [PATCH 2/7] dt-bindings: iio: adc: add nvmem support for vrefint internal channel
` [PATCH 3/7] iio: adc stm32-adc: split channel init into several routines
` [PATCH 4/7] iio: adc: stm32-adc: add support of generic channels binding
` [PATCH 5/7] iio: adc: stm32-adc: add support of internal channels
` [PATCH 6/7] iio: adc: stm32-adc: add vrefint calibration support
` [PATCH 7/7] iio: adc: stm32-adc: use generic binding for sample-time

[PATCH v3 00/10] iio: adc: at91-sama5d2_adc: add support for sama7g5
 2021-09-15  9:17 UTC  (7+ messages)
` [PATCH v3 09/10] ARM: dts: at91: sama7g5: add node for the ADC
` [PATCH v3 10/10] ARM: dts: at91: sama7g5ek: enable ADC on the board

[PATCH v2 00/46] TI AM437X ADC1
 2021-09-15  7:48 UTC  (11+ messages)
` [PATCH v2 06/46] dt-bindings: mfd: ti,am3359-tscadc: Describe am4372 MFD compatible
` [PATCH v2 07/46] dt-bindings: iio: adc: ti,am3359-adc: Describe am4372 ADC compatible
` [PATCH v2 26/46] mfd: ti_am335x_tscadc: Use FIELD_PREP() when relevant in the header
` [PATCH v2 34/46] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support

[PATCH 0/4] iio: adc: stm32-dfsdm: add scale and offset support
 2021-09-14 15:43 UTC  (10+ messages)
` [PATCH 4/4] "

[PATCH 1/2] iio: adc: ad799x: Implement selecting external reference voltage input on AD7991, AD7995 and AD7999
 2021-09-14 14:51 UTC  (2+ messages)
` [PATCH 2/2] dt-binding: iio: Add documentation for AD799x driver

[PATCH] iio: imu: mpu6050: add watermark support for icm20602/20690
 2021-09-14 13:52 UTC  (3+ messages)

[PATCH v2 1/2] iio: adc: ad799x: Implement selecting external reference voltage input on AD7991, AD7995 and AD7999
 2021-09-14 13:21 UTC  (5+ messages)
` [PATCH v2 2/2] dt-binding: iio: Add documentation for AD799x driver

[PATCH v3 0/1] AUXADC: Mediatek auxadc driver
 2021-09-14 13:09 UTC  (2+ messages)
` [PATCH] iio: mtk-auxadc: update case IIO_CHAN_INFO_PROCESSED

[PATCH] iio: ssp_sensors: fix error code in ssp_print_mcu_debug()
 2021-09-14 10:53 UTC 

[PATCH] dt-bindings: iio: magnetometer: asahi-kasei,ak8975 add vid reg
 2021-09-13 18:19 UTC 

[PATCH v2] iio: imu: inv_mpu6050: Mark acpi match table as maybe unused
 2021-09-13 12:19 UTC  (2+ messages)

[PATCH] iio: light: max44000: use device-managed functions in probe
 2021-09-13 12:00 UTC 

[PATCH] iio: gyro: adis16080: use devm_iio_device_register() in probe
 2021-09-13 11:53 UTC 

[PATCH] iio: dac: ad5064: convert probe to full device-managed
 2021-09-13 11:52 UTC 

[PATCH] staging: iio: ad9832: convert probe to device-managed
 2021-09-13 11:52 UTC 

[PATCH] iio: dac: ad7303: convert probe to full device-managed
 2021-09-13 11:51 UTC 

[PATCH] iio: imu: inv_mpu6050: Mark acpi match table as maybe unused
 2021-09-13 11:13 UTC 

[PATCH v2 0/4] iio: chemical: Add support for Sensirion SCD4x CO2 sensor
 2021-09-13  8:00 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: iio: chemical: sensirion,scd4x: Add yaml description
` [PATCH v2 2/4] MAINTAINERS: Add myself as maintainer of the scd4x driver
` [PATCH v2 3/4] drivers: iio: chemical: Add support for Sensirion SCD4x CO2 sensor
` [PATCH v2 4/4] iio: documentation: Document scd4x calibration use

[v6 00/11] Add support for ast2600 ADC
 2021-09-13  7:53 UTC  (12+ messages)
` [v6 01/11] iio: adc: aspeed: Keep model data to driver data
` [v6 02/11] iio: adc: aspeed: Restructure the model data
` [v6 03/11] iio: adc: aspeed: Add vref config function
` [v6 04/11] iio: adc: aspeed: Use model_data to set clk scaler
` [v6 05/11] iio: adc: aspeed: Use devm_add_action_or_reset
` [v6 06/11] iio: adc: aspeed: Support ast2600 adc
` [v6 07/11] iio: adc: aspeed: Fix the calculate error of clock
` [v6 08/11] iio: adc: aspeed: Add func to set sampling rate
` [v6 09/11] iio: adc: aspeed: Add compensation phase
` [v6 10/11] iio: adc: aspeed: Support battery sensing
` [v6 11/11] iio: adc: aspeed: Get and set trimming data

[PATCH] iio: ssp_sensors: add more range checking in ssp_parse_dataframe()
 2021-09-13  7:37 UTC  (3+ messages)

[PATCH v4 0/3] iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADC
 2021-09-13  6:35 UTC  (7+ messages)
` [PATCH v4 1/3] iio: imx8qxp-adc: Add binding documentation "
` [PATCH v4 2/3] dt-bindings: iio: adc: "
` [PATCH v4 3/3] MAINTAINERS: Add the driver info of the "

[PATCH v2] iio: adc: ad799x: Add a single error handling block at the end of the function
 2021-09-12 16:42 UTC  (2+ messages)

[PATCH v16 00/14] Introduce the Counter character device interface
 2021-09-12 16:36 UTC  (19+ messages)
` [PATCH v16 01/14] counter: stm32-lptimer-cnt: Provide defines for clock polarities
` [PATCH v16 02/14] counter: stm32-timer-cnt: Provide defines for slave mode selection
` [PATCH v16 04/14] counter: Update counter.h comments to reflect sysfs internalization
` [PATCH v16 05/14] docs: counter: Update "
` [PATCH v16 07/14] counter: Add character device interface
` [PATCH v16 08/14] docs: counter: Document "
` [PATCH v16 09/14] tools/counter: Create Counter tools

[PATCH v8 09/14] iio: afe: rescale: fix accuracy for small
 2021-09-11 23:31 UTC  (7+ messages)

[PATCH v2 0/3] iio: adc: Fix flags in sigma-delta drivers
 2021-09-11 17:46 UTC  (8+ messages)
` [PATCH v2 1/3] iio: adc: ad7192: Add IRQ flag
` [PATCH v2 2/3] iio: adc: ad7780: Fix "
` [PATCH v2 3/3] iio: adc: ad7793: "

[PATCH v3 0/3] iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADC
 2021-09-11 17:28 UTC  (7+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] dt-bindings: iio: adc: Add the binding documentation "
` [PATCH v3 3/3] MAINTAINERS: Add the driver info of the "

[PATCH] iio: ep93xx: Make use of the helper function devm_platform_ioremap_resource()
 2021-09-11 17:16 UTC  (2+ messages)

[PATCH] iio: adc: ad799x: Add a single error handling block at the end of the function
 2021-09-11 17:11 UTC  (2+ messages)

[PATCH v5 0/4] iio: chemical: Add Senseair Sunrise CO2 sensor
 2021-09-11 15:29 UTC  (13+ messages)
` [PATCH v5 1/4] dt-bindings: iio: chemical: Document senseair,sunrise "
` [PATCH v5 2/4] iio: ABI: docs: Document Senseair Sunrise ABI
` [PATCH v5 3/4] iio: chemical: Add Senseair Sunrise 006-0-007 driver
` [PATCH v5 4/4] iio: ABI: Document in_concentration_co2_scale

[PATCH] workaround regression in ina2xx introduced by cb47755725da("time: Prevent undefined behaviour in timespec64_to_ns()")
 2021-09-11 13:23 UTC  (2+ messages)

[PATCH] iio: adc: fsl-imx25-gcq: initialize regulators as needed
 2021-09-09 12:33 UTC  (3+ messages)

Looking for clarification on sysfs IIO devices, do _raw devices require both _offset and _scale?
 2021-09-09 13:49 UTC  (3+ messages)

[PATCH AUTOSEL 4.4 03/35] iio: dac: ad5624r: Fix incorrect handling of an optional regulator
 2021-09-09 12:00 UTC 

[PATCH AUTOSEL 4.9 03/48] iio: dac: ad5624r: Fix incorrect handling of an optional regulator
 2021-09-09 11:59 UTC 

[PATCH AUTOSEL 4.14 04/59] iio: dac: ad5624r: Fix incorrect handling of an optional regulator
 2021-09-09 11:58 UTC 

[PATCH AUTOSEL 4.19 05/74] iio: dac: ad5624r: Fix incorrect handling of an optional regulator
 2021-09-09 11:56 UTC 

[PATCH AUTOSEL 5.4 007/109] iio: dac: ad5624r: Fix incorrect handling of an optional regulator
 2021-09-09 11:53 UTC 

[PATCH AUTOSEL 5.10 011/176] iio: dac: ad5624r: Fix incorrect handling of an optional regulator
 2021-09-09 11:48 UTC 

[PATCH AUTOSEL 5.13 018/219] iio: dac: ad5624r: Fix incorrect handling of an optional regulator
 2021-09-09 11:43 UTC 

[PATCH AUTOSEL 5.14 024/252] iio: dac: ad5624r: Fix incorrect handling of an optional regulator
 2021-09-09 11:37 UTC 

[PATCH v4 0/3] iio: chemical: Add Senseair Sunrise CO2 sensor
 2021-09-09  8:43 UTC  (6+ messages)
` [PATCH v4 2/3] iio: chemical: Add Senseair Sunrise 006-0-007 driver

[PATCH v1 0/3] iio: chemical: Add support for Sensirion SCD4x CO2 sensor
 2021-09-08 17:08 UTC  (6+ messages)
` [PATCH v1 1/3] dt-bindings: iio: chemical: sensirion,scd4x: Add yaml description
` [PATCH v1 3/3] drivers: iio: chemical: Add support for Sensirion SCD4x CO2 sensor

[PATCH v3 2/3] iio: chemical: Add Sensteair Sunrise 006-0-007 driver
 2021-09-08 16:08 UTC  (12+ messages)
` [PATCH v3.1 2/3] iio: chemical: Add Senseair "

[PATCH] iio: adc: ad799x: Implement selecting external reference voltage input on AD7991, AD7995 and AD7999
 2021-09-08 15:03 UTC  (3+ messages)

[PATCH] iio: dac: stm32-dac: Make use of the helper function devm_platform_ioremap_resource()
 2021-09-08 10:56 UTC 

[PATCH] iio: adc: rockchip_saradc: Make use of the helper function devm_platform_ioremap_resource()
 2021-09-08 10:56 UTC 

[PATCH 00/16] Bring software triggers support to MAX1027-like ADCs
 2021-09-06 17:34 UTC  (20+ messages)
` [PATCH 03/16] iio: adc: max1027: Push only the requested samples
` [PATCH 14/16] iio: adc: max1027: Consolidate the end of conversion helper

[PATCH v2 0/3] iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADC
 2021-09-06 16:32 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] dt-bindings: iio: adc: Add the binding documentation "
` [PATCH v2 3/3] MAINTAINERS: Add the driver info of the "


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).