linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-30 17:14:03 to 2021-09-05 09:56:23 UTC [more...]

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 00/16] Bring software triggers support to MAX1027-like ADCs
 2021-09-05  9:43 UTC  (35+ messages)
` [PATCH 03/16] iio: adc: max1027: Push only the requested samples
` [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 14/16] iio: adc: max1027: Consolidate the "
` [PATCH 15/16] iio: adc: max1027: Support software triggers

[PATCH v4 0/3] iio: chemical: Add Senseair Sunrise CO2 sensor
 2021-09-03 20:21 UTC  (7+ 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 v1 0/3] iio: chemical: Add support for Sensirion SCD4x CO2 sensor
 2021-09-03 19:51 UTC  (5+ messages)
` [PATCH v1 1/3] dt-bindings: iio: chemical: sensirion,scd4x: Add yaml description
` [PATCH v1 2/3] MAINTAINERS: Add myself as maintainer of the scd4x driver
` [PATCH v1 3/3] drivers: iio: chemical: Add support for Sensirion SCD4x CO2 sensor

[PATCH v2 0/2] adxl355: Add triggered buffer support
 2021-09-03 18:43 UTC  (3+ 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 v2 00/46] TI AM437X ADC1
 2021-09-03 16:07 UTC  (52+ 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 0/5] Fixes and improvements to the ADIS lib/devices
 2021-09-03 14:14 UTC  (6+ 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 0/5] iio: device-managed conversions with devm_iio_map_array_register()
 2021-09-03 13:56 UTC  (10+ 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-03  7:37 UTC 

[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

[PATCH v2 00/16] Bring external triggers support to MAX1027-like ADCs
 2021-09-02 21:14 UTC  (17+ messages)
` [PATCH v2 01/16] iio: adc: max1027: Fix style
` [PATCH v2 02/16] iio: adc: max1027: Drop extra warning message
` [PATCH v2 03/16] iio: adc: max1027: Drop useless debug 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 06/16] iio: adc: max1027: Rename a helper
` [PATCH v2 07/16] iio: adc: max1027: Create a helper to enable/disable the cnvst trigger
` [PATCH v2 08/16] iio: adc: max1027: Simplify the _set_trigger_state() helper
` [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 00/40] TI AM437X ADC1
 2021-09-02 20:03 UTC  (22+ messages)
` [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 05/40] dt-bindings: touchscreen: ti,am3359-tsc: Remove deprecated text file
` [PATCH 20/40] mfd: ti_am335x_tscadc: Gather the ctrl register logic at one place
` [PATCH 28/40] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support

[PATCH v2 0/5] iio:adc more of_match_ptr and similar removal
 2021-09-02 10:03 UTC  (4+ messages)
` [PATCH v2 2/5] iio:adc:ti-adc081c: Drop ACPI ids that seem very unlikely to be official

[PATCH v4 0/2] iio: accel: Add support for ADXL313 accelerometer
 2021-09-01 19:14 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: iio: accel: Add binding documentation for ADXL313
` [PATCH v4 2/2] iio: accel: Add driver support "

[PATCH v3 00/10] iio: adc: at91-sama5d2_adc: add support for sama7g5
 2021-09-01 14:31 UTC  (12+ messages)
` [PATCH v3 01/10] dt-bindings: iio: adc: at91-sama5d2: add compatible for sama7g5-adc
` [PATCH v3 02/10] iio: adc: at91-sama5d2_adc: initialize hardware after clock is started
` [PATCH v3 03/10] iio: adc: at91-sama5d2_adc: remove unused definition
` [PATCH v3 04/10] iio: adc: at91-sama5d2_adc: convert to platform specific data structures
` [PATCH v3 05/10] iio: adc: at91-sama5d2_adc: add support for separate end of conversion registers
` [PATCH v3 06/10] iio: adc: at91-sama5d2_adc: add helper for COR register
` [PATCH v3 07/10] iio: adc: at91-sama5d2_adc: add support for sama7g5 device
` [PATCH v3 08/10] iio: adc: at91-sama5d2_adc: update copyright and authors information
` [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/10] iio: adc: at91-sama5d2_adc: add support for sama7g5
 2021-09-01  9:47 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

[PATCH 0/3] iio: chemical: Add support for Sensirion SCD4x CO2 sensor
 2021-09-01  1:43 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: iio: chemical: sensirion,scd4x: Add yaml description
` [PATCH 2/3] MAINTAINERS: Add myself as maintainer of the scd4x driver
` [PATCH 3/3] drivers: iio: chemical: Add support for Sensirion SCD4x CO2 sensor

[v5 00/15] Add support for ast2600 ADC
 2021-09-01  1:38 UTC  (18+ 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 06/15] iio: adc: aspeed: Add vref config function
` [v5 07/15] iio: adc: aspeed: Set num_channels with model data
` [v5 08/15] iio: adc: aspeed: Use model_data to set clk scaler
` [v5 09/15] iio: adc: aspeed: Use devm_add_action_or_reset
` [v5 10/15] iio: adc: aspeed: Support ast2600 adc
` [v5 11/15] iio: adc: aspeed: Fix the calculate error of clock
` [v5 12/15] iio: adc: aspeed: Add func to set sampling rate
` [v5 13/15] iio: adc: aspeed: Add compensation phase
` [v5 14/15] iio: adc: aspeed: Support battery sensing
` [v5 15/15] iio: adc: aspeed: Get and set trimming data

[PATCH v16 00/14] Introduce the Counter character device interface
 2021-08-31 14:55 UTC  (8+ 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
    ` [Linux-stm32] [PATCH v16 03/14] counter: Internalize sysfs interface code

[PATCH v4 1/2] iio: accel: fxls8962af: add threshold event handling
 2021-08-31 13:56 UTC  (2+ messages)
` [PATCH v4 2/2] iio: accel: fxls8962af: add wake on event

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

[PATCH] iio: adc: at91-sama5d2_adc: fix warning for uninitialized 'val' variable
 2021-08-31  6:48 UTC 

[PATCH v2 0/1] AUXADC: Mediatek auxadc driver
 2021-08-31  5:42 UTC  (2+ messages)
` [PATCH v2 1/1] iio: mtk-auxadc: update case IIO_CHAN_INFO_PROCESSED

[PATCH 0/6] Add driver support for NXP IMX8QXP ADC
 2021-08-31  0:03 UTC  (9+ messages)
` [PATCH 1/6] iio: adc: Init the driver for NXP i.MX8QuadXPlus
` [PATCH 2/6] iio: adc: Add configuration for NXP i.MX8QuadXPlus ADC driver
` [PATCH 3/6] iio: imx8qxp-adc: Add the detail "
` [PATCH 4/6] dt-bindings: iio: adc: Add the binding documentation for NXP IMX8QXP ADC
` [PATCH 5/6] MAINTAINERS: Add the driver info of the "
` [PATCH 6/6] iio: imx8qxp-adc: Add the copyright for NXP i.MX8QuadXPlus ADC driver


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