linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-10 13:20:15 to 2016-04-16 19:20:10 UTC [more...]

[PATCH 0/9] iio: use regmap to retrieve struct device
 2016-04-16 19:20 UTC  (20+ messages)
` [PATCH 1/9] iio: adc: exynos_adc: "
` [PATCH 2/9] iio: adc: qcom-spmi-iadc: "
` [PATCH 3/9] iio: adc: qcom-spmi-vadc: "
` [PATCH 5/9] iio: accel: mma7455: "
` [PATCH v2 0/5] iio: "
  ` [PATCH v2 1/5] iio: accel: bmc150: "
  ` [PATCH v2 2/5] iio: accel: mxc4005: "
  ` [PATCH v2 3/5] iio: health: afe4403: "
  ` [PATCH v2 4/5] iio: health: afe4404: "
  ` [PATCH v2 5/5] iio: gyro: bmg160: "

[PATCH 1/3] iio: core: Add devm_ APIs for iio_channel_{get,release}
 2016-04-16 15:42 UTC  (8+ messages)

[PATCH v2] iio: tools: generic_buffer: auto-enable channels
 2016-04-16 14:05 UTC  (5+ messages)

Question about differential muxing
 2016-04-16 13:18 UTC  (2+ messages)

[PATCH 1/5] iio:adis: Add support for manual self-test flag clear
 2016-04-16 12:44 UTC  (10+ messages)
` [PATCH 2/5] staging:iio:adis16201: Set self_test_no_autoclear flag
` [PATCH 3/5] staging:iio:adis16203: "
` [PATCH 4/5] staging:iio:adis16209: "
` [PATCH 5/5] staging:iio:adis16240: "

[PATCH 00/10] iio: fix errors reported by checkpatch.pl
 2016-04-16 12:40 UTC  (24+ messages)
` [PATCH 01/10] iio: light apds9960: fix wrong use of brace
` [PATCH 02/10] iio: inkern: add a missing space before if
` [PATCH 03/10] iio: adc: vf610_adc: fix case label indent
` [PATCH 04/10] iio: adc: mcp3422: remove spaces before comma
` [PATCH 05/10] iio: adc: at91_adc: fix errors reported by checkpatch.pl
` [PATCH 06/10] iio: adc: ad799x: remove space before comma
` [PATCH 07/10] iio: common: ms_sensors: use tab for indention
` [PATCH 08/10] iio: common: hid-sensors: "
` [PATCH 09/10] iio: magnetometer: ak8975: put else and brace at the same line
` [PATCH 10/10] iio: pressure: ms5611: use tab for indention

[PATCH v4] iio: imu: Add initial support for Bosch BMI160
 2016-04-16 11:56 UTC  (2+ messages)

[PATCH 0/2] Add support for Aosong AM2315 ambient temperature & humidity sensor
 2016-04-16 10:52 UTC  (4+ messages)
` [PATCH 1/2] iio: temperature: Add support for AM2315
` [PATCH 2/2] iio: temperature: Add triggered buffer "

[RFC PATCH v1 0/3] iio sensor mounting matrix support
 2016-04-16 10:25 UTC  (9+ messages)
` [RFC PATCH v1 2/3] iio:ak8975: add "
` [RFC PATCH v1 3/3] iio:imu:mpu6050: enhance "

[PATCH v2 0/2] iio: pressure: bmp280: add support for BMP180 and oversampling rate control
 2016-04-16 10:08 UTC  (5+ messages)
` [PATCH v2 1/2] iio: pressure: bmp280: add support for BMP180
` [PATCH v2 2/2] iio: pressure: bmp280: add ability to control oversampling rate

[PATCH v6 01/24] i2c-mux: add common data for every i2c-mux instance
 2016-04-15 15:52 UTC 

[PATCH v3] iio: imu: Add initial support for Bosch BMI160
 2016-04-15 14:49 UTC  (3+ messages)

generic_buffer and 24 bits samples
 2016-04-15 14:44 UTC  (7+ messages)

