summaryrefslogtreecommitdiff
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2012-05-08staging: iio: Fix typo in iioMasanari Iida4-5/+5
2012-05-02staging: iio: call iio_device_unregister() in max517_remove()Peter Meerwald1-0/+1
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman157-6938/+5571
2012-04-30staging: iio: adc: convert ADI drivers to use kfifo.Michael Hennerich8-56/+56
2012-04-29iio: core: iio_chan_spec_ext_info: Add private handleMichael Hennerich2-6/+12
2012-04-29iio: frequency: Update DDS drivers to use new channel naming conventionMichael Hennerich4-106/+109
2012-04-29iio: Rename iio/dds to iio/frequencyMichael Hennerich14-2/+2
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen87-259/+259
2012-04-29staging: iio: lpc32xx-adc: Remove driver conflict due to device treeRoland Stigge1-3/+5
2012-04-25IIO: Move the core abi documentation from stagingJonathan Cameron1-730/+0
2012-04-25IIO: Move the core files to drivers/iioJonathan Cameron10-3226/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron127-1543/+280
2012-04-25staging:iio:Documentation Trivial typo fixes.Jonathan Cameron1-3/+3
2012-04-25staging:iio:documentation pull a few sysfs entries out of main docs.Jonathan Cameron2-21/+20
2012-04-25staging:iio:dac:ad5446: Update Kconfig entryLars-Peter Clausen1-3/+3
2012-04-25staging:iio:dac:ad5446: Add support for the AD5662Lars-Peter Clausen2-0/+6
2012-04-25staging:iio:dac:ad5446: Return cached value for 'raw' attributeLars-Peter Clausen1-0/+3
2012-04-25staging:iio:dac:ad5446: Consolidate store_sample and store_pwr_down functionsLars-Peter Clausen2-53/+28
2012-04-25staging:iio:dac:ad5446: Convert to extended channel attributesLars-Peter Clausen1-71/+68
2012-04-25staging:iio:dac:ad5446: Remove duplicated chip_info entriesLars-Peter Clausen2-12/+2
2012-04-25staging:iio:dac:ad5446: Do not check for individual chip ids in probeLars-Peter Clausen1-15/+5
2012-04-25staging:iio:dac:ad5446: Remove unused struct fieldLars-Peter Clausen1-2/+0
2012-04-25staging:iio:dac:ad5446: Fix 24bit transfersLars-Peter Clausen2-38/+27
2012-04-25staging:iio:dac:ad5446: Remove duplicated write sample functionsLars-Peter Clausen1-22/+12
2012-04-25staging:iio:dac:ad5446: Do not exit powerdown when writing a sampleLars-Peter Clausen1-3/+5
2012-04-24staging: iio: tsl2x7x: bugfixesJon Brenner1-8/+18
2012-04-24staging: iio: add TAOS tsl2x7x driverJon Brenner8-8/+2217
2012-04-24staging:iio: pull out demux cleanup for a particular buffer.Jonathan Cameron1-9/+13
2012-04-24staging:iio: Add caching of scan_timestamp to the core as well as buffers.Jonathan Cameron19-21/+22
2012-04-24staging:iio:impedance-analyser make use of iio_sw_buffer_preenableJonathan Cameron1-8/+3
2012-04-24staging:iio:meter:ad7758 use iio_sw_buffer_preenable to avoid code repitionJonathan Cameron1-15/+5
2012-04-24staging:iio:adc:ad799x use iio_sw_buffer_preenable to avoid code repitiionJonathan Cameron2-20/+3
2012-04-24staging:iio:adc:ad7887 make use of iio_sw_buffer_preenable.Jonathan Cameron2-18/+6
2012-04-24staging:iio:adc:ad7793 use iio_sw_buffer_preenable to avoid repitition.Jonathan Cameron1-17/+4
2012-04-24staging:iio:adc:ad7476 use iio_sw_buffer_preenable instead of local version.Jonathan Cameron2-34/+3
2012-04-24staging:iio:adc:ad7298 use iio_sw_buffer_preenable to avoid code repitition.Jonathan Cameron2-17/+8
2012-04-24staging:iio:adc:ad7192 make use of iio_sw_buffer_preenable.Jonathan Cameron1-17/+5
2012-04-24staging:iio: add caching of the number of bytes in a scan.Jonathan Cameron12-28/+19
2012-04-24staging:iio: scan_index_timestamp move to iio_dev from bufferJonathan Cameron3-6/+5
2012-04-24staging:iio:buffer: pull computation of scan length into a utility function.Jonathan Cameron1-8/+20
2012-04-24staging:iio:buffer trivial use of strtobool to remove dodgy equivalent.Jonathan Cameron1-4/+9
2012-04-24iio: Add device tree support to LPC32xx ADCRoland Stigge1-0/+10
2012-04-24staging: iio: light: isl29018: use regmap for register accessLaxman Dewangan2-88/+91
2012-04-24staging: iio: light: of: Fix vendor prefix of isl29018/isl29028Laxman Dewangan2-2/+2
2012-04-20staging: iio: light: convert multiple spaces to tabLaxman Dewangan1-9/+9
2012-04-18staging:iio: drop procesed_val element of chan_spec.Jonathan Cameron7-20/+0
2012-04-18staging:iio: Make read / write attributes for channel values optional.Jonathan Cameron1-16/+4
2012-04-18staging:iio:isl29028 Add IIO_CHAN_INFO_RAW/PROCESSED entriesJonathan Cameron1-3/+7
2012-04-18staging:iio:meter Add IIO_CHAN_INFO_RAW entries to all drivers.Lars-Peter Clausen1-15/+30
2012-04-18staging:iio: Add IIO_CHAN_INFO_RAW entries to the dummy driverLars-Peter Clausen1-2/+17