linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-14 09:08:35 to 2019-11-24 22:53:00 UTC [more...]

[PATCH v3 0/2] iio: add driver for Bosch BMA400 accelerometer
 2019-11-24 22:37 UTC  (8+ messages)
` [PATCH v4 2/2] iio: (bma400) add driver for the BMA400

[PATCH v3 0/3] iio: adc: add support for ltc2496
 2019-11-24 19:11 UTC  (6+ messages)
` [PATCH v3 1/3] iio: adc: ltc2496: provide device tree binding document
` [PATCH v3 2/3] iio: adc: ltc2497: split protocol independent part in a separate module
` [PATCH v3 3/3] iio: adc: new driver to support Linear technology's ltc2496

[PATCH v5 1/2] staging: iio: accel: adis16240: enforce SPI mode on probe function
 2019-11-23 23:35 UTC  (2+ messages)
` [PATCH v5 2/2] dt-bindings: iio: accel: add binding documentation for ADIS16240

[PATCH] iio: humidity: hdc100x: fix IIO_HUMIDITYRELATIVE channel reporting
 2019-11-23 16:47 UTC  (3+ messages)

[PATCH] iio: trigger: stm32-timer: remove unnecessary update event
 2019-11-23 16:43 UTC  (2+ messages)

[PATCH] iio: adc: ad7887: Cleanup channel assignment
 2019-11-23 16:39 UTC  (2+ messages)

[PATCH] iio: adc: max1027: fix not unregistered iio trigger
 2019-11-23 16:29 UTC  (2+ messages)

[PATCH 1/2] iio: imu: inv_mpu6050: fix temperature reporting using bad unit
 2019-11-23 16:22 UTC  (4+ messages)
` [PATCH 2/2] iio: imu: inv_mpu6050: add fifo temperature data support

[PATCH V3] iio: adc: ad7124: Fix enabling of internal reference
 2019-11-23 14:47 UTC  (2+ messages)

[PATCH v2] iio: Fix Kconfig indentation
 2019-11-23 14:45 UTC  (2+ messages)

[PATCH] iio: adc: intel_mrfld_adc: Allocating too much data in probe()
 2019-11-23 14:42 UTC  (3+ messages)

[PATCH V2] iio: adc: ad7124: Enable internal reference
 2019-11-23 14:38 UTC  (2+ messages)

[PATCH v3 4/4] MAINTAINERS: add maintainer for ping iio sensors
 2019-11-23 14:37 UTC  (2+ messages)

[PATCH v3 3/4] iio: ping: add parallax ping sensors
 2019-11-23 14:35 UTC  (2+ messages)

[PATCH v3 2/4] dt-bindings: add parallax ping sensors
 2019-11-23 14:34 UTC  (2+ messages)

[PATCH v3 1/4] dt-bindings: add vendor prefix parallax
 2019-11-23 14:32 UTC  (2+ messages)

[PATCH] iio: dac: ad7303: use regulator get optional to check for ext supply
 2019-11-23 14:22 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/1] Add support for TI HDC200x humidity and temperature sensors
 2019-11-23 14:15 UTC  (3+ messages)

[PATCH 0/3] iio: max31856: provide more configuration options
 2019-11-23 12:46 UTC  (35+ messages)
