Linux IIO development
 help / color / mirror / Atom feed
 messages from 2011-11-30 06:35:27 to 2011-12-14 00:02:58 UTC [more...]

[PATCH] staging:iio: Add wrapper functions around buffer access ops
 2011-12-13 23:59 UTC  (4+ messages)

[PATCH] staging:iio: Setup buffer access functions when allocating the buffer
 2011-12-14  0:00 UTC  (8+ messages)

[PATCH v2 01/13] staging:iio:ring_sw: Add helper function for initializing simple setups
 2011-12-13 14:55 UTC  (14+ messages)
` [PATCH v2 02/13] staging:iio:accel:adis16201: Use new ringbuffer setup helper function
` [PATCH v2 03/13] staging:iio:adc:ad7192: "
` [PATCH v2 04/13] staging:iio:adc:ad7298: "
` [PATCH v2 05/13] staging:iio:adc:ad7476: "
` [PATCH v2 06/13] staging:iio:adc:ad7606: "
` [PATCH v2 07/13] staging:iio:adc:ad7793: "
` [PATCH v2 08/13] staging:iio:adc:ad7887: "
` [PATCH v2 09/13] staging:iio:adc:ad799x: "
` [PATCH v2 10/13] staging:iio:adc:max1363: "
` [PATCH v2 11/13] staging:iio:gyro:adis16260: "
` [PATCH v2 12/13] staging:iio:imu:adis16400: "
` [PATCH v2 13/13] staging:iio:meter:ade7758: "

[RFC v2] IIO: Add hardware triggers support to the AT91 ADC driver
 2011-12-13 13:33 UTC  (17+ messages)
` [PATCH 1/6] ARM: AT91: Add platform data for the ADCs
` [PATCH 2/6] ARM: AT91: IIO: Add AT91 ADC driver
` [PATCH 3/6] ARM: AT91: Add the ADC to the sam9g20ek board
` [PATCH 4/6] AT91: IIO: Move the SoC specific informations to the ADC driver
` [PATCH 5/6] AT91: IIO: cosmetic fixes, better error messages
` [PATCH 6/6] AT91: IIO: Add support for hardware triggers for the ADC

staging: iio: light: obsolete use of strict_strtoul v2
 2011-12-13  6:33 UTC  (4+ messages)
` [PATCH v2 1/2] staging: iio: light: isl29018.c: obsolete use of strict_strtoul
` [PATCH v2 2/2] staging: iio: light: tsl2583.c: "

[PATCH] staging:iio:adc: Add AD7265/AD7266 support
 2011-12-12 21:17 UTC  (5+ messages)

[PATCH] Staging: iio/industrialio-core.c: Fixed call of obsolete function
 2011-12-12 19:15 UTC  (2+ messages)

[PATCH 2/2] staging: iio: light: tsl2583.c: obsolete use of strict_strtoul
 2011-12-12 18:55 UTC 

[PATCH] iio: pll: New driver for ADF4350/ADF4351 Wideband Synthesizers (PLL)
 2011-12-12 10:17 UTC  (3+ messages)

[PATCH] staging:iio:kfifo_buf: Fix potential buffer overflow in iio_read_first_n_kfifo
 2011-12-12  8:33 UTC 

[PATCH 0/2] staging:iio: trigger owner field confusion cleanup
 2011-12-11 12:00 UTC  (5+ messages)
` [PATCH 1/2] staging:iio: Make sure all triggers have a trigger_ops for the owner field
` [PATCH 2/2] staging:iio: iio_trigger contains defunct owner field. Remove it

[PATCH 0/5] staging:iio: inkern pull interfaces for staging tree
 2011-12-10 19:15 UTC  (10+ messages)
