summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: stx104: Add GPIO set_multiple callback function supportWilliam Breathitt Gray2017-02-011-0/+23
* iio: stx104: Add support for GPIO namesWilliam Breathitt Gray2017-01-311-1/+7
* iio: tmp007: Fix `name` attribute ABILars-Peter Clausen2017-01-301-1/+1
* iio: stx104: Remove unneeded struct stx104_dev codeWilliam Breathitt Gray2017-01-301-19/+0
* iio: adc: stm32: add optional dma supportFabrice Gasnier2017-01-294-14/+219
* iio: adc: stm32: add trigger polarity extended attributeFabrice Gasnier2017-01-281-1/+45
* iio: adc: stm32: Enable use of stm32 timer triggersFabrice Gasnier2017-01-282-0/+67
* iio: adc: stm32: add support for triggered buffer modeFabrice Gasnier2017-01-282-21/+298
* Merge tag 'ib-mfd-iio-pwm-4.11' into testJonathan Cameron2017-01-283-0/+352
|\
| * iio: Add STM32 timer trigger driverBenjamin Gaignard2017-01-253-0/+352
* | iio: distance: srf08: add IIO driver for us rangerAndreas Klinger2017-01-283-1/+411
* | iio: cros_ec: Add cros_ec barometer driverGwendal Grignou2017-01-283-0/+231
* | iio: stx104: Utilize devm_ functions in driver probe callbackWilliam Breathitt Gray2017-01-281-20/+2
* | iio: imu: st_lsm6dsx: add possibility to select drdy pinLorenzo Bianconi2017-01-281-6/+53
* | iio: adc: add a driver for the SAR ADC found in Amlogic Meson SoCsMartin Blumenstingl2017-01-283-0/+935
* | iio: common: ssp_sensors: gyro: use devm_iio_device_register()Wei Yongjun2017-01-281-11/+1
* | iio: common: ssp_sensors: accel: use devm_iio_device_register()Wei Yongjun2017-01-281-11/+1
* | iio: max5481: Add support for Maxim digital potentiometersMatt Weber2017-01-283-0/+235
* | iio: adc: Add Renesas GyroADC driverMarek Vasut2017-01-283-0/+645
* | iio: accel: fix Kconfig warningLinus Walleij2017-01-231-2/+2
* | Merge tag 'iio-for-4.11b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-01-2332-100/+2473
|\ \
| * | iio: trigger: free trigger resource correctlyAlison Schofield2017-01-222-5/+5
| * | iio: trigger: clean up viio_trigger_alloc()Dan Carpenter2017-01-221-35/+34
| * | iio: adc: constify iio_info structuresBhumika Goyal2017-01-221-2/+2
| * | iio: industrialio-trigger: constify device_type structuresBhumika Goyal2017-01-221-1/+1
| * | iio: trigger: close race condition in acquiring trigger referenceAlison Schofield2017-01-221-8/+13
| * | iio: imu: st_lsm6dsx: fix typo in gyro sensitivity definitionLorenzo Bianconi2017-01-221-3/+3
| * | iio: adc: max1363: Export OF device ID table as module aliasesJavier Martinez Canillas2017-01-221-0/+1
| * | iio: potentiometer: mcp4531: Export OF device ID table as module aliasesJavier Martinez Canillas2017-01-221-0/+1
| * | iio: light: opt3001: Export OF device ID table as module aliasesJavier Martinez Canillas2017-01-221-0/+1
| * | iio: health: max30100: use msleep() for long uncritical delaysNicholas Mc Guire2017-01-221-1/+1
| * | iio: adc: tlc4541: add support for TI tlc4541 adcPhil Reid2017-01-224-14/+287
| * | iio: adc: Add Maxim MAX11100 driverJacopo Mondi2017-01-213-0/+202
| * | iio: bmi160: use variable names for sizeof() operatorAlison Schofield2017-01-211-4/+4
| * | iio: light: cm3605: mark PM functions as __maybe_unusedArnd Bergmann2017-01-211-2/+2
| * | iio: pressure: ms5611: claim direct mode during oversampling changesAlison Schofield2017-01-211-5/+7
| * | iio: proximity: sx9500: claim direct mode during raw proximity readsAlison Schofield2017-01-211-3/+7
| * | iio: magnetometer: mag3110: claim direct mode during raw writesAlison Schofield2017-01-211-10/+20
| * | iio: adc: ti-ads7950: Change regulator matching string to "vref"David Lechner2017-01-151-3/+3
| * | iio: adc: ti-ads7950: Drop "ti-" prefix from module nameDavid Lechner2017-01-151-13/+13
| * | iio: magnetometer: ak8974: remove redundant zero timeout checkColin Ian King2017-01-141-6/+2
| * | iio: imu: add support to lsm6dsx driverLorenzo Bianconi2017-01-149-0/+1517
| * | iio: inkern: pass through raw values if no scalingLinus Walleij2017-01-141-2/+8
| * | iio:temperature: Add support for TI TMP007 sensorManivannan Sadhasivam2017-01-143-0/+356
* | | Merge tag 'iio-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-01-1942-400/+2302
|\ \ \ | |/ /
| * | iio:adc:qcom-spmi-vadc: use div64_s64 instead of direct 64 bit division.Jonathan Cameron2017-01-101-1/+1
| * | iio:adc:qcom-spmi-vadc silence a long constant warning.Jonathan Cameron2017-01-101-1/+1
| * | iio:adc:qcom-spmi-vadc : fix undefined __divdi3Jonathan Cameron2017-01-101-2/+4
| * | iio: adc: hx711: Add IIO driver for AVIA HX711Andreas Klinger2017-01-103-0/+552
| * | iio: adc: axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modificationsHans de Goede2017-01-101-31/+1
OpenPOWER on IntegriCloud