linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-13 08:47:08 to 2019-09-18 12:16:56 UTC [more...]

[PATCH v2 0/7] counter: Simplify count_read/count_write/signal_read
 2019-09-18 12:16 UTC  (11+ messages)
` [PATCH v2 1/7] counter: Simplify the count_read and count_write callbacks
` [PATCH v2 2/7] counter: Simplify the signal_read callback
` [PATCH v2 3/7] docs: driver-api: generic-counter: Update Count and Signal data types
` [PATCH v2 4/7] counter: 104-quad-8: Update count_read/count_write/signal_read callbacks
` [PATCH v2 5/7] counter: ftm-quaddec: Update count_read and count_write callbacks
` [PATCH v2 6/7] counter: stm32-lptimer-cnt: Update count_read callback
` [PATCH v2 7/7] counter: stm32-timer-cnt: Update count_read and count_write callbacks

[PATCH 0/3] ADC AD799x improvements
 2019-09-18 10:17 UTC  (12+ messages)
` [PATCH 1/3] iio: adc: ad799x: fix probe error handling
` [PATCH 2/3] iio: adc: ad799x: factor out config register update
` [PATCH 3/3] iio: adc: ad799x: add pm_ops to disable the device completely

Add driver for veml6030 ambient light sensor
 2019-09-18  9:10 UTC  (6+ messages)
` [PATCH 1/2] iio: light: add "
` [PATCH 2/2] dt-bindings: iio: light: add veml6030 ALS bindings

Doubts in getting started with the Analog AD7928 driver
 2019-09-18  6:13 UTC  (4+ messages)

Add driver for veml6030 ambient light sensor
 2019-09-18  3:06 UTC 

[PATCH 0/2] iio: imu: add support for FXOS8700
 2019-09-18  1:28 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: iio: imu: add fxos8700 imu binding
` [PATCH 2/2] io: imu: Add support for the FXOS8700 IMU

[PATCH 1/2] iio: light: fix vcnl4000 devicetree hooks
 2019-09-17 14:56 UTC  (2+ messages)
` [PATCH 2/2] iio: light: add missing vcnl4040 of_compatible

[PATCH v2 1/2] iio: temperature: Add support for LTC2983
 2019-09-17 14:21 UTC  (2+ messages)
` [PATCH v2 2/2] dt-bindings: iio: Add ltc2983 documentation

[PATCH 0/2] iio: light: bh1750: convert bindings to yaml
 2019-09-17 14:17 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: "
` [PATCH 2/2] MAINTAINERS: add entry for ROHM BH1750 driver

[PATCH] iio: adc: add support for Intel ADC
 2019-09-17 13:38 UTC  (2+ messages)

[PATCH] iio: gyro: adis16130: remove mlock usage
 2019-09-17 16:10 UTC 

[RFC/PATCH] counter: introduce support for Intel QEP Encoder
 2019-09-17 13:02 UTC  (4+ messages)

[PATCH v2 1/3] iio: accel: adxl372: Fix/remove limitation for FIFO samples
 2019-09-17 12:41 UTC  (3+ messages)

[PATCH v2 0/2] iio: stm32-adc: fix a race with dma and irq
 2019-09-17 12:38 UTC  (3+ messages)
` [PATCH v2 1/2] iio: adc: stm32-adc: move registers definitions
` [PATCH v2 2/2] iio: adc: stm32-adc: fix a race when using several adcs with dma and irq

[PATCH] iio: adc: stm32-adc: fix a race when using several adcs with dma and irq
 2019-09-17 10:11 UTC  (4+ messages)

[PATCH 1/2] iio: temperature: Add support for LTC2983
 2019-09-17  8:35 UTC  (9+ messages)
