linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-08-30 16:45:02 to 2011-09-20 16:11:17 UTC [more...]

[PATCH 00/14] staging:iio: mixed bag
 2011-09-20 16:11 UTC  (14+ messages)
` [PATCH 01/14] [PATCH] iio: adc: Replace, rewrite ad7745 from scratch
` [PATCH 02/14] staging: iio: Move sensor drivers to sub menus
` [PATCH 03/14] staging:iio:documentation general refresh of abi docs
` [PATCH 04/14] staging:iio:documentation Add abi docs for capacitance adcs
` [PATCH 05/14] staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*
` [PATCH 06/14] staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGERED
` [PATCH 07/14] staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFER
` [PATCH 08/14] staging:iio: rename ring_generic.h -> buffer_generic.h
` [PATCH 09/14] staging:iio: replacing term ring with buffer in the IIO core
` [PATCH 10/14] staging:iio:accel:lis3l02dq ring->buffer renames
` [PATCH 12/14] staging:iio:magnetometer:ak8975: Don't assume 0 is an invalid GPIO
` [PATCH 13/14] staging:iio:magnetometer:ak8975: Fix probe() error-handling
` [PATCH 14/14] staging:iio: Prevent reading from buffer chrdev when device has no buffer

[PATCH 0/3 V2] staging:iio:Documentation via dummy driver
 2011-09-20 15:58 UTC  (4+ messages)
` [PATCH 1/3] staging:iio:Documentation Simple dummy driver to explain the basics
` [PATCH 2/3] staging:iio:dummy Add event support + fake event generator
` [PATCH 3/3] staging:iio:dummy Add buffered reading support

iio temporary? github tree
 2011-09-20  9:39 UTC 

[PATCH] iio: adc: Replace, rewrite ad7745 from scratch
 2011-09-20  9:15 UTC  (5+ messages)

[PATCH 1/3] staging:iio:magnetometer:ak8975 use platform_data to pass the gpio number
 2011-09-20  9:06 UTC  (4+ messages)
` [PATCH 2/3] staging:iio:magnetometer:ak8975: Don't assume 0 is an invalid GPIO
` [PATCH 3/3] staging:iio:magnetometer:ak8975: Fix probe() error-handling

[PATCH V3 1/5] i2c: Add irq_gpio field to struct i2c_client, i2c_board_info
 2011-09-20  8:54 UTC  (18+ messages)
` [PATCH V3 2/5] spi: Add irq_gpio field to struct spi_device, spi_board_info
` [PATCH V3 3/5] staging:iio:magnetometer:ak8975 Don't use irq_to_gpio()
` [PATCH V3 4/5] staging:iio:magnetometer:ak8975: Don't assume 0 is an invalid GPIO
` [PATCH V3 5/5] staging:iio:magnetometer:ak8975: Fix probe() error-handling

[PATCH] staging:iio: Prevent reading from buffer chrdev when device has no buffer
 2011-09-19 13:03 UTC 

[PATCH] staging: iio: Move sensor drivers to sub menus
 2011-09-16 15:11 UTC  (2+ messages)

[PATCH] staging:iio:Documentation Simple dummy driver to explain the basics
 2011-09-16 15:09 UTC  (3+ messages)
` [PATCH] staging:iio:Documentation Review simple dummy driver

[PATCH] iio: adc: Replace, rewrite ad7745 from scratch
 2011-09-16 13:12 UTC 

[PATCH 1/2] iio: core: add _bias channel information
 2011-09-16 10:57 UTC  (7+ messages)
` [PATCH 2/2] iio: adc: Replace, rewrite ad7745 from scratch

Does anyone read device.txt etc?
 2011-09-16  9:41 UTC  (5+ messages)

[PATCH 0/8] staging:iio: Documentation updates + ring -> buffer renaming in core
 2011-09-15 13:45 UTC  (9+ messages)
` [PATCH 1/8] staging:iio:documentation general refresh of abi docs
` [PATCH 2/8] staging:iio:documentation Add abi docs for capacitance adcs
` [PATCH 3/8] staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*
` [PATCH 4/8] staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGERED
` [PATCH 5/8] staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFER
` [PATCH 6/8] staging:iio: rename ring_generic.h -> buffer_generic.h
` [PATCH 7/8] staging:iio: replacing term ring with buffer in the IIO core
` [PATCH 8/8] staging:iio:accel:lis3l02dq ring->buffer renames

[PATCH 0/3] staging:iio:Fixes and minor abi related cleanups
 2011-09-14 12:01 UTC  (4+ messages)
` [PATCH 1/3] staging:iio:tree wide. abi fixup for in_ out_ prefix introduction
` [PATCH 2/3] staging:iio:adc:ad7606 add channel type specification to range attributes
` [PATCH 3/3] staging:iio: move id and device name setting to iio_device_allocate

[IIO] Mistake in assumption about trigger names
 2011-09-12  8:37 UTC  (6+ messages)
  ` [PATCH] staging:iio: move id and device name setting to iio_device_allocate

