aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-03iio: fix pressure data output unit in hid-sensor-attributesKweh, Hock Leong1-2/+2
2016-09-03iio: adc: ina2xx: remove unused debug field from chip global dataAlison Schofield1-5/+0
2016-09-03iio: trigger: allow immutable triggers to be assignedMatt Ranostay1-0/+20
2016-09-03iio: sx9500: add final devicetree supportChristoph Fritz1-0/+7
2016-08-31iio: adc: add ADC12130/ADC12132/ADC12138 ADC driverAkinobu Mita3-0/+565
2016-08-31misc: retire the old BMP085 driverLinus Walleij1-2/+0
2016-08-29fix:iio:common:st_sensors:st_sensors_trigger:mark symbols static where possibleBaoyou Xie1-2/+2
2016-08-29iio: magn: ak8974: remove .owner field for driverWei Yongjun1-1/+0
2016-08-29iio: magn/ak8974: avoid unused function warningArnd Bergmann1-4/+2
2016-08-29iio: hid-sensors: avoid unused function warningArnd Bergmann1-6/+3
2016-08-29iio: adc: ti-ads1015: add missing of_node_put() in ads1015_get_channels_config_of()Wei Yongjun1-0/+2
2016-08-29iio: temperature: fix non static symbol warningsWei Yongjun1-3/+3
2016-08-29iio: st_sensors: fetch and enable regulators unconditionallyLinus Walleij1-31/+24
2016-08-29iio: dac: AD8801: add Analog Devices AD8801/AD8803 supportGwenhael Goavec-Merou3-0/+250
2016-08-29iio: chemical: vz89x: prevent corrupted buffer from being readMatt Ranostay1-2/+6
2016-08-29iio: chemical: vz89x: add support for VZ89TE partMatt Ranostay1-15/+98
2016-08-29iio: chemical: vz89x: abstract chip configurationMatt Ranostay1-18/+62
2016-08-29iio: adc: ltc2485: add support for Linear Technology LTC2485 ADCAlison Schofield3-0/+158
2016-08-29iio: ad5755: fix off-by-one on devnr limit checkColin Ian King1-1/+1
2016-08-23Merge tag 'iio-for-4.9a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into work-testingGreg Kroah-Hartman32-103/+2499
2016-08-23iio: adc: rockchip_saradc: reset saradc controller before programming itCaesar Wang2-0/+31
2016-08-21iio: accel: kxsd9: Fix raw read returnLinus Walleij1-0/+1
2016-08-21iio: hid-sensors: use asynchronous resumeSrinivas Pandruvada1-1/+21
2016-08-21iio: adc: mt2701: Add Mediatek auxadc driver for mt2701.Zhiyong Tao3-0/+305
2016-08-21iio: temperature: add Kconfig selects for triggered bufferAlison Schofield1-0/+2
2016-08-21iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sampleVignesh R1-1/+1
2016-08-21iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent accessVignesh R1-3/+11
2016-08-21iio: magnetometer: mag3110: claim direct mode during raw readsAlison Schofield1-8/+15
2016-08-21iio: chemical: atlas-ph-sensor: fix typo in val assignmentColin Ian King1-1/+1
2016-08-21iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"Brian Norris1-6/+17
2016-08-21iio: chemical: atlas-ph-sensor: add ORP featureMatt Ranostay2-1/+53
2016-08-21iio: chemical: atlas-ph-sensor: switch to REGCACHE_NONE regmap treeMatt Ranostay1-16/+0
2016-08-21iio: chemical: atlas-ph-sensor: switch to iio_device_*_direct_mode helpersMatt Ranostay1-7/+5
2016-08-21iio: adc: ti-adc161s626: add support for TI 1-channel differential ADCsMatt Ranostay3-0/+261
2016-08-21iio: buffer-callback: allow getting underlying iio_devMatt Ranostay1-10/+14
2016-08-21iio:ti-ads1015: fix a wrong pointer definition.Giorgio Dal Molin1-1/+2
2016-08-21iio: accel: add support for the Domintech DMARD09 3-axis accelerometerJelle van der Waa3-0/+168
2016-08-21iio: accel: Add support for Domintech DMARD06 accelerometerAleksei Mamlin3-0/+253
2016-08-16drivers/iio/light/Kconfig: SENSORS_BH1780 cleanupValentin Rothberg1-1/+0
2016-08-15iio: sx9500: Use complete() instead of complete_all()Daniel Wagner1-1/+1
2016-08-15iio: adc: Use complete() instead of complete_all()Daniel Wagner1-1/+1
2016-08-15iio: adc: at91: unbreak channel adc channel 3Anders Darander1-2/+2
2016-08-15iio: accel: bma180: use iio helper function to guarantee direct modeAlison Schofield1-4/+5
2016-08-15iio: humidity: hdc100x: add HDC1000 and HDC1008 to KconfigAlison Schofield1-4/+4
2016-08-15iio: humidity: hdc100x: fix sensor data reads of temp and humidityAlison Schofield1-20/+7
2016-08-15iio: light: us5182d: Add missing error code assignment before testChristophe JAILLET1-1/+1
2016-08-15iio: magn: add a driver for AK8974Linus Walleij3-1/+879
2016-08-15iio: pressure: bmp280: fix runtime suspend/resume crashLinus Walleij1-2/+4
2016-08-15iio: add Kconfig selects needed for triggered buffer compilesAlison Schofield3-1/+8
2016-08-15iio: stx104: Unregister IIO device on remove callbackWilliam Breathitt Gray1-9/+29