linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-13 08:02:08 to 2021-09-21 11:54:20 UTC [more...]

[PATCH v4 00/16] Bring external triggers support to MAX1027-like ADCs
 2021-09-21 11:53 UTC  (5+ 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 v2 00/16] Bring external triggers support to MAX1027-like ADCs
 2021-09-21  8:11 UTC  (18+ 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 v3 00/47] TI AM437X ADC1
 2021-09-21  7:51 UTC  (59+ 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 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

[bug report] iio: adc: ad7949: add vref selection support
 2021-09-21  6:35 UTC 

[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 v2][next] counter: Add default statement to switch() in quad8_function_read()
 2021-09-21  0:36 UTC  (2+ messages)

[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 0/9] treewide: simplify getting .driver_data
 2021-09-20  9:05 UTC  (2+ messages)
` [PATCH 6/9] iio: common: cros_ec_sensors: "

[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  (8+ messages)
` [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/7] add internal channels support
 2021-09-18 18:42 UTC  (5+ messages)
` [PATCH 6/7] iio: adc: stm32-adc: add vrefint calibration support

[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  (16+ 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 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

[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 1/2] iio: adc: ad799x: Implement selecting external reference voltage input on AD7991, AD7995 and AD7999
 2021-09-14 13:21 UTC  (3+ messages)

[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] dt-bindings: iio: magnetometer: asahi-kasei,ak8975 add vid reg
 2021-09-13 18:19 UTC 

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


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