Linux IIO development
 help / color / mirror / Atom feed
 messages from 2012-06-12 13:39:35 to 2012-06-26 08:42:01 UTC [more...]

[PATCH] iio:dac:ad5446: Add support for the AD5450/51/52/53
 2012-06-26  8:45 UTC 

[PATCH] iio:adc:at91: Relase mutex on error path in at91_adc_read_raw
 2012-06-26  8:43 UTC 

[PATCH] iio:dac:ad5064: Add support for the ad5629r and ad5669r
 2012-06-26  8:24 UTC  (3+ messages)

[PATCH, 0/6] HID-Sensors v3
 2012-06-26  0:54 UTC  (7+ messages)
` [PATCH, 1/6] HID Sensors: Add to special driver list
` [PATCH, 2/6] HID-Sensors: Sensor framework
` [PATCH, 3/6] HID-Sensors: Added accelerometer 3D
` [PATCH, 4/6] HID-Sensors: Added Gyroscope 3D
` [PATCH, 5/6] HID-Sensors: Added Compass 3D
` [PATCH, 6/6] HID-Sensors: Added ALS

[PATCH 1/3] iio staging: fix potential resource leak in generic_buffer
 2012-06-25 21:13 UTC  (3+ messages)
` [PATCH 2/3] iio staging: fix potential memory/resource leaks in find_type_by_name()
` [PATCH 3/3] iio staging: fix resource leak in _write_sysfs_int()

[PATCH 1/7] iio staging: fix generic_buffer print2byte()
 2012-06-25 21:12 UTC  (7+ messages)
` [PATCH 2/7] iio staging: remove unused variable
` [PATCH 3/7] iio staging: move comment
` [PATCH 4/7] iio staging: generic_buffer cleanup
` [PATCH 5/7] iio staging: fix warning 'static but used in inline function'
` [PATCH 6/7] iio staging: use PRId64 format specifier for int64_t
` [PATCH 7/7] iio staging: quell asprintf() warning, missing #includes

[PATCH 1/7] iio staging: fix generic_buffer print2byte()
 2012-06-25 20:38 UTC  (14+ messages)
` [PATCH 2/7] iio staging: remove unused variable
` [PATCH 3/7] iio staging: move comment
` [PATCH 4/7] iio staging: generic_buffer cleanup
` [PATCH 5/7] iio staging: fix warning 'static but used in inline function'
` [PATCH 6/7] iio staging: use PRId64 format specifier for int64_t
` [PATCH 7/7] iio staging: quell asprintf() warning, missing #includes

[PATCH] iio:adc:at91: Relase mutex on error path in at91_adc_read_raw
 2012-06-25 20:08 UTC  (3+ messages)

[PATCH] iio:dac:ad5446: Add support for the AD5450/51/52/53
 2012-06-25 16:05 UTC  (2+ messages)

[PATCH v2] iio:adc: Add AD7265/AD7266 support
 2012-06-25 12:52 UTC 

[PATCH 1/3] iio staging: fix trigger handler of iio_simple_dummy driver
 2012-06-22  7:47 UTC  (3+ messages)
` [PATCH 2/3] iio staging: simplify timestamp alignment in iio_simple_dummy
` [PATCH 3/3] iio staging: fix typo, improve timestamp alignment comment

[PATCH 1/3] iio staging: fix trigger handler of iio_simple_dummy driver
 2012-06-22  7:39 UTC  (6+ messages)
` [PATCH 2/3] iio staging: simplify timestamp alignment in iio_simple_dummy
` [PATCH 3/3] iio staging: fix typo, improve timestamp alignment comment

[PATCH] staging:iio:adc: Add AD7265/AD7266 support
 2012-06-22  7:32 UTC  (4+ messages)

[PATCH 1/2] staging:iio:trigger: Use to_iio_trigger() instead of dev_get_drvdata()
 2012-06-21 17:11 UTC  (2+ messages)
` [PATCH 2/2] iio:trigger: "

[PATCH 1/2] staging:iio:trigger: Use to_iio_trigger() instead of dev_get_drvdata()
 2012-06-21 14:20 UTC  (4+ messages)
` [PATCH 2/2] iio:trigger: "

