linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-15 15:30:19 to 2012-06-05 04:11:28 UTC [more...]

[PATCH v2 0/4] mfd: add LM3533 lighting-power chip driver
 2012-06-05  4:11 UTC  (36+ messages)
  ` [PATCH v2 2/4] iio: add LM3533 ambient light sensor driver
    ` [PATCH v3] iio: add LM3533 ambient-light-sensor driver
      ` [PATCH v4] "
        ` [PATCH v5] "

[PATCH 01/18] iio: Add helper functions for enum style channel attributes
 2012-06-04 20:36 UTC  (21+ messages)
` [PATCH 02/18] staging:iio:dac:ad5064: Use iio_enum for powerdown modes
` [PATCH 03/18] staging:iio:dac:ad5446: "
` [PATCH 04/18] staging:iio:dac:ad5380: Convert to extended channel attributes
` [PATCH 05/18] staging:iio:dac:ad5504: "
` [PATCH 06/18] staging:iio:dac:ad5624r: "
` [PATCH 07/18] staging:iio:dac:ad5686: "
` [PATCH 08/18] staging:iio:dac:ad5791: "
` [PATCH 09/18] staging:iio:dac: Remove unused dac.h includes
` [PATCH 10/18] staging:iio:dac:max517: Convert to channel spec
` [PATCH 11/18] staging:iio:dac: Remove dac.h
` [PATCH 12/18] staging:iio:dac:ad5504: Use strtobool for boolean values
` [PATCH 13/18] staging:iio:dac:ad5624r: "
` [PATCH 14/18] staging:iio:dac:ad5791: "
` [PATCH 15/18] staging:iio:dac:ad5504: Check if IRQ was requested before freeing it
` [PATCH 16/18] staging:iio:dac:ad5504: Move private structs and defines from header to C file
` [PATCH 17/18] staging:iio:dac:ad5791: "
` [PATCH 18/18] staging:iio: Move DAC drivers out of staging

[PATCH 1/2] iio: hmc5843: Make it behave better as modules
 2012-06-04  9:41 UTC  (2+ messages)
` [PATCH 2/2] iio: ak8975: "

[PATCH 1/2] iio: Add iio_device_get()
 2012-06-04  8:50 UTC  (2+ messages)
` [PATCH 2/2] iio:inkern: Use iio_device_{get,put}

[PATCH] iio: Fix potential use after free
 2012-06-04  8:41 UTC 

[PATCH] staging: iio: Remove version.h header file inclusion
 2012-06-04  6:04 UTC 

[PATCH v3] staging:iio:magnetometer:ak8975: use gpio_request_one api
 2012-06-01 17:30 UTC  (2+ messages)

[PATCH 0/8] IIO: Cleanups and complicated channel modifiers
 2012-06-01  9:25 UTC  (18+ messages)
` [PATCH 1/8] staging:iio:accel drop sysfs interface for resetting devices
` [PATCH 2/8] staging:iio:gyro:adis16260 drop sysfs interface for manual device reset
` [PATCH 3/8] staging:iio:imu:adis16400 "
` [PATCH 4/8] IIO: Add a modifier for sqrt(x^2+y^2)
` [PATCH 5/8] staging:iio:accel:adis16204 fix bug in channel modifier handling
` [PATCH 6/8] staging:iio:accel:adis16204 support the rss channel via chan spec
` [PATCH 7/8] IIO: Add a modifier for x^2+y^2+z^2
` [PATCH 8/8] staging:iio: Add some missing peak elements to the info_mask

[PATCH v2] staging:iio:magnetometer:ak8975: use gpio_request_one api
 2012-06-01  8:01 UTC  (2+ messages)

[PATCH] staging:iio:magnetometer:ak8975: remove 'mode' attribute
 2012-06-01  8:00 UTC  (3+ messages)

A IIO trigger problem/bug
 2012-06-01  7:59 UTC  (2+ messages)

[PATCH,] IIO: Add additional modifier names
 2012-05-31 23:51 UTC 

[PATCH] staging:iio:magnetometer:ak8975: fix the sensor enable logic
 2012-05-31 13:51 UTC  (5+ messages)

[PATCH] staging:iio:magnetometer:ak8975: set power-down mode after reading fuse ROM data
 2012-05-31  8:59 UTC  (3+ messages)

[PATCH] staging:iio:magnetometer:ak8975: use gpio_request_one api
 2012-05-31  1:20 UTC 

[PATCH] staging:iio:adc:max1363 ring_sw->kfifo conversion
 2012-05-31  1:30 UTC  (2+ messages)

[PATCH 0/4 V2] staging:iio: Add support for multiple buffers
 2012-05-30 19:36 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] staging:iio:in kernel users: Add a data field for channel specific info
` [PATCH 3/4] staging:iio: add a callback buffer for in kernel push interface
` [PATCH 4/4] staging:iio: Proof of concept input driver

[PATCH] iio: Rename _st_ functions to loose the bit that meant the staging version
 2012-05-30 19:25 UTC 

[PATCH 1/2] iio: hmc5843: Make it behave better as modules
 2012-05-30 19:22 UTC  (4+ messages)
` [PATCH 2/2] iio: ak8975: "

[PATCH 1/2] iio: frequency: New driver for AD9523 SPI Low Jitter Clock Generator
 2012-05-29 10:41 UTC  (2+ messages)
