aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-16include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz1-5/+4
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-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: 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
2015-12-02iio: light: us5182d: Add functions for selectively enabling als and proximityAdriana Reus1-4/+62
2015-12-02iio: light: us5182d: Add property for choosing default power modeAdriana Reus1-12/+78
2015-12-02iio: adc: mcp3422: Add mcp3421 supportSascha Hauer1-0/+9
2015-12-01Merge tag 'iio-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman50-115/+4897
2015-11-22iio: pulsedlight-lidar-lite: add runtime PMMatt Ranostay1-1/+55
2015-11-22IIO: adc: at91_adc.c Prefer kmalloc_array over kmalloc with multiplyNizam Haider1-1/+1
2015-11-21iio: adc: spmi-vadc: add missing of_node_putJulia Lawall1-1/+3
2015-11-21iio: fix some warning messagesDan Carpenter2-2/+2
2015-11-21iio: light: apds9960: correct ->last_busy countMatt Ranostay1-0/+1
2015-11-21iio: lidar: return -EINVAL on invalid signalMatt Ranostay1-3/+3
2015-11-18Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman5-38/+86
2015-11-18iio: adc: xilinx: constify iio_buffer_setup_ops structureJulia Lawall1-1/+1
2015-11-15iio: adc: xilinx: Fix VREFN scaleThomas Betker1-0/+1
2015-11-15iio: si7020: Swap data byte orderChris Lesiak1-4/+4
2015-11-15iio: adc: ad7793: removed unnecessary else.Nizam Haider1-3/+2
2015-11-15iio: adc: Add TI ADS8688Sean Nyekjaer3-0/+497
2015-11-15iio: core: added support for IIO_VAL_INTSean Nyekjaer1-0/+9
2015-11-14iio: st-accel: add support for lis2dh12Giuseppe Barba5-1/+9
2015-11-08iio: imu: check sscanf return valueIoana Ciornei2-2/+8
2015-11-08iio: gyro: check sscanf return valueIoana Ciornei1-1/+3