aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/impedance-analyzer (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-17staging:iio:impedance:ad5933 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-5/+5
2013-01-26staging:iio:impedance-analyzer switch from sw_ring to kfifo.Jonathan Cameron2-5/+5
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devinitBill Pemberton1-1/+1
2012-11-10staging:iio: Add support for multiple buffersJonathan Cameron1-3/+1
2012-09-08iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen1-1/+1
2012-09-06staging:iio: Use iio_push_to_bufferLars-Peter Clausen1-1/+1
2012-08-14staging:iio: Constify static iio_chan_spec arraysLars-Peter Clausen1-1/+1
2012-05-14staging:iio:impedance-analyzer: Use dev_to_iio_dev()Lars-Peter Clausen1-4/+4
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-3/+3
2012-04-24staging:iio:impedance-analyser make use of iio_sw_buffer_preenableJonathan Cameron1-8/+3
2012-04-18staging:iio: drop procesed_val element of chan_spec.Jonathan Cameron1-1/+0
2012-04-18staging:iio:impedance Add IIO_CHAN_INFO_RAW/PROCESSED entries to all drivers.Jonathan Cameron1-3/+7
2012-04-13staging:iio:impedance-analyzer:ad5933 unwind use of IIO_CHAN macro.Jonathan Cameron1-9/+38
2012-02-09staging:iio: Setup buffer access functions when allocating the bufferLars-Peter Clausen1-3/+0
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-14/+16
2011-12-08staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer.Jonathan Cameron1-2/+2
2011-12-08staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron1-6/+8
2011-12-08staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron1-1/+1
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-2/+2
2011-11-26staging:iio: header reorganizationJonathan Cameron1-1/+1
2011-11-26iio: introduce type casts to avoid __ucmpdi2 callsMichael Hennerich1-2/+2
2011-11-17staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen1-12/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-1/+2
2011-10-11staging:iio:dac/dds/impedance dev_info to indio_dev for consistencyJonathan Cameron1-22/+22
2011-10-03staging: add module.h to various iio driversPaul Gortmaker1-0/+1
2011-09-29staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron1-2/+2
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron1-18/+18
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 Cameron1-1/+1
2011-09-26staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron1-1/+1
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 Cameron1-16/+16
2011-09-06staging:iio: rework of attribute registration.Jonathan Cameron1-10/+6
2011-09-06staging:iio: Switch the channel masks to bitmaps so as to allow for more channels.Jonathan Cameron1-1/+1
2011-09-06staging:iio:buffering cleanup ring_buffer_register_ex naming.Jonathan Cameron1-1/+1
2011-09-06staging: iio: push the main buffer chrdev down to the top level.Jonathan Cameron1-5/+3
2011-08-23iio: impedance-analyzer: New driver for AD5933/4 Impedance Converter, Network AnalyzerMichael Hennerich4-0/+867