linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-18 10:36:28 to 2016-09-27 00:20:18 UTC [more...]

[PATCH 1/2] include: linux: iio: add IIO_DEVICE_ATTR_{RO,WO,RW} macros
 2016-09-27  0:20 UTC  (9+ messages)
` [PATCH 2/2] staging: iio: isl29018: use IIO_DEVICE_ATTR_{RO,RW} macros
` [PATCH 1/2] include: linux: iio: add IIO_DEVICE_ATTR_{RO, WO, RW} macros
  ` [PATCH v2 1/2] include: linux: iio: add IIO_ATTR_{RO,WO,RW} and IIO_DEVICE_ATTR_{RO,WO,RW} macros
    ` [PATCH v2 1/2] include: linux: iio: add IIO_ATTR_{RO, WO, RW} and IIO_DEVICE_ATTR_{RO, WO, RW} macros
      ` [PATCH v3 1/5] "
        ` [PATCH v3 2/5] staging: iio: isl29018: use IIO_DEVICE_ATTR_{RO, "
        ` [PATCH v3 3/5] staging: iio: isl29018: fixed race condition in in_illuminance_scale_available_show()
  ` [PATCH v2 2/2] staging: iio: isl29018: use IIO_DEVICE_ATTR_{RO,RW} macros

[PATCH 0/2] add support to STM HTS221 humidity + temperature sensor
 2016-09-26 19:55 UTC  (3+ messages)
` [PATCH 1/2] iio: humidity: add support to hts221 rh/temp combo device
` [PATCH 2/2] Documentation: dt: iio: humidity: add hts221 sensor device binding

[PATCH 0/2] add support to STM LSM6DS3-LSM6DSM 6-axis Mems sensor
 2016-09-26 19:48 UTC  (3+ messages)
` [PATCH 1/2] iio: imu: add support to lsm6dsx driver
` [PATCH 2/2] Documentation: dt: iio: add st_lsm6dsx sensor device binding

[PATCH] io: accel: mma7666: declare mma7660_nscale as static
 2016-09-26 18:40 UTC 

[PATCH v2] iio: pressure: Add driver for Honeywell ABP family
 2016-09-26 17:23 UTC 

[PATCH] drivers: iio: dac: Fix sparse warning
 2016-09-26  9:26 UTC  (3+ messages)

[PATCH] iio: pressure: Add driver for Honeywell ABP family
 2016-09-26  5:22 UTC  (2+ messages)

[PATCH 0/5] add resistive touchscreen support for new Allwinner SoCs' GPADC's driver
 2016-09-25 19:57 UTC  (12+ messages)
` [PATCH 3/5] iio: adc: sunxi-gpadc-iio: enable iio_buffers
` [PATCH 4/5] input: touchscreen: support Allwinner SoCs' touchscreen

[PATCH 0/7] iio: Fine-tuning for several function implementations
 2016-09-25 19:30 UTC  (25+ messages)
  ` [PATCH 1/7] iio: Use kmalloc_array() in iio_scan_mask_set()
  ` [PATCH 2/7] iio: Rename a jump label in iio_buffer_store_watermark()
      `  "
  ` [PATCH 3/7] iio: Rename a jump label in iio_buffer_store_enable()
  ` [PATCH 4/7] iio: Rename a jump label in iio_buffer_write_length()
  ` [PATCH 5/7] iio: Rename a jump label in iio_scan_el_ts_store()
  ` [PATCH 6/7] iio: Rename a jump label in iio_scan_el_store()
  ` [PATCH 7/7] iio: Adjust checks for null pointers in six functions
      `  "

[PATCH v2] iio: accel: Add driver for the MiraMEMS DA311 3-axis 12-bit digital accelerometer
 2016-09-25 16:44 UTC  (6+ messages)

[PATCH] drivers: iio: chemical: Fix sparse endianness warnings cast to restricted __be16
 2016-09-25 15:04 UTC  (3+ messages)

[PATCH 1/3] staging: iio: isl29018: remove unused variable and defines
 2016-09-25 14:32 UTC  (6+ messages)
` [PATCH 2/3] staging: iio: isl29018: made error handling consistent
` [PATCH 3/3] staging: iio: isl29018: fix comparison between signed and unsigned integers

[PATCH v2] drivers: iio: magnetometer: Fix sparse endianness warnings cast to restricted __be16
 2016-09-25 14:21 UTC  (2+ messages)

[PATCH 0/4] Add DMA support for ti_am335x_adc driver
 2016-09-25  9:41 UTC  (13+ messages)
` [PATCH 1/4] mfd: ti_am335x_tscadc: store physical address
` [PATCH 2/4] drivers: iio: ti_am335x_adc: add dma support
` [PATCH 3/4] ARM: dts: am33xx: add DMA properties for tscadc
` [PATCH 4/4] ARM: dts: am4372: "

[PATCH] drivers: iio: magnetometer: Fix sparse endianness warnings cast to restricted __le16
 2016-09-25  8:53 UTC  (2+ messages)

[PATCH v7] iio: potentiostat: add LMP91000 support
 2016-09-25  8:41 UTC  (2+ messages)

[PATCH v2] iio: accel: Add driver for dmard10 3-axis Accelerometer
 2016-09-25  8:38 UTC  (2+ messages)

accelerometer orientation
 2016-09-25  8:31 UTC  (6+ messages)

[PATCH v2] iio: adc: ti-adc161s626: add regulator support
 2016-09-25  8:24 UTC  (2+ messages)

[PATCH] drivers: iio: light: Fix sparse warnings
 2016-09-24 18:51 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-09-24 17:51 UTC  (20+ messages)
` [PATCH v3 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation
` [PATCH v3 2/8] drivers:input:tsc2007: send pendown and penup only once like ads7846(+tsc2046) driver does
` [PATCH v3 3/8] drivers:input:tsc2007: add iio interface to read external ADC input, temperature and raw conversion values
` [PATCH v3 4/8] drivers:input:tsc2007: check for presence and power down tsc2007 during probe
` [PATCH v3 5/8] DT:omap3+tsc2007: use new common touchscreen bindings
` [PATCH v3 6/8] drivers:input:ads7846(+tsc2046): add new common binding names, pre-calibration and flipping
` [PATCH v3 7/8] drivers:input:ads7846(+tsc2046): fix spi module table
` [PATCH v3 8/8] DT:omap3+ads7846: use new common touchscreen bindings

[PATCH v4 0/2] Add IIO support for counter devices
 2016-09-24 17:24 UTC  (5+ messages)
` [PATCH v4 1/2] iio: Implement counter channel type and info constants
` [PATCH v4 2/2] iio: 104-quad-8: Add IIO support for the ACCES 104-QUAD-8

[PATCH v6 0/2] iio: potentiostat: add LMP91000 support
 2016-09-24 16:59 UTC  (5+ messages)
` [PATCH v6 1/2] iio: inkern: add iio_read_channel_offset helper
` [PATCH v6 2/2] iio: potentiostat: add LMP91000 support

[PATCH] drivers: iio: mma7660: Fix sparse warning
 2016-09-24 16:49 UTC  (2+ messages)

[PATCH v2] drivers: iio: light: Fix sparse warnings
 2016-09-24 16:38 UTC  (2+ messages)

[PATCH v3 1/4] iio:trigger: Add helper function to verify that a trigger belongs to the same device
 2016-09-24 16:33 UTC  (9+ messages)
` [PATCH v3 2/4] iio:mma8452: Use new iio_trigger_validate_own_device() helper
` [PATCH v3 3/4] iio:max1027: Use "
` [PATCH v3 4/4] iio:adc: Add support for AD7766/AD7767

[PATCH v2] drivers: iio: max1027: Fix sparse warning: "dubious: x | !y"
 2016-09-24 16:12 UTC  (2+ messages)

[PATCH -next] iio: accel: mma7660: fix non static symbol warning
 2016-09-24 12:01 UTC 

[PATCH] drivers: iio: max1027: Fix sparse warning: "dubious: x | !y"
 2016-09-23 19:48 UTC  (3+ messages)

[PATCH v5 0/2] iio: potentiostat: add LMP91000 support
 2016-09-22 18:26 UTC  (5+ messages)
` [PATCH v5 1/2] iio: inkern: add iio_read_channel_offset helper
` [PATCH v5 2/2] iio: potentiostat: add LMP91000 support

[PATCH] tools: iio: iio_generic_buffer: fix argument '?' option
 2016-09-22 17:47 UTC  (2+ messages)

[PATCH] io:pressure: zpa2326: remove redundant "DEBUG" ifdef
 2016-09-22 17:44 UTC  (2+ messages)

[PATCH] iio: accel: sca3000_core: avoid potentially uninitialized variable
 2016-09-22 17:39 UTC  (2+ messages)

[PATCH v2] iio:adc: Add support for AD7766/AD7767
 2016-09-22 17:30 UTC  (2+ messages)

[PATCH] iio:adc: Add support for AD7766/AD7767
 2016-09-22 17:14 UTC  (4+ messages)

[PATCH] Add an IIO driver for the MiraMEMS DA311 3-axis 12-bit digital accelerometer
 2016-09-22 13:26 UTC  (4+ messages)

[PATCH] iio: accel: sca3000_core: Fix superfluous indent white space
 2016-09-20 19:50 UTC  (9+ messages)

[PATCH 1/2] staging: iio: isl29018: remove the FSF's mailing address
 2016-09-20 10:08 UTC  (3+ messages)
` [PATCH 2/2] staging: iio: isl29018: fix alignment of function arguments

[PULL] 3rd set of IIO new drivers, functionality and cleanups for the 4.9 cycle
 2016-09-20  6:40 UTC  (2+ messages)

[PATCH v6 0/4] mxs-lradc: Split driver into MFD
 2016-09-19 19:59 UTC  (2+ messages)

[PATCH v2] stagging:iio:ad9834: add devicetree property support
 2016-09-19 13:49 UTC  (2+ messages)

[PATCH 1/2 v5] iio: gyro: Add MPU-3050 device tree bindings
 2016-09-19 13:28 UTC  (2+ messages)
` [PATCH 2/2 v5] iio: gyro: Add driver for the MPU-3050 gyroscope

[PATCH] iio: adc: ti-adc161s626: add regulator support
 2016-09-18 22:08 UTC  (3+ messages)

[PATCH v5] iio: light: Add driver for Silabs si1132, si1141/2/3 and si1145/6/7 ambient light, uv index and proximity sensors
 2016-09-18 19:34 UTC  (2+ messages)

[PATCH v3 0/2] Add IIO support for counter devices
 2016-09-18 19:22 UTC  (5+ messages)
` [PATCH v3 1/2] iio: Implement counter channel type and info constants
` [PATCH v3 2/2] iio: 104-quad-8: Add IIO support for the ACCES 104-QUAD-8

[PATCH v5 0/1] iio: devm helpers and Murata zpa2326 barometer support
 2016-09-18 18:42 UTC  (3+ messages)
` [PATCH v5 1/1] iio:pressure: initial "

[PATCH v2] iio: accel: Add driver for the mCube MC3230 3-axis accelerometer
 2016-09-18 13:06 UTC  (4+ messages)

[PATCH v4] iio: light: Add driver for Silabs si1132, si1141/2/3 and si1145/6/7 ambient light, uv index and proximity sensors
 2016-09-18 12:20 UTC  (2+ messages)

[PATCH] iio: accel: mma7660: fix missing MODULE_DEVICE_TABLE(i2c)
 2016-09-18 11:54 UTC  (2+ messages)

[PATCH v5] iio: potentiostat: add LMP91000 support
 2016-09-18 11:05 UTC  (11+ messages)

[PATCH] iio: accel: sca3000_core: implemented IIO_CHAN_INFO_SAMP_FREQ
 2016-09-18 11:01 UTC  (4+ messages)

[PATCH 0/3] constify iio_info structures
 2016-09-18 11:00 UTC  (7+ messages)
` [PATCH 1/3] iio: common: ssp_sensors: accel: "
` [PATCH 2/3] iio: adc: men_z188_adc: "
` [PATCH 3/3] iio: common: ssp_sensors: gyro: "

question about IIO buffer interface
 2016-09-18 10:54 UTC  (4+ messages)

[PATCH 01/15 v2] iio: accel: kxsd9: Fix scaling bug
 2016-09-18 10:36 UTC  (7+ messages)
` [PATCH 14/15 v2] iio: accel: kxsd9: Deploy system and runtime PM
` [PATCH 15/15 v2] iio: accel: kxsd9: Support reading a mounting matrix


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