linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-06 21:24:16 to 2024-06-10 14:47:29 UTC [more...]

[PATCH v4 0/8] Enable eQEP DT support for Sitara K3 platforms
 2024-06-10 14:46 UTC  (9+ messages)
` [PATCH v4 1/8] dt-bindings: counter: Add new ti,am62-eqep compatible
` [PATCH v4 2/8] counter/ti-eqep: Add new ti-am62-eqep compatible
` [PATCH v4 3/8] arm64: dts: ti: k3-am62-main: Add eQEP nodes
` [PATCH v4 4/8] arm64: dts: ti: k3-am62a-main: "
` [PATCH v4 5/8] arm64: dts: ti: k3-am62p-main: "
` [PATCH v4 6/8] arm64: dts: ti: k3-am64-main: "
` [PATCH v4 7/8] arm64: dts: ti: k3-am64x-sk: Enable eQEP
` [PATCH v4 8/8] counter: ti-eqep: Allow eQEP driver to be built for K3 devices

[PATCH v7 0/9] Add support for AD411x
 2024-06-10 14:35 UTC  (16+ messages)
` [PATCH v7 1/9] dt-bindings: iio: adc: Add common-mode-channel property
` [PATCH v7 2/9] dt-bindings: adc: ad7173: add support for ad411x
` [PATCH v7 3/9] iio: adc: ad_sigma_delta: add disable_one callback
` [PATCH v7 4/9] iio: adc: ad7173: refactor channel configuration parsing
` [PATCH v7 5/9] iio: adc: ad7173: refactor ain and vref selection
` [PATCH v7 6/9] iio: adc: ad7173: add support for special inputs
` [PATCH v7 7/9] iio: adc: ad7173: refactor device info structs
` [PATCH v7 8/9] iio: adc: ad7173: document sampling frequency behaviour
` [PATCH v7 9/9] iio: adc: ad7173: Add support for AD411x devices

[PATCH] counter: ti-eqep: enable clock at probe
 2024-06-10 14:11 UTC  (4+ messages)

[PATCH v3 0/8] Enable eQEP DT support for Sitara K3 platforms
 2024-06-10 13:51 UTC  (12+ messages)
` [PATCH v3 1/8] dt-bindings: counter: Add new ti,am62-eqep compatible
` [PATCH v3 2/8] counter/ti-eqep: Add new ti-am62-eqep compatible
` [PATCH v3 3/8] arm64: dts: ti: k3-am62-main: Add eQEP nodes
` [PATCH v3 4/8] arm64: dts: ti: k3-am62a-main: "
` [PATCH v3 5/8] arm64: dts: ti: k3-am62p-main: "
` [PATCH v3 6/8] arm64: dts: ti: k3-am64-main: "
` [PATCH v3 7/8] arm64: dts: ti: k3-am64x-sk: Enable eQEP
` [PATCH v3 8/8] counter: ti-eqep: Allow eQEP driver to be built for K3 devices

[PATCH 0/2] counter: ti-eqep: small cleanups
 2024-06-10 13:48 UTC  (4+ messages)
` [PATCH 1/2] counter: ti-eqep: remove unused struct member
` [PATCH 2/2] counter: ti-eqep: remove counter_priv() wrapper

[PATCH 0/2] ROHM BU27034NUC to ROHM BU27034ANUC
 2024-06-10 13:28 UTC  (5+ messages)
` [PATCH 1/2] bu27034: ROHM BU27034NUC to BU27034ANUC
` [PATCH 2/2] iio: bu27034: Add a read only HWARDWAREGAIN

[PATCH v2 0/2] iio: adc: ti-ads1119: Add driver
 2024-06-10 13:26 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: iio: adc: add ti,ads1119
` [PATCH v2 2/2] iio: adc: ti-ads1119: Add driver

[PATCH v2 1/2] dt-bindings: iio: adf4350: add clk provider prop
 2024-06-10  9:00 UTC  (6+ messages)
