linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-06 12:41:17 to 2016-11-12 17:10:10 UTC [more...]

[PATCH v3 00/28] staging: iio: tsl2583: move out of staging
 2016-11-12 17:10 UTC  (42+ messages)
` [PATCH v3 01/28] staging: iio: tsl2583: split out functionality of taos_chip_on()
` [PATCH v3 02/28] staging: iio: tsl2583: fix issue with changes to calibscale and int_time not being set on the chip
` [PATCH v3 03/28] staging: iio: tsl2583: check if chip is suspended in in_illuminance_calibrate_store
` [PATCH v3 04/28] staging: iio: tsl2583: remove unnecessary chip status check in taos_get_lux
` [PATCH v3 05/28] staging: iio: tsl2583: remove unnecessary chip status checks in suspend/resume
` [PATCH v3 06/28] staging: iio: tsl2583: change current chip state from a tristate to a bool
` [PATCH v3 07/28] staging: iio: tsl2583: remove redundant write to the control register in taos_probe()
` [PATCH v3 08/28] staging: iio: tsl2583: remove the FSF's mailing address
` [PATCH v3 09/28] staging: iio: tsl2583: cleaned up logging
` [PATCH v3 10/28] staging: iio: tsl2583: unify function and variable prefix to tsl2583_
` [PATCH v3 11/28] staging: iio: tsl2583: fix alignment of #define values
` [PATCH v3 12/28] staging: iio: tsl2583: fix comparison between signed and unsigned integers
` [PATCH v3 13/28] staging: iio: tsl2583: change newlines to improve readability
` [PATCH v3 14/28] staging: iio: tsl2583: combine sysfs documentation
` [PATCH v3 15/28] staging: iio: tsl2583: fix multiline comment syntax
` [PATCH v3 16/28] staging: iio: tsl2583: updated code comment to match what the code does
` [PATCH v3 17/28] staging: iio: tsl2583: moved code block inside else statement
` [PATCH v3 18/28] staging: iio: tsl2583: change tsl2583_als_calibrate() to return 0 on success
` [PATCH v3 19/28] staging: iio: tsl2583: remove unnecessary parentheses
` [PATCH v3 20/28] staging: iio: tsl2583: don't assume an unsigned int is 32 bits
` [PATCH v3 21/28] staging: iio: tsl2583: move from a global to a per device lux table
` [PATCH v3 22/28] staging: iio: tsl2583: add tsl2583 to list of supported devices in the header
` [PATCH v3 23/28] staging: iio: tsl2583: clarified comment about clearing interrupts
` [PATCH v3 24/28] staging: iio: tsl2583: remove comment for tsl2583_probe()
` [PATCH v3 25/28] staging: iio: tsl2583: remove unnecessary memset call
` [PATCH v3 26/28] staging: iio: tsl2583: remove unnecessary variable initialization
` [PATCH v3 27/28] staging: iio: tsl2583: add copyright and MODULE_AUTHOR
` [PATCH v3 28/28] staging: iio: tsl2583: move out of staging

[PATCH v2 0/6] Add support for STM32 ADC
 2016-11-12 17:08 UTC  (11+ messages)
` [PATCH v2 1/6] Documentation: dt-bindings: Document STM32 ADC DT bindings
` [PATCH v2 2/6] mfd: stm32-adc: Add support for stm32 ADC
` [PATCH v2 3/6] iio: adc: Add support for STM32 ADC
` [PATCH v2 4/6] ARM: configs: stm32: enable ADC driver
` [PATCH v2 5/6] ARM: dts: stm32f429: Add adc support
` [PATCH v2 6/6] ARM: dts: stm32f429: enable adc on eval board

[PATCH 1/2] iio: st_sensors: centralize I2C probe() code
 2016-11-12 16:11 UTC  (2+ messages)

[PATCH 1/2] iio: bmi160: Support hardware fifo
 2016-11-12 15:55 UTC  (14+ messages)
