linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-23 23:04:30 to 2013-11-19 10:00:05 UTC [more...]

[PATCH v2] itg3200: add dt support
 2013-11-19  9:59 UTC  (4+ messages)

[PATCH] itg3200: add dt support
 2013-11-18 22:56 UTC  (3+ messages)

[RFC PATCH 00/11] IIO: Add core support for _available interfaces
 2013-11-18 20:52 UTC  (15+ messages)
` [PATCH 01/11] iio:core: add a callback to allow drivers to provide _available attributes
` [PATCH 02/11] staging:iio:dummy driver: Add example usecases for the new *_available interface
` [PATCH 03/11] iio:accel:bma180 use new read_avail to replace *_available attrs
` [PATCH 04/11] iio:accel:kxsd9 use new read_avail to replace accel_scan_available
` [PATCH 05/11] iio:st sensors: remove custom sampling frequence attribute in favour of core support
` [PATCH 06/11] iio: ad_sigma_delta provide macro parameters for available info masks
` [PATCH 07/11] iio:adc:ad7793: use samp_freq element of info_mask_shared_by_all
` [PATCH 08/11] iio:adc:ad7793: Use the read_avail callback to provide the scale and sampling frequency interfaces
` [PATCH 09/11] iio:adc:ad7791 Provide sampling frequency and scale_available access via core
` [PATCH 10/11] staging:iio:adc:ad7192 use infomask* to provide access to sampling frequency and scale_available
` [PATCH 11/11] iio:adc:mcp3422: use core to provide _available information rather than custom attrs

[PATCH V2] iio:accel:kxsd9 fix missing mutex unlock
 2013-11-17 15:23 UTC  (3+ messages)

[PATCH v2] iio: Add Freescale MPL3115A2 pressure / temperature sensor driver
 2013-11-17 15:17 UTC  (4+ messages)

IIO devices flexibility
 2013-11-14  7:50 UTC  (3+ messages)

[PATCH] iio:accel:kxsd9 fix missing mutex unlock
 2013-11-13 22:54 UTC  (3+ messages)

[PATCH 0/2] iio: trivial trigger cleanups and RFC
 2013-11-13 20:37 UTC  (6+ messages)
` [PATCH 1/2] iio: Minor kerneldoc fix for iio_trigger_write_current()
` [PATCH 2/2] iio: Remove redundant check that new trigger is different from old

[PATCH v3] iio: exynos_adc: use wait_for_completion_timeout instead of interruptible
 2013-11-10 12:48 UTC  (6+ messages)
` [PATCH v4] "
` [PATCH v5] "
` [PATCH v6] "

[PATCH 1/2] iio: adc: ti_am335x_adc: do not free the kfifo twice
 2013-11-10 11:31 UTC  (11+ messages)

[PATCH Resend 00/33] iio: Implement and use devm_iio_device_register
 2013-11-09 17:54 UTC  (41+ messages)
` [PATCH 01/33] iio: core: Implement devm_iio_device_{register,unregister}
` [PATCH 02/33] iio: core: Move kernel doc to the right location
` [PATCH 03/33] iio: accel: kxsd9: Use devm_iio_device_register
` [PATCH 04/33] iio: adc: mcp3422: "
` [PATCH 05/33] iio: adc: twl6030-gpadc: "
` [PATCH 06/33] iio: adc: viperboard: "
` [PATCH 07/33] iio: dac: ad5421: "
` [PATCH 08/33] iio: dac: ad5755: "
` [PATCH 09/33] iio: dac: max517: "
` [PATCH 10/33] iio: dac: mcp4725: "
` [PATCH 11/33] iio: gyro: adis16130: "
` [PATCH 12/33] iio: gyro: adxrs450: "
` [PATCH 13/33] iio: light: vcnl4000: "
` [PATCH 14/33] staging: iio: adis16220: "
` [PATCH 15/33] staging: iio: ad7816: "
` [PATCH 16/33] staging: iio: lpc32xx_adc: "
` [PATCH 17/33] staging: iio: addac: "
` [PATCH 18/33] staging: iio: ad7150: "
` [PATCH 19/33] staging: iio: ad7746: "
` [PATCH 20/33] staging: iio: ad5930: "
` [PATCH 21/33] staging: iio: ad9850: "
` [PATCH 22/33] staging: iio: ad9852: "
` [PATCH 23/33] staging: iio: ad9910: "
` [PATCH 24/33] staging: iio: ad9951: "
` [PATCH 25/33] staging: iio: adis16060: "
` [PATCH 26/33] staging: iio: isl29018: "
` [PATCH 27/33] staging: iio: isl29028: "
` [PATCH 28/33] staging: iio: tsl2583: "
` [PATCH 29/33] staging: iio: tsl2x7x_core: "
` [PATCH 30/33] staging: iio: ade7854: "
` [PATCH 31/33] staging: iio: ad2s1200: "
` [PATCH 32/33] staging: iio: ad2s90: "
` [PATCH 33/33] staging: iio: ad7152: "

[PATCH 1/2] iio: Fix sign extension table in mcp3422 driver
 2013-11-09 13:52 UTC  (9+ messages)
` [PATCH 2/2] iio: Drop scan_type from viperboard adc driver