` [PATCH v2 2/2] iio: frequency: adf4350: add clk provider

[PATCH v2 2/3] iio: pressure: Add driver for Sensirion SDP500
 2024-06-10  8:58 UTC  (3+ messages)

[PATCH v2 0/5] MediaTek MT6357/8/9 PMIC Auxiliary ADC support
 2024-06-10  8:00 UTC  (8+ messages)
` [PATCH v2 1/5] dt-bindings: iio: adc: Add MediaTek MT6359 PMIC AUXADC
` [PATCH v2 4/5] iio: adc: Add support for MediaTek MT6357/8/9 Auxiliary ADC

[PATCH v4 1/2] dt-bindings:iio:proximity: Add hx9023s binding
 2024-06-10  7:35 UTC  (10+ messages)
` [PATCH v4 2/2] iio:proximity:hx9023s: Add TYHX HX9023S sensor driver

[PATCH v3 0/4] dev_printk: add dev_errp_probe() helper
 2024-06-10  7:11 UTC  (10+ messages)
` [PATCH v3 1/4] dev_printk: add new dev_err_probe() helpers
` [PATCH v3 2/4] iio: temperature: ltc2983: convert to dev_err_probe()

[PATCH v4 1/2] dt-bindings: iio: light: ROHM BH1745
 2024-06-10  5:58 UTC  (5+ messages)
` [PATCH v4 2/2] iio: light: ROHM BH1745 colour sensor

[PATCH v3 00/15] iio: chemical: bme680: Driver cleanup
 2024-06-09 23:38 UTC  (16+ messages)
` [PATCH v3 01/15] iio: chemical: bme680: Fix read/write ops to device by adding mutexes
` [PATCH v3 02/15] iio: chemical: bme680: Fix typo in define
` [PATCH v3 03/15] iio: chemical: bme680: Drop unnecessary casts and correct adc data types
` [PATCH v3 04/15] iio: chemical: bme680: Remove remaining ACPI-only stuff
` [PATCH v3 05/15] iio: chemical: bme680: Sort headers alphabetically
` [PATCH v3 06/15] iio: chemical: bme680: Remove duplicate register read
` [PATCH v3 07/15] iio: chemical: bme680: Use bulk reads for calibration data
` [PATCH v3 08/15] iio: chemical: bme680: Allocate IIO device before chip initialization
` [PATCH v3 09/15] iio: chemical: bme680: Add read buffers in read/write buffer union
` [PATCH v3 10/15] iio: chemical: bme680: Make error checks consistent
` [PATCH v3 11/15] iio: chemical: bme680: Modify startup procedure
` [PATCH v3 12/15] iio: chemical: bme680: Move probe errors to dev_err_probe()
` [PATCH v3 13/15] iio: chemical: bme680: Remove redundant gas configuration
` [PATCH v3 14/15] iio: chemical: bme680: Move forced mode setup in ->read_raw()
` [PATCH v3 15/15] iio: chemical: bme680: Refactorize reading functions

[PATCH v2 00/19] iio: chemical: bme680: Driver fixes and cleanup
 2024-06-09 23:02 UTC  (22+ messages)
` [PATCH v2 01/19] iio: chemical: bme680: Fix pressure value output
` [PATCH v2 02/19] iio: chemical: bme680: Fix calibration data variable
` [PATCH v2 03/19] iio: chemical: bme680: Fix overflows in compensate() functions
` [PATCH v2 04/19] iio: chemical: bme680: Fix sensor data read operation
` [PATCH v2 06/19] iio: chemical: bme680: Fix read/write ops to device by adding mutexes
` [PATCH v2 13/19] iio: chemical: bme680: Add read buffers in DMA safe region
` [PATCH v2 13/19] iio: chemical: bme680: Add read buffers in union
` [PATCH v2 15/19] iio: chemical: bme680: Modify startup procedure
` [PATCH v2 17/19] iio: chemical: bme680: Remove redundant gas configuration
` [PATCH v2 19/19] iio: chemical: bme680: Refactorize reading functions