` [PATCH 2/2] iio: frequency: New driver for Analog Devices ADF4350/ADF4351 Wideband Synthesizers

[PATCH v3] iio: frequency: New driver for AD9523 SPI Low Jitter Clock Generator
 2012-05-29 10:34 UTC  (2+ messages)

[PATCH 1/2] iio: frequency: New driver for AD9523 SPI Low Jitter Clock Generator
 2012-05-29  9:08 UTC  (5+ messages)
` [PATCH 2/2] iio: frequency: New driver for Analog Devices ADF4350/ADF4351 Wideband Synthesizers

[PATCH 1/2] iio: Add iio_device_get()
 2012-05-29  7:44 UTC  (6+ messages)
` [PATCH 2/2] iio:inkern: Use iio_device_{get,put}

[PATCH V2] iio:kfifo_buf Take advantage of the fixed record size used in IIO
 2012-05-28 21:13 UTC 

[PATCH] iio:kfifo_buf Take advantage of the fixed record size used in IIO
 2012-05-28 21:12 UTC 

[PATCH] iio:kfifo_buf Take advantage of the fixed record size used in IIO
 2012-05-28 21:06 UTC  (5+ messages)

Heads up - lis3 -> iio discussion
 2012-05-27 12:42 UTC 

[PATCH 01/18] iio: Add helper functions for enum style channel attributes
 2012-05-25 19:51 UTC  (24+ messages)
` [PATCH 02/18] staging:iio:dac:ad5064: Use iio_enum for powerdown modes
` [PATCH 03/18] staging:iio:dac:ad5446: "
` [PATCH 04/18] staging:iio:dac:ad5380: Convert to extended channel attributes
` [PATCH 05/18] staging:iio:dac:ad5504: "
` [PATCH 06/18] staging:iio:dac:ad5624r: "
` [PATCH 07/18] staging:iio:dac:ad5686: "
` [PATCH 08/18] staging:iio:dac:ad5791: "
` [PATCH 09/18] staging:iio:dac: Remove unused dac.h includes
` [PATCH 10/18] staging:iio:dac:max517: Convert to channel spec
` [PATCH 11/18] staging:iio:dac: Remove dac.h
` [PATCH 12/18] staging:iio:dac:ad5504: Use strtobool for boolean values
` [PATCH 13/18] staging:iio:dac:ad5624r: "
` [PATCH 14/18] staging:iio:dac:ad5791: "
` [PATCH 15/18] staging:iio:dac:ad5504: Check if IRQ was requested before freeing it
` [PATCH 16/18] staging:iio:dac:ad5504: Move private structs and defines from header to C file
` [PATCH 17/18] staging:iio:dac:ad5791: "
` [PATCH 18/18] staging:iio: Move DAC drivers out of staging

[PATCH] staging:iio: remove num_interrupt_lines from documentation
 2012-05-22 12:17 UTC  (2+ messages)

sw_ring.c poll problem
 2012-05-21 17:03 UTC  (16+ messages)

[PATCH] iio: documentation: Add out_altvoltage and friends
 2012-05-21 12:30 UTC 

iio, add support for HMC5883/HMC5883L to HMC5843 driver
 2012-05-17 15:26 UTC  (8+ messages)
` [PATCH 4/9] iio: rework sampling rate setting in hmc5843
` [PATCH 5/9] iio: add check for measurement configuration value passed to hmc5843
` [PATCH 6/9] iio: cleanup and move comments in hmc5843
` [PATCH 7/9] iio: rename function/data to consistently start with hmc5843_
` [PATCH 8/9] iio: reorganize hmc5843_set_rate()
` [PATCH 9/9] iio: add support for hmc5883/hmc5883l to hmc5843 magnetometer driver

iio, add support for HMC5883/HMC5883L to HMC5843 driver
 2012-05-16 20:29 UTC  (11+ messages)
` [PATCH 1/9] iio: fix access to hmc5843 private data
` [PATCH 2/9] iio: change strict_strtoul() to kstrtoul() in hmc5843
` [PATCH 3/9] iio: rename and prefix CONSTANTs to distinguish between HMC5843 and HMC5883
` [PATCH 4/9] iio: rework sampling rate setting in hmc5843
  ` [PATCH 4/9] staging: "
` [PATCH 5/9] iio: add check for measurement configuration value passed to hmc5843
` [PATCH 6/9] iio: cleanup and move comments in hmc5843
` [PATCH 7/9] iio: rename function/data to consistently start with hmc5843_
` [PATCH 8/9] iio: reorganize hmc5843_set_rate()
` [PATCH 9/9] iio: add support for hmc5883/hmc5883l to hmc5843 magnetometer driver

[PATCH V2] IIO channel type and modifiers for CCT and RGBC data
 2012-05-16 16:06 UTC  (2+ messages)

[PATCH V1] IIO channel type and modifiers for CCT and RGBC data
 2012-05-16 12:29 UTC  (2+ messages)

inv_mpu_core.c for invensense mpu6050/mpu9150
 2012-05-15 21:12 UTC  (2+ messages)

Submission of invensense IIO driver
 2012-05-15 20:14 UTC  (2+ messages)

iio: v3, add support for HMC5883/HMC5883L to HMC5843 driver
 2012-05-15 15:30 UTC  (4+ messages)
` [PATCH 9/9] iio: add support for hmc5883/hmc5883l to hmc5843 magnetometer driver


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