summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-5.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-02-0441-52/+4455
|\
| * iio: chemical: sps30: remove printk format specifierTomasz Duszynski2019-02-021-2/+0
| * iio: light: add driver for MAX44009Robert Eshleman2019-02-023-0/+566
| * iio: adc: Add AD7768-1 ADC basic supportStefan Popa2019-02-023-0/+473
| * iio: imu: mpu6050: Add support for the ICM 20602 IMURandolph Maaßen2019-02-025-7/+58
| * iio: st_accel: use ACPI orientation dataDaniel Drake2019-02-021-1/+170
| * iio: adc: add NPCM ADC driverTomer Maimon2019-01-193-0/+346
| * iio: chemical: sps30: allow changing self cleaning periodTomasz Duszynski2019-01-191-18/+125
| * iio: chemical: bme680: Add device-tree supportSebastien Bourdelin2019-01-192-0/+15
| * iio:st_pressure:initial lps22hh sensor supportmario tesi2019-01-195-1/+82
| * iio: accell: mma8452: add vdd/vddio regulator operation supportAnson Huang2019-01-121-22/+83
| * iio: light: isl29018: add vcc regulator operation supportAnson Huang2019-01-121-1/+45
| * iio: magnetometer: mag3110: add vdd/vddio regulator operation supportAnson Huang2019-01-121-8/+86
| * iio: dac: ad5686: Add support for AD5674R/AD5679RMircea Caprioru2019-01-124-7/+50
| * iio: adc: Add the TI ads124s08 ADC codeDan Murphy2019-01-123-0/+387
| * iio: adc: xilinx: check return value of xadc_write_adc_regAditya Pakki2019-01-051-1/+3
| * iio: adc: meson-saradc: enable the temperature sensor two more SoCsMartin Blumenstingl2019-01-051-0/+33
| * staging: iio: adc: ad7606: Move out of stagingStefan Popa2019-01-056-0/+899
| * iio: ad9523: fix a missing check of return valueKangjie Lu2019-01-051-2/+5
| * iio: chemical: sps30: add support for self cleaningTomasz Duszynski2019-01-051-1/+34
| * iio: imu: st_lsm6dsx: remove set but not used variable ''YueHaibing2018-12-221-2/+0
| * iio: chemical: sgp30: Support Sensirion SGP30/SGPC3 sensorsAndreas Brauchli2018-12-162-0/+592
| * iio: chemical: add support for Sensirion SPS30 sensorTomasz Duszynski2018-12-163-0/+419
| * iio: add IIO_MASSCONCENTRATION channel typeTomasz Duszynski2018-12-161-0/+5
* | Merge tag 'mfd-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2019-01-151-1/+4
|\ \
| * | iio: adc: ti_am335x_tscadc: Improve accuracy of measurementVignesh R2018-12-031-1/+4
* | | Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-2865-452/+5308
|\ \ \ | | |/ | |/|
| * | Merge tag 'iio-for-4.21b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2018-12-1324-226/+829
| |\ \
| | * | iio: adc: qcom-spmi-adc5: Initialize prescale properlyEvan Green2018-12-121-27/+31
| | * | iio: adc: Allow selection of Exynos ADC on S5PV210Jonathan Bakker2018-12-121-1/+1
| | * | iio: adc: exynos-adc: Add S5PV210 variantJonathan Bakker2018-12-121-0/+14
| | * | iio: bmi160: use all devm functions in probeMartin Kelly2018-12-104-41/+14
| | * | iio: dac: ad5686: fix bit shift read registerMircea Caprioru2018-12-081-1/+2
| | * | iio:dac:ad5686: Add AD5310R supportStefan Popa2018-12-083-3/+41
| | * | iio: core: check 'info' value before registering the deviceAndi Shyti2018-12-081-0/+3
| | * | iio: magnetometer: ak8975: Add the "AKM9911" ACPI HIDStephan Gerhold2018-12-011-0/+1
| | * | staging:iio:ad2s90: Move out of stagingMatheus Tavares2018-12-013-0/+142
| | * | iio: imu: st_lsm6dsx: do not use a fixed read len in read_oneshotLorenzo Bianconi2018-11-251-6/+8
| | * | iio: hid-sensor-hub: clean up indentation, remove extraneous tabColin Ian King2018-11-251-1/+1
| | * | iio: adc: stm32-adc: switch off running adc when going to low powerFabrice Gasnier2018-11-251-16/+63
| | * | iio: adc: stm32-adc: add power management supportFabrice Gasnier2018-11-252-93/+258
| | * | iio: adc: stm32-adc: move self-calibration to prepare routineFabrice Gasnier2018-11-251-35/+24
| | * | iio: accel: kxcjk1013: Add KIOX010A ACPI Hardware-IDHans de Goede2018-11-251-0/+1
| | * | iio: potentiometer: Add driver for Microchip MCP41xxx/42xxxChris Coffey2018-11-253-0/+216
| | * | iio: adc: meson-saradc: fix internal clock namesMartin Blumenstingl2018-11-251-4/+4
| | * | iio: adc: meson-saradc: check for devm_kasprintf failureNicholas Mc Guire2018-11-251-0/+6
| | * | iio: accel: kxcjk-1013: Add the "KXJ2109" ACPI HIDStephan Gerhold2018-11-251-0/+1
| * | | Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman2018-12-0310-28/+40
| |\ \ \ | | |/ / | |/| |
| * | | Merge tag 'iio-for-4.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2018-11-2245-232/+4485
| |\ \ \ | | |_|/ | |/| |
| | * | iio: adc: Add ad7124 supportStefan Popa2018-11-173-0/+696