` [PATCH 2/2] Documentation: DT: Add bmi160 imu binding

[PATCH 0/4] ST Sensors: inline sensor data
 2016-11-12 15:50 UTC  (10+ messages)
` [PATCH 1/4] iio: accel: st_accel: inline per-sensor data
` [PATCH 2/4] iio: gyro: st_gyro: "
` [PATCH 3/4] iio: magn: st_magn: "
` [PATCH 4/4] iio: pressure: st_pressure: "

[PATCH V4 0/2] Changes to support different VADC scaling
 2016-11-12 15:13 UTC  (5+ messages)
` [PATCH V4 1/2] iio: adc: spmi-vadc: Update function for generic voltage conversion
` [PATCH V4 2/2] iio: adc: spmi-vadc: Changes to support different scaling

[PATCH v2] iio: document bindings for mounting matrices
 2016-11-12 15:13 UTC  (2+ messages)

[PATCH] iio: imu: inv_mpu6050: inform the i2c mux core about how it is used
 2016-11-12 14:45 UTC  (4+ messages)

[PATCH v2] hid: hid-sensor-hub: clear memory to avoid random data
 2016-11-12 14:43 UTC  (2+ messages)

[PATCH 0/2] staging: iio: ad7606: move driver out of staging
 2016-11-12 14:42 UTC  (11+ messages)
` [PATCH 1/2] staging: iio: ad7606: replace range/range_available with corresponding scale
` [PATCH 2/2] staging: iio: ad7606: move out of staging

[PATCH] iio: cros_ec_sensors_core: fix unsigned compared less than zero on status
 2016-11-12 14:40 UTC  (3+ messages)

[patch] iio:adc: ad7766: testing the wrong variable in probe
 2016-11-12 14:36 UTC  (3+ messages)

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

[PATCH] iio: twl4030-madc: convert to DT only
 2016-11-12 13:21 UTC  (2+ messages)

[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-11-11 19:01 UTC  (6+ messages)
` [PATCH v4 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation

[PATCH v4 0/8] IIO wrapper drivers, dpot-dac and envelope-detector
 2016-11-11 11:37 UTC  (17+ messages)
` [PATCH v4 1/8] iio:core: add a callback to allow drivers to provide _available attributes
` [PATCH v4 2/8] iio: inkern: add helpers to query available values from channels
` [PATCH v4 3/8] iio: mcp4531: provide range of available raw values
` [PATCH v4 4/8] dt-bindings: add axentia to vendor-prefixes
` [PATCH v4 5/8] dt-bindings: iio: document dpot-dac bindings
` [PATCH v4 6/8] iio: dpot-dac: DAC driver based on a digital potentiometer
` [PATCH v4 7/8] dt-bindings: iio: document envelope-detector bindings
` [PATCH v4 8/8] iio: envelope-detector: ADC driver based on a DAC and a comparator

[PATCH] drivers: mfd: ti_am335x_tscadc: increase ADC ref clock to 24MHz
 2016-11-11  6:17 UTC  (14+ messages)

[patch] iio: cros_ec_sensors_core: signedness bug in cros_ec_sensors_read_lpc()
 2016-11-10 20:43 UTC  (2+ messages)

[PATCH 2/2] iio: st_sensors: centralize SPI probe() code
 2016-11-10 10:19 UTC 

[PATCH v6 0/8] drivers: touchscreen: tsc2007 and ads7846/tsc2046 improvements (use common touchscreen bindings, pre-calibration, spi fix and provide iio raw values)
 2016-11-09 22:27 UTC  (3+ messages)
` [PATCH v6 5/8] DT:omap3+tsc2007: use new common touchscreen bindings

[PATCH v3 0/4] Add DMA support for ti_am335x_adc driver
 2016-11-09 22:23 UTC  (4+ messages)
` [PATCH v3 3/4] ARM: dts: am33xx: add DMA properties for tscadc

[bug report] iio: adc: ti-adc161s626: add regulator support
 2016-11-09 10:14 UTC 

[PATCH] staging: iio: ad9832: allocate data before using
 2016-11-09  6:51 UTC  (3+ messages)

[PATCH v7 0/3] add support for Allwinner SoCs ADC
 2016-11-09  0:20 UTC  (3+ messages)
` [PATCH v7 1/3] input: touchscreen: TOUCHSCREEN_SUN4I depends on !SUN4I_GPADC

[PATCH v9 0/5] mxs-lradc: Split driver into MFD
 2016-11-08 22:34 UTC  (3+ messages)
` [PATCH v9 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

[PATCH v2 00/23] staging: iio: tsl2583: move out of staging
 2016-11-08 20:50 UTC  (28+ messages)
` [PATCH v2 01/23] staging: iio: tsl2583: split out functionality of taos_chip_on()
` [PATCH v2 02/23] staging: iio: tsl2583: fix issue with changes to calibscale and int_time not being set on the chip
` [PATCH v2 03/23] staging: iio: tsl2583: check if chip is suspended in in_illuminance_calibrate_store
` [PATCH v2 04/23] staging: iio: tsl2583: remove unnecessary chip status check in taos_get_lux
` [PATCH v2 05/23] staging: iio: tsl2583: remove unnecessary chip status checks in suspend/resume
` [PATCH v2 06/23] staging: iio: tsl2583: change current chip state from a tristate to a bool
` [PATCH v2 07/23] staging: iio: tsl2583: remove redundant write to the control register in taos_probe()
` [PATCH v2 08/23] staging: iio: tsl2583: remove the FSF's mailing address
` [PATCH v2 09/23] staging: iio: tsl2583: cleaned up logging
` [PATCH v2 10/23] staging: iio: tsl2583: unify function and variable prefix to tsl2583_
` [PATCH v2 11/23] staging: iio: tsl2583: fix alignment of #define values
` [PATCH v2 12/23] staging: iio: tsl2583: fix comparison between signed and unsigned integers
` [PATCH v2 13/23] staging: iio: tsl2583: change newlines to improve readability
` [PATCH v2 14/23] staging: iio: tsl2583: combine sysfs documentation
` [PATCH v2 15/23] staging: iio: tsl2583: fix multiline comment syntax
` [PATCH v2 16/23] staging: iio: tsl2583: updated code comment to match what the code does
` [PATCH v2 17/23] staging: iio: tsl2583: moved code block inside else statement
` [PATCH v2 18/23] staging: iio: tsl2583: change tsl2583_als_calibrate() to return 0 on success
` [PATCH v2 19/23] staging: iio: tsl2583: remove unnecessary parentheses
` [PATCH v2 20/23] staging: iio: tsl2583: don't assume an unsigned int is 32 bits
` [PATCH v2 21/23] staging: iio: tsl2583: move from a global to a per device lux table
` [PATCH v2 22/23] staging: iio: tsl2583: updated copyright and MODULE_AUTHOR
` [PATCH v2 23/23] staging: iio: tsl2583: move out of staging

[PATCH 1/2] iio: gyro: mpu3050: remove duplicate initializer
 2016-11-08 20:29 UTC  (6+ messages)
` [PATCH 2/2] iio: gyro: mpu3050: add I2C dependency

[PATCH] staging: iio: tsl2583: fix unused function warning
 2016-11-08 20:27 UTC  (2+ messages)

[PATCH] hid: hid-sensor-hub: clear memory to avoid random data
 2016-11-08 16:50 UTC  (2+ messages)

[PATCH v3 0/8] IIO wrapper drivers, dpot-dac and envelope-detector
 2016-11-07 16:46 UTC  (6+ messages)
` [PATCH v3 1/8] iio:core: add a callback to allow drivers to provide _available attributes

[PATCH] hid: hid-sensor-hub: clear memory to avoid random data
 2016-11-07 17:17 UTC  (2+ messages)

[PATCH V3 0/2] iio: adc: spmi-vadc: Changes to support different scaling
 2016-11-07 15:07 UTC  (8+ messages)
` [PATCH V3 1/2] iio: adc: spmi-vadc: Update changes to support reporting of Raw adc code

[PULL] Second set of IIO new device support and cleanups for the 4.10 cycle
 2016-11-07  8:19 UTC  (2+ messages)

[PULL] Second set of IIO fixes for the 4.9 cycle
 2016-11-06 18:04 UTC 

[PATCH 0/9] staging: iio: tsl2583: i2c cleanups
 2016-11-06 17:55 UTC  (5+ messages)
` [PATCH 7/9] staging: iio: tsl2583: fix issue with changes to calibscale and int_time not being set on the chip


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