linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-10-21 08:02:47 to 2011-11-09 10:20:07 UTC [more...]

[PATCH] AT91: Add a driver for the ADC
 2011-11-09 10:19 UTC  (35+ messages)
` [PATCH 2/3] ARM: AT91: IIO: Add AT91 ADC driver
` [PATCH 3/3] ARM: AT91: Add the ADC to the sam9g20ek board
` [PATCHv2] AT91: Add a driver for the ADC
  ` [PATCH 1/3] ARM: AT91: Add platform data for the ADCs
` [PATCHv3] AT91: Add a driver for the ADC
` [PATCHv4] "

[PATCH 0/6 V2] IIO: Out of staging step 1: The core
 2011-11-08 15:29 UTC  (12+ messages)
` [PATCH 1/6] IIO: Core sysfs only support
` [PATCH 2/6] IIO:ADC: max1363 initial import
` [PATCH 3/6] IIO:ADC:ad799x "
` [PATCH 4/6] IIO:light:tsl2563 initial move out of staging
` [PATCH 6/6] IIO: ABI documetation

[PATCH 0/5 V4] IIO in kernel interfaces (pull)
 2011-11-07 18:09 UTC  (11+ messages)
` [PATCH 1/5] IIO: core: add datasheet_name to chan_spec
` [PATCH 2/5] IIO:ADC:max1363 add datasheet_name entries
` [PATCH 3/5] IIO:CORE add in kernel interface mapping and getting IIO channels
` [PATCH 4/5] IIO:hwmon interface client driver
      ` [PATCH] "
` [PATCH 5/5] stargate2: example of map configuration for iio to hwmon example

linux-next: build error from iio_simple_dummy_buffer.c
 2011-11-07 15:10 UTC  (4+ messages)

[PATCH 0/2] staging:iio:namespace move to make space
 2011-11-07 14:31 UTC  (3+ messages)
` [PATCH 1/2] staging:iio:namespace move iio_device_register -> iio_st_device_register
` [PATCH 2/2] staging:iio: move kconfig symbol from IIO to IIO_ST to make space

[PATCH] [staging] iio, adc: Do not leak memory in ad7280_event_handler()
 2011-11-07  7:37 UTC  (3+ messages)

[PATCH] staging:iio:accel: Add driver for LIS331DLH
 2011-11-02 12:29 UTC  (4+ messages)

[PATCH 1/3] staging:iio: Make write_event_value callback optional
 2011-11-02  8:40 UTC  (3+ messages)
` [PATCH 2/3] staging:iio: IIO_EVENT_CODE: Clamp channel numbers
` [PATCH 3/3] staging:iio:dac: Add AD5421 driver

[RFC PATCH 0/5] staging:iio: in kernel push interface
 2011-11-01 17:11 UTC  (6+ messages)
` [PATCH 1/5] staging:iio: scrap scan_count and ensure all drivers use active_scan_mask
` [PATCH 2/5] staging:iio: make all buffer access pass through the buffer_list
` [PATCH 3/5] staging:iio: make update buffers available outside iio
` [PATCH 4/5] staging:iio: add a callback buffer for in kernel push interface
` [PATCH 5/5] staging:iio: Proof of concept input driver

[PATCH 1/3] staging:iio: Make write_event_value callback optional
 2011-10-31 12:30 UTC  (7+ messages)
` [PATCH 2/3] staging:iio: IIO_EVENT_CODE: Clamp channel numbers
` [PATCH v2 3/3] staging:iio:dac: Add AD5421 driver

[PATCH] staging:iio:dac:ad5446: Add support for the AD5662
 2011-10-31 11:26 UTC  (2+ messages)

[patch] Staging: iio/dac/ad5064.c: signedness bug in ad5064_read_raw()
 2011-10-31 11:22 UTC  (3+ messages)

[patch] Staging: iio/dac/ad5360.c: signedness bug in ad5360_read_raw()
 2011-10-31 11:22 UTC  (3+ messages)

[PATCH 1/2] staging:iio: Make write_event_value callback optional
 2011-10-27  7:25 UTC  (6+ messages)
` [PATCH 2/2] staging:iio:dac: Add AD5421 driver

Tree back on kernel.org
 2011-10-26 16:48 UTC 

[PATCH 0/5] staging:iio: New stuff (No rush!)
 2011-10-26 16:41 UTC  (6+ messages)
` [PATCH 1/5] staging:iio: header reorganization
` [PATCH 2/5] staging:iio: Use userspace types for iio_event_data
` [PATCH 3/5] iio:staging: Add documentation for IIO_EVENT_CODE
` [PATCH 4/5] staging:iio: Do not use bitmasks for channel info addresses
` [PATCH 5/5] staging:iio:treewide only use shared to decide on interfaces

[PATCH 00/10] staging:iio:various fixes
 2011-10-26 16:27 UTC  (11+ messages)