` [PATCH 2/2] dt-bindings: iio: Add ltc2983 documentation

[RFC PATCH 00/15] Unify SPI delays into an `struct spi_delay`
 2019-09-17  6:05 UTC  (17+ messages)
` [RFC PATCH 01/15] spi: move `cs_change_delay` backwards compat logic outside switch
` [RFC PATCH 03/15] spi: make `cs_change_delay` the first user of the `spi_delay` logic
` [RFC PATCH 04/15] iio: imu: adis: convert cs_change_delay to spi_delay struct
` [RFC PATCH 06/15] spi: orion: use new `word_delay` field for SPI transfers
` [RFC PATCH 07/15] spi: spidev: use new `word_delay` field for spi transfers
` [RFC PATCH 09/15] spi: introduce `delay` field for `spi_transfer` + spi_transfer_exec()
` [RFC PATCH 10/15] spi: use new `spi_transfer_delay` helper where straightforward
` [RFC PATCH 12/15] spi: spi-loopback-test: use new `delay` field
` [RFC PATCH 13/15] spi: spidev: use new `delay` field for spi transfers

[PATCH] iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controller
 2019-09-16 22:01 UTC 

[PATCH v10 1/5] iio: imu: st_lsm6dsx: move interrupt thread to core
 2019-09-16 16:52 UTC  (6+ messages)
` [PATCH v10 2/5] iio: imu: st_lsm6dsx: add motion events
` [PATCH v10 3/5] iio: imu: st_lsm6dsx: add wakeup-source option
` [PATCH v10 4/5] iio: imu: st_lsm6dsx: always enter interrupt thread
` [PATCH v10 5/5] iio: imu: st_lsm6dsx: add motion report function and call from interrupt

[PATCH v9 1/6] iio: imu: st_lsm6dsx: move interrupt thread to core
 2019-09-16 13:32 UTC  (7+ messages)
` [PATCH v9 2/6] iio: imu: st_lsm6dsx: add motion events
` [PATCH v9 3/6] iio: imu: st_lsm6dsx: add wakeup-source option
` [PATCH v9 4/6] iio: imu: st_lsm6dsx: always enter interrupt thread
` [PATCH v9 5/6] iio: imu: st_lsm6dsx: add motion report function and call from interrupt
` [PATCH v9 6/6] iio: imu: st_lsm6dsx: filter motion events in driver

[PATCH v8 0/5] enable motion events for st_lsm6dsx
 2019-09-16 12:22 UTC  (23+ messages)
` [PATCH v8 1/5] iio: imu: st_lsm6dsx: move interrupt thread to core
` [PATCH v8 2/5] iio: imu: st_lsm6dsx: add motion events
` [PATCH v8 3/5] iio: imu: st_lsm6dsx: add wakeup-source option
` [PATCH v8 4/5] iio: imu: st_lsm6dsx: always enter interrupt thread
` [PATCH v8 5/5] iio: imu: st_lsm6dsx: add motion report function and call from interrupt
            ` [RFC PATCH] iio: imu: st_lsm6dsx: filter motion events in driver

[PATCH v3 0/7] add magnetometer support for MPU925x
 2019-09-16  9:42 UTC  (8+ messages)
` [PATCH v3 1/7] iio: imu: inv_mpu6050: disable i2c mux "
` [PATCH v3 2/7] iio: imu: inv_mpu6050: add header include protection macro
` [PATCH v3 3/7] iio: imu: inv_mpu6050: add defines for supporting 9-axis chips
` [PATCH v3 4/7] iio: imu: inv_mpu6050: fix objects syntax in Makefile
` [PATCH v3 5/7] iio: imu: inv_mpu6050: helpers for using i2c master on auxiliary bus
` [PATCH v3 6/7] iio: imu: inv_mpu6050: add MPU925x magnetometer support
` [PATCH v3 7/7] iio: imu: inv_mpu6050: add fifo support for magnetometer data

[PATCH 0/4] Fixes for ad7949
 2019-09-16  7:51 UTC  (21+ messages)
` [PATCH 1/4] iio: ad7949: kill pointless "readback"-handling code
` [PATCH 2/4] iio: ad7949: fix incorrect SPI xfer len
` [PATCH 4/4] iio: ad7949: fix channels mixups

[PATCH v3 0/3] spi: introduce `struct spi_delay` data-type
 2019-09-16  7:10 UTC  (4+ messages)
` [PATCH v3 1/3] spi: move `cs_change_delay` backwards compat logic outside switch
` [PATCH v3 2/3] spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
` [PATCH v3 3/3] spi: make `cs_change_delay` the first user of the `spi_delay` logic

