summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-0928-508/+277
|\
| * staging:iio: iio_trigger contains defunct owner field. Remove it.Jonathan Cameron2011-12-162-2/+0
| * staging:iio: Make sure all triggers have a trigger_ops for the owner field.Jonathan Cameron2011-12-162-1/+10
| * staging:iio:adc:max1363 stop reading from buffer for sysfs accessJonathan Cameron2011-12-083-73/+21
| * staging:iio:adc:ad799x stop reading from buffer for sysfs accessesJonathan Cameron2011-12-083-38/+1
| * staging:iio:adc:ad7887 stop reading from buffer for sysfs access.Jonathan Cameron2011-12-083-40/+1
| * staging:iio:adc:ad7993 stop reading from buffer for sysfs raw read.Jonathan Cameron2011-12-081-21/+1
| * staging:iio:adc:ad7606 remove buffer access to data from sysfs read.Jonathan Cameron2011-12-083-26/+1
| * staging:iio:adc:ad7606 remove buffer access for sysfs interfaces.Jonathan Cameron2011-12-083-30/+1
| * staging:iio:adc:ad7476 scrap read from buffer for sysfs access.Jonathan Cameron2011-12-083-40/+2
| * staging:iio:adc:ad7192 scrap read from buffer for sysfs access.Jonathan Cameron2011-12-081-21/+1
| * staging:iio: scrap scan_count and ensure all drivers use active_scan_maskJonathan Cameron2011-12-086-23/+34
| * staging:iio:buffer move setup ops from buffer instance to iio_devJonathan Cameron2011-12-088-8/+8
| * staging:iio:buffer drop bpe field.Jonathan Cameron2011-12-081-2/+0
| * staging:iio:adc:max1363 add datasheet_name entries.Jonathan Cameron2011-12-081-0/+2
| * staging:iio:adc:max1363 correctly set channels as big endian.Jonathan Cameron2011-12-081-2/+12
| * staging:iio:adc:max1363 use new demuxing support.Jonathan Cameron2011-12-083-40/+26
| * staging:iio: Remove redundant spi driver bus initializationLars-Peter Clausen2011-12-089-9/+0
| * staging:iio:adc:max1363 actually make timestamp controllableJonathan Cameron2011-12-081-3/+2
| * Staging: iio/adc: strict_strtoul was used with a long type variableAndreas Ruprecht2011-11-301-2/+2
| * staging: iio: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-11-301-3/+3
| * Staging: iio: fix endian conversion in ad7298_scan_direct()Dan Carpenter2011-11-261-6/+7
| * staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen2011-11-2610-6/+8
| * staging:iio:treewide only use shared to decide on interfacesJonathan Cameron2011-11-2611-96/+111
| * staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen2011-11-2611-18/+18
| * staging:iio: header reorganizationJonathan Cameron2011-11-2619-15/+21
| * iio: adc: ad7280a: Fix memory leakMichael Hennerich2011-11-261-1/+2
| * iio: introduce type casts to avoid __ucmpdi2 callsMichael Hennerich2011-11-262-4/+4
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-4/+4
|\ \
| * | switch ->is_visible() to returning umode_tAl Viro2012-01-032-4/+4
| |/
* | staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen2011-11-1710-122/+10
* | staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen2011-11-174-52/+4
|/
* staging: Add module.h to more drivers implicitly using it.Paul Gortmaker2011-10-311-0/+1
* iio: adc: Relocate Capacitance to Digital Converters (CDC) into own subdirMichael Hennerich2011-10-196-2098/+0
* iio: Spell fix - consistent use of Converter - no functional changesMichael Hennerich2011-10-191-9/+9
* staging:iio:adc:max1363 incorrect allocation of available_scanmasksJonathan Cameron2011-10-171-1/+1
* staging:iio: fix removal path to allow correct freeing.Jonathan Cameron2011-10-1717-40/+48
* iio: adc: remove ADT75 driver - hwmon/lm75 will take over ADT75 supportMichael Hennerich2011-10-173-663/+0
* staging:iio: gpio build dependency fixingJonathan Cameron2011-10-171-0/+1
* staging:iio:adc:naming: dev_info to indio_dev for consistencyJonathan Cameron2011-10-1110-95/+95
* Staging: iio/adc/ad7150: release lock on errorDan Carpenter2011-10-111-1/+1
* staging:iio:adc:ad7314 removal. Supported via hwmon.Jonathan Cameron2011-10-053-289/+0
* staging: iio: adc: add includes of module.h and stat.hStephen Rothwell2011-10-041-0/+2
* staging: add module.h to various iio driversPaul Gortmaker2011-10-031-0/+1
* staging:iio:adc:ad7887 stop using IIO_CHAN macro.Jonathan Cameron2011-10-031-8/+18
* staging:iio:adc:ad7606 remove unused chip info elements.Jonathan Cameron2011-10-031-2/+0
* staging:iio:adc:ad7606 refactor to remove st->irq and st->id.Jonathan Cameron2011-10-034-11/+7
* staging;iio:adc:ad7606 use iio_sw_buffer_preenable rather than local equivJonathan Cameron2011-10-032-36/+7
* staging:iio:adc:ad7606 make gpio request failures more consistentJonathan Cameron2011-10-033-56/+86
* staging:iio:adc:ad7606 trivial code style fix.Jonathan Cameron2011-10-031-2/+1
OpenPOWER on IntegriCloud