aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds5-5/+0
2020-01-31iio: adc: qcom-vadc-common: use <linux/units.h> helpersAkinobu Mita2-4/+3
2020-01-22Merge 5.5-rc7 into staging-nextGreg Kroah-Hartman5-10/+15
2020-01-18iio: dac: stm32-dac: better handle reset controller failuresEtienne Carriere1-2/+10
2020-01-18iio: dac: stm32-dac: use reset controller only at probe timeEtienne Carriere1-6/+5
2020-01-18iio: accel: kxcjk1013: Support orientation matrixDmitry Osipenko1-2/+25
2020-01-18iio: imu: st_lsm6dsx: add mount matrix supportMartin Kepplinger2-0/+23
2020-01-18iio: adc: stm32-adc: don't print an error on probe deferralEtienne Carriere1-3/+6
2020-01-18iio: imu: adis16480: Add support for ADIS16490Stefan Popa1-0/+17
2020-01-18iio: accel: bma400: prevent setting accel scale too lowDan Carpenter1-1/+2
2020-01-18iio: imu/mpu6050: support dual-edge IRQMichał Mirosław2-5/+2
2020-01-18iio: imu: inv_mpu6050: add fifo temperature data supportJean-Baptiste Maneyrol4-141/+90
2020-01-18iio: magnetometer: ak8975: Convert to use device_get_match_data()Andy Shevchenko1-23/+16
2020-01-18iio: magnetometer: ak8975: Get rid of platform dataAndy Shevchenko1-11/+3
2020-01-18iio: adc: ad7124: Set IRQ type to fallingAlexandru Tachici1-1/+1
2020-01-18iio: adc: ad-sigma-delta: Allow custom IRQ flagsAlexandru Tachici5-1/+6
2020-01-13iio: imu: adis: use new `delay` structure for SPI transfer delaysAlexandru Ardelean1-9/+18
2020-01-13iio: adc: stm32-dfsdm: adapt sampling rate to oversampling ratioOlivier Moysan1-13/+19
2020-01-13iio: adc: stm32-dfsdm: fix single conversionOlivier Moysan1-0/+2
2020-01-13iio: st_sensors: Make use of device propertiesAndy Shevchenko10-61/+20
2020-01-13iio: st_sensors: Drop redundant parameter from st_sensors_of_name_probe()Andy Shevchenko9-67/+24
2020-01-13iio: st_gyro: Correct data for LSM9DS0 gyroAndy Shevchenko1-1/+74
2020-01-13iio: imu: st_lsm6dsx: check return value from st_lsm6dsx_sensor_set_enableLorenzo Bianconi1-2/+5
2020-01-13iio: light: vcnl4000: Fix scale for vcnl4040Guido Günther1-1/+2
2020-01-13iio: buffer: align the size of scan bytes to size of the largest elementLars Möllendorf1-1/+5
2020-01-13iio: chemical: pms7003: fix unmet triggered buffer dependencyTomasz Duszynski1-0/+1
2020-01-13iio: imu: st_lsm6dsx: Fix selection of ST_LSM6DS3_IDStephan Gerhold1-1/+2
2020-01-13iio: adc: ad7124: Fix DT channel configurationAlexandru Tachici1-7/+5
2020-01-12iio: chemical: atlas-sensor: add helper function atlas_buffer_num_channels()Matt Ranostay1-1/+12
2020-01-12iio: humidity: dht11 remove TODO since it doesn't make senseKent Gustavsson1-1/+0
2020-01-12iio: adis: Remove startup_delayNuno Sá5-5/+0
2020-01-12iio: adis: Introduce timeouts structureNuno Sá8-7/+200
2020-01-12iio: adc: at91-sama5d2_adc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-3/+3
2020-01-12iio: adc: stm32-adc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-2/+14
2020-01-12iio: adc: stm32-dfsdm: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-4/+17
2020-01-10Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman83-801/+3818
2020-01-07cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra5-5/+0
2019-12-30iio: accel: bma180: BMA254 supportLinus Walleij2-17/+95
2019-12-29iio: pressure: bmp280: Allow device to be enumerated from ACPIAndy Shevchenko1-6/+1
2019-12-29iio: pressure: bmp280: Drop ACPI supportAndy Shevchenko1-11/+0
2019-12-29iio: buffer: rename 'read_first_n' callback to 'read'Lars-Peter Clausen6-15/+14
2019-12-29iio: buffer-dmaengine: Report buffer length requirementsLars-Peter Clausen1-0/+21
2019-12-29iio: pressure: Add driver for DLH pressure sensorsTomislav Denis3-0/+388
2019-12-29iio: buffer-dmaengine: Add module informationLars-Peter Clausen1-0/+5
2019-12-29iio: accel: bma180: Use explicit member assignmentLinus Walleij1-24/+44
2019-12-29iio: accel: bma180: Basic regulator supportLinus Walleij1-0/+42
2019-12-29iio: accel: bma180: Add dev helper variableLinus Walleij1-9/+10
2019-12-29iio: imu: st_lsm6dsx: enable sensor-hub support for lsm6dsmLorenzo Bianconi4-15/+94
2019-12-29iio: imu: st_lsm6dsx: rename st_lsm6dsx_shub_read_reg in st_lsm6dsx_shub_read_outputLorenzo Bianconi1-5/+6
2019-12-29iio: imu: st_lsm6dsx: check if shub_output reg is located in primary pageLorenzo Bianconi3-15/+28