[PATCH v2 0/4] spi: introduce `struct spi_delay` data-type
 2019-09-16  6:58 UTC  (7+ messages)
` [PATCH v2 1/4] spi: move `cs_change_delay` backwards compat logic outside switch
` [PATCH v2 2/4] spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
` [PATCH v2 3/4] spi: make `cs_change_delay` the first user of the `spi_delay` logic
` [PATCH v2 4/4] iio: imu: adis: convert cs_change_delay to spi_delay struct

[RFC/PATCH 0/1] Quadrature Encoder Support
 2019-09-16  6:16 UTC  (4+ messages)

[PATCH] iio: adc: axp288: Override TS pin bias current for some models
 2019-09-15 18:53 UTC 

[PATCH v2] iio: light: bh1750: Resolve compiler warning and make code more readable
 2019-09-15 18:41 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] staging: iio: ADIS16240: Remove unused include
 2019-09-15 17:49 UTC  (3+ messages)

[RFC 0/4] counter: Simplify count_read/count_write/signal_read
 2019-09-15 13:58 UTC  (8+ messages)
` [RFC 1/4] counter: Simplify the count_read and count_write callbacks
` [RFC 2/4] counter: Simplify the signal_read callback
` [RFC 3/4] docs: driver-api: generic-counter: Update Count and Signal data types
` [RFC 4/4] counter: 104-quad-8: Update count_read/count_write/signal_read callbacks

[PATCH v2 3/3] iio: accel: adxl372: Perform a reset at start up
 2019-09-15 13:33 UTC  (2+ messages)

[PATCH v2 2/3] iio: accel: adxl372: Fix push to buffers lost samples
 2019-09-15 13:29 UTC  (2+ messages)

[PATCH v2 1/7] iio: imu: inv_mpu6050: disable i2c mux for MPU925x
 2019-09-15 13:16 UTC  (5+ messages)
` [PATCH v2 5/7] iio: imu: inv_mpu6050: helpers for using i2c master on auxiliary bus
` [PATCH v2 7/7] iio: imu: inv_mpu6050: add fifo support for magnetometer data

[PATCH v6 1/6] iio: imu: st_lsm6dsx: move interrupt thread to core
 2019-09-15 13:06 UTC  (6+ messages)
` [PATCH v6 5/6] iio: imu: st_lsm6dsx: add motion report function and call from interrupt

[PATCH v2 2/3] iio: adc: hx711: optimize performance in read cycle
 2019-09-15 12:59 UTC  (2+ messages)

[PATCH v2 3/3] iio: adc: hx711: remove unnecessary returns
 2019-09-15 12:58 UTC  (2+ messages)

[PATCH v2 1/3] iio: adc: hx711: fix bug in sampling of data
 2019-09-15 12:55 UTC  (3+ messages)

[PATCH] iio: max31856: add missing of_node and parent references to iio_dev
 2019-09-15 12:27 UTC  (2+ messages)

[PATCH] dt-bindings: fix regulator names to not be constant
 2019-09-15 12:24 UTC  (2+ messages)

[PATCH 0/2] enable LIR and clear_on_read for st_lsm6dsx
 2019-09-15 11:03 UTC  (7+ messages)
` [PATCH 1/2] iio: imu: st_lsm6dsx: enable LIR for sensor events
` [PATCH 2/2] iio: imu: st_lsm6dsx: enable clear on read for latched interrupts

[PATCH 1/2] dt-bindings: iio: accel: add binding documentation for ADIS16240
 2019-09-15  9:35 UTC  (8+ messages)
` [PATCH 2/2] staging: iio: accel: adis16240: move out of staging

Problems during compiling in kernel modules
 2019-09-14 15:23 UTC  (13+ messages)

[PATCH v7 0/5] enable motion events for st_lsm6dsx
 2019-09-13  9:00 UTC  (7+ messages)
` [PATCH v7 3/5] iio: imu: st_lsm6dsx: add wakeup-source option


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