` [PATCH 1/5] staging:iio: core: add datasheet_name to chan_spec
` [PATCH 2/5] staging:iio:adc:max1363 add datasheet_name entries
` [PATCH 3/5] staging:iio:core add in kernel interface mapping and getting IIO channels
` [PATCH 4/5] staging:iio: move iio data return types into types.h for use by inkern
` [PATCH 5/5] staging:iio::hwmon interface client driver

[PATCH 01/19] staging:iio:buffer drop bpe field
 2011-12-10 14:00 UTC  (11+ messages)
` [PATCH 02/19] staging:iio: remove userspace access to bytes per datum
` [PATCH 04/19] staging:iio: scrap scan_count and ensure all drivers use active_scan_mask
` [PATCH 07/19] staging:iio:adc:ad7192 scrap read from buffer for sysfs access
` [PATCH 12/19] staging:iio:adc:ad7887 stop reading "
` [PATCH 15/19] staging:iio:ring_sw don't provide read last function
` [PATCH 17/19] staging:iio:buffer scrap to_iio_buffer as it no longer has meaning
` [PATCH 18/19] staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer
` [PATCH 19/19] staging:iio:buffer.h update struct buffer docs
` [PATCH 00/19] staging:iio:buffer clean ups

[PATCH 1/3] staging:iio: Fix sw_ring memory corruption
 2011-12-09 15:11 UTC  (8+ messages)
` [PATCH 2/3] staging:iio:kfifo_buf: Fix potential buffer overflow in iio_read_first_n_kfifo
` [PATCH 3/3] staging:iio: Fix scan mask update

[PATCH v2] iio: light sensor: Improve granularity of tsl2583 lux values
 2011-12-09 16:29 UTC  (3+ messages)

[PATCH] iio:staging:dac:ad5791: Add id entry for the ad5790
 2011-12-09 16:12 UTC 

[PATCH] iio:staging: Fix typo
 2011-12-08 20:34 UTC  (2+ messages)

[PATCH v2] staging:iio: Fix typo
 2011-12-08 17:20 UTC 

Buffer chrdev API and test
 2011-12-08 11:08 UTC  (3+ messages)

[PATCH] staging:iio: Fix scan mask update
 2011-12-08  9:48 UTC  (2+ messages)

[PATCH] staging:iio: Fix sw_ring memory corruption
 2011-12-08  9:28 UTC  (2+ messages)

[PATCH] staging:iio:kfifo_buf: Fix potential buffer overflow in iio_read_first_n_kfifo
 2011-12-08  9:14 UTC  (3+ messages)

[PATCH V3 0/7] Add scan demux unit and use it in max1363
 2011-12-07 10:39 UTC  (12+ messages)
` [PATCH 1/7] staging:iio:find iio channel from scan index util function
` [PATCH 2/7] staging:iio:buffer add a cache of the timestamp scan index
` [PATCH 3/7] staging:iio: add hook to allow core to perform scan related config
` [PATCH 4/7] staging:iio: make iio_sw_buffer_preenable much more general
` [PATCH 5/7] staging:iio: add demux optionally to path from device to buffer
` [PATCH 7/7] staging:iio:adc:max1363 correctly set channels as big endian

[PATCH] staging:iio:dac: Add AD5380 driver
 2011-12-06 10:25 UTC  (5+ messages)
` [PATCH v2] "

[RFC] IIO: Add hardware triggers support to the AT91 ADC driver
 2011-12-06  9:36 UTC  (8+ messages)
` [PATCH 1/5] ARM: AT91: Add platform data for the ADCs
` [PATCH 2/5] ARM: AT91: IIO: Add AT91 ADC driver
` [PATCH 3/5] ARM: AT91: Add the ADC to the sam9g20ek board
` [PATCH 4/5] AT91:IIO: Move the SoC specific informations to the ADC driver
` [PATCH 5/5] AT91:IIO: Add support for hardware triggers for the ADC

[RFC PATCH 0/7] Introducing ZIO, a new I/O framework
 2011-12-06  5:12 UTC  (6+ messages)
` [RFC PATCH 1/7] Documentation: add docs for drivers/zio

[PATCH] [staging] iio, adc: Do not leak memory in ad7280_event_handler()
 2011-12-05 22:48 UTC  (3+ messages)

[PATCH 0/5] IIO/staging inkernel pull interface
 2011-12-05 19:16 UTC  (4+ messages)
` [PATCH 4/5] staging;iio: move iio data return types into types.h for use by inkern

[PATCH V2 0/7] Add scan demux unit and use it in max1363
 2011-12-05 17:02 UTC  (8+ messages)
` [PATCH 2/7] staging:iio:buffer add a cache of the timestamp scan index
` [PATCH 3/7] staging:iio: add hook to allow core to perform scan related config
` [PATCH 4/7] staging:iio: make iio_sw_buffer_preenable much more general
` [PATCH 7/7] staging:iio:adc:max1363 correctly set channels as big endian
  ` [PATCH 5/7] staging:iio: add demux optionally to path from device to buffer

[PATCH] staging:iio:dac: Add AD5764 driver
 2011-12-05 16:05 UTC 

[PATCH] staging:iio: Remove redundant spi driver bus initialization
 2011-12-05 15:53 UTC 

[PATCH 00/16] staging:iio: buffer cleanup series
 2011-12-04 21:44 UTC  (2+ messages)

[PATCH] staging:iio:adc:max1363 actually make timestamp controllable
 2011-12-04 20:44 UTC  (2+ messages)

[PATCH 0/2] Fixes ot the generic_buffer example
 2011-12-04 19:11 UTC  (2+ messages)

[PATCH 01/10] staging:iio: Add wrapper functions around buffer access ops
 2011-12-04 17:21 UTC  (22+ messages)
` [PATCH 02/10] staging:iio: Setup buffer access functions when allocating the buffer
` [PATCH 03/10] staging:iio:ring_sw: Add helper function for initializing simple setups
` [PATCH 04/10] staging:iio:imu:adis16400: Use new ringbuffer setup helper function
` [PATCH 05/10] staging:iio:gyro:adis16260: "
` [PATCH 06/10] staging:iio:accel:adis16201: "
` [PATCH 07/10] staging:iio:adc:max1363: "
` [PATCH 08/10] staging:iio:adc:ad7476: "
` [PATCH 09/10] staging:iio:adc:ad799x: "
` [PATCH 10/10] staging:iio:adc:ad7298: "

[PATCH] iio: light sensor: Improve granularity of tsl2583 lux values
 2011-12-02 22:12 UTC 

[PATCH 1/3] Staging: iio/accel: Changed data type in adis16220_write_16bit to u16
 2011-12-02 16:56 UTC  (10+ messages)
  ` [PATCH 2/3] Staging: iio/accel: Changed data type for val to unsigned long in write_frequency
  ` [PATCH 3/3] Staging: iio/accel: Changed data type of val in store_measurement_mode to u8
      ` [PATCH 1/2] Staging: iio/accel: Changed data type of mask in store_measurement_mode() "
        ` [PATCH 2/2] Staging: iio/accel: Added a range check for val in store_measurement_mode()
          ` [PATCH v2 1/2] Staging: iio/accel: Changed data type of mask in store_measurement_mode() to u8

[PATCH v12] AT91: Add a driver for the ADC
 2011-12-02 13:17 UTC  (4+ messages)
` [PATCH 1/3] ARM: AT91: Add platform data for the ADCs
` [PATCH 2/3] ARM: AT91: IIO: Add AT91 ADC driver
` [PATCH 3/3] ARM: AT91: Add the ADC to the sam9g20ek board

[PATCH 0/7] Add scan demux unit and use it in max1363
 2011-12-01 21:34 UTC  (7+ messages)
` [PATCH 4/7] staging:iio: make iio_sw_buffer_preenable much more general
` [PATCH 5/7] staging:iio: add demux optionally to path from device to buffer

Future plan for going out of staging
 2011-12-01 20:46 UTC  (2+ messages)

[PATCH v11] AT91: Add a driver for the ADC
 2011-11-30 17:40 UTC  (6+ messages)
` [PATCH 1/3] ARM: AT91: Add platform data for the ADCs
` [PATCH 2/3] ARM: AT91: IIO: Add AT91 ADC driver
` [PATCH 3/3] ARM: AT91: Add the ADC to the sam9g20ek board

ZIO wiki analysis of IIO and why it doesn't meet there requirements [was Re: Industrial Input Output analysis]
 2011-11-30 16:08 UTC  (7+ messages)
    ` [Device-drivers-devel] "

[PATCH] staging:iio: Use kcalloc instead of kzalloc to allocate array
 2011-11-30  8:43 UTC  (3+ messages)


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