aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/meter (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker2-0/+2
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron5-6/+11
2011-10-17staging:iio: gpio build dependency fixingJonathan Cameron5-5/+0
2011-09-29staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron1-3/+3
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2-17/+17
2011-09-26staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron1-1/+1
2011-09-26staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFERJonathan Cameron3-6/+6
2011-09-26staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron2-2/+2
2011-09-26staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron1-2/+2
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-20/+20
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron4-37/+24
2011-09-06staging:iio: Switch the channel masks to bitmaps so as to allow for more channels.Jonathan Cameron3-3/+3
2011-09-06staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron1-3/+3
2011-09-06staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron3-8/+7
2011-08-25staging: Add module.h to drivers/staging usersPaul Gortmaker7-0/+7
2011-08-24staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron1-1/+1
2011-08-24staging:iio: prevent removal of module connected to trigger.Jonathan Cameron1-6/+0
2011-08-24staging:iio:pollfunc: Make explicit that private data is always pointer to a struct iio_dev.Jonathan Cameron1-1/+1
2011-08-23staging:iio:gyro and meter: header housecleaning.Jonathan Cameron2-14/+0
2011-08-23staging:iio:various header includes that should never have been.Jonathan Cameron1-1/+0
2011-08-23staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_trig_structure.Jonathan Cameron1-3/+7
2011-08-23staging:iio:trivial sparse related cleanups.Jonathan Cameron1-1/+1
2011-07-18staging:iio:meter:ade7753 should be 16 bit read not 8 bit for mode register.Jonathan Cameron1-2/+2
2011-06-28staging:iio:meter:ade7759: allocate state with iio_devJonathan Cameron2-60/+32
2011-06-28staging:iio:meter:ade7854: Allocate buffers in state and state with iio_dev.Jonathan Cameron4-110/+81
2011-06-28staging:iio:meter:ade7754: allocate state with iio_dev and buffers in state.Jonathan Cameron2-58/+34
2011-06-28staging:iio:meter:ade7753 allocate chip state with iio_dev; allocate buffers within stateJonathan Cameron2-57/+32
2011-05-19staging:iio: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron1-14/+8
2011-05-19staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev.Jonathan Cameron5-12/+29
2011-05-19staging:iio:meter:ade7758: Use private data space from iio_allocate_deviceMichael Hennerich4-70/+62
2011-05-19staging:iio: rationalization of different buffer implementation hooks.Jonathan Cameron1-7/+11
2011-05-19staging:iio:trigger handle name attr in core, remove old alloc and register any control_attrs via struct deviceJonathan Cameron1-15/+4
2011-05-19staging:iio:meter:ade7758: Use iio channel spec and miscellaneous other changes.Michael Hennerich3-212/+258
2011-05-19staging:iio:meter:ade7758: Fix list and set of available sample frequencies.Michael Hennerich1-10/+18
2011-05-19staging:iio:meter:ade7758: Fix return value of ade7758_write_resetMichael Hennerich1-4/+4
2011-05-19staging:iio:meter:ade7758: Fix timing on SPI read accessor functions.Michael Hennerich1-10/+33
2011-05-19staging:iio:meter:ade7758: Update trigger to the new APIMichael Hennerich1-25/+27
2011-05-19staging:iio: use the new central name attribute creation codeJonathan Cameron4-12/+4
2011-05-19staging:iio:meter:ade7758 move to irqchip based trigger handling.Jonathan Cameron2-37/+26
2011-04-25staging:iio:ade7758 replace unnecessary event line registration.Jonathan Cameron2-54/+24
2011-04-25staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron5-5/+5
2011-03-31Fix common misspellingsLucas De Marchi5-5/+5
2011-02-18staging:iio:meter remove stubs from ade7854.Jonathan Cameron3-191/+76
2011-02-18staging:iio:meter remove stubs from ade7759.Jonathan Cameron2-200/+30
2011-02-18staging:iio:meter remove stubs from ade7754.Jonathan Cameron2-206/+26
2011-02-18staging:iio:meter remove stubs from ade7753.Jonathan Cameron2-224/+48
2010-11-09staging: iio: meter: new driver for ADE7854/58/68/78 devicesBarry Song6-0/+1587
2010-11-09staging: iio: meter: new driver for ADE7759 devicesBarry Song4-0/+801
2010-11-09staging: iio: meter: new driver for ADE7758 devicesBarry Song6-0/+1387