` [v2 0/9] "
  ` [v2 1/9] iio: max31856: add option for setting mains filter rejection frequency
  ` [v2 4/9] RFC: iio: core: add char type for sysfs attributes
  ` [v2 6/9] Documentation: ABI: document IIO thermocouple_type file
  ` [v2 7/9] iio: max31856: add support for runtime-configuring the thermocouple type
  ` [v2 8/9] RFC/RFT: iio: maxim_thermocouple: add thermocouple_type sysfs attribute
  ` [v2 9/9] dt-bindings: iio: maxim_thermocouple: document new 'compatible' strings
  ` [v3 0/9] iio: max31856: provide more configuration options
    ` [v3 1/9] iio: max31856: add option for setting mains filter rejection frequency
    ` [v3 2/9] Documentation: ABI: document IIO in_temp_filter_notch_center_frequency file
    ` [v3 3/9] iio: max31856: add support for configuring the HW averaging
    ` [v3 4/9] RFC: iio: core: add char type for sysfs attributes
    ` [v3 5/9] iio: core: add thermocouple_type standard attribute
    ` [v3 6/9] Documentation: ABI: document IIO thermocouple_type file
    ` [v3 7/9] iio: max31856: add support for runtime-configuring the thermocouple type
    ` [v3 8/9] RFC/RFT: iio: maxim_thermocouple: add thermocouple_type sysfs attribute
    ` [v3 9/9] dt-bindings: iio: maxim_thermocouple: document new 'compatible' strings

[PATCH 2/2] dt-bindings: iio: adc: ad7292: fix constraint over channel quantity
 2019-11-23 12:27 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: iio: adc: ad7292: Update SPDX identifier
 2019-11-23 12:25 UTC  (3+ messages)

[PATCH v2 00/11] iio: imu: adis: cleanup lock usage
 2019-11-23 12:21 UTC  (13+ messages)
` [PATCH v2 01/11] iio: imu: adis: rename txrx_lock -> state_lock
` [PATCH v2 02/11] iio: imu: adis: add unlocked read/write function versions
` [PATCH v2 03/11] iio: imu: adis[16480]: group RW into a single lock in adis_enable_irq()
` [PATCH v2 04/11] iio: imu: adis: create an unlocked version of adis_check_status()
` [PATCH v2 05/11] iio: imu: adis: create an unlocked version of adis_reset()
` [PATCH v2 06/11] iio: imu: adis: protect initial startup routine with state lock
` [PATCH v2 07/11] iio: imu: adis: group single conversion under a single "
` [PATCH v2 08/11] iio: imu: adis16400: rework locks using ADIS library's "
` [PATCH v2 09/11] iio: gyro: adis16136: "
` [PATCH v2 10/11] iio: imu: adis16480: use state lock for filter freq set
` [PATCH v2 11/11] iio: gyro: adis16260: replace mlock with ADIS lib's state_lock

[PATCH v4] dt-bindings: iio: accel: add binding documentation for ADIS16240
 2019-11-23 11:41 UTC  (2+ messages)

[PATCH] iio: adc: stm32-adc: Add check on overrun interrupt
 2019-11-23 11:36 UTC  (2+ messages)

Zdravstvujte! Vas interesujut bazy dannyh dlja prodazhi Vashih tovarov i uslug?
 2019-11-22 18:53 UTC 

[PATCH v5 00/18] cros_ec: Add sensorhub driver and FIFO processing
 2019-11-22 11:35 UTC  (25+ messages)
` [PATCH v5 01/18] mfd: cros_ec: Add sensor_count and make check_features public
` [PATCH v5 02/18] platform: cros_ec: Add cros_ec_sensor_hub driver
` [PATCH v5 03/18] platform/mfd:iio: cros_ec: Register sensor through sensorhub
` [PATCH v5 04/18] platform: chrome: cros-ec: record event timestamp in the hard irq
` [PATCH v5 05/18] platform: chrome: cros_ec: Do not attempt to register a non-positive IRQ number
` [PATCH v5 06/18] platform: chrome: cros_ec: handle MKBP more events flag
` [PATCH v5 07/18] Revert "Input: cros_ec_keyb - add back missing mask for event_type"
` [PATCH v5 08/18] Revert "Input: cros_ec_keyb: mask out extra flags in event_type"
` [PATCH v5 09/18] platform: chrome: sensorhub: Add FIFO support
` [PATCH v5 10/18] platform: chrome: sensorhub: Add code to spread timestmap
` [PATCH v5 11/18] platform: chrome: sensorhub: Add median filter
` [PATCH v5 12/18] iio: cros_ec: Move function description to .c file
` [PATCH v5 13/18] iio: expose iio_device_set_clock
` [PATCH v5 14/18] iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFO
` [PATCH v5 15/18] iio: cros_ec: Remove pm function
` [PATCH v5 16/18] iio: cros_ec: Expose hwfifo_timeout
` [PATCH v5 17/18] iio: cros_ec: Report hwfifo_watermark_max
` [PATCH v5 18/18] iio: cros_ec: Use Hertz as unit for sampling frequency

[PATCH] platform/chrome: cros_ec: Rename cros_ec_dev to cros_ec_mfd_dev
 2019-11-22  7:58 UTC  (2+ messages)

[PATCH v2] dt-bindings: mfd: Convert stm32 low power timers bindings to json-schema
 2019-11-20 18:09 UTC  (2+ messages)

[PATCH] iio: Fix Kconfig indentation
 2019-11-20 13:41 UTC 

[PATCH 0/3] Add support for DLH pressure sensors
 2019-11-18 22:16 UTC  (8+ messages)
` [PATCH 1/3] iio: pressure: Add driver "
` [PATCH 2/3] dt-bindings: Add asc vendor
` [PATCH 3/3] bindings: iio: pressure: Add dlh-i2c documentation

[PATCH 1/3] iio: Add ADM1177 Hot Swap Controller and Digital Power Monitor driver
 2019-11-18 17:49 UTC  (3+ messages)
` [PATCH 2/3] dt-binding: iio: Add documentation for ADM1177

