aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker11-0/+11
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron9-22/+27
2011-10-17staging:iio: gpio build dependency fixingJonathan Cameron3-5/+4
2011-10-11staging:iio:accel:sca3000 dev_info to indio_dev renaming.Jonathan Cameron1-8/+8
2011-09-29staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron7-20/+20
2011-09-26staging:iio:accel:lis3l02dq ring->buffer renames.Jonathan Cameron3-60/+61
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron16-118/+118
2011-09-26staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron8-8/+8
2011-09-26staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFERJonathan Cameron10-40/+40
2011-09-26staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron8-9/+9
2011-09-26staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron6-12/+12
2011-09-26staging: iio: Move sensor drivers to sub menusManuel Stahl1-1/+3
2011-09-16staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron4-15/+15
2011-09-06staging:iio:accel:adis16209: Fix double registration of in_incli0_indexMichael Hennerich1-2/+2
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron6-61/+37
2011-09-06staging:iio:events - new 64 bit code structure and push out drivers.Jonathan Cameron2-9/+9
2011-09-06staging:iio: Switch the channel masks to bitmaps so as to allow for more channels.Jonathan Cameron1-2/+3
2011-09-06staging:iio:various move default scan mask setting after ring register or removeJonathan Cameron8-50/+6
2011-09-06staging:iio:fix using iio_priv or iio_dev after iio_unregister_deviceJonathan Cameron5-5/+5
2011-09-06staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron7-21/+21
2011-09-06staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron2-12/+10
2011-09-06staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron8-41/+24
2011-09-06staging: iio: remove specific chrdev for event reading. Get fd from ioctl on buffer.Jonathan Cameron1-0/+1
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker8-0/+8
2011-08-24staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron6-5/+6
2011-08-24staging:iio:pollfunc: Make explicit that private data is always pointer to a struct iio_dev.Jonathan Cameron6-6/+6
2011-08-24staging: iio: adis16220_core.c: add module.hGreg Kroah-Hartman1-0/+1
2011-08-23staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TYPE> etcJonathan Cameron2-20/+20
2011-08-23staging:iio:accel remove unused accel.h header.Jonathan Cameron1-87/+0
2011-08-23staging:iio:accel:adis16220 iio_chan_spec conversion.Jonathan Cameron1-131/+211
2011-08-23staging:iio:accel:adis16204: use peak_raw info_mask element + push some defs down from header.Jonathan Cameron1-20/+27
2011-08-23staging:iio:accel:kxsd9 cleanup and conversion to iio_chan_spec.Jonathan Cameron1-163/+105
2011-08-23staging:iio:sysfs cleanout header for unused definitions.Jonathan Cameron1-1/+1
2011-08-23staging:iio:accel header housekeeping - remove unecessary includes.Jonathan Cameron12-67/+0
2011-08-23staging:iio:inclinometer.h remove as now unused.Jonathan Cameron1-25/+0
2011-08-23staging:iio:accel: usused header removals.Jonathan Cameron13-22/+0
2011-08-23staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_trig_structure.Jonathan Cameron6-13/+37
2011-08-23staging:iio:trivial sparse related cleanups.Jonathan Cameron1-68/+0
2011-08-23staging:iio:accel:adis16201 overflow tx buffer.Jonathan Cameron1-4/+6
2011-08-02Staging: iio: add some unlocks to raw_read() functionsDan Carpenter4-8/+24
2011-07-18staging:iio:accel:lis3l02dq: fix incorrect pointer passed to spi_set_drvdata.Jonathan Cameron1-1/+1
2011-07-05Staging: iio: release locks on error pathsDan Carpenter1-2/+6
2011-07-05Staging: iio: some uninitialized variable bugsDan Carpenter1-0/+1
2011-07-05Merge Linux 3.0-rc6 into staging-nextGreg Kroah-Hartman4-5/+5
2011-06-28staging:iio: one more fix for IIO_RING_BUFFER not enabled.Jonathan Cameron1-1/+1
2011-06-28staging:iio:accel:kxsd9 replace kmallocs in power_up with use of already allocated buffer.anish kumar1-29/+9
2011-06-28staging:iio:accel:adis16201 general cleanup, move to iio_priv and buffers in adis16201_stateJonathan Cameron4-93/+63
2011-06-28staging:iio:accel:kxsd9: allocate state with iio_dev and use iio_priv to access.Jonathan Cameron1-47/+17
2011-06-28staging:iio:accel:sca3000: allocate state in iio_dev and use iio_priv to access.Jonathan Cameron3-62/+52
2011-06-28staging:iio:accel:adis16220 allocate tx and rx in state plus state via iio_privJonathan Cameron2-76/+43