Linux IIO development
 help / color / mirror / Atom feed
 messages from 2011-04-13 13:43:02 to 2011-04-28 15:44:35 UTC [more...]

Oddities and how to handle them
 2011-04-28 15:46 UTC  (16+ messages)
                ` [Device-drivers-devel] "

[RFC PATCH 0/2] staging:iio: add name_extend to allow for named channels
 2011-04-28 14:24 UTC  (3+ messages)
` [PATCH 1/2] RFC add naming to channels
` [PATCH 2/2] Example of naming usage

[PATCH V1] TAOS tsl2671 Device Driver
 2011-04-28 10:10 UTC  (2+ messages)

[PATCH] IIO: DDS: AD9834: Add support for AD9837 and AD9838 DDS devices
 2011-04-27 15:28 UTC  (2+ messages)

[PATCH] IIO: DDS: AD9834: Add support for AD9837 and AD9838 DDS devices
 2011-04-27 15:22 UTC 

[PATCH] IIO: DAC: AD5791: Add support for the AD5760/AD5780 High Resolution DACs
 2011-04-27 15:13 UTC 

[PATCH] IIO: DAC: AD5791: Add support for the AD5760/AD5780 High Resolution DACs
 2011-04-27 15:14 UTC  (2+ messages)

[RFC PATCH] IIO: break out const elements of iio_dev configuration
 2011-04-27 15:05 UTC  (3+ messages)

[PATCH] staging: iio: hmc5843: Add missing attribute name
 2011-04-27 14:39 UTC 

[PATCH 1/2] IIO-onwards: ADC: AD7780: Convert to new channel registration method
 2011-04-27  8:41 UTC  (4+ messages)
` [PATCH 2/2] IIO-onwards: ADC: AD7780: Use private data space from iio_allocate_device

[PATCH 00/70] IIO: Major rework set (review request)
 2011-04-26 15:10 UTC  (77+ messages)
