aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2011-12-08staging:iio:adc:max1363 add datasheet_name entries.Jonathan Cameron1-0/+2
2011-12-08staging:iio:adc:max1363 correctly set channels as big endian.Jonathan Cameron1-2/+12
2011-12-08staging:iio:adc:max1363 use new demuxing support.Jonathan Cameron3-40/+26
2011-12-08staging:iio: Remove redundant spi driver bus initializationLars-Peter Clausen9-9/+0
2011-12-08staging:iio:adc:max1363 actually make timestamp controllableJonathan Cameron1-3/+2
2011-11-30Staging: iio/adc: strict_strtoul was used with a long type variableAndreas Ruprecht1-2/+2
2011-11-30staging: iio: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-3/+3
2011-11-26Staging: iio: fix endian conversion in ad7298_scan_direct()Dan Carpenter1-6/+7
2011-11-26staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen10-6/+8
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron11-96/+111
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen11-18/+18
2011-11-26staging:iio: header reorganizationJonathan Cameron19-15/+21
2011-11-26iio: adc: ad7280a: Fix memory leakMichael Hennerich1-1/+2
2011-11-26iio: introduce type casts to avoid __ucmpdi2 callsMichael Hennerich2-4/+4
2011-11-17staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen10-122/+10
2011-11-17staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen4-52/+4
2011-10-31staging: Add module.h to more drivers implicitly using it.Paul Gortmaker1-0/+1
2011-10-19iio: adc: Relocate Capacitance to Digital Converters (CDC) into own subdirMichael Hennerich6-2098/+0
2011-10-19iio: Spell fix - consistent use of Converter - no functional changesMichael Hennerich1-9/+9
2011-10-17staging:iio:adc:max1363 incorrect allocation of available_scanmasksJonathan Cameron1-1/+1
2011-10-17staging:iio: fix removal path to allow correct freeing.Jonathan Cameron17-40/+48
2011-10-17iio: adc: remove ADT75 driver - hwmon/lm75 will take over ADT75 supportMichael Hennerich3-663/+0
2011-10-17staging:iio: gpio build dependency fixingJonathan Cameron1-0/+1
2011-10-11staging:iio:adc:naming: dev_info to indio_dev for consistencyJonathan Cameron10-95/+95
2011-10-11Staging: iio/adc/ad7150: release lock on errorDan Carpenter1-1/+1
2011-10-05staging:iio:adc:ad7314 removal. Supported via hwmon.Jonathan Cameron3-289/+0
2011-10-04staging: iio: adc: add includes of module.h and stat.hStephen Rothwell1-0/+2
2011-10-03staging: add module.h to various iio driversPaul Gortmaker1-0/+1
2011-10-03staging:iio:adc:ad7887 stop using IIO_CHAN macro.Jonathan Cameron1-8/+18
2011-10-03staging:iio:adc:ad7606 remove unused chip info elements.Jonathan Cameron1-2/+0
2011-10-03staging:iio:adc:ad7606 refactor to remove st->irq and st->id.Jonathan Cameron4-11/+7
2011-10-03staging;iio:adc:ad7606 use iio_sw_buffer_preenable rather than local equivJonathan Cameron2-36/+7
2011-10-03staging:iio:adc:ad7606 make gpio request failures more consistentJonathan Cameron3-56/+86
2011-10-03staging:iio:adc:ad7606 trivial code style fix.Jonathan Cameron1-2/+1
2011-10-03staging:iio:adc:ad7606 add local define for chan_spec structures.Jonathan Cameron1-54/+28
2011-10-03staging:iio:adc:ad799x address and scan_index always match so stop using addressJonathan Cameron1-39/+1
2011-10-03staging:iio:adc:ad799x set the device name only once.Jonathan Cameron1-1/+0
2011-10-03staging:iio:adc:ad799x use the core handling for as much of the events as possible.Jonathan Cameron1-60/+82
2011-10-03staging:iio:adc:ad799x avoid bouncing back and forth from iio_priv space.Jonathan Cameron3-5/+5
2011-10-03staging:iio:adc:ad799x use a table for frequency values rather than big switch.Jonathan Cameron1-57/+17
2011-10-03staging:iio:adc:ad799x trivial: use the convenient chan struct.Jonathan Cameron1-4/+3
2011-10-03staging:iio:adc:ad799x stop using IIO_CHAN macro.Jonathan Cameron1-123/+329
2011-10-03staging:iio:adc:ad799x fix incorrect scan_type descriptions.Jonathan Cameron1-20/+20
2011-09-29staging:iio: unwind the IIO_IN -> IIO_VOLTAGE defineJonathan Cameron10-93/+101
2011-09-26staging:iio: replacing term ring with buffer in the IIO core.Jonathan Cameron14-157/+157
2011-09-26staging:iio: rename ring_generic.h -> buffer_generic.hJonathan Cameron15-15/+14
2011-09-26staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFERJonathan Cameron5-22/+22
2011-09-26staging:iio: tree wide IIO_RING_TRIGGERED -> IIO_BUFFER_TRIGGEREDJonathan Cameron8-8/+8
2011-09-26staging:iio: treewide rename iio_triggered_ring_* to iio_triggered_buffer_*Jonathan Cameron8-16/+16
2011-09-26staging: iio: Move sensor drivers to sub menusManuel Stahl1-1/+3