summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| | * | iio: max44000: remove unused variable max44000_alstim_shiftColin Ian King2018-08-191-1/+0Star
| | * | iio:adxl372: Add FIFO and interrupts supportStefan Popa2018-08-191-1/+356
| | * | iio: adxl372: New driver for Analog Devices ADXL372 AccelerometerStefan Popa2018-08-193-0/+537
| | * | iio: adc: qcom-spmi-adc5: Add ADC5_AMUX_THM[24]_100K_PU to rev2 channel listMatthias Kaehlcke2018-08-191-0/+4
| | * | iio: adc: max9611: explicitly cast gain_selectorsStefan Agner2018-08-191-1/+1
| | * | iio: dac: mcp4725: avoid using CONFIG_PM_SLEEPMarcus Folkesson2018-08-191-9/+3Star
| | * | iio: dac: max5821: avoid using CONFIG_PM_SLEEPMarcus Folkesson2018-08-191-8/+3Star
| | * | iio: dac: max517: avoid using CONFIG_PM_SLEEPMarcus Folkesson2018-08-191-8/+3Star
| | * | drivers: iio: Update MODULE AUTHOR email addressMichael Hennerich2018-08-1913-13/+13
| | * | iio: health: max30102: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-191-2/+4
| | * | iio: pressure: ms5611: remove deprecated compatible stringsTomasz Duszynski2018-08-192-4/+0Star
| | * | iio: chemical: bme680: simplify oversampling handlingDavid Frey2018-08-191-63/+36Star
| | * | iio: chemical: bme680: use FIELD_GET macroDavid Frey2018-08-191-2/+2
| | * | iio: chemical: bme680: use GENMASK macroDavid Frey2018-08-191-4/+4
| | * | iio: chemical: bme680: change MSK->MASK in #definesDavid Frey2018-08-192-6/+6
| | * | iio: chemical: bme680: indent #defines consistentlyDavid Frey2018-08-191-8/+7Star
| | * | iio: chemical: bme680: cleanup bme680_read_calib formattingDavid Frey2018-08-191-24/+12Star
| | * | iio: chemical: bme680: use clamp macroDavid Frey2018-08-191-4/+1Star
| | * | iio: tsl2772: add support for regulator frameworkBrian Masney2018-08-191-1/+94
| | * | iio: tsl2772: add support for avago,apds9930Brian Masney2018-08-181-2/+16
| | * | iio: tsl2772: add support for reading proximity led settings from device treeBrian Masney2018-08-181-0/+81
| | * | iio: imu: mpu6050: add support for regulator frameworkBrian Masney2018-08-182-0/+64
| | * | iio: adc: Add QCOM SPMI PMIC5 ADC driverSiddartha Mohanadoss2018-08-185-5/+1047
| | * | iio: chemical: fix spelling mistake "failted" -> "failed"Colin Ian King2018-08-031-1/+1
* | | | Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-10-251-8/+4Star
|\ \ \ \
| * | | | iio: adc: ti_am335x_adc: Disable ADC during suspend unconditionallyVignesh R2018-10-091-8/+4Star
| |/ / /
| | | |
| \ \ \
*-. \ \ \ Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown2018-10-213-13/+16
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| | * | regmap: split up regmap_config.use_single_rwDavid Frey2018-09-073-13/+16
| |/ /
* | | Merge tag 'iio-fixes-4.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-09-092-8/+6Star
|\ \ \ | |/ / |/| |
| * | iio: imu: st_lsm6dsx: take into account ts samples in wm configurationLorenzo Bianconi2018-09-021-7/+6Star
| * | Revert "iio: temperature: maxim_thermocouple: add MAX31856 part"Matt Ranostay2018-09-021-1/+0Star
* | | treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-241-1/+1
* | | Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-221-2/+2
|\ \ \ | |_|/ |/| |
| * | i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin2018-07-131-2/+2
* | | iio: light: si1133: fix uninitialized resp variableMaxime Roussin-BĂ©langer2018-08-011-0/+3
* | | Merge branch 'fixes-togreg' into togregJonathan Cameron2018-08-012-2/+2
|\ \ \ | | |/ | |/|
| * | iio: light: si1133 fix test for val being not zero or not one.Colin Ian King2018-07-301-1/+1
| * | iio: ad9523: Fix return value for ad952x_store()Lars-Peter Clausen2018-07-281-1/+1
* | | iio: adc: xilinx: Move request_irq before enabling interruptsManish Narani2018-07-291-4/+4
* | | iio: adc: xilinx: Remove platform_get_irq from xadc_remove functionManish Narani2018-07-292-5/+6
* | | iio: adc: xilinx: limit pcap clock frequency valueManish Narani2018-07-291-0/+15
* | | iio: adc: xilinx: Check for return values in clk related functionsManish Narani2018-07-291-2/+9
* | | iio: vcnl4000: add support for VCNL4200Tomas Novotny2018-07-292-10/+109
* | | iio: vcnl4000: warn on incorrectly specified device idTomas Novotny2018-07-291-1/+13
* | | iio: vcnl4000: add VCNL4010 and VCNL4020 device idTomas Novotny2018-07-291-0/+9
* | | iio: vcnl4000: make the driver extendableTomas Novotny2018-07-291-18/+67
* | | iio: ad_sigma_delta: use unsigned long for timeoutNicholas Mc Guire2018-07-281-2/+3
* | | iio: chemical: Add support for Bosch BME680 sensorHimanshu Jha2018-07-286-0/+1291
* | | iio: ad9523: support for external signals via gpiosMichael Hennerich2018-07-281-0/+30
|/ /
* | Merge tag 'iio-for-4.19b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2018-07-2538-124/+3883
|\ \