summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/gyro
AgeCommit message (Expand)Author
2011-11-17staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen
2011-10-31staging: Add module.h to more drivers implicitly using it.Paul Gortmaker
2011-10-31staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron
2011-10-17staging:iio: gpio build dependency fixingJonathan Cameron
2011-10-05staging:iio: rename gyro channels to anglvelJonathan Cameron
2011-09-29staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron
2011-09-26staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron
2011-09-26staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFERJonathan Cameron
2011-09-26staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron
2011-09-26staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron
2011-09-26staging: iio: Move sensor drivers to sub menusManuel Stahl
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron
2011-09-06staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron
2011-09-06staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron
2011-09-06staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron
2011-09-06staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker
2011-08-24staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron
2011-08-24staging:iio:pollfunc: Make explicit that private data is always pointer to a ...Jonathan Cameron
2011-08-23staging:iio:gyro: remove gyro.hJonathan Cameron
2011-08-23staging:iio:gyro:adis16060 convert to iio_chan_specJonathan Cameron
2011-08-23staging:iio:gyro:adis16130 move to iio_chan_spec registration.Jonathan Cameron
2011-08-23staging:iio:gyro:adis16080 convert to iio_chan_spec.Jonathan Cameron
2011-08-23staging:iio:gyro:adxrs450 squish some trivial single call point wrappers func...Jonathan Cameron
2011-08-23staging:iio:gyro:adxrs450 make more use of spi_read and spi_write.Jonathan Cameron
2011-08-23staging:iio:gyro:adxrs450 move to iio_chan_spec registrationJonathan Cameron
2011-08-23staging:iio:gyro and meter: header housecleaning.Jonathan Cameron
2011-08-23staging:iio:various header includes that should never have been.Jonathan Cameron
2011-08-23staging:iio:gyro:adis16130 drop control of adc resolution.Jonathan Cameron
2011-08-23staging:iio:gyro:adis16260 remove some unused headersJonathan Cameron
2011-08-23staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_...Jonathan Cameron
2011-08-23staging:iio:gyro:adis16130 fix adis16130_spi_read which was never selecting t...Jonathan Cameron
2011-08-02Staging: iio: add some unlocks to raw_read() functionsDan Carpenter
2011-07-05staging:iio:gyro:adis16260 fix missing num_channels setup.Jonathan Cameron
2011-07-05Merge Linux 3.0-rc6 into staging-nextGreg Kroah-Hartman
2011-06-28staging:iio:gyro:adxrs450: allocate chip state with iio_devJonathan Cameron
2011-06-28staging:iio:gyro:adis16260: allocate chip state with iio_dev and use iio_priv...Jonathan Cameron
2011-06-28staging:iio:gyro:adis16130: allocate chip state with iio_dev and use iio_priv...Jonathan Cameron
2011-06-28staging:iio:gyro:adis16080: allocate chip state with iio_devJonathan Cameron
2011-06-28staging:iio:gyro:adis16060 allocate chip state with iio_dev.Jonathan Cameron
2011-06-27Staging: fix more iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap
2011-05-19staging:iio: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron
2011-05-19staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron
2011-05-19staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron
2011-05-19staging:iio:trigger handle name attr in core, remove old alloc and register a...Jonathan Cameron
2011-05-19staging:iio:gyro:adis16260 move to chan_spec based setup.Jonathan Cameron
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron
2011-05-19staging:iio:gyro:adis16260 move to irqchip based trigger handling.Jonathan Cameron