aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2012-04-13staging:iio:core drop the IIO_CHAN macro for ease of maintenance.Jonathan Cameron1-17/+0
2012-04-13staging:iio:meter:ade7758 unwind use of IIO_CHAN macro.Jonathan Cameron1-60/+196
2012-04-13staging:iio:impedance-analyzer:ad5933 unwind use of IIO_CHAN macro.Jonathan Cameron1-9/+38
2012-04-13staging:iio:gyro:adis16260 unwind use of IIO_CHAN macro.Jonathan Cameron1-24/+65
2012-04-13staging:iio:accel:ad7780 unwind use of IIO_CHAN macro.Jonathan Cameron1-6/+24
2012-04-13staging:iio:adc:ad7476 unwind use of IIO_CHAN macro.Jonathan Cameron1-24/+21
2012-04-13staging:iio:adc:ad7298 unwind use of IIO_CHAN macro.Jonathan Cameron1-27/+36
2012-04-13staging:iio:accel:sca3000 unwind use of IIO_CHAN macro.Jonathan Cameron1-6/+20
2012-04-13staging:iio:accel:lis3l02dq unwind use of IIO_CHAN macro.Jonathan Cameron1-6/+19
2012-04-13staging:iio:accel:adis16240 unwind use of IIO_CHAN macro.Jonathan Cameron1-27/+76
2012-04-13staging:iio:accel:adis16209 unwind use of IIO_CHAN macro.Jonathan Cameron1-35/+100
2012-04-13staging:iio:accel:adis16204 unwind use of IIO_CHAN macro.Jonathan Cameron1-25/+67
2012-04-13staging:iio:accel:adis16203 unwind use of IIO_CHAN macro.Jonathan Cameron1-23/+64
2012-04-13staging:iio:accel:adis16201 unwind use of IIO_CHAN macro.Jonathan Cameron1-29/+87
2012-04-13staging:iio: chan_spec - take extend_name constant.Jonathan Cameron1-1/+1
2012-04-13staging:iio:iio_core.h make less dependent on other included headersJonathan Cameron1-0/+6
2012-04-13staging:iio:Documentation: Fix a cut and paste error.Jonathan Cameron1-4/+4
2012-04-13staging:iio:light:tsl2563 channel spec buglet / always reading same adc.Jonathan Cameron1-1/+2
2012-04-12staging: iio: hmc5843: Fix crash in probe function.Marek Belisko1-1/+3
2012-04-10staging:iio: use spi->irq valid rather than querying available modesJonathan Cameron2-2/+2
2012-04-10staging:iio:accel:lis3l02dq add symmetry to check for presence of trigger.Jonathan Cameron1-1/+1
2012-04-10staging:iio:max1363 enable use with inkernel interfaces.Jonathan Cameron1-1/+8
2012-04-10staging:iio fill in some missing docsJonathan Cameron1-0/+2
2012-04-10staging:iio:adc:max1363 fix missing update_scan_mask callback.Jonathan Cameron1-0/+1
2012-04-10staging:iio:buffer example fix typosJonathan Cameron1-2/+2
2012-04-10staging: iio: ak8975: Remove i2c client data corruptionPreetham Chandru1-3/+5
2012-04-10staging:iio:core add missing increment of loop index in iio_map_array_unregister()Lothar Waßmann1-0/+1
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+0
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2012-03-07staging:iio:tsl2563 rewrite probe error handlingGrant Grundler1-13/+26
2012-03-07staging:iio: Fix compile error without CONFIG_DEBUG_FSLars-Peter Clausen1-27/+27
2012-03-02staging: iio: Convert platform_drivers to use module_platform_driverMichael Hennerich4-45/+4
2012-03-02staging: iio: core: Avoid NULL pointer de-ref in case indio_dev->setup_ops are not in useMichael Hennerich1-0/+6
2012-03-02staging: iio: core: Introduce debugfs support, add support for direct register accessMichael Hennerich2-2/+162
2012-03-02drivers:staging:iio Fix typos and comments in staging iio.Justin P. Mattock16-23/+23
2012-02-28includecheck: delete any duplicate instances of module.hPaul Gortmaker2-2/+0
2012-02-24iio: core: constitfy available_scan_maskMichael Hennerich3-17/+29
2012-02-24staging:iio: Remove declaration for non existing functionLars-Peter Clausen1-2/+0
2012-02-24staging:iio:dac:ad5064: Add AD5666 supportLars-Peter Clausen2-5/+21
2012-02-24staging:iio:dac:ad5064: Add AD5628/AD5648/AD5668 supportLars-Peter Clausen2-20/+107
2012-02-24staging:iio:dac:ad5064: Add AD5025/AD5045/AD5065 supportLars-Peter Clausen2-5/+27
2012-02-24staging:iio:dac:ad5064: Prepare driver for the addition of chip variantsLars-Peter Clausen1-27/+34
2012-02-24staging:iio:dac:ad5064: Convert to extended channel info attributesLars-Peter Clausen1-106/+82
2012-02-24staging:iio: Add extended IIO channel infoLars-Peter Clausen2-0/+76
2012-02-24staging:iio: Convert remaining drivers to module_spi_driverLars-Peter Clausen2-24/+2
2012-02-24staging:iio: Use dev_pm_opsLars-Peter Clausen8-71/+66
2012-02-24staging:iio:Documentation in kernel pull description.Jonathan Cameron1-0/+58
2012-02-24staging:iio::hwmon interface client driver.Jonathan Cameron3-0/+241
2012-02-24staging:iio: move iio data return types into types.h for use by inkernJonathan Cameron2-6/+4
2012-02-24staging:iio:core add in kernel interface mapping and getting IIO channels.Jonathan Cameron5-1/+447