summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/imu
Commit message (Expand)AuthorAgeFilesLines
* staging:iio:imu: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-3/+3
* staging:iio:adis16400_ring: Pass IIO device directlyLars-Peter Clausen2012-05-141-7/+5
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-292-6/+6
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-253-7/+7
* staging:iio: add caching of the number of bytes in a scan.Jonathan Cameron2012-04-241-2/+2
* staging:iio:imu Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron2012-04-181-41/+80
* staging:iio: use spi->irq valid rather than querying available modesJonathan Cameron2012-04-101-1/+1
* staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen2012-02-091-2/+0
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-093-94/+200
|\
| * staging:iio:buffer remove unused owner field from struct iio_bufferJonathan Cameron2011-12-081-1/+0
| * staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron2011-12-081-8/+11
| * staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron2011-12-081-1/+1
| * staging:iio:buffer drop bpe field.Jonathan Cameron2011-12-081-1/+0
| * staging:iio:imu:adis16400 add control of data filtering.Jonathan Cameron2011-11-282-37/+142
| * staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen2011-11-261-0/+1
| * staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-261-72/+71
| * staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen2011-11-261-5/+5
| * staging:iio: header reorganizationJonathan Cameron2011-11-261-1/+1
* | staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen2011-11-171-12/+1
|/
* staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker2011-10-312-0/+2
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-171-1/+2
* staging:iio: rename gyro channels to anglvelJonathan Cameron2011-10-051-11/+11
* staging:iio:imu:adis16400 rename adis16344 -> adis16334.Jonathan Cameron2011-10-032-10/+10
* staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron2011-09-291-4/+4
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-262-18/+17
* staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron2011-09-261-1/+1
* staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFERJonathan Cameron2011-09-263-6/+6
* staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron2011-09-262-2/+2
* staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron2011-09-261-2/+2
* staging: iio: Move sensor drivers to sub menusManuel Stahl2011-09-261-1/+3
* staging:iio:imu: adis16400: Avoid using printk facilityMichael Hennerich2011-09-061-1/+1
* staging:iio:imu:adis16400 cleanupsJonathan Cameron2011-09-062-206/+403
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-061-10/+6
* staging:iio: Switch the channel masks to bitmaps so as to allow for more chan...Jonathan Cameron2011-09-061-2/+3
* staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron2011-09-061-3/+0
* staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron2011-09-061-3/+3
* staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron2011-09-061-3/+3
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-251-0/+1
* staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron2011-08-241-1/+1
* staging:iio:pollfunc: Make explicit that private data is always pointer to a ...Jonathan Cameron2011-08-241-1/+1
* staging:iio:imu:adis16344 supportJonathan Cameron2011-08-231-0/+44
* staging:iio:various header includes that should never have been.Jonathan Cameron2011-08-231-1/+0
* staging:iio:imu:adis16400 remove unused headers.Jonathan Cameron2011-08-231-5/+0
* staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_...Jonathan Cameron2011-08-231-2/+6
* staging:iio:imu:adis16400 remove now unused headers.Jonathan Cameron2011-08-232-13/+0
* staging:iio:imu:adis16400: use strtobool for reset sysfs and don't assign unu...Jonathan Cameron2011-08-231-12/+11
* staging:iio:imu fix missing register table index for some channelsJonathan Cameron2011-07-182-23/+30
* Staging: fix more iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2011-06-271-1/+1
* staging: iio: error case memory leak fixAndre Bartke2011-06-071-3/+7
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-191-5/+7