summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/meter
Commit message (Expand)AuthorAgeFilesLines
* staging:iio:meter: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-147-51/+51
* staging:iio:ade7758_spi_read_burst: Pass IIO device directlyLars-Peter Clausen2012-05-141-4/+3Star
* staging:iio: Streamline API function namingLars-Peter Clausen2012-04-308-21/+21
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-2510-18/+18
* staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron2012-04-241-1/+1
* staging:iio:meter:ad7758 use iio_sw_buffer_preenable to avoid code repitionJonathan Cameron2012-04-241-15/+5Star
* staging:iio:meter Add IIO_CHAN_INFO_RAW entries to all drivers.Lars-Peter Clausen2012-04-191-15/+30
* staging:iio:meter:ade7758 unwind use of IIO_CHAN macro.Jonathan Cameron2012-04-131-60/+196
* staging:iio: use spi->irq valid rather than querying available modesJonathan Cameron2012-04-101-1/+1
* drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock2012-03-032-2/+2
* staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen2012-02-091-2/+0Star
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-096-23/+28
|\
| * staging:iio:buffer remove unused owner field from struct iio_bufferJonathan Cameron2011-12-081-1/+0Star
| * staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron2011-12-081-3/+4
| * staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron2011-12-081-1/+1
| * staging: iio: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-11-301-2/+2
| * staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen2011-11-275-0/+5
| * staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-271-15/+15
| * staging:iio: header reorganizationJonathan Cameron2011-11-271-1/+1
* | staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen2011-11-175-60/+5Star
* | staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen2011-11-171-13/+1Star
|/
* staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker2011-11-012-0/+2
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-185-6/+11
* staging:iio: gpio build dependency fixingJonathan Cameron2011-10-185-5/+0Star
* staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron2011-09-301-3/+3
* staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron2011-09-272-17/+17
* staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron2011-09-271-1/+1
* staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFERJonathan Cameron2011-09-273-6/+6
* staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron2011-09-272-2/+2
* staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron2011-09-271-2/+2
* staging: iio: Move sensor drivers to sub menusManuel Stahl2011-09-271-1/+3
* staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron2011-09-164-20/+20
* staging:iio: rework of attribute registration.Jonathan Cameron2011-09-074-37/+24Star
* staging:iio: Switch the channel masks to bitmaps so as to allow for more chan...Jonathan Cameron2011-09-073-3/+3
* staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron2011-09-071-3/+3
* staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron2011-09-073-8/+7Star
* staging: Add module.h to drivers/staging usersPaul Gortmaker2011-08-267-0/+7
* staging:iio: spit trigger.h into provider and consumer parts.Jonathan Cameron2011-08-241-1/+1
* staging:iio: prevent removal of module connected to trigger.Jonathan Cameron2011-08-241-6/+0Star
* staging:iio:pollfunc: Make explicit that private data is always pointer to a ...Jonathan Cameron2011-08-241-1/+1
* staging:iio:gyro and meter: header housecleaning.Jonathan Cameron2011-08-232-14/+0Star
* staging:iio:various header includes that should never have been.Jonathan Cameron2011-08-231-1/+0Star
* staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_...Jonathan Cameron2011-08-231-3/+7
* staging:iio:trivial sparse related cleanups.Jonathan Cameron2011-08-231-1/+1
* staging:iio:meter:ade7753 should be 16 bit read not 8 bit for mode register.Jonathan Cameron2011-07-181-2/+2
* staging:iio:meter:ade7759: allocate state with iio_devJonathan Cameron2011-06-282-60/+32Star
* staging:iio:meter:ade7854: Allocate buffers in state and state with iio_dev.Jonathan Cameron2011-06-284-110/+81Star
* staging:iio:meter:ade7754: allocate state with iio_dev and buffers in state.Jonathan Cameron2011-06-282-58/+34Star
* staging:iio:meter:ade7753 allocate chip state with iio_dev; allocate buffers ...Jonathan Cameron2011-06-282-57/+32Star
* staging:iio: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron2011-05-201-14/+8Star