reading data from hmc5883
 2012-06-21  9:20 UTC  (3+ messages)

[PATCH v5] iio: add vcnl4000 combined ALS and proximity sensor
 2012-06-19  7:58 UTC 

[PATCH v4] iio: add vcnl4000 combined ALS and proximity sensor
 2012-06-19  7:57 UTC  (10+ messages)
` [PATCH 1/4] iio: typo in iio_chan_spec.ext_info comment
` [PATCH 2/4] iio: correct documentation for IIO_CONST_ATTR_SAMP_FREQ_AVAIL, match name of #define
` [PATCH 3/4] iio: remove extra ; after function definition
` [PATCH 4/4] iio staging: another typo in iio_simple_dummy_buffer
` [PATCH RESEND] iio staging: fix tsl2x7x file mode
` [PATCH] iio staging: fix typos in tsl*: register
` [PATCH RESEND] iio staging: fix spelling of suppression in isl29018

[PATCH 01/10] iio: iio_buffer_register: Skip channels with negative scan index
 2012-06-19  7:17 UTC  (12+ messages)
` [PATCH 02/10] iio: Add helper function for initializing triggered buffers
` [PATCH 03/10] iio:adc:at91: Use new triggered buffer setup helper
` [PATCH 04/10] staging:iio:adc:ad7192: Use new triggered buffer setup helper function
` [PATCH 05/10] staging:iio:adc:ad7298: "
` [PATCH 06/10] staging:iio:adc:ad7476: "
` [PATCH 07/10] staging:iio:adc:ad7606: "
` [PATCH 08/10] staging:iio:adc:ad7793: "
` [PATCH 09/10] staging:iio:adc:ad7887: "
` [PATCH 10/10] staging:iio:adc:ad799x: "

[PATCH] staging:iio:sysfs-trigger: Use irq_work to properly active trigger
 2012-06-18 17:47 UTC 

[PATCH] iio: add vcnl4000 combined ALS and proximity sensor
 2012-06-18 12:51 UTC  (2+ messages)

[PATCH v4 01/10] iio: iio_buffer_register: Skip channels with negative scan index
 2012-06-18 12:47 UTC  (15+ messages)
` [PATCH v4 02/10] iio: Add helper function for initializing triggered buffers
` [PATCH v4 03/10] iio:adc:at91: Use new triggered buffer setup helper
` [PATCH v4 04/10] staging:iio:adc:ad7192: Use new triggered buffer setup helper function
` [PATCH v4 05/10] staging:iio:adc:ad7298: "
` [PATCH v4 06/10] staging:iio:adc:ad7476: "
` [PATCH v4 07/10] staging:iio:adc:ad7606: "
` [PATCH v4 08/10] staging:iio:adc:ad7793: "
` [PATCH v4 09/10] staging:iio:adc:ad7887: "
` [PATCH v4 10/10] staging:iio:adc:ad799x: "

[v2 1/9] staging:iio: Add helper function for initializing triggered buffers
 2012-06-18 12:07 UTC  (10+ messages)
` [v2 2/9] iio:adc:at91: Use new triggered buffer setup helper
` [v2 4/9] staging:iio:adc:ad7298: Use new triggered buffer setup helper function

remaining patches
 2012-06-18 12:02 UTC  (2+ messages)

[PATCH 0/8] HID-Sensor: v2
 2012-06-18  7:43 UTC  (12+ messages)

[PATCH RESEND] iio staging: fix tsl2x7x file mode
 2012-06-18  7:41 UTC  (13+ messages)
` [PATCH RESEND] iio staging: fix spelling of suppression in isl29018
` [PATCH] iio staging: fix typos in tsl*: register
` [PATCH 1/4] iio: typo in iio_chan_spec.ext_info comment
` [PATCH 2/4] iio: correct documentation for IIO_CONST_ATTR_SAMP_FREQ_AVAIL, match name of #define
` [PATCH 3/4] iio: remove extra ; after function definition
` [PATCH 4/4] iio staging: another typo in iio_simple_dummy_buffer

[PATCH v3] iio: add vcnl4000 combined ALS and proximity sensor
 2012-06-18  7:38 UTC  (4+ messages)

[PATCH] iio: remove SENSORS_ from Kconfig
 2012-06-17 13:20 UTC 

[PATCH] iio staging: fix typos in simple dummy driver
 2012-06-15 17:27 UTC 

[PATCH 1/6] iio: sysfs-bus-iio typo
 2012-06-15 17:25 UTC  (6+ messages)
` [PATCH 2/6] iio: cleanup sysfs-bus-iio-light-lm3533-als
` [PATCH 3/6] iio: iio/machine.h typo
` [PATCH 4/6] iio: add IIO_ALTVOLTAGE to iio_event_monitor example
` [PATCH 5/6] iio staging: typos
` [PATCH 6/6] iio: iio/events.h typos

