aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-01Merge tag 'iio-fixes-for-4.5b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman4-6/+8
2016-02-01Merge tag 'iio-fixes-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman8-5/+12
2016-02-01iio: dht11: Use boottimeAbhilash Jindal1-4/+4
2016-01-31Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2016-01-30iio: pressure: mpl115: fix temperature offset signAkinobu Mita1-1/+1
2016-01-30iio: imu: Fix dependencies for !HAS_IOMEM archsRichard Weinberger1-1/+1
2016-01-30iio: adc: Fix dependencies for !HAS_IOMEM archsRichard Weinberger1-0/+3
2016-01-30iio: inkern: fix a NULL dereference on errorDan Carpenter1-0/+2
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+1
2016-01-20Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-7/+217
2016-01-20iio: core: fix ptr_ret.cocci warningsFengguang Wu1-3/+1
2016-01-16include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz1-5/+4
2016-01-16iio:adc:ti_am335x_adc Fix buffered mode by identifying as software buffer.Jonathan Cameron1-1/+1
2016-01-16iio: light: acpi-als: Report data as processedGabriele Mazzotta1-2/+4
2016-01-09iio: dac: mcp4725: set iio name property in sysfsYong Li1-0/+1
2016-01-04iio: add HAS_IOMEM dependency to VF610_ADCVegard Nossum1-0/+1
2016-01-04iio: add IIO_TRIGGER dependency to STK8BA50Vegard Nossum1-0/+1
2016-01-03iio: proximity: lidar: correct return valueMatt Ranostay1-1/+1
2015-12-26Merge tag 'iio-for-4.5c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman4-102/+387
2015-12-26Merge tag 'iio-for-4.5b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman25-70/+2899
2015-12-22iio: adc: ina2xx: Fix incorrect report of data endianness to userspace.Jonathan Cameron1-1/+1
2015-12-22iio: light: us5182d: Refactor read_raw functionAdriana Reus1-77/+78
2015-12-22iio: light: us5182d: Add interrupt support and eventsAdriana Reus1-1/+270
2015-12-22iio: light: us5182d: Fix enable status inconcistencyAdriana Reus1-4/+12
2015-12-22iio: Make IIO value formating function globally available.Andrew F. Davis1-0/+1
2015-12-21iio: exynos-adc: fix irqf_oneshot.cocci warningsValentin Rothberg1-1/+1
2015-12-19iio-light: Use a signed return type for ltr501_match_samp_freq()Markus Elfring1-1/+1
2015-12-19iio: mma8452: use enum for channel indexMartin Kepplinger1-16/+23
2015-12-19iio: mma8452: remove unused register descriptionMartin Kepplinger1-1/+0
2015-12-19iio: ina2xx: fix channel order in software bufferMarc Titinger1-2/+2
2015-12-13Merge 4.4-rc5 into staging-nextGreg Kroah-Hartman6-7/+10
2015-12-12iio/inkern.c Use list_for_each_entry_safeAnshul Garg1-4/+2
2015-12-12iio: adc: add IMX7D ADC driver supportHaibo Chen3-0/+619
2015-12-12iio: ina2xx: give the capture kthread a more useful name string.Marc Titinger1-1/+2
2015-12-12iio: ina2xx: re-instate a sysfs show/store for the shunt resistor valueMarc Titinger1-6/+46
2015-12-12iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCsMarc Titinger1-9/+45
2015-12-12iio: ina2xx: add support for TI INA2xx Power MonitorsMarc Titinger3-0/+679
2015-12-12iio: chemical: add AMS iAQ-core supportMatt Ranostay3-0/+209
2015-12-12iio: light: add MAX30100 oximeter driver supportMatt Ranostay5-0/+483
2015-12-12iio:adc128s052: add support for adc124s021Oliver Stäbler2-4/+15
2015-12-05staging: iio: select IRQ_WORK for IIO_DUMMY_EVGENArnd Bergmann1-1/+2
2015-12-05iio: adis_buffer: Fix out-of-bounds memory accessLars-Peter Clausen1-1/+1
2015-12-05iio: st_accel_core: Remove unneeded defineRobert Kmiec1-3/+0
2015-12-05iio: proximity: lidar: optimize i2c transactionsMatt Ranostay1-25/+70
2015-12-05iio:configfs: Introduce iio/configfs.h to provide a location for the configfs_subsystemJonathan Cameron2-0/+2
2015-12-03iio: chemical: vz89x: rework i2c transfer readingMatt Ranostay1-14/+52
2015-12-03iio: trigger: Introduce IIO hrtimer based triggerDaniel Baluta3-0/+205
2015-12-03iio: core: Introduce IIO software triggersDaniel Baluta3-0/+192
2015-12-03iio: core: Introduce IIO configfs supportDaniel Baluta3-0/+59
2015-12-02iio: light: us8152d: Add power management supportAdriana Reus1-7/+88