` [PATCH 01/70] staging:iio: allow channels to be set up using a table of iio_channel_spec structures
` [PATCH 02/70] staging:iio:lis3l02dq - move to new channel_spec approach
` [PATCH 03/70] staging:iio:max1363 - move to channel_spec registration
` [PATCH 04/70] staging:iio: remove ability to escalate events
` [PATCH 05/70] staging:iio: Add polling of events on the ring access chrdev
` [PATCH 06/70] staging:iio: remove legacy event chrdev for the buffers
` [PATCH 07/70] staging:iio: Buffer device flattening
` [PATCH 08/70] staging:iio:lis3l02dq: General cleanup
` [PATCH 09/70] staging:iio: Push interrupt setup down into the drivers for event lines
` [PATCH 10/70] staging:iio: lis3l02dq - separate entirely interrupt handling for thesholds from that for the datardy signal
` [PATCH 11/70] staging:iio:sca3000 extract old event handling and move to poll for events from buffer
` [PATCH 12/70] staging:iio:buffering remove unused parameter dead_offset from read_last_n in all buffer implementations
` [PATCH 13/70] staging:iio:light:tsl2563 remove old style event registration
` [PATCH 14/70] staging:iio:dac:ad5504 move from old to new event handling
` [PATCH 15/70] staging:iio:adt7316 get rid of legacy event handling code
` [PATCH 16/70] staging:iio:adc:ad7745 move from old to current event handling
` [PATCH 17/70] staging:iio:adc:ad7816 "
` [PATCH 18/70] staging:iio:adc:ad7150 move from deprecated "
` [PATCH 19/70] staging:iio:adc:ad7152 remove unregister of interrupt line
` [PATCH 20/70] staging:iio:adc:adt75 old to new event handling conversion
` [PATCH 21/70] staging:iio:ad7291 move from old event system to current
` [PATCH 22/70] staging:iio:adc:adt7410 move to current event handling
` [PATCH 23/70] staging:iio:adt7310 "
` [PATCH 24/70] staging:iio:adc:ad7314 remove unmatched unregister of event line
` [PATCH 25/70] staging:iio:ad799x move to new event handling
` [PATCH 26/70] staging:iio: Remove legacy "
` [PATCH 27/70] staging:iio:lis3l02dq make threshold interrupt threaded
` [PATCH 28/70] staging:iio: Add infrastructure for irq_chip based triggers
` [PATCH 29/70] staging:iio:Documentation generic_buffer.c update to new abi for buffers + misc fixes
` [PATCH 30/70] staging:iio:ring_sw add function needed for threaded irq
` [PATCH 31/70] staging:iio: add generic data ready poll function
` [PATCH 32/70] staging:iio:lis3l02dq move to threaded trigger handling
` [PATCH 33/70] staging:iio:max1363 move to irqchip based threaded irq triggering
` [PATCH 34/70] staging:iio:ad7476 use channel_spec
` [PATCH 35/70] staging:iio:ad7476 move to irqchip based triggering
` [PATCH 36/70] staging:iio:meter:ade7758 move to irqchip based trigger handling
` [PATCH 37/70] staging:iio:adis16400 move to irq based triggers and channel spec channel registration
` [PATCH 38/70] staging:iio:imu:adis16350 etc support into adis16400 driver
` [PATCH 39/70] staging:iio:imu remove old adis16350. Support now in "
` [PATCH 40/70] staging:iio:imu:adis16400 add support for adis16300
` [PATCH 41/70] staging:iio:imu remove adis16300 driver
` [PATCH 42/70] staging:iio:accel:adis16201 move to irqchip based trigger handling
` [PATCH 43/70] staging:iio:accel:adis16203 "
` [PATCH 44/70] staging:iio:accel:adis16204 "
` [PATCH 45/70] staging:iio:accel:adis16209 "
` [PATCH 46/70] staging:iio:accel:adis16240 "
` [PATCH 47/70] staging:iio:adc:ad7298 "
` [PATCH 48/70] staging:iio:ad7606 conversion to irq_chip based polling
` [PATCH 49/70] staging:iio:adc:ad7887 move to irqchip based trigger handling
` [PATCH 50/70] staging:iio:adc:ad799x "
` [PATCH 51/70] staging:iio:gyro:adis16260 "
` [PATCH 52/70] staging:iio:trigger remove legacy pollfunc elements
` [PATCH 53/70] staging:iio: Add core attribute handling for name of device
` [PATCH 54/70] staging:iio: use the new central name attribute creation code
` [PATCH 55/70] staging:iio:accel:adis16201 move to chan_spec based setup
` [PATCH 56/70] staging:iio:accel:adis16203 "
` [PATCH 57/70] staging:iio:accel:adis16204 "
` [PATCH 58/70] staging:iio:accel:adis16209 "
` [PATCH 59/70] staging:iio:accel: lis3l02dq add writing for calibscale and calibbias
` [PATCH 60/70] staging:iio: Add chan info support for 'peak_raw' attributes
` [PATCH 61/70] staging:iio:accel:adis16240 move to chan_spec based setup
` [PATCH 62/70] staging:iio: Add angl parameters to the chan spec code
` [PATCH 63/70] staging:iio:gyro:adis16260 move to chan_spec based setup
` [PATCH 64/70] staging:iio: rip out scan_el attributes. Now handled as iio_dev_attrs like everything else
` [PATCH 65/70] staging:iio:max1363 trivial removal of unused trig pointer
` [PATCH 66/70] staging:iio:max1363 add new 2 channels parts form maxim, 11644-7
` [PATCH 67/70] staging:iio:trigger sysfs userspace trigger rework
` [PATCH 68/70] staging:iio:core clean out unused elements
` [PATCH 69/70] staging:iio:buffer - remove unused event code for buffer events
` [PATCH 70/70] staging:iio:lis3l02dq remerge the two interrupt handlers

[PATCH v2]TAOS tsl2771 Device Driver - SCRATCH
 2011-04-25 14:40 UTC  (3+ messages)

[PATCH v3]TAOS tsl2771 Device Driver
 2011-04-23 19:56 UTC 

SCRATCH - [PATCH v2]TAOS tsl2771 Device Driver
 2011-04-22  0:06 UTC 

[PATCH v2]TAOS tsl2771 Device Driver
 2011-04-21 23:46 UTC 

[PATCH v1]TAOS tsl2771 Device Driver - SCRATCH
 2011-04-21 21:50 UTC 

[PATCH v2]TAOS 2571 Device Driver
 2011-04-21 21:29 UTC 

[PATCH v1]TAOS tsl2771 Device Driver
 2011-04-21 20:49 UTC 

[PATCH 1/4] IIO-onwards: ADC: AD7606: Convert to new channel registration method
 2011-04-21  9:46 UTC  (5+ messages)