[PATCH] counter: ti-eqep: implement over/underflow events
 2024-06-09 21:49 UTC 

[PATCH v3 0/6] Add driver for ENS160 sensor
 2024-06-09 18:05 UTC  (5+ messages)
` [PATCH v3 3/6] iio: chemical: add "

[PATCH v3] iio: humidity: hdc3020: fix hysteresis representation
 2024-06-09 11:18 UTC  (4+ messages)

[PATCH] iio: dac: fix ad9739a random config compile error
 2024-06-09 10:37 UTC  (2+ messages)

[PATCH v4 0/2] iio: imu: inv_icm42600: add support of accel low power
 2024-06-09 10:09 UTC  (2+ messages)

[PATCH v10 0/6] iio: new DMABUF based API v10
 2024-06-09  9:58 UTC  (10+ messages)
` [PATCH v10 3/6] iio: core: Add new DMABUF interface infrastructure
` [PATCH v10 4/6] iio: buffer-dma: Enable support for DMABUFs
` [PATCH v10 6/6] Documentation: iio: Document high-speed DMABUF based API

[PATCH v3 0/6] Add support for AD4000 series of ADCs
 2024-06-09  9:23 UTC  (29+ messages)
` [PATCH v3 1/6] spi: Add SPI mode bit for MOSI idle state configuration
` [PATCH v3 4/6] spi: spi-axi-spi-engine: Add support for MOSI idle configuration
` [PATCH v3 5/6] dt-bindings: iio: adc: Add AD4000
` [PATCH v3 6/6] iio: adc: Add support for AD4000

[PATCH v5] iio: temperature: mcp9600: add threshold events support
 2024-06-09  9:04 UTC  (2+ messages)

[PATCH v4 0/2] Add driver for Vishay VEML6040
 2024-06-09  8:53 UTC  (6+ messages)
` [PATCH v4 2/2] dt-bindings: iio: light: add VEML6040 RGBW-LS bindings
    ` [EXTERNAL]Re: "

iio: iio-trig-hrtimer bug on suspend/resume when used with bmi160 and bmi323
 2024-06-09  1:46 UTC  (9+ messages)

[PATCH] iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF
 2024-06-08 17:53 UTC  (3+ messages)

[PATCH] dt-bindings: iio: adc: amlogic,meson-saradc: add optional power-domains
 2024-06-08 17:51 UTC  (5+ messages)

[PATCH v2 1/3] iio: adc: ad7192: Clean up dev
 2024-06-08 17:49 UTC  (3+ messages)
` [PATCH v2 3/3] iio: adc: ad7192: Fix clock config

[PATCH] iio: dac: adi-axi-dac: add platform dependencies
 2024-06-08 17:35 UTC  (2+ messages)

[PATCH] iio: adc: adi-axi-adc: add platform dependencies
 2024-06-08 17:34 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: iio: adc: amlogic,meson-saradc: add GXLX SoC compatible
 2024-06-08 17:33 UTC  (2+ messages)

[PATCH 2/2] iio: adc: meson: add support for the GXLX SoC
 2024-06-08 17:31 UTC  (4+ messages)

[PATCH] iio: imu: inv_icm42600: add register caching in the regmap
 2024-06-08 17:28 UTC  (2+ messages)

[PATCH 0/8] iio: simplify with spi_get_device_match_data()
 2024-06-08 17:25 UTC  (7+ messages)
` [PATCH 1/8] iio: accel: adxl313: "

[PATCH] staging: iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0
 2024-06-08 17:23 UTC  (3+ messages)

[PATCH v2] iio: humidity: si7020: add heater support
 2024-06-08 17:19 UTC  (3+ messages)

[PATCH v4 0/2] iio:proximity:hx9023s: Add TYHX HX9023S sensor driver
 2024-06-08 16:50 UTC  (2+ messages)

