linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-09 12:16:10 to 2019-09-16 11:55:45 UTC [more...]

[PATCH v8 0/5] enable motion events for st_lsm6dsx
 2019-09-16 11:55 UTC  (21+ 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] iio: adc: stm32-adc: fix a race when using several adcs with dma and irq
 2019-09-16 11:47 UTC  (3+ messages)

[PATCH] iio: adc: add support for Intel ADC
 2019-09-16 10:34 UTC 

[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 1/2] iio: temperature: Add support for LTC2983
 2019-09-16  9:37 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: iio: Add ltc2983 documentation

[RFC/PATCH] counter: introduce support for Intel QEP Encoder
 2019-09-16  9:34 UTC 

[PATCH 0/4] Fixes for ad7949
 2019-09-16  7:51 UTC  (26+ messages)
` [PATCH 1/4] iio: ad7949: kill pointless "readback"-handling code
` [PATCH 2/4] iio: ad7949: fix incorrect SPI xfer len
` [PATCH 3/4] iio: ad7949: fix SPI xfer delays
` [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  (5+ messages)
` [RFC/PATCH 1/1] misc: introduce intel QEP

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

[PATCH] iio: light: bh1750: Move static keyword to the front of declaration
 2019-09-15 18:41 UTC  (10+ messages)
` [PATCH v2] iio: light: bh1750: Resolve compiler warning and make code more readable
  ` [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/3] iio: accel: adxl372: Fix/remove limitation for FIFO samples
 2019-09-15 13:27 UTC  (2+ messages)

[PATCH v2 1/7] iio: imu: inv_mpu6050: disable i2c mux for MPU925x
 2019-09-15 13:16 UTC  (9+ messages)
` [PATCH v2 2/7] iio: imu: inv_mpu6050: add header include protection macro
` [PATCH v2 3/7] iio: imu: inv_mpu6050: add defines for supporting 9-axis chips
` [PATCH v2 4/7] iio: imu: inv_mpu6050: fix objects syntax in Makefile
` [PATCH v2 5/7] iio: imu: inv_mpu6050: helpers for using i2c master on auxiliary bus
` [PATCH v2 6/7] iio: imu: inv_mpu6050: add MPU925x magnetometer support
` [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  (14+ 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

[RFC PATCH 00/15] Unify SPI delays into an `struct spi_delay`
 2019-09-15 10:22 UTC  (17+ messages)
` [RFC PATCH 01/15] spi: move `cs_change_delay` backwards compat logic outside switch
` [RFC PATCH 02/15] spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
` [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 05/15] spi: sprd: convert transfer word delay "
` [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 08/15] spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device
` [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 11/15] spi: tegra114: use `spi_transfer_delay` helper
` [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
` [RFC PATCH 14/15] spi: tegra114: change format for `spi_set_cs_timing()` function
` [RFC PATCH 15/15] spi: implement SW control for CS times

[PATCH 1/2] dt-bindings: iio: accel: add binding documentation for ADIS16240
 2019-09-15  9:35 UTC  (11+ 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  (11+ messages)
` [PATCH v7 1/5] iio: imu: st_lsm6dsx: move interrupt thread to core
` [PATCH v7 2/5] iio: imu: st_lsm6dsx: add motion events
` [PATCH v7 3/5] iio: imu: st_lsm6dsx: add wakeup-source option
` [PATCH v7 4/5] iio: imu: st_lsm6dsx: always enter interrupt thread
` [PATCH v7 5/5] iio: imu: st_lsm6dsx: add motion report function and call from interrupt

[PATCH v2] dt-bindings: iio: accel: add binding documentation for ADIS16240
 2019-09-13  7:28 UTC  (2+ messages)

[PATCH v2 0/7] add magnetometer support for MPU925x
 2019-09-12 10:57 UTC 

Inquiry 11/Sept/2019
 2019-09-11 12:08 UTC 

FXOS8700 Accelerometer/Magnetometer Support
 2019-09-10 21:36 UTC  (3+ messages)

[PATCH 0/8] add magnetometer support for MPU925x
 2019-09-10 13:39 UTC  (7+ messages)
` [PATCH 7/8] iio: imu: inv_mpu6050: add magnetometer support inside mpu driver

[PATCH 3/3] iio: adc: hx711: remove unnecessary returns
 2019-09-10  0:34 UTC  (2+ messages)

[PATCH] iio: srf04: fix wrong limitation in distance measuring
 2019-09-09 13:00 UTC  (7+ messages)

[PATCH v6 6/6] iio: imu: st_lsm6dsx: prohibit the use of events and buffered reads simultaneously
 2019-09-09 12:45 UTC  (2+ messages)
` [PATCH v6.1 "

[PATCH v2 0/3] iio: adc: hx711: fix and optimize sampling of data
 2019-09-09 12:36 UTC 

[PATCH 1/3] iio: adc: hx711: optimize sampling of data
 2019-09-09 12:35 UTC  (3+ messages)


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