aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-01iio: add Capella CM32181 ambient light sensor driver.Kevin Tsai3-0/+391
2013-12-24Merge tag 'iio-for-3.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman38-257/+1042
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman3-4/+21
2013-12-22iio: cm36651: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2013-12-17iio:light:tcs3472 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:light:adjd_s311 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:dac:mcp4725 drop specification of scan type as unused in this driver.Jonathan Cameron1-1/+0
2013-12-17iio:dac:max517 drop specification of scan type as unused in this driver.Jonathan Cameron1-1/+0
2013-12-17iio:dac:ad5791 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-2/+7
2013-12-17iio:dac:ad5764 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:dac:ad5755 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:dac:ad5686 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-2/+7
2013-12-17iio:dac:ad5624r replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:dac:ad5504 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+5
2013-12-17iio:dac:ad5449 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:dac:ad5446 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-2/+7
2013-12-17iio:dac:ad5421 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+5
2013-12-17iio:dac:ad5380 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:dac:ad5360 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:dac:ad5064 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:mag:mag3110 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+5
2013-12-17iio:accel:bma180 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-12-17iio:adc:ad7887 Fix channel reported endianness from cpu to big endianJonathan Cameron1-2/+14
2013-12-17iio:imu:adis16400 fix pressure channel scan typeJonathan Cameron1-1/+6
2013-12-16Merge 3.13-rc4 into staging-next.Greg Kroah-Hartman3-14/+16
2013-12-15iio: cm36651: Changed return value of read functionBeomho Seo1-1/+1
2013-12-08iio: Remove support for the legacy event config interfaceLars-Peter Clausen7-155/+45
2013-12-08iio:cm36651: Convert to new event config interfaceLars-Peter Clausen1-9/+32
2013-12-03iio: hid-sensors: Added Inclinometer 3DSrinivas Pandruvada5-0/+455
2013-12-03iio: Add new driver dht11Harald Geyer5-0/+316
2013-12-03iio: Add support for humidity sensorsHarald Geyer1-0/+1
2013-12-03iio:trigger: Convert to use ATTRIBUTE_GROUPSAxel Lin1-10/+2
2013-12-03iio: Add support for blocking IO on buffersLars-Peter Clausen1-1/+22
2013-12-03iio: kfifo_buf: Implement data_available() callbackLars-Peter Clausen1-9/+14
2013-12-03iio: Add data_available callback for buffersLars-Peter Clausen1-1/+9
2013-12-03iio:vcnl4000: Mark transfer buffer as __be16Lars-Peter Clausen1-1/+1
2013-12-03iio:ad7266: Mark transfer buffer as __be16Lars-Peter Clausen1-9/+12
2013-12-03iio:ad5791: Do not store transfer buffers on the stackLars-Peter Clausen1-25/+21
2013-12-03iio:ad5791: Mark transfer buffers as __be32Lars-Peter Clausen1-2/+2
2013-12-03iio:ad5755: Mark transfer buffer as __be32Lars-Peter Clausen1-1/+1
2013-12-03iio:ad5686: Mark transfer buffer as __be32Lars-Peter Clausen1-1/+1
2013-12-03iio:ad5421: Mark transfer buffer as __be32Lars-Peter Clausen1-1/+1
2013-12-03iio:ad5504: Do not store transfer buffers on the stackLars-Peter Clausen1-20/+20
2013-12-03iio:ad5504: Mark transfer buffers as __be16Lars-Peter Clausen1-3/+3
2013-12-02Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman13-24/+41
2013-12-02Fix build failure for gp2ap020a00f.cRussell King - ARM Linux1-0/+1
2013-12-02iio: hid-sensors: Fix power and report stateSrinivas Pandruvada2-14/+15
2013-11-25Merge tag 'iio-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman18-78/+534
2013-11-25Merge tag 'fixes-for-3.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman13-24/+41
2013-11-24iio: light: vcnl4000: Use devm_iio_device_registerSachin Kamat1-8/+1