summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* iio: adxl372: Add support for I2C communicationStefan Popa2018-09-085-1/+75
* iio: adxl372: Refactor the driverStefan Popa2018-09-085-51/+101
* iio: pressure: ms5611: switch to SPDX identifierTomasz Duszynski2018-09-084-16/+4
* iio: light: bh1750: switch to SPDX identifierTomasz Duszynski2018-09-081-4/+1
* iio: imu: st_lsm6dsx: add support to LSM6DSOLorenzo Bianconi2018-09-026-8/+205
* iio: imu: st_lsm6dsx: add addr/max_word_len to st_lsm6dsx_read_block()Lorenzo Bianconi2018-09-021-7/+9
* iio: imu: st_lsm6dsx: make st_lsm6dsx_check_odr() non-staticLorenzo Bianconi2018-09-022-2/+2
* iio: imu: st_lsm6dsx: add read_fifo callback to fifo_opsLorenzo Bianconi2018-09-023-3/+11
* iio: dac: ad5758: Add support for hard resetStefan Popa2018-09-021-2/+24
* iio: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-023-9/+9
* iio: adc: qcom-spmi-adc5: Verify channel numbers from DTMatthias Kaehlcke2018-09-021-1/+2
* iio: light: isl29501: Simplify code to kill compiler warningGeert Uytterhoeven2018-09-021-10/+2
* iio: adc: sc27xx: Add ADC scale calibrationBaolin Wang2018-09-021-3/+71
* iio: adc: sc27xx: Add raw data supportBaolin Wang2018-09-021-35/+45
* iio: dac: ti-dac5571: provide of_match_table to driverMarcus Folkesson2018-08-251-0/+1
* iio: dac: mcp4922: fix error handling in mcp4922_write_rawMarcus Folkesson2018-08-251-3/+8
* iio: dac: add support for ltc1660Marcus Folkesson2018-08-253-0/+261
* iio:adxl372: Add filter bandwidth supportStefan Popa2018-08-251-2/+36
* iio:adxl372: Add sampling frequency supportStefan Popa2018-08-251-1/+73
* iio: adxl372: Provide validate_trigger and validate_device callbacksStefan Popa2018-08-251-0/+13
* iio: chemical: bme680: Remove field value definesDavid Frey2018-08-252-4/+3
* iio: multiplexer: switch to SPDX license identifierPeter Rosin2018-08-201-4/+1
* iio: dpot-dac: switch to SPDX license identifierPeter Rosin2018-08-201-4/+1
* iio: envelope-detector: switch to SPDX license identifierPeter Rosin2018-08-201-4/+1
* iio: potentiometer: mcp4531: switch to SPDX license identifierPeter Rosin2018-08-201-5/+2
* iio: potentiometer: mcp4018: use the correct MODULE_LICENSEPeter Rosin2018-08-201-1/+1
* iio: potentiometer: merge calls to of_match_device and of_device_get_match_dataJulia Lawall2018-08-193-15/+6
* iio: chemical: bme680: Add check for val2 in the write_raw functionHimanshu Jha2018-08-191-0/+3
* iio: adc: add support for mcp3911Marcus Folkesson2018-08-193-0/+374
* iio: adxl345: move null check for i2c id at start of probeAlexandru Ardelean2018-08-191-1/+4
* iio: max44000: remove unused variable max44000_alstim_shiftColin Ian King2018-08-191-1/+0
* iio:adxl372: Add FIFO and interrupts supportStefan Popa2018-08-191-1/+356
* Merge tag 'regmap-noinc-read' into togregJonathan Cameron2018-08-192-1/+81
|\
| * regmap: Add regmap_noinc_read APICrestez Dan Leonard2018-08-092-1/+81
* | 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/+3
* | iio: dac: max5821: avoid using CONFIG_PM_SLEEPMarcus Folkesson2018-08-191-8/+3
* | iio: dac: max517: avoid using CONFIG_PM_SLEEPMarcus Folkesson2018-08-191-8/+3
* | drivers: iio: Update MODULE AUTHOR email addressMichael Hennerich2018-08-1923-23/+23
* | 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/+0
* | iio: chemical: bme680: simplify oversampling handlingDavid Frey2018-08-191-63/+36
* | 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/+7
* | iio: chemical: bme680: cleanup bme680_read_calib formattingDavid Frey2018-08-191-24/+12
* | iio: chemical: bme680: use clamp macroDavid Frey2018-08-191-4/+1