[PATCH v3 0/3] Use void pointers instead of char in I2C transfer APIs
 2019-11-18  8:47 UTC  (7+ messages)
` [PATCH v3 1/3] i2c: use void pointers for supplying data for reads and writes
    ` [PATCH v3 3/3] i2c: smbus: switch from loops to memcpy

[PATCH v3 0/4] iio: add driver for ping))) and laserping sensors
 2019-11-18  7:35 UTC 

[PATCH -next] iio: st_accel: Fix unused variable warning
 2019-11-18  1:41 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] iio: adc: max9611: Make enum relations more future proof
 2019-11-16 17:32 UTC  (5+ messages)

[PATCH 0/2] Add MPU9150 magnetometer support
 2019-11-16 17:20 UTC  (5+ messages)
` [PATCH 1/2] iio: imu: inv_mpu6050: delete not existing MPU9150 spi support
` [PATCH 2/2] iio: imu: inv_mpu6050: add support of MPU9150 magnetometer

[PATCH v5 1/4] iio: adc: Add support for AD7091R5 ADC
 2019-11-16 17:11 UTC  (8+ messages)
` [PATCH v5 2/4] iio: adc: ad7091r5: Add scale and external VREF support
` [PATCH v5 3/4] dt-binding: iio: Add documentation for AD7091R5
` [PATCH v5 4/4] MAINTAINERS: add entry for AD7091R5 driver

[PATCH v2 3/4] iio: ping: add parallax ping sensors
 2019-11-16 16:34 UTC  (2+ messages)

[PATCH] iio: adc: ad7124: Enable internal reference
 2019-11-16 16:26 UTC  (2+ messages)

[PATCH] iio: buffer-dmaengine: Use dma_request_chan() directly for channel request
 2019-11-16 16:22 UTC  (3+ messages)

[PATCH v2 0/3] iio: adc: add support for ltc2496
 2019-11-16 16:09 UTC  (8+ messages)
` [RFC PATCH v2 1/3] iio: adc: ltc2496: provide device tree binding document
` [PATCH v2 2/3] iio: adc: ltc2497: split protocol independent part in a separate module
` [PATCH v2 3/3] iio: adc: new driver to support Linear technology's ltc2496

[PATCH 1/3] iio: adc: ltc2496: provide device tree binding document
 2019-11-16 15:25 UTC  (5+ messages)

[PATCH v4 0/2] iio: adc: Add support for AD7292
 2019-11-16 15:22 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: iio: adc: Add dt-schema "

[PATCH] iio: temperature: ltc2983: fix u32 read into a unsigned long long
 2019-11-16 15:15 UTC  (4+ messages)

[PATCH 1/3] dt-bindings: iio: adc: add support for AD5940
 2019-11-16 14:17 UTC  (12+ messages)
` [PATCH 2/3] iio: adc: add driver "

[PATCH v4 00/17] cros_ec: Add sensorhub driver and FIFO processing
 2019-11-16 11:49 UTC  (8+ messages)
` [PATCH v4 01/17] mfd: cros_ec: Add sensor_count and make check_features public
` [PATCH v4 13/17] iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFO

[PATCH v2 2/4] dt-bindings: add parallax ping sensors
 2019-11-15 15:00 UTC  (2+ messages)

[PATCH v4 1/4] iio: adc: Add support for AD7091R5 ADC
 2019-11-15 13:03 UTC  (5+ messages)
` [PATCH v4 2/4] iio: adc: ad7091r5: Add scale and external VREF support
` [PATCH v4 3/4] dt-binding: iio: Add documentation for AD7091R5
` [PATCH v4 4/4] MAINTAINERS: add entry for AD7091R5 driver

[PATCH] dt-bindings: mfd: Convert stm32 low power timers bindings to json-schema
 2019-11-15 12:27 UTC 

Investment opportunity
 2019-11-15 11:50 UTC 

[PATCH v2 4/4] MAINTAINERS: add maintainer for ping iio sensors
 2019-11-15  7:45 UTC 

[PATCH v2 1/4] dt-bindings: add vendor prefix parallax
 2019-11-15  7:43 UTC 

[PATCH v2 0/4] iio: add driver for ping))) and laserping sensors
 2019-11-15  7:43 UTC 

Zdravstvujte! Vas interesujut bazy dannyh dlja prodazhi Vashih tovarov i uslug?
 2019-11-14 21:34 UTC 

[PATCH v3] dt-bindings: mfd: Convert stm32 timers bindings to json-schema
 2019-11-14 17:31 UTC  (2+ messages)

[PATCH] iio: adc: max9611: Fix too short conversion time delay
 2019-11-14  9:08 UTC  (4+ 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).