summaryrefslogtreecommitdiff
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-fixes-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-02-018-5/+12
|\
| * iio: pressure: mpl115: fix temperature offset signAkinobu Mita2016-01-301-1/+1
| * iio: inkern: fix a NULL dereference on errorDan Carpenter2016-01-301-0/+2
| * iio:adc:ti_am335x_adc Fix buffered mode by identifying as software buffer.Jonathan Cameron2016-01-161-1/+1
| * iio: light: acpi-als: Report data as processedGabriele Mazzotta2016-01-161-2/+4
| * iio: dac: mcp4725: set iio name property in sysfsYong Li2016-01-091-0/+1
| * iio: add HAS_IOMEM dependency to VF610_ADCVegard Nossum2016-01-041-0/+1
| * iio: add IIO_TRIGGER dependency to STK8BA50Vegard Nossum2016-01-041-0/+1
| * iio-light: Use a signed return type for ltr501_match_samp_freq()Markus Elfring2015-12-191-1/+1
* | Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-01-311-1/+1
|\ \ | |/
| * iio: adis_buffer: Fix out-of-bounds memory accessLars-Peter Clausen2015-12-051-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-211-3/+1
|\ \
| * | iio: core: fix ptr_ret.cocci warningsFengguang Wu2016-01-201-3/+1
* | | Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-201-7/+217
|\ \ \ | |/ / |/| |
| * | iio: exynos-adc: fix irqf_oneshot.cocci warningsValentin Rothberg2015-12-211-1/+1
| * | iio: exynos-adc: add experimental touchscreen supportArnd Bergmann2015-12-011-7/+217
* | | include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz2016-01-161-5/+4
* | | Merge tag 'iio-for-4.5c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2015-12-264-102/+387
|\ \ \
| * | | iio: adc: ina2xx: Fix incorrect report of data endianness to userspace.Jonathan Cameron2015-12-221-1/+1
| * | | iio: light: us5182d: Refactor read_raw functionAdriana Reus2015-12-221-77/+78
| * | | iio: light: us5182d: Add interrupt support and eventsAdriana Reus2015-12-221-1/+270
| * | | iio: light: us5182d: Fix enable status inconcistencyAdriana Reus2015-12-221-4/+12
| * | | iio: Make IIO value formating function globally available.Andrew F. Davis2015-12-221-0/+1
| * | | iio: mma8452: use enum for channel indexMartin Kepplinger2015-12-191-16/+23
| * | | iio: mma8452: remove unused register descriptionMartin Kepplinger2015-12-191-1/+0
| * | | iio: ina2xx: fix channel order in software bufferMarc Titinger2015-12-191-2/+2
* | | | Merge tag 'iio-for-4.5b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2015-12-2625-70/+2899
|\ \ \ \ | |/ / /
| * | | iio/inkern.c Use list_for_each_entry_safeAnshul Garg2015-12-121-4/+2
| * | | iio: adc: add IMX7D ADC driver supportHaibo Chen2015-12-123-0/+619
| * | | iio: ina2xx: give the capture kthread a more useful name string.Marc Titinger2015-12-121-1/+2
| * | | iio: ina2xx: re-instate a sysfs show/store for the shunt resistor valueMarc Titinger2015-12-121-6/+46
| * | | iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCsMarc Titinger2015-12-121-9/+45
| * | | iio: ina2xx: add support for TI INA2xx Power MonitorsMarc Titinger2015-12-123-0/+679
| * | | iio: chemical: add AMS iAQ-core supportMatt Ranostay2015-12-123-0/+209
| * | | iio: light: add MAX30100 oximeter driver supportMatt Ranostay2015-12-125-0/+483
| * | | iio:adc128s052: add support for adc124s021Oliver Stäbler2015-12-122-4/+15
| * | | staging: iio: select IRQ_WORK for IIO_DUMMY_EVGENArnd Bergmann2015-12-051-1/+2
| * | | iio: st_accel_core: Remove unneeded defineRobert Kmiec2015-12-051-3/+0
| * | | iio: proximity: lidar: optimize i2c transactionsMatt Ranostay2015-12-051-25/+70
| * | | iio:configfs: Introduce iio/configfs.h to provide a location for the configfs...Jonathan Cameron2015-12-052-0/+2
| * | | iio: chemical: vz89x: rework i2c transfer readingMatt Ranostay2015-12-031-14/+52
| * | | iio: trigger: Introduce IIO hrtimer based triggerDaniel Baluta2015-12-033-0/+205
| * | | iio: core: Introduce IIO software triggersDaniel Baluta2015-12-033-0/+192
| * | | iio: core: Introduce IIO configfs supportDaniel Baluta2015-12-033-0/+59
| * | | iio: light: us8152d: Add power management supportAdriana Reus2015-12-021-7/+88
| * | | iio: light: us5182d: Add functions for selectively enabling als and proximityAdriana Reus2015-12-021-4/+62
| * | | iio: light: us5182d: Add property for choosing default power modeAdriana Reus2015-12-021-12/+78
| * | | iio: adc: mcp3422: Add mcp3421 supportSascha Hauer2015-12-021-0/+9
* | | | Merge 4.4-rc5 into staging-nextGreg Kroah-Hartman2015-12-136-7/+10
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | iio: adc: spmi-vadc: add missing of_node_putJulia Lawall2015-11-211-1/+3