summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2018-06-24iio: imu: inv_mpu6050: Fix probe() failure on older ACPI based machinesHans de Goede1-0/+2
2018-06-24iio: mma8452: Fix ignoring MMA8452_INT_DRDYLeonard Crestez1-1/+1
2018-06-24iio: tsl2x7x/tsl2772: avoid potential division by zeroColin Ian King1-0/+2
2018-06-24iio: pressure: bmp280: fix relative humidity unitTomasz Duszynski1-3/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook5-13/+19
2018-06-12treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds61-878/+5141
2018-05-22iio: imu: inv_mpu6050: add comment about frequenciesMartin Kelly1-1/+8
2018-05-22iio: dac: Add support for external reference voltage through the regulator fr...Silvan Murer1-9/+61
2018-05-22iio: dac: fix missing of_match_table assignment in the LTC 2632 deviceSilvan Murer1-9/+10
2018-05-22iio: adc: fix spelling mistake: "Freeacale" -> "Freescale"Colin Ian King1-1/+1
2018-05-22iio: amplifiers: ad8366: move channel init before iio_device_register()Alexandru Ardelean1-2/+4
2018-05-20staging: iio: ad2s1200: Move driver out of stagingDavid Veenstra5-0/+234
2018-05-20iio:dac:ad5686: Add AD5681R/AD5682R/AD5683/AD5683R supportStefan Popa3-8/+74
2018-05-20iio:dac:ad5686: Add AD5691R/AD5692R/AD5693/AD5693R supportStefan Popa3-7/+109
2018-05-20iio: adc: stm32-dfsdm: include stm32-dfsdm-adc.hFabrice Gasnier1-2/+2
2018-05-20iio: tsl2583: correct values in integration_time_availableBrian Masney1-1/+1
2018-05-12staging: iio: tsl2x7x/tsl2772: move out of stagingBrian Masney3-0/+1809
2018-05-12iio: accell: mma8452: Reduce sleep time when data not readyRichard Tresidder1-1/+23
2018-05-12iio: adc: ti-ads8688: add trigger and buffer supportSean Nyekjaer1-3/+45
2018-05-12iio: potentiostat: lmp91000: add LMP91002 supportMatt Ranostay1-0/+2
2018-05-12iio: magnetometer: mag3110: Add ability to run in continuous modeRichard Tresidder1-18/+140
2018-05-12iio: adc: stm32-dfsdm: Add support for stm32mp1Fabrice Gasnier1-0/+21
2018-05-12iio: imu: inv_mpu6050: make loop a do-whileMartin Kelly1-2/+2
2018-05-11Merge tag 'iio-for-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman47-827/+2608
2018-05-09Merge tag 'iio-fixes-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman7-65/+90
2018-05-07iio: adc: stm32-adc: add support for STM32MP1Fabrice Gasnier2-22/+91
2018-05-06iio: dac: add TI DAC5571 family supportSean Nyekjaer3-0/+450
2018-05-06iio: imu: inv_mpu6050: minor wording fixesMartin Kelly3-4/+4
2018-05-06iio: imu: inv_mpu6050: fix user_ctrl register overwrittenJean-Baptiste Maneyrol5-12/+17
2018-05-06iio: imu: inv_mpu6050: skip first sample when gyro is onJean-Baptiste Maneyrol3-1/+10
2018-05-06iio: imu: inv_mpu6050: fix possible deadlock between mutex and iioJean-Baptiste Maneyrol1-18/+16
2018-05-06iio: imu: inv_mpu6050: use i2c mux only for chip with i2c aux busJean-Baptiste Maneyrol1-16/+25
2018-04-28iio: afe: rescale: new driverPeter Rosin5-0/+386
2018-04-28iio: accel: bcm150: Remove handling for regmap raw_read_maxCharles Keepax1-20/+3
2018-04-28iio: imu: inv_mpu6050: clean read channel data error pathJean-Baptiste Maneyrol1-6/+10
2018-04-28iio: imu: inv_mpu6050: clean read raw by factorizing out raw dataJean-Baptiste Maneyrol1-54/+62
2018-04-28iio: imu: inv_mpu6050: use devm_* at init and delete removeJean-Baptiste Maneyrol5-47/+12
2018-04-28iio: imu: inv_mpu6050: fix error path not turning chip back offJean-Baptiste Maneyrol2-16/+32
2018-04-28iio: adc: stm32-dfsdm: add check on spi-max-frequencyFabrice Gasnier1-0/+5
2018-04-28iio: adc: stm32-dfsdm: add check on max filter idFabrice Gasnier1-2/+2
2018-04-28iio: adc: stm32-dfsdm: misc style improvements and fixesFabrice Gasnier1-5/+4
2018-04-28iio: common: hid-sensors: simplify getting .drvdataWolfram Sang1-6/+3
2018-04-28iio: common: cros_ec_sensors: simplify getting .drvdataWolfram Sang1-4/+2
2018-04-21iio: accel: st_accel: Add support for the SMO8840 ACPI idHans de Goede1-0/+1
2018-04-21iio:imu: inv_mpu6050: support more interrupt typesMartin Kelly5-8/+64
2018-04-21iio: imu: inv_mpu6050: use set_power_itg function in i2c muxJean-Baptiste Maneyrol1-20/+13
2018-04-21iio: imu: inv_mpu6050: clean set_power_itg and fix usageJean-Baptiste Maneyrol1-20/+24
2018-04-21iio: adc: select buffer for at91-sama5d2_adcEugen Hristev1-0/+1