[PATCH 1/4] iio: Fix mag3110 scan_type
 2013-11-09 12:16 UTC  (8+ messages)
` [PATCH 2/4] iio: Fix mag3110 Kconfig dependencies
` [PATCH 3/4] iio: Fix tcs3472 "
` [PATCH 4/4] staging:iio: Fix hmc5843 "

[PATCH v4 1/5] iio: hid-sensors: accelerometer: Add sensitivity
 2013-11-09 12:11 UTC  (7+ messages)
  ` [PATCH v4 2/5] iio: hid-sensors: gyro : "
  ` [PATCH v4 3/5] iio: hid-sensors: light/als "
  ` [PATCH v4 4/5] iio: hid-sensors: magnetometer "
  ` [PATCH v4 5/5] iio: hid-sensors: Added Inclinometer 3D

About MLX90620 thermal array sensor (IR sensor)
 2013-11-09 11:51 UTC  (5+ messages)

How can I successfully port/use STMicroelectronics sensors' drivers available at drivers/iio/ from Linux Kernel v3.12 to Linux Kernel v3.0?
 2013-11-08  7:21 UTC 

[PATCH v3 1/8] iio: hid_Sensors: fix crash during trigger unregister
 2013-11-06  7:58 UTC  (15+ messages)
` [PATCH v3 2/8] iio: hid-sensors: accelerometer: Add sensitivity
` [PATCH v3 3/8] iio: hid-sensors: gyro : "
` [PATCH v3 4/8] iio: hid-sensors: light/als "
` [PATCH v3 5/8] iio: hid-sensors: magnetometer "
` [PATCH v3 6/8] iio: hid-sensors: Added Inclinometer 3D
` [PATCH v3 7/8] iio: Add quaternion channel
` [PATCH v3 8/8] iio: hid-sensors: Added device rotation support

[PATCH] iio: hid-sensors: Fix power and report state
 2013-11-06  0:14 UTC  (7+ messages)

[PATCH -next] iio: at91: fix error return code in at91_adc_probe()
 2013-11-02 13:10 UTC  (3+ messages)

[PATCH] hmc5843 - add basic dt support
 2013-11-01  5:35 UTC 

[PATCH] iio: Add Freescale MPL3115A2 pressure / temperature sensor driver
 2013-10-29 13:04 UTC  (2+ messages)

[PATCH v2 1/9] iio: hid_Sensors: fix crash during trigger unregister
 2013-10-29  6:54 UTC  (13+ messages)
` [PATCH v2 7/9] iio: hid-sensors: Added Inclinometer 3D
` [PATCH v2 8/9] iio: Add channel modifiers for Quaternion Rotations

[PATCH v2 1/1] iio: core: Implement devm_iio_device_{register,unregister}
 2013-10-28  9:43 UTC  (3+ messages)

[PATCH 2/4] charger-manager: Use IIO subsystem to read battery temperature instead of legacy method
 2013-10-27 23:41 UTC  (2+ messages)

IIO merge probably closed until after the 3.13 merge window
 2013-10-27 22:31 UTC 

[PULL] IIO new drivers, features and cleanups for 3.13 - set 5
 2013-10-27 21:04 UTC  (2+ messages)

[PATCH] iio:light:tsl2563: Add DT support
 2013-10-25 23:09 UTC  (12+ messages)
` [PATCHv2] "
` [PATCHv3] "

[PATCH v2 1/2] iio: Add support for humidity sensors
 2013-10-25 11:50 UTC 

[PATCH 2/2] iio: Add new driver dht11-gpio
 2013-10-25 11:47 UTC  (7+ messages)
          ` [PATCH v2 "

[PATCH 1/9] iio: core: Use pr_err instead of printk
 2013-10-24 13:53 UTC  (18+ messages)
` [PATCH 2/9] iio: core: Add misssing braces
` [PATCH 3/9] iio: accel: kxsd9: Remove redundant variable
` [PATCH 4/9] iio: adc: twl6030-gpadc: Remove redundant code
` [PATCH 5/9] iio: dac: ad5421: "
` [PATCH 6/9] iio: dac: ad5755: "
` [PATCH 7/9] iio: dac: max517: Remove redundant variable
` [PATCH 8/9] iio: dac: mcp4725: Remove redundant code
` [PATCH 9/9] iio: light: vcnl4000: "

[PATCH 1/2] iio: Add support for humidity sensors
 2013-10-24  8:36 UTC  (2+ messages)

[PATCH 0/8] treewide: Remove OOM message after input_alloc_device
 2013-10-24  8:30 UTC  (3+ messages)
` [PATCH 7/8] staging: Remove OOM message after input_allocate_device

[PATCH 1/2] iio: adc: ti_am335x_adc: do not free the kfifo twice
 2013-10-23 23:04 UTC  (3+ messages)
` [PATCH 1/2 v2] "


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