Linux IIO development
 help / color / mirror / Atom feed
 messages from 2016-10-14 09:01:35 to 2016-10-22 17:29:57 UTC [more...]

[PATCH 1/7] iio: light: tsl2583: return proper error code
 2016-10-22 17:29 UTC  (25+ messages)
` [PATCH 2/7] iio: light: tsl2583: change functions to only have a single exit point
` [PATCH 3/7] iio: light: tsl2583: use DEVICE_ATTR_{RO, RW, WO} macros
` [PATCH 4/7] iio: light: tsl2583: return proper error code in sysfs store functions
` [PATCH 5/7] iio: light: tsl2583: check return values from taos_chip_{on,off}
  ` [PATCH 5/7] iio: light: tsl2583: check return values from taos_chip_{on, off}
` [PATCH 6/7] iio: light: tsl2583: add locking to sysfs *_store() functions
` [PATCH 7/7] iio: light: tsl2583: fix concurrency issue in taos_get_lux()

[PATCH 00/13] staging:iio:ad7606: Towards moving out of staging
 2016-10-22 17:20 UTC  (29+ messages)
` [PATCH 01/13] staging:iio:ad7606: Remove unused int_vref_mv field
` [PATCH 02/13] staging:iio:ad7606: Remove redundant name field from ad7606_chip_info
` [PATCH 03/13] staging:iio:ad7606: Remove default device configuration from platform data
` [PATCH 04/13] staging:iio:ad7606: Remove out-of-band error reporting
` [PATCH 05/13] staging:iio:ad7606: Use oversampling ratio of 1 for no oversampling
` [PATCH 06/13] staging:iio:ad7606: Avoid allocating buffer for each data capture
` [PATCH 07/13] staging:iio:ad7606: Factor out common code between periodic and one-shot capture
` [PATCH 08/13] staging:iio:ad7606: Move set_drvdata() into common code
` [PATCH 09/13] staging:iio:ad7606: Let the common probe function return int
` [PATCH 10/13] staging:iio:ad7606: Let common remove function take a struct device *
` [PATCH 11/13] staging:iio:ad7606: Run trigger handler only once per trigger event
` [PATCH 12/13] staging:iio:ad7606: Use GPIO descriptor API
` [PATCH 13/13] staging:iio:ad7606: Move buffer code to main source file

[PATCH 0/2] staging: iio: ad7606: regulator clean-up
 2016-10-22 17:15 UTC  (6+ messages)
` [PATCH 1/2] staging: iio: ad7606: set proper supply name to devm_regulator_get()
` [PATCH 2/2] staging: iio: ad7606: rework regulator handling

[PATCH v4 0/2] add support to STM HTS221 humidity + temperature sensor
 2016-10-22 16:03 UTC  (7+ messages)
` [PATCH v4 1/2] iio: humidity: add support to hts221 rh/temp combo device
` [PATCH v4 2/2] Documentation: dt: iio: humidity: add hts221 sensor device binding

[PATCH v2 0/2] tools: iio: iio_generic_buffer: -A option code cleanups
 2016-10-22 15:20 UTC  (5+ messages)
` [PATCH v2 1/2] tools: iio: iio_generic_buffer: rename and change type of force variable
` [PATCH v2 2/2] tools: iio: iio_generic_buffer: drop unneeded parentheses

[PATCH] iio: light: acpi-als: Add IO_CHAN_INFO_OFFSET/SCALE to mask
 2016-10-22 15:13 UTC  (3+ messages)

[PATCH 0/4] IIO wrapper drivers, dpot-dac and envelope-detector
 2016-10-22 15:03 UTC  (26+ messages)
` [PATCH 1/4] dt-bindings: iio: document dpot-dac bindings
` [PATCH 2/4] iio: dpot-dac: DAC driver based on a digital potentiometer
` [PATCH 3/4] dt-bindings: iio: document envelope-detector bindings
` [PATCH 4/4] iio: envelope-detector: ADC driver based on a DAC and a comparator

[PATCH] thermal: generic-adc: Fix linear temperature approximation
 2016-10-21  7:00 UTC  (11+ messages)

[PATCH v3 0/4] Add DMA support for ti_am335x_adc driver
 2016-10-19  8:52 UTC  (4+ messages)
` [PATCH v3 2/4] drivers: iio: ti_am335x_adc: add dma support

[PATCH 0/2] tools: iio: iio_generic_buffer: -A option code cleanups
 2016-10-19 18:43 UTC  (4+ messages)
` [PATCH 1/2] tools: iio: iio_generic_buffer: rename and change type of force variable
` [PATCH 2/2] tools: iio: iio_generic_buffer: drop unneeded parentheses

[RFC] multipixel infrared thermopile sensors
 2016-10-19 17:13 UTC 

[PATCH] tools: iio: iio_generic_buffer: add -A to force-enable all channels
 2016-10-19 17:09 UTC  (5+ messages)

[PATCH v2] staging: iio: cdc: ad7746: add additional config defines
 2016-10-19 14:19 UTC 

[RESEND PATCH] iio: gyro: adis16136: implemented IIO_CHAN_INFO_SAMP_FREQ
 2016-10-18 19:57 UTC  (3+ messages)

[PATCH] iio: imu: inv_mpu6050: implemented IIO_CHAN_INFO_SAMP_FREQ
 2016-10-18 19:43 UTC  (5+ messages)

[PATCH v3 0/5] iio: dac: mcp4725: use regulator framework, add vref and dt support
 2016-10-18 17:43 UTC  (6+ messages)
` [PATCH v3 1/5] iio: dac: mcp4725: use regulator framework
` [PATCH v3 2/5] iio: dac: mcp4725: fix incorrect comment
` [PATCH v3 3/5] Documentation: dt: iio: add mcp4725/6 dac device binding
` [PATCH v3 4/5] iio: dac: mcp4725: support voltage reference selection
` [PATCH v3 5/5] iio: dac: mcp4725: add devicetree support