[PATCH] staging:iio: Remove superfluous flush_scheduled_work
 2012-06-15 16:14 UTC 

[PATCH 1/4] staging:iio:adis16400: Fix ADIS16300 ROLL_OUT register address
 2012-06-15 16:11 UTC  (4+ messages)
` [PATCH 2/4] staging:iio:adis16400: Fix ADIS16300 temperature address
` [PATCH 3/4] staging:iio:adis16400: Fix ADIS16334 "
` [PATCH 4/4] staging:iio:adis16400: Fix ADIS163xx AUX_ADC address

[PATCH] iio:buffer: Fix NULL pointer deref caused by empty scan mask
 2012-06-15 16:08 UTC 

Bottom half trigger function never called when using the sysfs trigger
 2012-06-15 14:59 UTC  (4+ messages)

[PATCH] iio:buffer: Fix NULL pointer deref caused by empty scan mask
 2012-06-15 13:33 UTC  (2+ messages)

[PATCH 1/6] iio: sysfs-bus-iio typo
 2012-06-15 12:48 UTC  (12+ messages)
` [PATCH 2/6] iio: cleanup sysfs-bus-iio-light-lm3533-als
` [PATCH 3/6] iio: iio/machine.h typo
` [PATCH 4/6] iio: add IIO_ALTVOLTAGE to iio_event_monitor example
` [PATCH 5/6] iio staging: typos
` [PATCH 6/6] iio: iio/events.h typos

[PATCH] iio staging: fix typos in simple dummy driver
 2012-06-15 12:42 UTC  (2+ messages)

[PATCH 1/4] staging:iio:adis16400: Fix ADIS16300 ROLL_OUT register address
 2012-06-15 12:40 UTC  (8+ messages)
` [PATCH 2/4] staging:iio:adis16400: Fix ADIS16300 temperature address
` [PATCH 3/4] staging:iio:adis16400: Fix ADIS16334 "
` [PATCH 4/4] staging:iio:adis16400: Fix ADIS163xx AUX_ADC address

[PATCH] staging:iio: Remove superfluous flush_scheduled_work
 2012-06-15 12:35 UTC  (2+ messages)

[PATCH] iio: let the doc follow core code move
 2012-06-14 13:58 UTC  (4+ messages)

[PATCH V2] IIO channel type and modifiers for CCT and RGBC data
 2012-06-14  7:19 UTC  (3+ messages)

[PATCH] iio: fix spelling of suppression in isl29018
 2012-06-13 18:27 UTC 

[PATCH] staging:iio:gyro:adis16080: remove sparse warnings
 2012-06-13  8:38 UTC  (2+ messages)

[PATCH] iio: add mcp4725 I2C DAC driver
 2012-06-12 21:50 UTC  (2+ messages)

[PATCH RESEND v2 1/4] iio: fix typos in iio.h
 2012-06-12 13:38 UTC  (4+ messages)
` [PATCH 2/4] iio: clarify channel and indexed in struct iio_chan_spec
` [PATCH RESEND 3/4] iio: mark struct iio_enum elements with @ in comment
` [PATCH 4/4] iio: cleanup iio/iio.h


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