Linux IIO development
 help / color / mirror / Atom feed
 messages from 2011-08-12 12:41:37 to 2011-08-25 11:38:38 UTC [more...]

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

[PATCH] iio: ad7152: Fix differential channel return value and increase delay
 2011-08-25 10:58 UTC 

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  (21+ messages)
` [PATCH 01/19] staging:iio:trivial sparse related cleanups
` [PATCH 02/19] staging:iio:imu:adis16400: use strtobool for reset sysfs and don't assign unused tx members
` [PATCH 03/19] staging:iio:imu:adis16400 remove now unused headers
` [PATCH 04/19] staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_trig_structure
` [PATCH 05/19] staging:iio:gyro:adis16260 remove some unused headers
` [PATCH 06/19] staging:iio:imu:adis16400 remove "
` [PATCH 07/19] staging:iio:gyro:adis16130 drop control of adc resolution
` [PATCH 08/19] staging:iio:accel: usused header removals
` [PATCH 09/19] staging:iio:adc: unused "
` [PATCH 10/19] staging:iio:inclinometer.h remove as now 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 15/19] staging:iio:core flatten convenience function that only has one user
` [PATCH 16/19] staging:iio:core squash trivial wrappers and use ida allocation func
` [PATCH 17/19] staging:iio:sysfs cleanout header for unused definitions
` [PATCH 18/19] staging:iio:light:tsl2583 allocate chip state with iio_dev
` [PATCH 19/19] staging:iio: Remove deprecated dev_data from iio_dev

[PATCH 00/12] staging:iio:fixes
 2011-08-23 20:29 UTC  (14+ messages)
` [PATCH 01/12] Staging: iio: add some unlocks to raw_read() functions
` [PATCH 02/12] staging:iio:gyro:adis16130 fix adis16130_spi_read which was never selecting the channel
` [PATCH 03/12] staging:iio:adc: max1363 fix 2 raw sysfs issues
` [PATCH 04/12] staging:iio:core simplify and fix a bug in iio_device_(un)register_event_set
` [PATCH 05/12] staging:iio: sysfs.h remove unused val2 and dead macro
` [PATCH 06/12] staging:iio:addac:adt7316 make interrupt mask sane
` [PATCH 07/12] staging:iio:dac:ad5504 dereferencing just freed st in error path
` [PATCH 08/12] staging:iio:accel:adis16201 overflow tx buffer
` [PATCH 09/12] staging:iio: dummy sysfs group for autogenerated base directories
` [PATCH 10/12] staging:iio: in case of buggy drivers avoid using undefined mask
` [PATCH 11/12] staging:iio:various Stop drivers putting sysfs attributes in a directory named after the device
` [PATCH 12/12] staging:iio:documentation trivial typo fix

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: ADC: New driver for AD7190/AD7192/AD7195 4 Channel SPI ADC
 2011-08-19  7:41 UTC  (8+ 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