summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-01-22iio: trigger: free trigger resource correctlyAlison Schofield3-7/+7
2017-01-22iio: trigger: clean up viio_trigger_alloc()Dan Carpenter1-35/+34
2017-01-22iio: adc: constify iio_info structuresBhumika Goyal1-2/+2
2017-01-22iio: industrialio-trigger: constify device_type structuresBhumika Goyal1-1/+1
2017-01-22iio: trigger: close race condition in acquiring trigger referenceAlison Schofield1-8/+13
2017-01-22iio: imu: st_lsm6dsx: fix typo in gyro sensitivity definitionLorenzo Bianconi1-3/+3
2017-01-22staging: iio: isl29028: add runtime power management supportBrian Masney1-8/+110
2017-01-22staging: iio: isl29028: only set ALS scale when ALS/IR sensing is enabledBrian Masney1-2/+6
2017-01-22staging: iio: isl29028: only set proximity sampling rate when proximity is en...Brian Masney1-4/+4
2017-01-22staging: iio: isl29028: remove enable flag from isl29028_enable_proximity()Brian Masney1-6/+4
2017-01-22staging: iio: isl29028: remove unnecessary parenthesisBrian Masney1-1/+1
2017-01-22staging: iio: isl29028: remove out of memory log messageBrian Masney1-3/+1
2017-01-22staging: iio: isl29028: remove unnecessary error logging in isl29028_chip_ini...Brian Masney1-3/+1
2017-01-22staging: iio: isl29028: made error messages consistentBrian Masney1-24/+32
2017-01-22staging: iio: isl29028: move failure logging into isl29028_set_als_scale()Brian Masney1-13/+14
2017-01-22staging: iio: isl29028: move failure logging into isl29028_set_proxim_sampling()Brian Masney1-15/+16
2017-01-22staging: iio: isl29028: remove unused define ISL29028_DEV_ATTRBrian Masney1-1/+0
2017-01-22staging: iio: isl29028: change newlines to improve readabilityBrian Masney1-9/+24
2017-01-22staging: iio: isl29028: made alignment of variables in struct isl29028_chip c...Brian Masney1-5/+5
2017-01-22staging: iio: isl29028: combine isl29028_proxim_get() and isl29028_read_proxim()Brian Masney1-14/+8
2017-01-22staging: iio: isl29028: fix alignment of function argumentsBrian Masney1-2/+3
2017-01-22iio: adc: max1363: Export OF device ID table as module aliasesJavier Martinez Canillas1-0/+1
2017-01-22iio: potentiometer: mcp4531: Export OF device ID table as module aliasesJavier Martinez Canillas1-0/+1
2017-01-22iio: light: opt3001: Export OF device ID table as module aliasesJavier Martinez Canillas1-0/+1
2017-01-22iio: health: max30100: use msleep() for long uncritical delaysNicholas Mc Guire1-1/+1
2017-01-22iio: adc: tlc4541: add support for TI tlc4541 adcPhil Reid4-14/+287
2017-01-21iio: adc: Add Maxim MAX11100 driverJacopo Mondi3-0/+202
2017-01-21iio: bmi160: use variable names for sizeof() operatorAlison Schofield1-4/+4
2017-01-21iio: light: cm3605: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2017-01-21iio: pressure: ms5611: claim direct mode during oversampling changesAlison Schofield1-5/+7
2017-01-21iio: proximity: sx9500: claim direct mode during raw proximity readsAlison Schofield1-3/+7
2017-01-21iio: magnetometer: mag3110: claim direct mode during raw writesAlison Schofield1-10/+20
2017-01-15iio: adc: ti-ads7950: Change regulator matching string to "vref"David Lechner1-3/+3
2017-01-15iio: adc: ti-ads7950: Drop "ti-" prefix from module nameDavid Lechner1-13/+13
2017-01-14iio: magnetometer: ak8974: remove redundant zero timeout checkColin Ian King1-6/+2
2017-01-14iio: imu: add support to lsm6dsx driverLorenzo Bianconi9-0/+1517
2017-01-14iio: inkern: pass through raw values if no scalingLinus Walleij1-2/+8
2017-01-14iio:temperature: Add support for TI TMP007 sensorManivannan Sadhasivam3-0/+356
2017-01-11iio:adc:qcom-spmi-vadc: use div64_s64 instead of direct 64 bit division.Jonathan Cameron1-1/+1
2017-01-10iio:adc:qcom-spmi-vadc silence a long constant warning.Jonathan Cameron1-1/+1
2017-01-10iio:adc:qcom-spmi-vadc : fix undefined __divdi3Jonathan Cameron1-2/+4
2017-01-10iio: adc: hx711: Add IIO driver for AVIA HX711Andreas Klinger3-0/+552
2017-01-10iio: adc: axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modificationsHans de Goede1-31/+1
2017-01-10staging:iio:addac:adt7316 Fixes Alignment should match open parenthesisScott Matheina1-1/+1
2017-01-10iio: adc: imx25-gcq: Fix module autoloadJavier Martinez Canillas1-0/+1
2017-01-10iio:buffer.h - split into buffer.h and buffer_impl.hJonathan Cameron4-1/+4
2017-01-10iio:dummy: Stop enabling timestamp by default.Jonathan Cameron1-3/+0
2017-01-10iio:buffer: Push implementation of iio_device_attach_buffer into .c fileJonathan Cameron1-0/+16
2017-01-10iio:buffer.h include pushdown into buffer implementationsJonathan Cameron2-0/+2
2017-01-10iio:kfifo_buf header include push down.Jonathan Cameron7-0/+8