[PATCH v4 0/8] drivers: touchscreen: tsc2007 and ads7846/tsc2046 improvements (use common touchscreen bindings, pre-calibration, spi fix and provide iio raw values)
 2016-10-18 17:27 UTC  (13+ messages)
` [PATCH v4 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation
` [PATCH v4 2/8] drivers:input:tsc2007: send pendown and penup only once like ads7846(+tsc2046) driver does
` [PATCH v4 3/8] drivers:input:tsc2007: check for presence and power down tsc2007 during probe
` [PATCH v4 4/8] drivers:input:tsc2007: add iio interface to read external ADC input and temperature
` [PATCH v4 5/8] DT:omap3+tsc2007: use new common touchscreen bindings
` [PATCH v4 6/8] drivers:input:ads7846(+tsc2046): add new common binding names, pre-calibration and flipping
` [PATCH v4 7/8] drivers:input:ads7846(+tsc2046): fix spi module table
` [PATCH v4 8/8] DT:omap3+ads7846: use new common touchscreen bindings

[PATCH v4] iio: humidity: hdc100x: add triggered buffer support for HDC100X
 2016-10-18 15:48 UTC  (3+ messages)

[PATCH v2 0/4] iio: dac: mcp4725: use regulator framework, add vref and dt support
 2016-10-18 13:56 UTC  (15+ messages)
` [PATCH v2 1/4] iio: dac: mcp4725: use regulator framework
` [PATCH v2 2/4] iio: dac: mcp4725: support voltage reference selection
` [PATCH v2 3/4] Documentation: dt: iio: add mcp4725/6 dac device binding
` [PATCH v2 4/4] iio: dac: mcp4725: add devicetree support

[PATCH v4 0/4] Add support for cros-ec-sensors
 2016-10-18  8:56 UTC  (11+ messages)

[PATCH 14/28] iio: accel: sca3000_core: avoid potentially uninitialized variable
 2016-10-17 22:13 UTC 

[PATCH v2] iio: light: ltr501: claim direct mode during raw writes
 2016-10-17 21:10 UTC  (3+ messages)

[PATCH] iio: ti-adc0832: add triggered buffer support
 2016-10-17 14:03 UTC  (3+ messages)

[PATCH v3 0/8] drivers: touchscreen: tsc2007 and ads7846/tsc2046 improvements (use common touchscreen bindings, pre-calibration, spi fix and provide iio raw values)
 2016-10-17 13:57 UTC  (8+ messages)
` [PATCH v3 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation

[PATCH] Staging: iio: meter: ade7758_core: implement IIO_CHAN_INFO_SAMP_FREQ
 2016-10-17 10:31 UTC  (3+ messages)

[PATCH] staging: iio: cdc: ad7746: add additional config defines
 2016-10-17  9:45 UTC  (3+ messages)

[PATCH] iio: proximity: pulsedlight-lidar-lite-v2: cleanup power management
 2016-10-16 17:52 UTC  (3+ messages)

[PATCH v2] iio: light: ltr501: claim direct mode during select raw reads
 2016-10-16 13:24 UTC  (2+ messages)

[PATCH v2 0/8] staging: iio: isl29018: move out of staging
 2016-10-16  2:25 UTC  (7+ messages)
` [PATCH v2 7/8] staging: iio: isl29018: add ABI documentation for infrared suppression
` [PATCH v2 8/8] staging: iio: isl29018: move out of staging

[PATCH 00/18 V2] staging:iio:accel rework driver and move out of staging
 2016-10-15 17:13 UTC  (9+ messages)
` [PATCH 01/18] staging:iio:accel:sca3000 Fix a use before setting of the indio_dev->buffer pointer
` [PATCH 08/18] staging:iio:accel:sca3000 use a 'fake' channel to handle freefall event registration

[PATCH] iio: accel: mma8452: claim direct mode during write raw
 2016-10-15 17:00 UTC  (4+ messages)

[PATCH v7 0/5] mxs-lradc: Split driver into MFD
 2016-10-15 16:41 UTC  (2+ messages)

[PATCH] iio: light: ltr501: claim direct mode during raw writes
 2016-10-15 15:12 UTC  (2+ messages)

[PATCH] iio: light: ltr501: claim direct mode during select raw reads
 2016-10-15 15:10 UTC  (2+ messages)

[PATCH] iio: pressure: mpl3115: claim direct mode during raw reads
 2016-10-15 14:59 UTC  (2+ messages)

[PATCH] iio: accel: mma8452: claim direct mode during raw reads
 2016-10-15 14:50 UTC  (2+ messages)

[PATCH 0/2] add support to STM LSM6DS3-LSM6DSM 6-axis Mems sensor
 2016-10-15 14:46 UTC  (5+ messages)
` [PATCH 1/2] iio: imu: add support to lsm6dsx driver

[PATCH] [BUGFIX] iio: ms65611_core: Fixes dereferencing regulator pointer
 2016-10-15 13:56 UTC  (2+ messages)

[bug report] iio:pressure: initial zpa2326 barometer support
 2016-10-14 14:37 UTC 

[bug report] iio: fetch and enable regulators unconditionally
 2016-10-14 13:10 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox