linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-11-21 21:49:55 to 2011-12-04 20:56:55 UTC [more...]

[PATCH V2 0/7] Add scan demux unit and use it in max1363
 2011-12-04 20:56 UTC 

[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  (4+ messages)
` [PATCH 1/2] staging:iio:Documentation: cleanup properly in buffer handling code
` [PATCH 2/2] staging:iio:generic_buffer example - handle endian differences

[RFC] IIO: Add hardware triggers support to the AT91 ADC driver
 2011-12-04 18:08 UTC  (7+ 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

[PATCH v2] iio: light sensor: Improve granularity of tsl2583 lux values
 2011-12-04 17:23 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

[RFC PATCH 0/7] Introducing ZIO, a new I/O framework
 2011-12-01 21:41 UTC  (24+ messages)
` [RFC PATCH 1/7] Documentation: add docs for drivers/zio
` [RFC PATCH 2/7] include/linux: add headers "
` [RFC PATCH 3/7] drivers/zio: core files for the ZIO input/output
` [RFC PATCH 4/7] drivers/zio: add triggers and buffers
` [RFC PATCH 5/7] drivers/zio: add the zio-zero device driver
` [RFC PATCH 6/7] drivers/zio: add user-space tool zio-dump
` [RFC PATCH 7/7] zio: insert in Kbuild so it is actually compiled

[PATCH 0/7] Add scan demux unit and use it in max1363
 2011-12-01 21:34 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 6/7] staging:iio:adc:max1363 use new demuxing support
` [PATCH 7/7] staging:iio:adc:max1363 correctly set channels as big endian

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  (15+ messages)
      ` [Device-drivers-devel] "

Buffer chrdev API and test
 2011-11-30 14:34 UTC  (2+ messages)

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

[PATCH 00/16] staging:iio: buffer cleanup series
 2011-11-28 21:31 UTC  (19+ messages)
` [PATCH 01/16] staging:iio:buffer drop bpe field
` [PATCH 02/16] staging:iio: remove userspace access to bytes per datum
` [PATCH 03/16] staging:iio:buffer move setup ops from buffer instance to iio_dev
` [PATCH 04/16] staging:iio: scrap scan_count and ensure all drivers use active_scan_mask
` [PATCH 05/16] staging:iio:buffer remove unused owner field from struct iio_buffer
` [PATCH 06/16] staging:iio:accel:lis3l02dq scrap reading from buffer for sysfs access
` [PATCH 10/16] staging:iio:adc:ad7606 remove buffer access to data from sysfs read
` [PATCH 11/16] staging:iio:adc:ad7993 stop reading from buffer for sysfs raw read
` [PATCH 12/16] staging:iio:adc:ad7887 stop reading from buffer for sysfs access
` [PATCH 13/16] staging:iio:adc:ad799x stop reading from buffer for sysfs accesses
` [PATCH 14/16] staging:iio:adc:max1363 stop reading from buffer for sysfs access
` [PATCH 15/16] staging:iio:ring_sw don't provide read last function
` [PATCH 16/16] staging:iio:buffer stop allowing for read_last callback

[PATCH v10] AT91: Add a driver for the ADC
 2011-11-28 12:28 UTC  (3+ messages)
` [PATCH 1/2] ARM: AT91: IIO: Add AT91 ADC driver
` [PATCH 2/2] ARM: AT91: Add the ADC to the sam9g20ek board

[PATCH 0/3] Initial filtering (hardware) control for IIO
 2011-11-27 19:23 UTC  (5+ messages)
` [PATCH 1/3] staging:iio: filter description - low pass 3db frequency
` [PATCH 2/3] staging:iio:imu:adis16400 add control of data filtering
` [PATCH 3/3] staging:iio:documentation: document filter_low_pass_3db_frequency

[PATCH 0/3] staging:iio: more buffer related cleanups
 2011-11-27 14:46 UTC  (4+ messages)
` [PATCH 1/3] staging:iio:buffer scrap to_iio_buffer as it no longer has meaning
` [PATCH 2/3] staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer
` [PATCH 3/3] staging:iio:buffer.h update struct buffer docs

[PATCH 0/5] IIO/staging inkernel pull interface
 2011-11-27 13:14 UTC  (6+ 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] fix build error of function iio_event_getfd
 2011-11-27  7:01 UTC  (5+ messages)

[PATCH] [staging] iio, adc: Do not leak memory in ad7280_event_handler()
 2011-11-27  0:43 UTC  (2+ messages)

[PATCH 0/5] staging:iio: New stuff (No rush!)
 2011-11-27  0:36 UTC  (2+ messages)

[PATCH 00/10] staging:iio:various fixes
 2011-11-27  0:33 UTC  (2+ messages)

[PATCH 1/1] iio: iio_event_getfd -- fix ev_int build failure
 2011-11-25 12:35 UTC  (2+ messages)

[PATCH] staging: iio: fix compile error
 2011-11-25  9:33 UTC  (3+ messages)

[PATCH] iio: Fix build error
 2011-11-25  8:57 UTC  (2+ messages)

[PATCH] iio: Fix build error in industrialio-core.c
 2011-11-24 23:47 UTC  (7+ messages)

[PATCH v9] AT91: Add a driver for the ADC
 2011-11-24 15:26 UTC  (9+ 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][PowerPC] Fix Build error for "drivers/staging/iio/industrialio-core.c"
 2011-11-24 14:50 UTC 

[PATCH 0/5] Generalize module_platform_driver
 2011-11-24  7:29 UTC  (5+ messages)
` [PATCH 3/5] SPI: Add helper macro for spi_driver boilerplate

[PATCH] staging:iio: Remove redundant spi driver bus initialization
 2011-11-22 21:03 UTC  (2+ messages)

[PATCH v8] AT91: Add a driver for the ADC
 2011-11-22 21:02 UTC  (4+ messages)

RFC: Rename iio_{allocate,free}_device to iio_device_{alloc,free}
 2011-11-22 21:01 UTC  (2+ messages)

[patch] Staging: iio: fix endian conversion in ad7298_scan_direct()
 2011-11-22  9:27 UTC  (2+ messages)

[PATCH v2] iio: Don't OOPS if dummy evgen failed init
 2011-11-22  6:02 UTC 

RFC usecases for simultaneous buffered / sysfs access to data
 2011-11-21 21:49 UTC  (4+ messages)


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