messages from 2011-12-02 16:56:55 to 2011-12-16 19:43:39 UTC [more...]
[PATCH 1/8] staging:iio: Use iio_buffer_enabled instead of open coding it
2011-12-16 19:43 UTC (9+ messages)
` [PATCH 2/8] staging:iio: Disallow changing scan elements in all buffered modes
` [PATCH 3/8] staging:iio: Disallow modifying buffer size when buffer is enabled
` [PATCH 4/8] staging:iio: Make sure a device is only opened once at a time
` [PATCH 5/8] staging:iio: Drop buffer busy flag
` [PATCH 6/8] staging:iio: Drop buffer mark_param_change callback
` [PATCH 7/8] staging:iio: Drop the unused buffer enable() and is_enabled() callbacks
` [PATCH 8/8] iio:staging: Drop {mark,unmark}_in_use callbacks
[PATCH 0/5] staging:iio: inkern pull interfaces for staging tree
2011-12-16 19:41 UTC (13+ messages)
` [PATCH 1/5] staging:iio: core: add datasheet_name to chan_spec
` [PATCH 2/5] staging:iio:adc:max1363 add datasheet_name entries
` [PATCH 3/5] staging:iio:core add in kernel interface mapping and getting IIO channels
` [PATCH 4/5] staging:iio: move iio data return types into types.h for use by inkern
` [PATCH 5/5] staging:iio::hwmon interface client driver
[PATCH 1/4] staging:iio: Factor out event handling into its own file
2011-12-16 17:12 UTC (4+ messages)
` [PATCH 2/4] staging:iio:events: Use kfifo for event queue
` [PATCH 3/4] staging:iio:events: Use waitqueue lock to protect "
` [PATCH 4/4] staging:iio:events: Add poll support
[PATCH] Add support for ads1110
2011-12-16 9:43 UTC (3+ messages)
[PATCH v13] AT91: Add a driver for the ADC
2011-12-15 19:37 UTC (3+ messages)
` [PATCH 1/3] ARM: AT91: Add platform data for the ADCs
How should we deal with multiple concurrent user of the chrdev file?
2011-12-15 12:30 UTC
buffer enable() and is_enable() callbacks unused?
2011-12-15 10:03 UTC (2+ messages)
[PATCH] staging:iio:drivers stop enabling the timestamp for buffers at start time
2011-12-15 8:39 UTC (2+ messages)
[PATCH 0/2] staging:iio: trigger owner field confusion cleanup
2011-12-14 20:49 UTC (3+ messages)
` [PATCH 1/2] staging:iio: Make sure all triggers have a trigger_ops for the owner field
` [PATCH 2/2] staging:iio: iio_trigger contains defunct owner field. Remove it
[PATCH] iio: pll: New driver for ADF4350/ADF4351 Wideband Synthesizers (PLL)
2011-12-14 20:29 UTC (4+ messages)
staging: iio: light: obsolete use of strict_strtoul v2
2011-12-14 20:11 UTC (5+ messages)
` [PATCH v2 1/2] staging: iio: light: isl29018.c: obsolete use of strict_strtoul
` [PATCH v2 2/2] staging: iio: light: tsl2583.c: "
[PATCH] staging:iio:adc: Add AD7265/AD7266 support
2011-12-14 20:06 UTC (6+ messages)
[PATCH] staging:iio: Add wrapper functions around buffer access ops
2011-12-14 17:35 UTC (11+ messages)
[PATCH 1/3] iio: gyro: ADXRS450: Add missing scale attributes
2011-12-14 17:07 UTC (8+ messages)
` [PATCH 2/3] iio: gyro: ADXRS450: Add missing read support for calibbias attribute
` [PATCH 3/3] iio: gyro: ADXRS450: Add support for ADXRS453 Digital Gyroscope
Should we make mark_param_change buffer implementation internal?
2011-12-14 13:58 UTC (2+ messages)
[PATCH] iio: gyro: ADXRS450: Add missing scale attributes
2011-12-14 10:49 UTC
[PATCH] staging:iio: Setup buffer access functions when allocating the buffer
2011-12-14 7:21 UTC (9+ messages)
[PATCH v2 01/13] staging:iio:ring_sw: Add helper function for initializing simple setups
2011-12-13 14:55 UTC (14+ messages)
` [PATCH v2 02/13] staging:iio:accel:adis16201: Use new ringbuffer setup helper function
` [PATCH v2 03/13] staging:iio:adc:ad7192: "
` [PATCH v2 04/13] staging:iio:adc:ad7298: "
` [PATCH v2 05/13] staging:iio:adc:ad7476: "
` [PATCH v2 06/13] staging:iio:adc:ad7606: "
` [PATCH v2 07/13] staging:iio:adc:ad7793: "
` [PATCH v2 08/13] staging:iio:adc:ad7887: "
` [PATCH v2 09/13] staging:iio:adc:ad799x: "
` [PATCH v2 10/13] staging:iio:adc:max1363: "
` [PATCH v2 11/13] staging:iio:gyro:adis16260: "
` [PATCH v2 12/13] staging:iio:imu:adis16400: "
` [PATCH v2 13/13] staging:iio:meter:ade7758: "
[RFC v2] IIO: Add hardware triggers support to the AT91 ADC driver
2011-12-13 13:33 UTC (17+ messages)
` [PATCH 1/6] ARM: AT91: Add platform data for the ADCs
` [PATCH 2/6] ARM: AT91: IIO: Add AT91 ADC driver
` [PATCH 3/6] ARM: AT91: Add the ADC to the sam9g20ek board
` [PATCH 4/6] AT91: IIO: Move the SoC specific informations to the ADC driver
` [PATCH 5/6] AT91: IIO: cosmetic fixes, better error messages
` [PATCH 6/6] AT91: IIO: Add support for hardware triggers for the ADC
[PATCH] Staging: iio/industrialio-core.c: Fixed call of obsolete function
2011-12-12 19:15 UTC (2+ messages)
[PATCH 2/2] staging: iio: light: tsl2583.c: obsolete use of strict_strtoul
2011-12-12 18:55 UTC
[PATCH] staging:iio:kfifo_buf: Fix potential buffer overflow in iio_read_first_n_kfifo
2011-12-12 8:33 UTC
[PATCH 0/2] staging:iio: trigger owner field confusion cleanup
2011-12-11 12:00 UTC (5+ messages)
` [PATCH 1/2] staging:iio: Make sure all triggers have a trigger_ops for the owner field
` [PATCH 2/2] staging:iio: iio_trigger contains defunct owner field. Remove it
[PATCH 01/19] staging:iio:buffer drop bpe field
2011-12-10 14:00 UTC (11+ messages)
` [PATCH 02/19] staging:iio: remove userspace access to bytes per datum
` [PATCH 04/19] staging:iio: scrap scan_count and ensure all drivers use active_scan_mask
` [PATCH 07/19] staging:iio:adc:ad7192 scrap read from buffer for sysfs access
` [PATCH 12/19] staging:iio:adc:ad7887 stop reading "
` [PATCH 15/19] staging:iio:ring_sw don't provide read last function
` [PATCH 17/19] staging:iio:buffer scrap to_iio_buffer as it no longer has meaning
` [PATCH 18/19] staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer
` [PATCH 19/19] staging:iio:buffer.h update struct buffer docs
` [PATCH 00/19] staging:iio:buffer clean ups
[PATCH 1/3] staging:iio: Fix sw_ring memory corruption
2011-12-09 15:11 UTC (8+ messages)
` [PATCH 2/3] staging:iio:kfifo_buf: Fix potential buffer overflow in iio_read_first_n_kfifo
` [PATCH 3/3] staging:iio: Fix scan mask update
[PATCH v2] iio: light sensor: Improve granularity of tsl2583 lux values
2011-12-09 16:29 UTC (3+ messages)
[PATCH] iio:staging:dac:ad5791: Add id entry for the ad5790
2011-12-09 16:12 UTC
[PATCH] iio:staging: Fix typo
2011-12-08 20:34 UTC (2+ messages)
[PATCH v2] staging:iio: Fix typo
2011-12-08 17:20 UTC
Buffer chrdev API and test
2011-12-08 11:08 UTC (3+ messages)
[PATCH] staging:iio: Fix scan mask update
2011-12-08 9:48 UTC (2+ messages)
[PATCH] staging:iio: Fix sw_ring memory corruption
2011-12-08 9:28 UTC (2+ messages)
[PATCH] staging:iio:kfifo_buf: Fix potential buffer overflow in iio_read_first_n_kfifo
2011-12-08 9:14 UTC (3+ messages)
[PATCH V3 0/7] Add scan demux unit and use it in max1363
2011-12-07 10:39 UTC (12+ messages)
` [PATCH 1/7] staging:iio:find iio channel from scan index util function
` [PATCH 2/7] staging:iio:buffer add a cache of the timestamp scan index
` [PATCH 3/7] staging:iio: add hook to allow core to perform scan related config
` [PATCH 4/7] staging:iio: make iio_sw_buffer_preenable much more general
` [PATCH 5/7] staging:iio: add demux optionally to path from device to buffer
` [PATCH 7/7] staging:iio:adc:max1363 correctly set channels as big endian
[PATCH] staging:iio:dac: Add AD5380 driver
2011-12-06 10:25 UTC (5+ messages)
` [PATCH v2] "
[RFC] IIO: Add hardware triggers support to the AT91 ADC driver
2011-12-06 9:36 UTC (4+ messages)
` [PATCH 5/5] AT91:IIO: Add support for hardware triggers for the ADC
[RFC PATCH 0/7] Introducing ZIO, a new I/O framework
2011-12-06 5:12 UTC (3+ messages)
` [RFC PATCH 1/7] Documentation: add docs for drivers/zio
[PATCH] [staging] iio, adc: Do not leak memory in ad7280_event_handler()
2011-12-05 22:48 UTC (3+ messages)
[PATCH 0/5] IIO/staging inkernel pull interface
2011-12-05 19:16 UTC (4+ messages)
` [PATCH 4/5] staging;iio: move iio data return types into types.h for use by inkern
[PATCH V2 0/7] Add scan demux unit and use it in max1363
2011-12-05 17:02 UTC (8+ messages)
` [PATCH 2/7] staging:iio:buffer add a cache of the timestamp scan index
` [PATCH 3/7] staging:iio: add hook to allow core to perform scan related config
` [PATCH 4/7] staging:iio: make iio_sw_buffer_preenable much more general
` [PATCH 7/7] staging:iio:adc:max1363 correctly set channels as big endian
` [PATCH 5/7] staging:iio: add demux optionally to path from device to buffer
[PATCH] staging:iio:dac: Add AD5764 driver
2011-12-05 16:05 UTC
[PATCH] staging:iio: Remove redundant spi driver bus initialization
2011-12-05 15:53 UTC
[PATCH 00/16] staging:iio: buffer cleanup series
2011-12-04 21:44 UTC (2+ messages)
[PATCH] staging:iio:adc:max1363 actually make timestamp controllable
2011-12-04 20:44 UTC (2+ messages)
[PATCH 0/2] Fixes ot the generic_buffer example
2011-12-04 19:11 UTC (2+ messages)
[PATCH 01/10] staging:iio: Add wrapper functions around buffer access ops
2011-12-04 17:21 UTC (5+ messages)
` [PATCH 05/10] staging:iio:gyro:adis16260: Use new ringbuffer setup helper function
[PATCH] iio: light sensor: Improve granularity of tsl2583 lux values
2011-12-02 22:12 UTC
[PATCH 1/2] Staging: iio/accel: Changed data type of mask in store_measurement_mode() to u8
2011-12-02 16:56 UTC (2+ messages)
` [PATCH v2 "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).