linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-08-12 16:08:42 to 2011-08-26 10:08:27 UTC [more...]

[PATCH 00/12] staging:iio: New stuff and reworks
 2011-08-26 10:16 UTC  (4+ messages)
` [PATCH 03/12] staging:iio:scan element types: introduce endian description to the data format
` [PATCH 08/12] staging:iio:attrs - make address a u64 to allow event codes to be used
` [PATCH 10/12] staging:iio: Add capacitance type and average_raw chan info

[PATCH 00/14] staging:iio:cleanups and bug fixes
 2011-08-26 10:05 UTC  (15+ messages)
` [PATCH 01/14] staging:iio: remove broken support for multiple event interfaces
` [PATCH 02/14] staging:iio: use ida_simple_get and ida_simple_remove + merge ids
` [PATCH 03/14] staging:iio: remove defunct iio_put and iio_get
` [PATCH 04/14] staging:iio: remove orphaned function definition
` [PATCH 05/14] staging:iio: fix typo
` [PATCH 06/14] staging:iio:trivial add a string array for IIO_RAW and IIO_PROCESSED
` [PATCH 07/14] staging:iio: struct iio_dev formatting cleanup and documentation fixes
` [PATCH 08/14] staging:iio:buffering drag some stray docs back to correct place
` [PATCH 09/14] staging:iio:buffering cleanup ring_buffer_register_ex naming
` [PATCH 10/14] staging:iio: push "sysfs.h" and linux/irq.h out of iio.h
` [PATCH 11/14] staging:iio:light:tsl2563 remove use of IIO_CHAN macro and make use modifier defines
` [PATCH 12/14] staging:iio:light:tsl2563 remove unused headers
` [PATCH 13/14] staging:iio:fix using iio_priv or iio_dev after iio_unregister_device
` [PATCH 14/14] staging:iio:various cleanup regulator use paths

[PATCH] iio: imu: adis16400: Avoid null pointer dereference
 2011-08-26  9:20 UTC  (2+ messages)

[PATCH] IIO: ADC: New driver for AD7190/AD7192/AD7195 4 Channel SPI ADC
 2011-08-26  7:29 UTC  (10+ messages)

STAGING:iio:light: fix ISL29018 init to handle brownout
 2011-08-26  5:27 UTC  (2+ messages)

iio-blue.git reorganization
 2011-08-25 16:41 UTC 

[PATCH] iio: imu: adis16400: Avoid using printk facility
 2011-08-25 16:05 UTC  (2+ messages)

[PATCH] iio: ad7152: Fix differential channel return value and increase delay
 2011-08-25 13:45 UTC  (2+ messages)

Relocate Capacitance to Digital converters into iio/cdc?
 2011-08-25 11:46 UTC  (2+ messages)

ad7793 adc rcv userspace test - details attached
 2011-08-25  6:58 UTC  (5+ messages)

[PATCH 0/9] Trigger locking rework and splitting up trigger.h
 2011-08-24 21:24 UTC  (11+ messages)
` [PATCH 1/9] staging:iio:triggers. Add a reference get to the core for triggers
` [PATCH 2/9] staging:iio:triggers reorder module put and device put to ensure that the ops are still there if put results in device deletion
` [PATCH 3/9] staging:iio:trigger:sysfs trigger: Add a release function to avoid warning on module removal
` [PATCH 4/9] staging:iio:pollfunc: Make explicit that private data is always pointer to a struct iio_dev
` [PATCH 5/9] staging:iio: prevent removal of module connected to trigger
` [PATCH 6/9] staging:iio:rename trigger_consumer.h to indicate it is core only
` [PATCH 7/9] staging:iio: spit trigger.h into provider and consumer parts
` [PATCH 8/9] staging:iio:trigger core. Trivial code cleanups
` [PATCH 9/9] staging:iio:trigger push functions that don't need to be generaly available down into the core

[PATCH 0/8 V2] staging:iio chrdev merge series
 2011-08-24 16:34 UTC  (9+ messages)