[RFC PATCH 0/2 V2] Using regmap with ADIS devices
 2011-09-09 16:30 UTC  (9+ messages)
` [PATCH 1/2] regmap: Support half writes and padding between register and value
` [PATCH 2/2] staging:iio:imu:adis16400 regmap introduction

[PATCH] STAGING:iio:light: V2 fix out of bounds reg_cache[] access
 2011-09-09 15:41 UTC  (7+ messages)
  ` [PATCH] [PATCH] staging:iio:light: V3 "

Killing off range with no channel attribute
 2011-09-09 12:29 UTC  (4+ messages)
  ` [PATCH] staging:iio:adc:ad7606 add channel type specification to range attributes

[PATCH] staging:iio:tree wide. abi fixup for in_ out_ prefix introduction
 2011-09-09 11:49 UTC  (2+ messages)

[PATCH V2 1/4] i2c: Add irq_gpio field to struct i2c_client
 2011-09-07 19:07 UTC  (17+ messages)
` [PATCH V2 2/4] staging:iio:magnetometer:ak8975 Don't use irq_to_gpio()
` [PATCH V2 3/4] staging:iio:magnetometer:ak8975: Don't assume 0 is an invalid GPIO
` [PATCH V2 4/4] staging:iio:magnetometer:ak8975: Fix probe() error-handling

Blockers on IIO usage of regmap
 2011-09-07 19:14 UTC  (21+ messages)
      ` [RFC PATCH 0/6] Using regmap with ADIS devices
      ` [PATCH 1/6] SPI: add ability to say we want a cs change after every transfer
      ` [PATCH 2/6] regmap: Add a magic bus type to handle quirks of analog devices ADIS sensors
      ` [PATCH 3/6] staging:iio:imu: adis16400 partial conversion to regmap
      ` [PATCH 4/6] regmap-spi-adi + staging:iio:imu:adis16400 halve register addresses
      ` [PATCH 5/6] regmap-spi-adi generalize regmap_spi_read
      ` [PATCH 6/6] staging:iio:imu:adis16400 make use of regmap bulk read capabilities

[PATCH] iio - first play with regmap
 2011-09-05 17:57 UTC  (3+ messages)
` [PATCH] staging:iio:accel:lis3l02dq use regmap

Temporary iio-blue.git location
 2011-09-05  9:42 UTC 

[PATCH 00/12] staging:iio: New stuff and reworks
 2011-09-02 16:24 UTC  (2+ messages)

[PATCH 00/16] staging:iio: CDC and other driver updates
 2011-09-02 16:24 UTC  (2+ messages)

IIO: rest of cycle todo list
 2011-09-02 16:31 UTC 

[PATCH] staging: iio: light: Fix compiler warning in tsl2563.c
 2011-09-02 10:55 UTC  (2+ messages)

[PATCH] staging: iio: light: Fix compiler warning in tsl2563.c
 2011-09-01 21:55 UTC  (2+ messages)

[PATCH 1/3] staging:iio:magnetometer:ak8975 Don't use irq_to_gpio()
 2011-09-01 16:20 UTC  (12+ messages)
` [PATCH 2/3] staging:iio:magnetometer:ak8975: Don't assume 0 is an invalid GPIO
` [PATCH 3/3] staging:iio:magnetometer:ak8975: Fix probe() error-handling
    ` [PATCH] staging:iio:magnetometer:ak8975 use platform_data to pass the gpio number

[PATCH] iio: ad7152: fix channel assignment for AD7153
 2011-09-01 13:10 UTC 

[PATCH] staging:iio: fixed version of the differential handling patch
 2011-08-31 12:04 UTC  (2+ messages)
` [PATCH] staging:iio: Differential channel handling - use explicit flag rather than types

[PATCH 01/12] iio: ad7291: fix channel mapping
 2011-08-31 12:01 UTC  (29+ messages)
` [PATCH 02/12] iio: ad7291: Fix typos, change kconfig description and file header
` [PATCH 03/12] iio: ad7291: Fix AD7291_T_SENSE_MASK
` [PATCH 04/12] iio: ad7291: Add regulator, reference voltage and scale handling
` [PATCH 05/12] iio: ad7291: don't swab results twice and introduce more register defines
` [PATCH 06/12] iio: ad7291: fix mask bit generation
` [PATCH 07/12] iio: ad7291: introduce IIO_EVENT_CODE_EXTRACT_CHAN_TYPE and use accordingly
` [PATCH 08/12] iio: ad7291: fix channel mapping for event enables
` [PATCH 09/12] iio: core: fix IIO_EVENT_CODE_EXTRACT_DIR definition
` [PATCH 10/12] iio: ad7192: return len and fix out of range checking
` [PATCH 11/12] iio: ad7291: reset device and setup irq before it is enabled
` [PATCH 12/12] iio: ad7192: add temp_scale attribute, change module description

STAGING:iio:light: fix ISL29018 init to handle brownout
 2011-08-30 16:45 UTC  (6+ 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).