[PATCH 0/2] Introduce SPI support for BMC150 chip
 2016-04-15 14:13 UTC  (3+ messages)
` [PATCH 1/2] iio: magn: Split bmc150 driver in common/i2c parts
` [PATCH 2/2] iio: magn: bmc150: Introduce SPI support

[PATCH v6 00/24] i2c mux cleanup and locking update
 2016-04-15 11:23 UTC  (12+ messages)
` [PATCH v6 01/24] i2c-mux: add common data for every i2c-mux instance
` [PATCH v6 08/24] iio: imu: inv_mpu6050: convert to use an explicit i2c mux core

[PATCH RFT 0/5] iio: mxs-lradc: fix leak and implement PM ops
 2016-04-15 10:12 UTC  (11+ messages)
` [PATCH RFT 1/5] iio: mxs-lradc: fix memory leak
` [PATCH RFT 2/5] iio: mxs-lradc: move TS config into suitable function
` [PATCH RFT 3/5] iio: mxs-lradc: move STMP reset out of ADC init
` [PATCH RFT 4/5] iio: mxs-lradc: disable only mapped channels in mxs_lradc_hw_stop
` [PATCH RFT 5/5] iio: mxs-lradc: implement suspend/resume support

[PATCH V3 1/2] thermal: generic-adc: Add DT binding for ADC based thermal sensor
 2016-04-14 17:35 UTC  (3+ messages)
` [PATCH V3 2/2] thermal: generic-adc: Add ADC based thermal sensor driver

[PATCH 4/4 v5] iio: st_sensors: support open drain mode
 2016-04-14 17:09 UTC  (2+ messages)

[PATCH] iio: frequency: ad9523: use unsigned int rather then bare unsigned
 2016-04-14 15:40 UTC 

[PATCH 4/4 v4] iio: st_sensors: support open drain mode
 2016-04-14 13:30 UTC  (4+ messages)

[PATCH] iio: add Capella CM3218 ambient light sensor driver
 2016-04-14 12:16 UTC  (4+ messages)

[PATCH v2] ARM: dts: ux500: configure the accelerometers open drain
 2016-04-14  8:48 UTC 

[PATCH v3] iio: tools: generic_buffer: auto-enable channels
 2016-04-14  8:26 UTC 

[PATCH V3 26/29] iio: use parity32 in adxrs450
 2016-04-14  4:18 UTC  (2+ messages)
` [PATCH V3 00/29] bitops: add parity functions

[PATCH] iio: mxs-lradc: Move binding document out of staging as well
 2016-04-13 22:20 UTC  (4+ messages)

[RFC] iio: st: Add lsm9ds0 support for gyro accel and magn
 2016-04-13 19:01 UTC 

[PATCH] iio: mxs-lradc: Move binding document out of staging as well
 2016-04-13 16:50 UTC 

[PATCH V2 1/2] thermal: generic-adc: Add DT binding for ADC based thermal sensor
 2016-04-13 15:06 UTC  (3+ messages)
` [PATCH V2 2/2] thermal: generic-adc: Add ADC based thermal sensor driver

[PATCH 0/2] iio: adc: Small fixes
 2016-04-13  1:55 UTC  (2+ messages)

[PATCH 1/1] iio: adc: Add driver for the TI INA3221 Triple Current/Voltage Monitor
 2016-04-12 15:52 UTC  (13+ messages)

IIO driver for si114x
 2016-04-12 13:43 UTC  (4+ messages)

[PATCH] ARM: dts: ux500: configure the accelerometers open drain
 2016-04-12 13:05 UTC 

[PATCH 1/4] iio: st_sensors: simplify buffer address handling
 2016-04-12 12:34 UTC  (10+ messages)
` [PATCH 2/4] iio: st_sensors: read each channel individually
` [PATCH 3/4] iio: st_sensors: verify interrupt event to status

[PATCH 0/3] iio: pressure: bmp280: add BME280 part support
 2016-04-12  5:42 UTC  (9+ messages)