` [PATCH 1/8] staging:iio:kfifo buffer - push structure definition down into implementation
` [PATCH 2/8] staging:iio:chrdev.h rationalization
` [PATCH 3/8] staging:iio: remove specific chrdev for event reading. Get fd from ioctl on buffer
` [PATCH 4/8] ioctl region for IIO
` [PATCH 5/8] staging:iio: squash chrdev handler remains into users
` [PATCH 6/8] staging:iio: push the main buffer chrdev down to the top level
` [PATCH 7/8] staging:iio: remove now defunct header definitions and add some statics
` [PATCH 8/8] staging:iio:Documentation sysfs-bus-iio update for chrdev merge

[PATCH] staging:iio: rework of attribute registration
 2011-08-24 16:18 UTC  (2+ messages)

[RFC PATCH 0/2] Sysfs group create for empty groups
 2011-08-24 15:10 UTC  (10+ messages)
` [PATCH 1/2] sysfs: Allow for null group pointer in create_group
` [PATCH 2/2] sysfs: Allow for groups with no attributes - grp->attrs = NULL

[PATCH 1/5] iio: ad7152: increase readability by introducing proper bit defines
 2011-08-24 14:18 UTC  (10+ messages)
` [PATCH 2/5] iio: ad7152: Miscellaneous fixes and touch-up
` [PATCH 3/5] iio: ad7152: update scale handling
` [PATCH 4/5] iio: ad7152: Add proper locking
` [PATCH 5/5] iio: ad7152: Update sample rate, conversion time, digital filter handling

[PATCH] drivers:staging: remove the unused label
 2011-08-24  8:38 UTC  (4+ messages)

[PATCH] drivers:staging:remove the unused label error_ret
 2011-08-24  8:36 UTC  (3+ messages)

[PATCH] staging: IIO: DAC: Delete useless label error_ret in ad5791.c
 2011-08-23 20:39 UTC  (4+ messages)

[PATCH 0/7] staging:iio:cleanups2 post iio_chan_spec_conversion
 2011-08-23 20:35 UTC  (9+ messages)
