summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/adc/ad7280a.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-13/+15
2011-12-08staging:iio: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
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-27staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen1-0/+1
2011-11-27staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-3/+3
2011-11-27staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen1-1/+1
2011-11-27staging:iio: header reorganizationJonathan Cameron1-0/+1
2011-11-27iio: adc: ad7280a: Fix memory leakMichael Hennerich1-1/+2
2011-11-27iio: introduce type casts to avoid __ucmpdi2 callsMichael Hennerich1-3/+3
2011-11-18staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen1-12/+1
2011-10-18staging:iio: fix removal path to allow correct freeing.Jonathan Cameron1-10/+9
2011-10-11staging:iio:adc:naming: dev_info to indio_dev for consistencyJonathan Cameron1-30/+30
2011-10-04staging: add module.h to various iio driversPaul Gortmaker1-0/+1
2011-09-16staging:iio:tree wide. abi fixup for in_ out_ prefix introduction.Jonathan Cameron1-6/+6
2011-09-07staging:iio: Differential channel handling - use explicit flag rather than ty...Jonathan Cameron1-10/+16
2011-09-07staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron1-5/+4
2011-08-24iio: adc: New driver for AD7280A Lithium Ion Battery Monitoring SystemMichael Hennerich1-0/+992