aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2011-11-26staging:iio:dac:ad5504: Convert to channel specLars-Peter Clausen2-64/+71
2011-11-26staging:iio:dac:ad5446: Convert to channel specLars-Peter Clausen2-108/+83
2011-11-26staging: iio: drop "select IIO_SIMPLE_DUMMY_EVGEN"Paul Bolle1-1/+0
2011-11-26staging:iio:dac:ad5446: Add support for the AD5662Lars-Peter Clausen1-1/+1
2011-11-26staging:iio:dac: Add AD5421 driverLars-Peter Clausen4-0/+598
2011-11-26staging:iio: IIO_EVENT_CODE: Clamp channel numbersLars-Peter Clausen1-2/+3
2011-11-26staging:iio: Make write_event_value callback optionalLars-Peter Clausen1-0/+3
2011-11-26Staging: iio/dac/ad5360.c: signedness bug in ad5360_read_raw()Dan Carpenter1-1/+1
2011-11-26Staging: iio/dac/ad5064.c: signedness bug in ad5064_read_raw()Dan Carpenter1-1/+1
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron40-428/+468
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen38-111/+112
2011-11-26staging:iio: Add documentation for IIO_EVENT_CODELars-Peter Clausen1-4/+33
2011-11-26staging:iio: Use userspace types for iio_event_dataLars-Peter Clausen1-2/+3
2011-11-26staging:iio: header reorganizationJonathan Cameron47-140/+168
2011-11-26Subject: fix build breakage in drivers/staging/iio/industrialio-core.cGreg Kroah-Hartman1-1/+1
2011-11-26staging:iio: core. Allow for event chrdev obtaining ioctl if no buffer present.Jonathan Cameron2-3/+5
2011-11-26staging:iio:iio_utils.h: Add missing includeLars-Peter Clausen1-0/+1
2011-11-26staging:iio:events: Make sure userspace buffer is large enoughLars-Peter Clausen1-2/+4
2011-11-26staging:iio:core shared attrs do not work with modifier.Jonathan Cameron1-1/+1
2011-11-26staging:iio: trigger fixes for repeat request of same trigger and allocation failureJonathan Cameron1-1/+11
2011-11-26staging:iio:kfifo remove entirely pointless code.Jonathan Cameron1-8/+1
2011-11-26staging:iio:industrialio-trigger.c Trivial code style brackets fixJonathan Cameron1-4/+2
2011-11-26staging:iio:triggers Remove unecessary existence checks and return valJonathan Cameron2-13/+6
2011-11-26staging:iio:light:tsl2563 missing setting of id in get id function.Maxin B. John1-0/+2
2011-11-26staging:iio:light:tsl2563 both intensity channels have same chan_spec.Jonathan Cameron1-1/+1
2011-11-26iio: adc: ad7280a: Fix memory leakMichael Hennerich1-1/+2
2011-11-26iio: introduce type casts to avoid __ucmpdi2 callsMichael Hennerich5-9/+9
2011-11-26iio: iio_event_getfd -- fix ev_int build failureAndy Whitcroft1-10/+9
2011-11-21iio: fix a leak due to improper use of anon_inode_getfd()Al Viro1-1/+9
2011-11-17staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen47-567/+47
2011-11-17staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen16-207/+16
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds22-0/+22
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+1
2011-10-31staging: Add module.h to more drivers implicitly using it.Paul Gortmaker3-0/+3
2011-10-31staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker19-0/+19
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds181-10374/+14413
2011-10-23staging:iio:dac: Add AD5360 driverLars-Peter Clausen3-0/+593
2011-10-23staging:iio:trigger:bfin-timer: Fix compile errorLars-Peter Clausen1-1/+1
2011-10-19staging:iio:dac:ad5686: Check for negative valuesLars-Peter Clausen1-1/+1
2011-10-19staging:iio:dac:ad5791: Fix scale unitLars-Peter Clausen1-1/+1
2011-10-19staging:iio:dac:ad5791: Convert attributes to new naming specLars-Peter Clausen1-6/+6
2011-10-19staging:iio:dac:ad5791: Allow asymmetrical reference voltagesLars-Peter Clausen2-8/+18
2011-10-19staging:iio:dac:ad5791: Use correct DAC bit-sizeLars-Peter Clausen1-4/+4
2011-10-19iio: cdc: Fix pushed event code - Typo, should be IIO_CAPACITANCE.Michael Hennerich1-4/+4
2011-10-19iio: adc: Relocate Capacitance to Digital Converters (CDC) into own subdirMichael Hennerich10-27/+45
2011-10-19iio: Spell fix - consistent use of Converter - no functional changesMichael Hennerich3-12/+12
2011-10-19staging:iio:dac: Add AD5064 driverLars-Peter Clausen3-0/+474
2011-10-17staging:iio:dummy Add buffered reading supportJonathan Cameron5-9/+303
2011-10-17staging:iio:dummy Add event support + fake event generatorJonathan Cameron7-26/+543
2011-10-17staging:iio:Documentation Simple dummy driver to explain the basicsJonathan Cameron3-0/+491