[PATCH] iio: add missing MODULE_DESCRIPTION() macros
 2024-06-08 16:38 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: iio: light: ROHM BH1745
 2024-06-08 15:20 UTC  (7+ messages)
` [PATCH v2 2/3] iio: light: ROHM BH1745 colour sensor

[PATCH v3 0/5] Add driver for LTC2664 and LTC2672
 2024-06-08 14:57 UTC  (13+ messages)
` [PATCH v3 1/5] iio: ABI: Generalize ABI documentation for DAC
` [PATCH v3 4/5] dt-bindings: iio: dac: Add adi,ltc2672.yaml
` [PATCH v3 5/5] iio: dac: ltc2664: Add driver for LTC2664 and LTC2672

[PATCH] iio: adc: adc7266: Use iio_device_claim_direct_scoped()
 2024-06-08 14:41 UTC  (9+ messages)
` [PATCH v2 1/3] iio: adc: ad7266: Fix variable checking bug
  ` [PATCH v2 2/3] iio: adc: ad7266: Use iio_device_claim_direct_scoped()
  ` [PATCH v2 3/3] iio: adc: ad7266: Fix codestyle error

[PATCH] iio: event: use sizeof(*pointer) instead of sizeof(type)
 2024-06-08 14:16 UTC  (2+ messages)

[PATCH] iio: xilinx-ams: Don't include ams_ctrl_channels in scan_mask
 2024-06-08 14:03 UTC  (12+ messages)

[PATCH v2 0/6] Add support for adis16545/47
 2024-06-08 13:44 UTC  (3+ messages)
` [PATCH v2 6/6] docs: iio: add documentation for adis16480 driver

[PATCH v6 00/13] Add support for AXP192 PMIC
 2024-06-08 13:19 UTC  (5+ messages)
` [PATCH v6 09/13] iio: adc: axp20x_adc: Add support for AXP192
` [PATCH v6 0/13] Add support for AXP192 PMIC

[PATCH 0/5] iio: adc: use devm_regulator_get_enable_read_voltage round 1
 2024-06-08  4:28 UTC  (3+ messages)
` [PATCH 3/5] iio: adc: ad7292: use devm_regulator_get_enable_read_voltage

[PULL] IIO: First round fixes for IIO in the 6.10 cycle
 2024-06-07 19:06 UTC  (2+ messages)

[PATCH v1 00/17] nvmem: Handle change of return type in reg_read/write() definition
 2024-06-07 15:36 UTC  (4+ messages)
` [PATCH v1 07/17] misc: eeprom: at25: Change nvmem reg_read/write return type

[PATCH v6 0/7] arm64: dts: add description for solidrun cn9130 som and clearfog boards
 2024-06-07 14:40 UTC  (5+ messages)
` [PATCH v6 3/7] dt-bindings: iio: adc: ti,ads1015: add compatible for tla2021

[PATCH v2 0/6] iio: light: stk3310: support powering off during suspend
 2024-06-07 14:19 UTC  (4+ messages)
` [PATCH v2 2/6] iio: light: stk3310: Implement vdd supply and power it "

[PATCH v6 0/9] Add support for AD411x
 2024-06-07 10:39 UTC  (21+ messages)
` [PATCH v6 3/9] iio: adc: ad_sigma_delta: add disable_one callback
` [PATCH v6 5/9] iio: adc: ad7173: refactor ain and vref selection
` [PATCH v6 6/9] iio: adc: ad7173: add support for special inputs
` [PATCH v6 7/9] iio: adc: ad7173: refactor device info structs
` [PATCH v6 8/9] iio: adc: ad7173: document sampling frequency behaviour
` [PATCH v6 9/9] iio: adc: ad7173: Add support for AD411x devices

[PATCH v4 0/6] Add support for AD411x
 2024-06-07  7:29 UTC  (8+ messages)
` [PATCH v4 1/6] dt-bindings: adc: ad7173: add support for ad411x


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