messages from 2011-06-27 10:04:31 to 2011-07-19 08:53:41 UTC [more...]
[RFC PATCH 0/7] IIO: Reduce to 1 the number of chrdevs per device
2011-07-19 8:53 UTC (9+ messages)
` [PATCH 1/7] staging:iio:trigger push functions that don't need to be generaly available down into the core
` [PATCH 2/7] staging:iio:kfifo buffer - push structure definition down into implementation
` [PATCH 3/7] staging:iio:chrdev.h rationalization
` [PATCH 4/7] staging:iio: remove specific chrdev for event reading. Get fd from ioctl on buffer
` [PATCH 5/7] staging:iio: squash chrdev handler remains into users
` [PATCH 6/7] staging:iio: push the main buffer chrdev down to the top level
` [PATCH 7/7] staging:iio: remove now defunct header definitions and add some statics
[PATCH] iio: add support for Analog Devices ad7194 a/d converter
2011-07-18 17:11 UTC (5+ messages)
[PATCH 1/2] iio: core: deconstify members of struct iio_chan_spec
2011-07-18 15:12 UTC (11+ messages)
` [PATCH 2/2] iio: adc: New driver for AD7280A Lithium Ion Battery Monitoring System
staging/iio/meter/ade7753: 406:19: warning: right shift by bigger than source value
2011-07-17 17:57 UTC (5+ messages)
[PATCH 0/7] IIO: Fix to error path and some housekeeping
2011-07-14 12:33 UTC (8+ messages)
` [PATCH 1/7] staging:iio:core simplify and fix a bug in iio_device_(un)register_event_set
` [PATCH 2/7] staging:iio:core flatten convenience function that only has one user
` [PATCH 3/7] staging:iio:core squash trivial wrappers and use ida allocation func
` [PATCH 4/7] staging:iio:trigger core. Trivial code cleanups
` [PATCH 5/7] staging:iio: Introduce iio_core.h and move all core only stuff out of iio.h
` [PATCH 6/7] staging:iio:sysfs cleanout header for unused definitions
` [PATCH 7/7] staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TYPE> etc
[PATCH 0/6] Trigger locking rework and splitting up trigger.h
2011-07-13 14:05 UTC (7+ messages)
` [PATCH 1/6] staging:iio:triggers reorder module put and device put to ensure that the ops are still there if put results in device deletion
` [PATCH 2/6] staging:iio:trigger:sysfs trigger: Add a release function to avoid warning on module removal
` [PATCH 3/6] staging:iio:pollfunc: Make explicit that private data is always pointer to a struct iio_dev
` [PATCH 4/6] staging:iio: prevent removal of module connected to trigger
` [PATCH 5/6] staging:iio:rename trigger_consumer.h to indicate it is core only
` [PATCH 6/6] staging:iio: spit trigger.h into provider and consumer parts
[PATCH] staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_trig_structure
2011-07-13 13:11 UTC (2+ messages)
[PATCH] IIO fix for staging-next
2011-07-13 12:42 UTC (2+ messages)
` [PATCH] staging:iio:adc:ad7476: Incorrect pointer into spi_set_drvdata
[PATCH 0/3] IIO fixes for 3.0 (or 3.0 stable)
2011-07-13 11:52 UTC (4+ messages)
` [PATCH 1/3] staging:iio:imu fix missing register table index for some channels
` [PATCH 2/3] staging:iio:accel:lis3l02dq: fix incorrect pointer passed to spi_set_drvdata
` [PATCH 3/3] staging:iio:kfifo_buf fix double initialization of the ring device structure
[PATCH 0/4] ADIS16400 one big fix and some updates
2011-07-13 11:04 UTC (9+ messages)
` [PATCH 1/4] staging:iio:imu fix missing register table index for some channels
` [PATCH 2/4] staging:iio:imu:adis16344 support
` [PATCH 3/4] staging:iio:imu:adis16400: use strtobool for reset sysfs and don't assign unused tx members
` [PATCH 4/4] staging:iio:imu:adis16400 remove now unused headers
Splitting trigger header in two and barriers
2011-07-11 16:41 UTC (3+ messages)
[PATCH 0/3] IIO: Header housekeeping
2011-07-11 16:00 UTC (4+ messages)
` [PATCH 1/3] staging:iio:adc: header cleanup - remove unused
` [PATCH 2/3] staging:iio:accel header housekeeping - remove unecessary includes
` [PATCH 3/3] staging:iio:gyro and meter: header housecleaning
[PATCH 0/4] Apply these staging:iio patches to staging-next
2011-07-07 19:01 UTC (5+ messages)
` [PATCH v2 1/4] staging:iio: Reorder channel type strings to match the iio.h enums
` [PATCH v2 2/4] staging:iio: Add an iio channel type string to support proximity sensors
` [PATCH v2 3/4] staging:iio:light:isl29018: Convert some of the isl29018 driver to the new iio_chan_spec framework
` [PATCH v1 4/4] staging:iio:light:isl29018: Fix the "Init of isl29018 fails" failure
[PATCH 1/3] staging:iio: Reorder channel type strings to match the iio.h enums
2011-07-07 17:14 UTC (9+ messages)
` [PATCH 2/3] staging:iio: Add an iio channel type string to support proximity sensors
` [PATCH 3/3] staging:iio:light:isl29018: Convert some of the isl29018 driver to the new IIO_CHAN framework
[PATCH 01/11] misc: inv_mpu primary header file and README file
2011-07-06 20:25 UTC (2+ messages)
[PATCH] drivers: staging: iio: adc: fix uninitialized use
2011-07-04 15:34 UTC (4+ messages)
const members of struct iio_chan_spec?
2011-07-02 8:35 UTC (4+ messages)
[PATCH V2 00/25] staging:iio: move chan_spec conversions and general cleanup
2011-07-01 12:15 UTC (28+ messages)
` [PATCH 01/25] staging:iio:accel:kxsd9 cleanup and conversion to iio_chan_spec
` [PATCH 02/25] staging:iio: add quadrature correction to chan info types
` [PATCH 03/25] staging:iio:gyro:adxrs450 move to iio_chan_spec registration
` [PATCH 04/25] staging:iio:gyro:adxrs450 make more use of spi_read and spi_write
` [PATCH 05/25] staging:iio:gyro:adxrs450 squish some trivial single call point wrappers functions
` [PATCH 06/25] staging:iio:gyro:adis16080 convert to iio_chan_spec
` [PATCH 07/25] staging:iio:gyro:adis16260 remove some unused headers
` [PATCH 08/25] staging:iio:imu:adis16400 remove "
` [PATCH 09/25] staging:iio:magnetometer:ak8975 convert to iio_chan_spec + cleanups
` [PATCH 10/25] staging:iio:magnetometer:hmc5843 iio_chan_spec conversion
` [PATCH 11/25] staging:iio:magnetometer: remove unused header magnet.h
` [PATCH 12/25] staging:iio:gyro:adis16130 fix adis16130_spi_read which was never selecting the channel
` [PATCH 13/25] staging:iio:gyro:adis16130 drop control of adc resolution
` [PATCH 14/25] staging:iio:gyro:adis16130 move to iio_chan_spec registration
` [PATCH 15/25] staging:iio:gyro:adis16060 convert to iio_chan_spec
` [PATCH 16/25] staging:iio:gyro: remove gyro.h
` [PATCH 17/25] staging:iio:accel: usused header removals
` [PATCH 18/25] staging:iio:inclinometer.h remove as now unused
` [PATCH 19/25] staging:iio:adc: unused header removals
` [PATCH 20/25] staging:iio:various header includes that should never have been
` [PATCH 21/25] staging:iio:accel:adis16204: use peak_raw info_mask element + push some defs down from header
` [PATCH 22/25] staging:iio:accel:adis16220 iio_chan_spec conversion
` [PATCH 23/25] staging:iio:accel remove unused accel.h header
` [PATCH 24/25] staging:iio:adc remove unused adc.h
` [PATCH 25/25] staging:iio:gyro:adis16260 fix missing num_channels setup
[PATCH] staging:iio:light:isl29018: Convert some of the isl29018 driver to the new IIO_CHAN framework
2011-07-01 8:45 UTC (2+ messages)
[PATCH 00/24] staging:iio: move chan_spec conversions and general cleanup
2011-06-30 14:53 UTC (27+ messages)
` [PATCH 01/24] staging:iio:accel:kxsd9 cleanup and conversion to iio_chan_spec
` [PATCH 02/24] staging:iio: add quadrature correction to chan info types
` [PATCH 03/24] staging:iio:gyro:adxrs450 move to iio_chan_spec registration
` [PATCH 04/24] staging:iio:gyro:adxrs450 make more use of spi_read and spi_write
` [Device-drivers-devel] "
` [PATCH 05/24] staging:iio:gyro:adxrs450 squish some trivial single call point wrappers functions
` [PATCH 06/24] staging:iio:gyro:adis16080 convert to iio_chan_spec
` [PATCH 07/24] staging:iio:gyro:adis16260 remove some unused headers
` [PATCH 08/24] staging:iio:imu:adis16400 remove "
` [PATCH 09/24] staging:iio:magnetometer:ak8975 convert to iio_chan_spec + cleanups
` [PATCH 10/24] staging:iio:magnetometer:hmc5843 iio_chan_spec conversion
` [PATCH 11/24] staging:iio:magnetometer: remove unused header magnet.h
` [PATCH 12/24] staging:iio:gyro:adis16130 fix adis16130_spi_read which was never selecting the channel
` [PATCH 13/24] staging:iio:gyro:adis16130 drop control of adc resolution
` [PATCH 14/24] staging:iio:gyro:adis16130 move to iio_chan_spec registration
` [PATCH 15/24] staging:iio:gyro:adis16060 convert to iio_chan_spec
` [PATCH 16/24] staging:iio:gyro: remove gyro.h
` [PATCH 17/24] staging:iio:accel: usused header removals
` [PATCH 18/24] staging:iio:inclinometer.h remove as now unused
` [PATCH 19/24] staging:iio:adc: unused header removals
` [PATCH 20/24] staging:iio:various header includes that should never have been
` [PATCH 21/24] staging:iio:accel:adis16204: use peak_raw info_mask element + push some defs down from header
` [PATCH 22/24] staging:iio:accel:adis16220 iio_chan_spec conversion
` [PATCH 23/24] staging:iio:accel remove unused accel.h header
` [PATCH 24/24] staging:iio:adc remove unused adc.h
[patch] Staging: iio: uninitialized variable in sca3000_probe()
2011-06-29 19:50 UTC (3+ messages)
` [patch v2] Staging: iio: some uninitialized variable bugs
[smatch stuff] iio: writing past the end of the array in adis16201_read_ring_data()
2011-06-29 19:49 UTC (2+ messages)
[PATCH v2] light sensor: Add a calibscale file to the isl29018 light sensor driver
2011-06-29 17:40 UTC (3+ messages)
[PATCH] light sensor: Add a calibscale file to the isl29018 light sensor driver
2011-06-28 23:19 UTC (4+ messages)
Variable accuracy devices
2011-06-28 13:16 UTC (2+ messages)
[PATCH 00/54] staging:iio: driving towards removal of dev_data pointer
2011-06-27 12:03 UTC (38+ messages)
` [PATCH 12/54] staging:iio:accel:kxsd9: allocate state with iio_dev and use iio_priv to access
` [PATCH 21/54] staging:iio:adc:ad7816: allocate chip "
` [PATCH 22/54] staging:iio:adc:adt75: allocate chip state with iio_dev and cleanup some function calls
` [PATCH 23/54] staging:iio:adc:adt7310: allocate chip state with iio_dev and use iio_priv for access
` [PATCH 24/54] staging:iio:addac:adt7316: allocate chip state with iio_dev and use iio_priv to access
` [PATCH 25/54] staging:iio:dac:ad5624r: allocate chip state with iio_dev and use iio_priv for access
` [PATCH 26/54] staging:iio:dac:ad5504: "
` [PATCH 27/54] staging:iio:dac:ad5446: "
` [PATCH 28/54] staging:iio:dac:ad5791: "
` [PATCH 29/54] staging:iio:dac:max517: allocate chip state with iio_dev and use iio_priv to access it
` [PATCH 30/54] staging:iio:dds:ad5930 Fix attr group location + allocate state with iio_dev
` [PATCH 31/54] staging:iio:dds:ad9832: allocate chip state with iio_dev and use iio_priv to access
` [PATCH 32/54] staging:iio:ad9834: "
` [PATCH 33/54] staging:iio:dds:ad9850 allocate chip state with iio_dev + fix name of attr group
` [PATCH 34/54] staging:iio:dds:ad9810: allocate chip state with iio_dev and use iio_priv for access
` [PATCH 35/54] staging:iio:dds:ad9910: allocate chip state with iio_dev
` [PATCH 36/54] staging:iio:dds:ad9951: "
` [PATCH 37/54] staging:iio:gyro:adis16060 "
` [PATCH 38/54] staging:iio:gyro:adis16080: "
` [PATCH 39/54] staging:iio:gyro:adis16130: allocate chip state with iio_dev and use iio_priv to access it
` [PATCH 40/54] staging:iio:gyro:adis16260: allocate chip state with iio_dev and use iio_priv to access
` [PATCH 41/54] staging:iio:gyro:adxrs450: allocate chip state with iio_dev
` [PATCH 42/54] staging:iio:meter:ade7753 allocate chip state with iio_dev; allocate buffers within state
` [PATCH 43/54] staging:iio:meter:ade7754: allocate state with iio_dev and buffers in state
` [PATCH 44/54] staging:iio:meter:ade7854: Allocate buffers in state and state with iio_dev
` [PATCH 45/54] staging:iio:resolver:ad2s1210 general driver cleanup
` [PATCH 46/54] staging:iio:resolver:ad2s120x cleanup
` [PATCH 47/54] staging:iio:resolver:ad2s90 general cleanup
` [PATCH 48/54] staging:iio:magnetometer:ak8975: allocate chip state with iio_dev
` [PATCH 49/54] staging:iio:meter:ade7759: allocate "
` [PATCH 50/54] staging:iio:magnetometer:hmc5843: allocate device "
` [PATCH 51/54] staging:iio:light:isl29018: "
` [PATCH 52/54] staging:iio:accel:adis16201 general cleanup, move to iio_priv and buffers in adis16201_state
` [PATCH 54/54] staging:iio:accel:kxsd9 replace kmallocs in power_up with use of already allocated buffer
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