aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2010-10-07staging: iio: adc: max1363: remove unused variableMichael Hennerich1-1/+0
2010-10-06staging: iio: adc: ad799x: Address iio list feedbackMichael Hennerich1-6/+5
2010-10-06staging: iio: adc: max1363: prevent buffer overflowMichael Hennerich1-2/+1
2010-10-06staging: iio: adc: ad799x: prevent buffer overflowMichael Hennerich1-7/+5
2010-10-05staging: iio: adc: Address mailing list feedback by Jonathan CameronMichael Hennerich2-2/+2
2010-10-05staging: iio: adc: Enable driver support for ad799x AD convertersMichael Hennerich5-0/+1345
2010-09-21staging: iio: max1363 add _index attribute registrationJonathan Cameron1-0/+49
2010-09-21staging: iio: Remove unused bit_count from struct iio_scan_elJonathan Cameron1-4/+3
2010-09-21staging: iio: max1363 add _type attributes for all scan elementsJonathan Cameron1-55/+92
2010-08-31staging: iio sync drivers with current ABIManuel Stahl1-0/+7
2010-08-31staging: iio move scan_elements into ring bufferManuel Stahl2-9/+10
2010-08-31staging: iio rename ring attributesManuel Stahl1-2/+2
2010-07-22staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent driver stubsJonathan Cameron3-26/+3
2010-07-22staging: iio: remove timestamp field from trigger and pass instead through pollfuncsJonathan Cameron1-1/+1
2010-07-22staging: iio: Add iio_triggered_ring postenable and predisable + use in driversJonathan Cameron1-31/+2
2010-07-22staging: iio: Add and convert drivers to use iio_alloc_pollfuncJonathan Cameron1-7/+2
2010-07-08staging:iio:max1363 add theshold event supportJonathan Cameron3-23/+721
2010-07-08staging:iio:max1363 trivial code and comment cleanups.Jonathan Cameron2-9/+8
2010-07-08staging:iio:max1363 use device_id instead of searching on name againJonathan Cameron2-84/+69
2010-06-18Staging: iio: kill off spurious semicolonsMike Frysinger3-10/+12
2010-06-18Staging: iio: standardize kconfig/makefile spacing/styleMike Frysinger1-1/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman6-404/+921
2010-05-18Staging: iio: max1363 Fix two bugs in single_channel_from_ringJonathan Cameron1-3/+3
2010-05-11Staging: iio: adc: max1363_ring.c: fix up sparse warningsGreg Kroah-Hartman1-1/+1
2010-05-11Staging: iio: max1363_core: fix bug in kzalloc callGreg Kroah-Hartman1-3/+2
2010-05-11Staging: iio: adc: max1363_core: fix up some sparse warningsGreg Kroah-Hartman1-8/+7
2010-05-11staging:iio:imu ADIS16300 driverBarry Song1-0/+3
2010-05-11staging:iio:max1363 add support for 8 bit equivalent devices, max1036-9, max11600-5Jonathan Cameron3-17/+161
2010-05-11staging:iio:max1363 add support for max11606-max11617Jonathan Cameron2-2/+218
2010-05-11staging:iio: Remove naming via IDR's where no longer necessary under new abi.Jonathan Cameron1-1/+1
2010-05-11staging:iio:max1363 move to new abi.Jonathan Cameron5-397/+541
2010-05-11staging:iio: Add new in_raw definitions for adc channels.Jonathan Cameron1-0/+12
2010-04-30Staging: iio: adc: fix dangling pointersWolfram Sang1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2009-12-11Staging: iio: fix ring buffer buildRandy Dunlap3-4/+13
2009-12-11Staging: iio: Fix up the module build.Paul Mundt1-0/+1
2009-09-15Staging: IIO: max1363 add software ring buffer support using ring_swJonathan Cameron3-1/+255
2009-09-15Staging: IIO: kxsd9 accelerometer minimal supportJonathan Cameron1-0/+13
2009-09-15Staging: IIO: max1363 ADC driverJonathan Cameron4-0/+900