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

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

Reading ADC that comes from a multiplexer
 2021-09-23 10:28 UTC  (11+ messages)

[PATCH v3 00/47] TI AM437X ADC1
 2021-09-23  9:33 UTC  (47+ messages)
` [PATCH v3 01/47] clk: ti: am43xx: Add clkctrl data for am43xx ADC1
` [PATCH v3 03/47] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH v3 05/47] dt-bindings: touchscreen: ti,am3359-tsc: Remove deprecated text file
` [PATCH v3 17/47] mfd: ti_am335x_tscadc: Use driver data
` [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 32/47] mfd: ti_am335x_tscadc: Fix an error message
` [PATCH v3 33/47] mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreen
` [PATCH v3 34/47] mfd: ti_am335x_tscadc: Introduce has_tsc
` [PATCH v3 35/47] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
` [PATCH v3 36/47] mfd: ti_am335x_tscadc: Support the correctly spelled DT property
` [PATCH v3 37/47] iio: adc: ti_am335x_adc: Wait the idle state to avoid stalls
` [PATCH v3 38/47] iio: adc: ti_am335x_adc: Replace license text with SPDX tag
` [PATCH v3 39/47] iio: adc: ti_am335x_adc: Fix style
` [PATCH v3 40/47] iio: adc: ti_am335x_adc: Get rid of useless gotos
` [PATCH v3 41/47] iio: adc: ti_am335x_adc: Gather the checks on the delays
` [PATCH v3 42/47] iio: adc: ti_am335x_adc: Add a unit to the timeout delay
` [PATCH v3 43/47] iio: adc: ti_am335x_adc: Add the scale information
` [PATCH v3 44/47] iio: adc: ti_am335x_adc: Add the am437x compatible
` [PATCH v3 45/47] ARM: dts: am437x-cm-t43: Use a correctly spelled DT property
` [PATCH v3 46/47] ARM: dts: am43xx: Describe the magnetic reader/ADC1 hardware module
` [PATCH v3 47/47] ARM: dts: am437x-gp-evm: enable ADC1

[PATCH 0/9] treewide: simplify getting .driver_data
 2021-09-23  9:16 UTC  (3+ messages)
` [PATCH 6/9] iio: common: cros_ec_sensors: "

[PATCH] iio: imu: st_lsm6dsx: move max_fifo_size in st_lsm6dsx_fifo_ops
 2021-09-23  9:08 UTC 

[PATCH v2] workaround regression in ina2xx introduced by cb47755725da("time: Prevent undefined behaviour in timespec64_to_ns()")
 2021-09-23  8:23 UTC 

[bug report] iio: adc: ad7949: add vref selection support
 2021-09-23  5:47 UTC  (5+ messages)

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

iio: Understanding the modes
 2021-09-22  9:22 UTC 

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

[PATCH 0/7] add internal channels support
 2021-09-22  7:53 UTC  (10+ 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 6/7] iio: adc: stm32-adc: add vrefint calibration support

[PATCH 0/1] iio/scmi: Add reading "raw" attribute
 2021-09-22  6:52 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2][next] counter: Add default statement to switch() in quad8_function_read()
 2021-09-21 22:51 UTC  (4+ messages)
  ` [PATCH v3][next] "

[PATCH] dt-bindings: iio: magnetometer: asahi-kasei,ak8975 add vid reg
 2021-09-21 20:22 UTC  (2+ messages)

[PATCH v4 00/16] Bring external triggers support to MAX1027-like ADCs
 2021-09-21 11:54 UTC  (17+ messages)
` [PATCH v4 01/16] iio: adc: max1027: Fix style
` [PATCH v4 02/16] iio: adc: max1027: Drop extra warning message
` [PATCH v4 03/16] iio: adc: max1027: Drop useless debug messages
` [PATCH v4 04/16] iio: adc: max1027: Minimize the number of converted channels
` [PATCH v4 05/16] iio: adc: max1027: Rename a helper
` [PATCH v4 06/16] iio: adc: max1027: Create a helper to enable/disable the cnvst trigger
` [PATCH v4 07/16] iio: adc: max1027: Simplify the _set_trigger_state() helper
` [PATCH v4 08/16] iio: adc: max1027: Ensure a default cnvst trigger configuration
` [PATCH v4 09/16] iio: adc: max1027: Create a helper to configure the channels to scan
` [PATCH v4 10/16] iio: adc: max1027: Prevent single channel accesses during buffer reads
` [PATCH v4 11/16] iio: adc: max1027: Separate the IRQ handler from the read logic
` [PATCH v4 12/16] iio: adc: max1027: Introduce an end of conversion helper
` [PATCH v4 13/16] iio: adc: max1027: Stop requesting a threaded IRQ
` [PATCH v4 14/16] iio: adc: max1027: Use the EOC IRQ when populated for single reads
` [PATCH v4 15/16] iio: adc: max1027: Allow all kind of triggers to be used
` [PATCH v4 16/16] 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-21  8:11 UTC  (12+ messages)
` [PATCH v2 15/16] iio: adc: max1027: Add support for external triggers

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

[PATCH] iio: imu: mpu6050: add watermark support for icm20602/20690
 2021-09-20 18:00 UTC  (6+ messages)

