linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-15 13:47:04 to 2019-09-23 12:17:52 UTC [more...]

[PATCH 0/3] iio: max31856: provide more configuration options
 2019-09-23 12:17 UTC  (4+ messages)
` [PATCH 1/3] iio: max31856: add option for setting mains filter rejection frequency
` [PATCH 2/3] iio: max31856: add support for configuring the HW averaging
` [PATCH 3/3] iio: max31856: add support for runtime-configuring the thermocouple type

[PATCH 0/4] Fixes for ad7949
 2019-09-23  8:21 UTC  (21+ messages)
` [PATCH 2/4] iio: ad7949: fix incorrect SPI xfer len
` [PATCH 4/4] iio: ad7949: fix channels mixups

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

[PATCH] iio: Fix an undefied reference error in noa1305_probe
 2019-09-23  2:04 UTC 

[RFC/PATCH] counter: introduce support for Intel QEP Encoder
 2019-09-22 23:35 UTC  (7+ messages)
  ` [RFC/PATCH 1/2] counter: add support for Quadrature x4 with swapped inputs
    ` [RFC/PATCHv2 2/2] counter: introduce support for Intel QEP Encoder

[PATCH 00/13] cros_ec: Add sensorhub driver and FIFO processing
 2019-09-22 17:50 UTC  (14+ messages)
` [PATCH 01/13] mfd: cros_ec: Add sensor_count and make check_features public
` [PATCH 02/13] platform: cros_ec: Add cros_ec_sensor_hub driver
` [PATCH 03/13] platform/mfd:iio: cros_ec: Register sensor through sensorhub
` [PATCH 04/13] platform: chrome: cros-ec: record event timestamp in the hard irq
` [PATCH 05/13] platform: chrome: cros_ec: Do not attempt to register a non-positive IRQ number
` [PATCH 06/13] platform: chrome: cros_ec: handle MKBP more events flag
` [PATCH 07/13] platform: chrome: sensorhub: Add FIFO support
` [PATCH 08/13] platform: chrome: sensorhub: Add code to spread timestmap
` [PATCH 09/13] platform: chrome: sensorhub: Add median filter
` [PATCH 10/13] iio: cros_ec: Use triggered buffer only when EC does not support FIFO
` [PATCH 11/13] iio: cros_ec: Expose hwfifo_timeout
` [PATCH 12/13] iio: cros_ec: Report hwfifo_watermark_max
` [PATCH 13/13] iio: cros_ec: Use Hertz as unit for sampling frequency

[PATCH v2] dt-bindings: iio: accel: add binding documentation for ADIS16240
 2019-09-22 14:24 UTC  (3+ messages)

[PATCH 0/3] st_lsm6dsx: do not access active-low/open-drain if not supported
 2019-09-22  9:18 UTC  (4+ messages)
` [PATCH 1/3] iio: imu: st_lsm6dsx: move irq related definitions in irq_config
` [PATCH 2/3] iio: imu: st_lsm6dsx: do not access active-low/open-drain regs if not supported
` [PATCH 3/3] iio: imu: st_lsm6dsx: add sanity check for read_fifo pointer

[PATCH] iio: imu: adis16400: fix memory leak
 2019-09-21 18:15 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] iio: imu: adis16400: release allocated memory on failure
 2019-09-21 18:11 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] iio: adc: stm32-adc: fix kernel-doc warnings
 2019-09-21 18:03 UTC  (2+ messages)

[PATCH v2 0/2] iio: stm32-adc: fix a race with dma and irq
 2019-09-21 18:02 UTC  (4+ 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: tcs3414: fix iio_triggered_buffer_{pre,post}enable positions
 2019-09-21 15:32 UTC  (3+ messages)
` [PATCH][RESEND] "

LSM9DS1 testing with st_lsm6dsx driver
 2019-09-21  8:06 UTC  (6+ messages)

[PATCH] iio: light: opt3001: fix mutex unlock race
 2019-09-20 17:40 UTC  (2+ messages)

[PATCH] iio: proximity: sx9500: fix iio_triggered_buffer_{predisable,postenable} positions
 2019-09-20  8:35 UTC 

[PATCH] iio: pressure: zpa2326: fix iio_triggered_buffer_postenable position
 2019-09-20  8:03 UTC 

[PATCH] iio: chemical: atlas-ph-sensor: fix iio_triggered_buffer_predisable() position
 2019-09-20  7:37 UTC  (2+ messages)

[PATCH v2 0/2] iio: core: Add optional symbolic label to device attributes
 2019-09-19 14:36 UTC  (3+ messages)
` [PATCH v2 1/2] dt-binding: iio: Add optional label property
` [PATCH v2 2/2] iio: core: Add optional symbolic label to device attributes

[PATCH] iio: gyro: adis16080: replace mlock with own lock
 2019-09-19 13:23 UTC 

[PATCH] iio: dac: ad7303: replace mlock with own lock
 2019-09-19 13:13 UTC 

[PATCH] iio: gyro: adis16260: remove indio_dev mlock
 2019-09-19 11:57 UTC 

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

[PATCH v3 0/2] Simplify count_read/count_write/signal_read
 2019-09-18 14:22 UTC  (3+ messages)
` [PATCH v3 1/2] counter: Simplify the count_read and count_write callbacks
` [PATCH v3 2/2] docs: driver-api: generic-counter: Update Count and Signal data types

[PATCH v2 01/11] dt-bindings: power: syscon-reboot: Convert bindings to json-schema
 2019-09-18 13:17 UTC  (24+ messages)
` [PATCH v2 02/11] dt-bindings: power: syscon-poweroff: "
` [PATCH v2 03/11] dt-bindings: arm: samsung: Convert Samsung board/soc "
` [PATCH v2 04/11] dt-bindings: arm: samsung: Document missing S5Pv210 boards bindings
` [PATCH v2 05/11] dt-bindings: arm: samsung: Document missing Exynos7 "
` [PATCH v2 06/11] dt-bindings: arm: samsung: Convert Exynos Chipid bindings to json-schema
` [PATCH v2 07/11] dt-bindings: arm: samsung: Convert Exynos PMU "
` [PATCH v2 08/11] dt-bindings: arm: samsung: Convert Exynos System Registers "
` [PATCH v2 09/11] dt-bindings: rtc: s3c: Convert S3C/Exynos RTC "
` [PATCH v2 10/11] dt-bindings: iio: adc: exynos: Convert Exynos ADC "
` [PATCH v2 11/11] dt-bindings: iio: adc: exynos: Remove old requirement of two register address ranges

[PATCH] counter: stm32-lptimer-cnt: fix a kernel-doc warning
 2019-09-18 12:22 UTC 

[PATCH] counter: stm32-timer-cnt: fix a kernel-doc warning
 2019-09-18 12:22 UTC 

[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 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 

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

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

[RFC PATCH 00/15] Unify SPI delays into an `struct spi_delay`
 2019-09-17  6:05 UTC  (8+ messages)
` [RFC PATCH 03/15] spi: make `cs_change_delay` the first user of the `spi_delay` logic

[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 5/5] iio: imu: st_lsm6dsx: add motion report function and call from interrupt
 2019-09-16 12:22 UTC  (7+ messages)
` [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 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  (4+ messages)
` [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  (5+ messages)
` [RFC 1/4] counter: Simplify the count_read and count_write callbacks


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