` [PATCH 2/4] IIO-onwards: ADC: AD7606: Use private data space from iio_allocate_device
` [PATCH 3/4] IIO-onwards: ADC: AD7606: Consitently use indio_dev
` [PATCH 4/4] IIO-onwards: ADC: AD7606: Drop dev_data in favour of iio_priv()

[PATCH] IIO-onwards: TRIGGER: iio-trig-bfin-timer: Fix build issues
 2011-04-21  8:55 UTC  (2+ messages)

iio_trigger_poll_chained causes NULL pointer access
 2011-04-20  9:27 UTC  (6+ messages)

[PATCH 1/2] IIO-onwards: ADC: AD7298: Convert to new channel registration method
 2011-04-19 13:09 UTC  (5+ messages)
` [PATCH 2/2] IIO-onwards: ADC: AD7298: Use private data space from iio_allocate_device

[PATCH] IIO-onwards: ADC: free pollfunc->name on remove
 2011-04-19 10:58 UTC  (2+ messages)

[PATCH v1]TAOS 2571 Device Driver
 2011-04-18 21:43 UTC  (3+ messages)

[PATCH 1/1] IIO-onwards: ADC: AD799x: Use private data space from iio_allocate_device
 2011-04-18 19:51 UTC  (5+ messages)

[PATCH 1/1] IIO-onwards: ADC: AD799x: Convert to new channel registration method
 2011-04-18 15:49 UTC  (2+ messages)

[PATCH 1/2] IIO-onwards: ADC: AD7887: Convert to new channel registration method
 2011-04-18 13:38 UTC  (4+ messages)
` [PATCH 2/2] IIO-onwards: ADC: AD7887: Use private data space from iio_allocate_device

[PATCH 00/12] IIO: precursor cleanups to even system rewrite
 2011-04-18 11:59 UTC  (13+ messages)
` [PATCH 05/12] staging:iio:adis16400 replace unnecessary event line registration
` [PATCH 07/12] staging:iio:adis16203 "
` [PATCH 08/12] staging:iio:adis16204 "
` [PATCH 09/12] staging:iio:adis16201 "
` [PATCH 10/12] staging:iio:adis16240 "
` [PATCH 11/12] staging:iio:adis16209 "
` [PATCH 12/12] staging:iio:ade7758 "

[PATCH 1/1] IIO: DAC: New driver for AD5791/AD5781 High Resolution Voltage Output DACs
 2011-04-18 10:03 UTC  (4+ messages)

[PATCH 1/1] IIO: DAC: New driver for AD5791/AD5781 High Resolution Voltage Output DACs
 2011-04-18  7:40 UTC 

[PATCH 0/8 V2]
 2011-04-15 17:58 UTC  (10+ messages)
` [PATCH 1/8] staging:iio:trigger remove export of iio_trigger_find_by_name, use sysfs_streq for matching
` [PATCH 2/8] staging:iio: iio_trigger_unregister - remove rather strange search for what we already have
` [PATCH 3/8] staging:iio: replace rip_lots naming with read_first_n
` [PATCH 4/8] staging:iio: Add ability to allocate private data space to iio_allocate_device
` [PATCH 5/8] staging:iio:adc:max1363 fix timestamp handling
` [PATCH 6/8] staging:iio:adc: max1363 dev_info -> indio_dev in naming for consistency
` [PATCH 7/8] staging:iio:max1363 take advantage of new iio_device_allocate private data
` [PATCH 8/8] staging:iio:documentation make read_size signed to allow for errors
` [PATCH 0/8 V2] staging:iio:mixed bag of fixes and cleanups

[PATCH v5]TAOS tsl258x: Device driver
 2011-04-15 17:38 UTC 

[PATCH V4]TAOS 258x: Device Driver
 2011-04-15 17:19 UTC  (2+ messages)

[PATCH 0/8] staging:iio:mixed bag of fixes and cleanups
 2011-04-15 17:02 UTC  (2+ messages)

[PATCH] IIO-onwards: ADC: AD7476: Fix ringbuffer registration
 2011-04-15 13:05 UTC  (2+ messages)

[PATCH] IIO-onwards: trigger: iio-trig-sysfs: Avoid double free
 2011-04-15 13:00 UTC  (3+ messages)

[PATCH 1/1] IIO: DAC: AD5446 add support for AD5541A devices
 2011-04-15 11:51 UTC 

[PATCH 1/1] IIO: DAC: AD5446 add support for AD5541A devices
 2011-04-15 11:44 UTC  (2+ messages)

Channel mask out/hide
 2011-04-15 11:38 UTC  (2+ messages)

voltage and current regulator framework: specifying negative voltages
 2011-04-14 14:02 UTC  (7+ messages)

[PATCH] irq: export handle_simple_irq, irq_modify_status and irq_to_desc
 2011-04-13 16:35 UTC 


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