[PATCH v5 0/6] iio: Add output buffer support
 2021-09-20 18:04 UTC  (17+ messages)
` [PATCH v5 1/6] "
` [PATCH v5 2/6] iio: kfifo-buffer: "
` [PATCH v5 3/6] iio: triggered-buffer: extend support to configure output buffers
` [PATCH v5 4/6] drivers: iio: dac: ad5766: Fix dt property name
` [PATCH v5 5/6] Documentation:devicetree:bindings:iio:dac: Fix val
` [PATCH v5 6/6] drivers:iio:dac:ad5766.c: Add trigger buffer

[PATCH][next] counter: Add default statement to switch() in quad8_function_read()
 2021-09-20 17:36 UTC 

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

[PATCH v5 0/4] iio: chemical: Add Senseair Sunrise CO2 sensor
 2021-09-20 13:02 UTC  (4+ messages)
` [PATCH v5 3/4] iio: chemical: Add Senseair Sunrise 006-0-007 driver

[PATCH] iio: light: opt3001: Fixed timeout error when 0 lux
 2021-09-20 12:53 UTC 

[PATCH] iio: adis16475: fix deadlock on frequency set
 2021-09-20 11:42 UTC  (2+ messages)

[PATCH v5 1/2] iio: accel: fxls8962af: add threshold event handling
 2021-09-20 11:42 UTC  (2+ messages)
` [PATCH v5 2/2] iio: accel: fxls8962af: add wake on event

[PATCH v16 00/14] Introduce the Counter character device interface
 2021-09-20 10:09 UTC  (4+ messages)
` [PATCH v16 07/14] counter: Add "

[PATCH] dt-bindings: iio: kionix,kxcjk1013: driver support interrupts
 2021-09-19 20:36 UTC 

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

[PATCH] iio: adc: rockchip_saradc: Make use of the helper function devm_platform_ioremap_resource()
 2021-09-19 17:34 UTC  (2+ messages)

[PATCH] iio: dac: stm32-dac: Make use of the helper function devm_platform_ioremap_resource()
 2021-09-19 17:33 UTC  (2+ messages)

[PATCH v2 0/4] iio: chemical: Add support for Sensirion SCD4x CO2 sensor
 2021-09-19 16:51 UTC  (5+ messages)
` [PATCH v2 3/4] drivers: "
` [PATCH v2 4/4] iio: documentation: Document scd4x calibration use

[PATCH] iio: accel: mma7660: Mark acpi match table as maybe unused
 2021-09-19 16:03 UTC  (2+ messages)

[PATCH v2 00/46] TI AM437X ADC1
 2021-09-19 15:49 UTC  (5+ messages)
` [PATCH v2 26/46] mfd: ti_am335x_tscadc: Use FIELD_PREP() when relevant in the header

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

[PATCH] iio: ssp_sensors: fix error code in ssp_print_mcu_debug()
 2021-09-18 18:13 UTC  (2+ messages)

[PATCH] iio: ssp_sensors: add more range checking in ssp_parse_dataframe()
 2021-09-18 18:12 UTC  (4+ messages)

[PATCH] iio: light: max44000: use device-managed functions in probe
 2021-09-18 18:08 UTC  (2+ messages)

[PATCH] iio: gyro: adis16080: use devm_iio_device_register() in probe
 2021-09-18 18:07 UTC  (2+ messages)

[PATCH] iio: dac: ad5064: convert probe to full device-managed
 2021-09-18 18:05 UTC  (2+ messages)

[PATCH] staging: iio: ad9832: convert probe to device-managed
 2021-09-18 18:04 UTC  (2+ messages)

[PATCH] iio: dac: ad7303: convert probe to full device-managed
 2021-09-18 18:01 UTC  (2+ messages)

[PATCH v2] iio: imu: inv_mpu6050: Mark acpi match table as maybe unused
 2021-09-18 17:59 UTC  (3+ messages)

[v6 00/11] Add support for ast2600 ADC
 2021-09-18 17:57 UTC  (4+ messages)
` [v6 07/11] iio: adc: aspeed: Fix the calculate error of clock

[v5 00/15] Add support for ast2600 ADC
 2021-09-18 17:55 UTC  (6+ messages)
` [v5 04/15] iio: adc: aspeed: Keep model data to driver data

[PATCH v3 00/14] Bring external triggers support to MAX1027-like ADCs
 2021-09-18 17:09 UTC  (3+ messages)
` [PATCH v3 13/14] iio: adc: max1027: Deeply rework interrupt handling

[PATCH v1 0/6] kunit: build kunit tests without structleak plugin
 2021-09-18 15:58 UTC  (18+ messages)
` [PATCH v1 1/6] gcc-plugins/structleak: add makefile var for disabling structleak
` [PATCH v1 2/6] iio/test-format: build kunit tests without structleak plugin
` [PATCH v1 3/6] device property: "
` [PATCH v1 4/6] thunderbolt: "
` [PATCH v1 5/6] mmc: sdhci-of-aspeed: "
` [PATCH v1 6/6] bitfield: "

[PATCH v4 0/6] iio: Add output buffer support and DAC example
 2021-09-16 10:57 UTC  (4+ messages)
` [PATCH v4 1/6] iio: Add output 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).