summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | iio: fix some warning messagesDan Carpenter2015-11-212-2/+2
| * | iio: light: apds9960: correct ->last_busy countMatt Ranostay2015-11-211-0/+1
| * | iio: lidar: return -EINVAL on invalid signalMatt Ranostay2015-11-211-3/+3
| |/
* | Merge tag 'iio-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2015-12-0150-115/+4897
|\ \ | |/ |/|
| * iio: pulsedlight-lidar-lite: add runtime PMMatt Ranostay2015-11-221-1/+55
| * IIO: adc: at91_adc.c Prefer kmalloc_array over kmalloc with multiplyNizam Haider2015-11-221-1/+1
| * iio: adc: xilinx: constify iio_buffer_setup_ops structureJulia Lawall2015-11-181-1/+1
| * iio: adc: ad7793: removed unnecessary else.Nizam Haider2015-11-151-3/+2
| * iio: adc: Add TI ADS8688Sean Nyekjaer2015-11-153-0/+497
OpenPOWER on IntegriCloud