aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel
Commit message (Expand)AuthorAgeFilesLines
* staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker2011-10-3111-0/+11
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-179-22/+27
* staging:iio: gpio build dependency fixingJonathan Cameron2011-10-173-5/+4
* staging:iio:accel:sca3000 dev_info to indio_dev renaming.Jonathan Cameron2011-10-111-8/+8
* staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron2011-09-297-20/+20
* staging:iio:accel:lis3l02dq ring->buffer renames.Jonathan Cameron2011-09-263-60/+61
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-2616-118/+118
* staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron2011-09-268-8/+8
* staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFERJonathan Cameron2011-09-2610-40/+40
* staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron2011-09-268-9/+9
* staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron2011-09-266-12/+12
* staging: iio: Move sensor drivers to sub menusManuel Stahl2011-09-261-1/+3
* staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron2011-09-164-15/+15
* staging:iio:accel:adis16209: Fix double registration of in_incli0_indexMichael Hennerich2011-09-061-2/+2
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-066-61/+37
* staging:iio:events - new 64 bit code structure and push out drivers.Jonathan Cameron2011-09-062-9/+9
* 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-068-50/+6
* staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron2011-09-065-5/+5
* staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron2011-09-067-21/+21
* staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron2011-09-062-12/+10
* staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron2011-09-068-41/+24
* staging: iio: remove specific chrdev for event reading. Get fd from ioctl on ...Jonathan Cameron2011-09-061-0/+1
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-258-0/+8
* staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron2011-08-246-5/+6
* staging:iio:pollfunc: Make explicit that private data is always pointer to a ...Jonathan Cameron2011-08-246-6/+6
* staging: iio: adis16220_core.c: add module.hGreg Kroah-Hartman2011-08-241-0/+1
* staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TY...Jonathan Cameron2011-08-232-20/+20
* staging:iio:accel remove unused accel.h header.Jonathan Cameron2011-08-231-87/+0
* staging:iio:accel:adis16220 iio_chan_spec conversion.Jonathan Cameron2011-08-231-131/+211
* staging:iio:accel:adis16204: use peak_raw info_mask element + push some defs ...Jonathan Cameron2011-08-231-20/+27
* staging:iio:accel:kxsd9 cleanup and conversion to iio_chan_spec.Jonathan Cameron2011-08-231-163/+105
* staging:iio:sysfs cleanout header for unused definitions.Jonathan Cameron2011-08-231-1/+1
* staging:iio:accel header housekeeping - remove unecessary includes.Jonathan Cameron2011-08-2312-67/+0
* staging:iio:inclinometer.h remove as now unused.Jonathan Cameron2011-08-231-25/+0
* staging:iio:accel: usused header removals.Jonathan Cameron2011-08-2313-22/+0
* staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_...Jonathan Cameron2011-08-236-13/+37
* staging:iio:trivial sparse related cleanups.Jonathan Cameron2011-08-231-68/+0
* staging:iio:accel:adis16201 overflow tx buffer.Jonathan Cameron2011-08-231-4/+6
* Staging: iio: add some unlocks to raw_read() functionsDan Carpenter2011-08-024-8/+24
* staging:iio:accel:lis3l02dq: fix incorrect pointer passed to spi_set_drvdata.Jonathan Cameron2011-07-181-1/+1
* Staging: iio: release locks on error pathsDan Carpenter2011-07-051-2/+6
* Staging: iio: some uninitialized variable bugsDan Carpenter2011-07-051-0/+1
* Merge Linux 3.0-rc6 into staging-nextGreg Kroah-Hartman2011-07-054-5/+5
|\
| * Staging: fix iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2011-06-272-2/+2
| * Staging: fix more iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2011-06-272-3/+3
* | staging:iio: one more fix for IIO_RING_BUFFER not enabled.Jonathan Cameron2011-06-281-1/+1
* | staging:iio:accel:kxsd9 replace kmallocs in power_up with use of already allo...anish kumar2011-06-281-29/+9
* | staging:iio:accel:adis16201 general cleanup, move to iio_priv and buffers in ...Jonathan Cameron2011-06-284-93/+63
* | staging:iio:accel:kxsd9: allocate state with iio_dev and use iio_priv to access.Jonathan Cameron2011-06-281-47/+17