` [PATCH 1/7] staging:iio:magnetometer: remove unused header magnet.h
` [PATCH 2/7] staging:iio:gyro: remove gyro.h
` [PATCH 3/7] staging:iio:accel remove unused accel.h header
` [PATCH 4/7] staging:iio:adc remove unused adc.h
` [PATCH 5/7] staging:iio: Introduce iio_core.h and move all core only stuff out of iio.h
` [PATCH 6/7] staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TYPE> etc
` [PATCH 7/7] staging:iio: remove unneeded include

[PATCH 00/12] staging:iio: iio_chan_spec conversions - after cleanups
 2011-08-23 20:34 UTC  (14+ messages)
` [PATCH 01/12] staging:iio:accel:kxsd9 cleanup and conversion to iio_chan_spec
` [PATCH 02/12] staging:iio: add quadrature correction to chan info types
` [PATCH 03/12] staging:iio:gyro:adxrs450 move to iio_chan_spec registration
` [PATCH 04/12] staging:iio:gyro:adxrs450 make more use of spi_read and spi_write
` [PATCH 05/12] staging:iio:gyro:adxrs450 squish some trivial single call point wrappers functions
` [PATCH 06/12] staging:iio:gyro:adis16080 convert to iio_chan_spec
` [PATCH 07/12] staging:iio:magnetometer:hmc5843 iio_chan_spec conversion
` [PATCH 08/12] staging:iio:gyro:adis16130 move to iio_chan_spec registration
` [PATCH 09/12] staging:iio:gyro:adis16060 convert to iio_chan_spec
` [PATCH 10/12] staging:iio:accel:adis16204: use peak_raw info_mask element + push some defs down from header
` [PATCH 11/12] staging:iio:accel:adis16220 iio_chan_spec conversion
` [PATCH 12/12] staging:iio:magnetometer:ak8975 convert to iio_chan_spec + cleanups

[PATCH 00/19] staging:iio:cleanups - post fixes
 2011-08-23 20:32 UTC  (10+ messages)
` [PATCH 08/19] staging:iio:accel: usused header removals
` [PATCH 09/19] staging:iio:adc: unused "
` [PATCH 11/19] staging:iio:various header includes that should never have been
` [PATCH 12/19] staging:iio:adc: header cleanup - remove unused
` [PATCH 13/19] staging:iio:accel header housekeeping - remove unecessary includes
` [PATCH 14/19] staging:iio:gyro and meter: header housecleaning
` [PATCH 16/19] staging:iio:core squash trivial wrappers and use ida allocation func
` [PATCH 18/19] staging:iio:light:tsl2583 allocate chip state with iio_dev

[PATCH 00/12] staging:iio:fixes
 2011-08-23 20:29 UTC  (2+ messages)

ad7793 iio-ring test read issue - Reg
 2011-08-23 15:03 UTC  (17+ messages)

[PATCH 0/6] Trigger locking rework and splitting up trigger.h
 2011-08-22 13:03 UTC  (2+ messages)

[PATCH 1/3] iio: capfun: fix typo
 2011-08-22 11:48 UTC  (9+ messages)
` [PATCH 2/3] iio: capfun: ad7150: remove conversion mode handling
` [PATCH 3/3] iio: capfun: AD7150: Add support for the second interrupt strobe

[PATCH] staging: iio: industrialio-core: Fix compiler warning
 2011-08-22 11:44 UTC  (3+ messages)

[PATCH] iio: capfun: fix - mask must be type u64
 2011-08-19 10:26 UTC  (2+ messages)

[PATCH] iio: capfun: fix inverted logic of ThrFixed
 2011-08-18 16:14 UTC  (4+ messages)

[PATCH 0/3] blue part 7: IIO Allow for more channels
 2011-08-18 14:15 UTC  (3+ messages)
` [PATCH 2/3] staging:iio: Switch the channel masks to bitmaps so as to allow "

RFC: Does separate types for differential signals make sense?
 2011-08-18 12:29 UTC  (4+ messages)
  ` [PATCH] IIO: Scrap the _DIFF types in favour of a flag in chan spec
  ` [PATCH] staging:iio: Differential channel handling - use explicit flag rather than types

[PATCH] IIO: ADC: New driver for AD7190/AD7192/AD7195 4 Channel SPI ADC
 2011-08-17 15:29 UTC 

[PATCH] iio: [v2] add support for Analog Devices ad7194 a/d converter
 2011-08-17 15:05 UTC  (7+ messages)

[PATCH] IIO: ADC: New driver for AD7190/AD7192/AD7195 4 Channel SPI ADC
 2011-08-17 14:29 UTC  (4+ messages)

[RFC PATCH 0/6] IIO: capacitance ADC cleanup (ad7150)
 2011-08-17 11:37 UTC  (13+ messages)
` [PATCH 1/6] staging:iio: Add capacitance type and average_raw chan info
` [PATCH 2/6] staging:iio:attrs - make address a u64 to allow event codes to be used
` [PATCH 3/6] staging:iio:add adaptive event types and missing extract_type macro
` [PATCH 4/6] staging:iio:naming in the EV_BIT macro fix
` [PATCH 5/6] staging:iio:adc:ad7150: use i2c_smbus commands + drop unused poweroff timeout control
` [PATCH 6/6] staging:iio:adc:ad7150 initial chan_spec conversion

[RFC] Moving magnetometer HMC6352 into IIO subsystem
 2011-08-16  8:57 UTC  (4+ messages)

[PATCH] staging:iio:scan element types: introduce endian description to the data format
 2011-08-15  9:06 UTC  (4+ messages)

iio-blue.git reorganization
 2011-08-12 17:18 UTC  (2+ messages)

[PATCH] staging:iio:imu adis16344 support
 2011-08-12 17:04 UTC  (2+ messages)
` [PATCH] staging:iio:imu:adis16344 support


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