` [PATCH 01/10] staging:iio:light:tsl2563 both intensity channels have same chan_spec
` [PATCH 02/10] staging:iio:light:tsl2563 missing setting of id in get id function
` [PATCH 03/10] staging:iio:triggers Remove unecessary existence checks and return val
` [PATCH 04/10] staging:iio:industrialio-trigger.c Trivial code style brackets fix
` [PATCH 05/10] staging:iio:kfifo remove entirely pointless code
` [PATCH 06/10] staging:iio: trigger fixes for repeat request of same trigger and allocation failure
` [PATCH 07/10] staging:iio:core shared attrs do not work with modifier
` [PATCH 08/10] staging:iio:events: Make sure userspace buffer is large enough
` [PATCH 09/10] staging:iio:iio_utils.h: Add missing include
` [PATCH 10/10] staging:iio: core. Allow for event chrdev obtaining ioctl if no buffer present

[RFC PATCH 0/7] staging:iio:towards an in kernel push interface
 2011-10-26 15:54 UTC  (8+ messages)
` [PATCH 1/7] staging:iio:buffer drop bpe field
` [PATCH 2/7] staging:iio; remove userspace access to bytes per datum
` [PATCH 3/7] staging:iio:buffer move setup ops from buffer instance to iio_dev
` [PATCH 4/7] staging:iio: scrap scan_count and ensure all drivers use active_scan_mask
` [PATCH 5/7] staging:iio: make all buffer access pass through the buffer_list
` [PATCH 6/7] staging:iio: make update buffers available outside iio
` [PATCH 7/7] staging:iio:snoop example of rawest level of push interface

[PATCH] iio: adc: ad7280a: Fix memory leak
 2011-10-26 11:38 UTC 

[PATCH] iio: adc: ad7280a: Fix memory leak
 2011-10-26 11:36 UTC  (2+ messages)

[PATCH] iio: introduce type casts to avoid __ucmpdi2 calls
 2011-10-25  8:51 UTC 

[PATCH] iio: introduce type casts to avoid __ucmpdi2 calls
 2011-10-25  8:39 UTC  (2+ messages)

[RFC V3 PATCH 0/6] IIO in kernel interfaces
 2011-10-24 19:33 UTC  (10+ messages)
` [PATCH 5/6] IIO:hwmon interface client driver

Channel-less IIO events
 2011-10-24 15:12 UTC  (4+ messages)

[PATCH 0/5] staging:iio: add demux support
 2011-10-24 13:45 UTC  (3+ messages)
` [PATCH 5/5] staging:iio:adc:max1363 use new demuxing support

[PATCH v2] iio:staging: Add documentation for IIO_EVENT_CODE
 2011-10-24 13:42 UTC  (2+ messages)

[PATCH] iio:staging: Add documentation for IIO_EVENT_CODE
 2011-10-24 13:13 UTC  (2+ messages)

github tree cleanup
 2011-10-24 12:12 UTC 

[PATCH] staging:iio:events: Make sure userspace buffer is large enough
 2011-10-24 12:05 UTC  (4+ messages)

[PATCH] staging:iio:iio_utils.h: Add missing include
 2011-10-24 11:57 UTC  (2+ messages)

[PATCH] staging:iio: one more fix
 2011-10-24  9:49 UTC  (2+ messages)
` [PATCH] staging:iio:core shared attrs do not work with modifier

[PATCH 0/6] staging:iio: misc fixes
 2011-10-24  9:43 UTC  (7+ messages)
` [PATCH 1/6] staging:iio:light:tsl2563 both intensity channels have same chan_spec
` [PATCH 2/6] staging:iio:light:tsl2563 missing setting of id in get id function
` [PATCH 3/6] staging:iio:triggers Remove unecessary existence checks and return val
` [PATCH 4/6] staging:iio:industrialio-trigger.c Trivial code style brackets fix
` [PATCH 5/6] staging:iio:kfifo remove entirely pointless code
` [PATCH 6/6] staging:iio: trigger fixes for repeat request of same trigger and allocation failure

[PATCH] staging: iio: light: Fix compiler warning in tsl2563.c
 2011-10-24  9:15 UTC  (6+ messages)

[PATCH] IIO: Why maintain separate and shared knowledge internally?
 2011-10-24  8:58 UTC  (5+ messages)
` [PATCH] staging:iio:treewide only use shared to decide on interfaces

[RFC 1/2] staging:iio: Do not use bitmasks for channel info addresses
 2011-10-21 14:09 UTC  (6+ messages)
` [RFC PATCH 2/2] staging:iio: Introduce IIO_CHAN_INFO_*_MASK

[PATCH] staging:iio:light:tsl2563 both intensity channels have same chan_spec
 2011-10-21 13:23 UTC 

[PATCH] staging:iio: allow event usage when no buffer support present
 2011-10-21 11:53 UTC  (6+ messages)
` [PATCH] staging:iio: core. Allow for event chrdev obtaining ioctl if no buffer present
      ` [PATCH V2] staging:iio: allow event usage when no buffer support present

[V2 PATCH 0/2] staging:iio: header reorganization
 2011-10-21 11:49 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] staging:iio: Use userspace types for iio_event_data

Userspace event handling and header files
 2011-10-21 11:39 UTC  (16+ messages)
    ` [PATCH] staging:iio: header reorganization
        ` [PATCH 1/2] staging:iio: Add missing ioctl.h include to events.h
          ` [PATCH 2/2] staging:iio: Use userspace types for iio_event_data


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