messages from 2021-09-02 21:14:50 to 2021-09-08 15:55:58 UTC [more...]
[PATCH 0/7] add internal channels support
2021-09-08 15:54 UTC (8+ 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 2/3] iio: chemical: Add Sensteair Sunrise 006-0-007 driver
2021-09-08 15:29 UTC (11+ messages)
` [PATCH v3.1 2/3] iio: chemical: Add Senseair "
[PATCH v2 1/2] iio: adc: ad799x: Implement selecting external reference voltage input on AD7991, AD7995 and AD7999
2021-09-08 15:25 UTC (2+ messages)
` [PATCH v2 2/2] dt-binding: iio: Add documentation for AD799x driver
[PATCH] iio: adc: ad799x: Implement selecting external reference voltage input on AD7991, AD7995 and AD7999
2021-09-08 15:03 UTC (4+ messages)
[PATCH v4 0/3] iio: chemical: Add Senseair Sunrise CO2 sensor
2021-09-08 12:48 UTC (11+ messages)
` [PATCH v4 1/3] dt-bindings: iio: chemical: Document senseair,sunrise "
` [PATCH v4 2/3] iio: chemical: Add Senseair Sunrise 006-0-007 driver
` [PATCH v4 3/3] iio: ABI: docs: Document Senseair Sunrise ABI
[PATCH] iio: ep93xx: Make use of the helper function devm_platform_ioremap_resource()
2021-09-08 10:56 UTC
[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 v2 00/46] TI AM437X ADC1
2021-09-07 19:05 UTC (74+ messages)
` [PATCH v2 01/46] clk: ti: am43xx: Add clkctrl data for am43xx ADC1
` [PATCH v2 02/46] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD
` [PATCH v2 03/46] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH v2 04/46] dt-bindings: iio: adc: ti,am3359-adc: "
` [PATCH v2 05/46] dt-bindings: touchscreen: ti,am3359-tsc: Remove deprecated text file
` [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 08/46] mfd: ti_am335x_tscadc: Replace license text with SPDX tag
` [PATCH v2 09/46] mfd: ti_am335x_tscadc: Fix style
` [PATCH v2 10/46] mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variables
` [PATCH v2 11/46] mfd: ti_am335x_tscadc: Ensure a balanced number of node get/put
` [PATCH v2 12/46] mfd: ti_am335x_tscadc: Get rid of useless gotos
` [PATCH v2 13/46] mfd: ti_am335x_tscadc: Reword the comment explaining the dividers
` [PATCH v2 14/46] mfd: ti_am335x_tscadc: Don't search the tree for our clock
` [PATCH v2 15/46] mfd: ti_am335x_tscadc: Simplify divisor calculation
` [PATCH v2 16/46] mfd: ti_am335x_tscadc: Move the driver structure allocation earlier
` [PATCH v2 17/46] mfd: ti_am335x_tscadc: Use driver data
` [PATCH v2 18/46] mfd: ti_am335x_tscadc: Mimic the probe from resume()
` [PATCH v2 19/46] mfd: ti_am335x_tscadc: Drop useless variables from the driver structure
` [PATCH v2 20/46] mfd: ti_am335x_tscadc: Always provide an idle configuration
` [PATCH v2 21/46] mfd: ti_am335x_tscadc: Reorder the initialization steps
` [PATCH v2 22/46] mfd: ti_am335x_tscadc: Gather the ctrl register logic in one place
` [PATCH v2 23/46] mfd: ti_am335x_tscadc: Replace the header license text with SPDX tag
` [PATCH v2 24/46] mfd: ti_am335x_tscadc: Fix header spacing
` [PATCH v2 25/46] mfd: ti_am335x_tscadc: Use BIT() and GENMASK() when relevant in the header
` [PATCH v2 26/46] mfd: ti_am335x_tscadc: Use FIELD_PREP() "
` [PATCH v2 27/46] mfd: ti_am335x_tscadc: Rename the subsystem enable macro
` [PATCH v2 28/46] mfd: ti_am335x_tscadc: Add TSC prefix in certain macros
` [PATCH v2 29/46] mfd: ti_am335x_tscadc: Rename a variable
` [PATCH v2 30/46] mfd: ti_am335x_tscadc: Fix an error message
` [PATCH v2 31/46] mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreen
` [PATCH v2 32/46] mfd: ti_am335x_tscadc: Introduce has_tsc
` [PATCH v2 33/46] mfd: ti_am335x_tscadc: Move control register configuration
` [PATCH v2 34/46] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
` [PATCH v2 35/46] mfd: ti_am335x_tscadc: Support the correctly spelled DT property
` [PATCH v2 36/46] iio: adc: ti_am335x_adc: Wait the idle state to avoid stalls
` [PATCH v2 37/46] iio: adc: ti_am335x_adc: Replace license text with SPDX tag
` [PATCH v2 38/46] iio: adc: ti_am335x_adc: Fix style
` [PATCH v2 39/46] iio: adc: ti_am335x_adc: Get rid of useless gotos
` [PATCH v2 40/46] iio: adc: ti_am335x_adc: Gather the checks on the delays
` [PATCH v2 41/46] iio: adc: ti_am335x_adc: Add a unit to the timeout delay
` [PATCH v2 42/46] iio: adc: ti_am335x_adc: Add the scale information
` [PATCH v2 43/46] iio: adc: ti_am335x_adc: Add the am437x compatible
` [PATCH v2 44/46] ARM: dts: am437x-cm-t43: Use a correctly spelled DT property
` [PATCH v2 45/46] ARM: dts: am43xx: Describe the magnetic reader/ADC1 hardware module
` [PATCH v2 46/46] ARM: dts: am437x-gp-evm: enable ADC1
[PATCH v3 0/3] iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADC
2021-09-07 16:46 UTC (6+ 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 v1 0/3] iio: chemical: Add support for Sensirion SCD4x CO2 sensor
2021-09-07 13:13 UTC (4+ messages)
` [PATCH v1 1/3] dt-bindings: iio: chemical: sensirion,scd4x: Add yaml description
[PATCH] iio: adc: ad799x: Add a single error handling block at the end of the function
2021-09-07 6:24 UTC
[PATCH 00/16] Bring software triggers support to MAX1027-like ADCs
2021-09-06 17:34 UTC (32+ messages)
` [PATCH 03/16] iio: adc: max1027: Push only the requested samples
` [PATCH 11/16] iio: adc: max1027: Separate the IRQ handler from the read logic
` [PATCH 14/16] iio: adc: max1027: Consolidate the end of conversion helper
` [PATCH 15/16] iio: adc: max1027: Support software triggers
[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 "
[PATCH] iio: imu: mpu6050: add watermark support for icm20602/20690
2021-09-06 12:32 UTC
[PATCH v2 00/16] Bring external triggers support to MAX1027-like ADCs
2021-09-06 9:53 UTC (17+ messages)
` [PATCH v2 04/16] iio: adc: max1027: Avoid device managed allocators for DMA purposes
` [PATCH v2 05/16] iio: adc: max1027: Minimize the number of converted channels
` [PATCH v2 09/16] iio: adc: max1027: Ensure a default cnvst trigger configuration
` [PATCH v2 10/16] iio: adc: max1027: Create a helper to configure the channels to scan
` [PATCH v2 11/16] iio: adc: max1027: Prevent single channel accesses during buffer reads
` [PATCH v2 12/16] iio: adc: max1027: Separate the IRQ handler from the read logic
` [PATCH v2 13/16] iio: adc: max1027: Introduce an end of conversion helper
` [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 v2 16/16] iio: adc: max1027: Don't reject external triggers when there is no IRQ
[PATCH 0/5] Fixes and improvements to the ADIS lib/devices
2021-09-06 8:56 UTC (8+ messages)
` [PATCH 1/5] iio: adis: do not disabe IRQs in 'adis_init()'
` [PATCH 2/5] iio: adis: handle devices that cannot unmask the drdy pin
` [PATCH 3/5] iio: adis16475: make use of the new unmasked_drdy flag
` [PATCH 4/5] iio: adis16460: "
` [PATCH 5/5] iio: adis16480: fix devices that do not support sleep mode
[PATCH v2 0/3] iio: adc: Fix flags in sigma-delta drivers
2021-09-06 6:56 UTC (4+ 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 v2 0/2] adxl355: Add triggered buffer support
2021-09-05 16:29 UTC (5+ messages)
` [PATCH v2 1/2] iio: accel: adxl355: use if(ret) in place of ret < 0
` [PATCH v2 2/2] iio: accel: adxl355: Add triggered buffer support
[PATCH v4 0/2] iio: accel: Add support for ADXL313 accelerometer
2021-09-05 15:18 UTC (3+ messages)
` [PATCH v4 2/2] iio: accel: Add driver support for ADXL313
[PATCH v4 1/2] iio: accel: fxls8962af: add threshold event handling
2021-09-05 15:08 UTC (2+ messages)
[v5 00/15] Add support for ast2600 ADC
2021-09-05 14:50 UTC (15+ messages)
` [v5 01/15] iio: adc: aspeed: set driver data when adc probe
` [v5 02/15] dt-bindings: iio: adc: Add ast2600-adc bindings
` [v5 03/15] iio: adc: aspeed: completes the bitfield declare
` [v5 04/15] iio: adc: aspeed: Keep model data to driver data
` [v5 05/15] iio: adc: aspeed: Refactory model data structure
` [v5 11/15] iio: adc: aspeed: Fix the calculate error of clock
[PATCH 00/40] TI AM437X ADC1
2021-09-05 11:58 UTC (9+ messages)
` [PATCH 03/40] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH 20/40] mfd: ti_am335x_tscadc: Gather the ctrl register logic at one place
[PATCH 0/6] Add driver support for NXP IMX8QXP ADC
2021-09-05 11:55 UTC (7+ messages)
` [PATCH 1/6] iio: adc: Init the driver for NXP i.MX8QuadXPlus
` [PATCH 3/6] iio: imx8qxp-adc: Add the detail for NXP i.MX8QuadXPlus ADC driver
` [PATCH 4/6] dt-bindings: iio: adc: Add the binding documentation for NXP IMX8QXP ADC
[PATCH v2 0/1] AUXADC: Mediatek auxadc driver
2021-09-05 11:20 UTC (3+ messages)
` [PATCH v2 1/1] iio: mtk-auxadc: update case IIO_CHAN_INFO_PROCESSED
[PATCH 0/5] iio: device-managed conversions with devm_iio_map_array_register()
2021-09-05 11:08 UTC (11+ messages)
` [PATCH 1/5] iio: inkern: introduce devm_iio_map_array_register() short-hand function
` [PATCH 2/5] iio: adc: intel_mrfld_adc: convert probe to full device-managed
` [PATCH 3/5] iio: adc: axp288_adc: "
` [PATCH 4/5] iio: adc: lp8788_adc: convert probe to full-device managed
` [PATCH 5/5] iio: adc: da9150-gpadc: "
[PATCH] iio: adc: ti-ads8344: convert probe to device-managed
2021-09-05 10:56 UTC (2+ messages)
[PATCH v3 00/10] iio: adc: at91-sama5d2_adc: add support for sama7g5
2021-09-05 10:28 UTC (5+ messages)
` [PATCH v3 04/10] iio: adc: at91-sama5d2_adc: convert to platform specific data structures
[PATCH v2 00/10] iio: adc: at91-sama5d2_adc: add support for sama7g5
2021-09-05 10:12 UTC (9+ messages)
` [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
Introduction: I am a Linux and open source software enthusiast
2021-09-05 9:56 UTC
[PATCH v4 0/6] iio: Add output buffer support and DAC example
2021-09-05 9:55 UTC (9+ messages)
` [PATCH v4 1/6] iio: Add output buffer support
[PATCH v2] iio: accel: adxl355: Add triggered buffer support
2021-09-05 9:45 UTC (4+ messages)
[PATCH v8 00/14] iio: afe: add temperature rescaling support
2021-09-02 21:52 UTC (7+ messages)
` [PATCH v8 09/14] iio: afe: rescale: fix accuracy for small fractional scales
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).