` [PATCH 1/3] iio: pressure: bmp280: add initial support for multiple chips
` [PATCH 2/3] iio: pressure: bmp280: add per chip initialize function pointer
` [PATCH 3/3] iio: pressure: bmp280: add humidity support

How to use GPIO pin as the trigger for IIO devices?
 2016-04-12  5:19 UTC  (3+ messages)

[PATCH v2 0/8] i2c mux cleanup and locking update
 2016-04-11 20:59 UTC  (7+ messages)
` [PATCH v2 1/8] i2c-mux: add common core data for every mux instance

[PATCH v2 0/5] Support for max44000 Ambient and Infrared Proximity Sensor
 2016-04-11 18:52 UTC  (6+ messages)
` [PATCH v2 1/5] max44000: Initial support
` [PATCH v2 2/5] max44000: Initial support for proximity reading
` [PATCH v2 3/5] max44000: Support controlling LED current output
` [PATCH v2 4/5] max44000: Expose ambient sensor scaling
` [PATCH v2 5/5] max44000: Initial triggered buffer support

[PULL] First round of new device support, features and cleanups for IIO in the 4.7 cycle
 2016-04-11 16:56 UTC  (3+ messages)

[PATCH 0/5] Support for max44000 Ambient and Infrared Proximity Sensor
 2016-04-11 16:11 UTC  (11+ messages)
` [PATCH 1/5] max44000: Initial commit
` [PATCH 4/5] max44000: Expose ambient sensor scaling
` [PATCH 5/5] max44000: Initial triggered buffer support

[PATCH v3 0/2] iio: Add support for adc101 and adc121c to ti-adc081c
 2016-04-11 14:24 UTC  (3+ messages)
` [PATCH v3 1/2] ti-adc081c: Add support for adc101c and adc121c
` [PATCH v3 2/2] ti-adc081c: Initial triggered buffer support

[PATCH v5] iio: light: new driver for the ROHM BH1780
 2016-04-11 12:47 UTC  (2+ messages)

[PATCH] iio: pressure: bmp280: add support for BMP180
 2016-04-11  8:44 UTC  (6+ messages)

[PATCH 00/10] Use the ISA bus driver for PC/104 and ISA devices
 2016-04-11  6:59 UTC  (2+ messages)

[PATCH V3] iio: pressure: hp03: Add Hope RF HP03 sensor support
 2016-04-10 20:52 UTC 

[PATCH 2/2] iio: adc: set INPUT_PROP_DIRECT
 2016-04-10 19:22 UTC 

[PATCH 1/2] iio: adc: Indent if statement
 2016-04-10 19:20 UTC 

[PATCHv2 1/3] iio: dht11: Improve reliability - be more tolerant about missing start bits
 2016-04-10 16:40 UTC  (5+ messages)
` [PATCHv2 3/3] iio: dht11: Improve logging

[PATCH v2 27/30] iio: use parity32 in adxrs450
 2016-04-10 15:14 UTC  (5+ messages)

[PATCH v2 0/2] Add support for adc101c* and adc121c*
 2016-04-10 14:29 UTC  (5+ messages)
` [PATCH v2 1/2] ti-adc081c: "
` [PATCH v2 2/2] ti-adc081c: Initial triggered buffer support

[PATCH] iio: ak8975: fix maybe-uninitialized warning
 2016-04-10 14:18 UTC  (2+ messages)

[PATCH] iio: ak8975: Fix NULL pointer exception on early interrupt
 2016-04-10 14:18 UTC  (3+ messages)

[PATCH] staging: iio: ad7606: use iio_device_{claim|release}_direct_mode()
 2016-04-10 14:00 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v4] iio: light: new driver for the ROHM BH1780
 2016-04-10 13:42 UTC  (2+ messages)

[PATCH v6] iio: dac: Add support for the AD5592R/AD5593R ADCs/DACs
 2016-04-10 13:29 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).