aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7280a.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-09staging:iio: Use spi_sync_transfer()Lars-Peter Clausen1-5/+1
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devinitBill Pemberton1-1/+1
2012-11-02staging: iio: adc: ad7280a.c: fixed macro coding styleKumar Amit Mehta1-1/+1
2012-05-14staging:iio:adc: Use dev_to_iio_dev()Lars-Peter Clausen1-6/+6
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-3/+3
2012-04-18staging:iio:adc Add IIO_CHAN_INFO_RAW entries to all drivers.Jonathan Cameron1-2/+5
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus 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-26staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIASLars-Peter Clausen1-0/+1
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-3/+3
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen1-1/+1
2011-11-26staging:iio: header reorganizationJonathan Cameron1-0/+1
2011-11-26iio: adc: ad7280a: Fix memory leakMichael Hennerich1-1/+2
2011-11-26iio: introduce type casts to avoid __ucmpdi2 callsMichael Hennerich1-3/+3
2011-11-17staging:iio: Use module_spi_driver to register SPI driverLars-Peter Clausen1-12/+1
2011-10-17staging: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-03staging: 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-06staging:iio: Differential channel handling - use explicit flag rather than types.Jonathan Cameron1-10/+16
2011-09-06staging:iio: remove broken support for multiple event interfaces.Jonathan Cameron1-5/+4
2011-08-23iio: adc: New driver for AD7280A Lithium Ion Battery Monitoring SystemMichael Hennerich1-0/+992