summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2020-07-07iio: core: move debugfs data on the private iio dev infoAlexandru Ardelean1-13/+33
2020-07-07iio: core: remove padding from private informationAlexandru Ardelean1-2/+0
2020-07-07iio: core: wrap IIO device into an iio_dev_opaque objectAlexandru Ardelean1-6/+13
2020-07-07iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-13/+17
2020-07-05iio: adc: ad7780: Fix a resource handling path in 'ad7780_probe()'Christophe JAILLET1-1/+1
2020-07-05iio:pressure:ms5611 Fix buffer element alignmentJonathan Cameron1-3/+8
2020-07-05iio:humidity:hts221 Fix alignment and data leak issuesJonathan Cameron2-6/+10
2020-07-05iio:humidity:hdc100x Fix alignment and data leak issuesJonathan Cameron1-3/+7
2020-07-05iio:magnetometer:ak8974: Fix alignment and data leak issuesJonathan Cameron1-3/+7
2020-07-04iio: adc: adi-axi-adc: Fix object reference countingNuno Sá1-2/+2
2020-06-27iio: chemical: scd30: add serial interface driverTomasz Duszynski3-0/+275
2020-06-27iio: chemical: scd30: add I2C interface driverTomasz Duszynski3-0/+151
2020-06-27iio: chemical: scd30: add core driverTomasz Duszynski4-0/+861
2020-06-27iio: imu: inv_icm42600: add accurate timestampingJean-Baptiste Maneyrol8-15/+396
2020-06-27iio: imu: inv_icm42600: add buffer support in iio devicesJean-Baptiste Maneyrol8-2/+1033
2020-06-27iio: imu: inv_icm42600: add device interruptJean-Baptiste Maneyrol4-4/+105
2020-06-27iio: imu: add Kconfig and Makefile for inv_icm42600 driverJean-Baptiste Maneyrol4-0/+43
2020-06-27iio: imu: inv_icm42600: add temperature sensor supportJean-Baptiste Maneyrol4-2/+134
2020-06-27iio: imu: inv_icm42600: add accelerometer IIO deviceJean-Baptiste Maneyrol3-0/+600
2020-06-27iio: imu: inv_icm42600: add gyroscope IIO deviceJean-Baptiste Maneyrol3-0/+613
2020-06-27iio: imu: inv_icm42600: add SPI driver for inv_icm42600 driverJean-Baptiste Maneyrol1-0/+99
2020-06-27iio: imu: inv_icm42600: add I2C driver for inv_icm42600 driverJean-Baptiste Maneyrol1-0/+100
2020-06-27iio: imu: inv_icm42600: add core of new inv_icm42600 driverJean-Baptiste Maneyrol2-0/+1006
2020-06-27iio: adc: Combine read functions for PMIC5 and PMIC7Jishnu Prakash1-30/+19
2020-06-27iio: adc: rockchip_saradc: Add support iio buffersSimon Xue1-35/+110
2020-06-27iio: adc: rockchip_saradc: better prefix for channel constantHeiko Stuebner1-12/+12
2020-06-27iio: adc: rockchip_saradc: move all of probe to devm-functionsHeiko Stuebner1-29/+45
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen48-422/+93
2020-06-20iio: at91_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-15/+15
2020-06-20iio: stm32-dfsdm-adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-32/+33
2020-06-14iio: pressure: zpa2326: handle pm_runtime_get_sync failureNavid Emamdoost1-1/+3
2020-06-14iio: core: add missing IIO_MOD_H2/ETHANOL string identifiersMatt Ranostay1-0/+2
2020-06-14iio: cros_ec: fix spelling mistakeKeyur Patel1-1/+1
2020-06-14iio: Remove superfluous of_node assignmentsLars-Peter Clausen57-58/+0
2020-06-14iio: magnetometer: ak8974: Fix runtime PM imbalance on errorDinghao Liu1-9/+10
2020-06-14iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe()Chuhong Yuan1-1/+4
2020-06-14iio:health:afe4404 Fix timestamp alignment and prevent data leak.Jonathan Cameron1-3/+5
2020-06-14iio:health:afe4403 Fix timestamp alignment and prevent data leak.Jonathan Cameron1-3/+6
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean33-34/+0
2020-06-14iio: light: lm3533-als: use iio_device_set_parent() to assign parentAlexandru Ardelean1-1/+1
2020-06-14iio: remove left-over comments about parent assignmentAlexandru Ardelean3-3/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean289-293/+0
2020-06-14iio: core: pass parent device as parameter during allocationAlexandru Ardelean2-11/+14
2020-06-14iio: amplifiers: ad8366: Change devm_gpiod_get() to optional and add the miss...Chuhong Yuan1-2/+5
2020-06-14iio: Kconfig: at91_adc: add COMPILE_TEST dependency to driverAlexandru Ardelean1-1/+1
2020-06-14iio: stm32-adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-55/+63
2020-06-14iio: dac: ad5592r: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-3/+3
2020-06-14iio: imu: bmi160: added mount-matrix supportJonathan Albrieux2-0/+21
2020-06-14iio: imu: bmi160: added regulator supportJonathan Albrieux2-0/+26
2020-06-14iio: imu: bmi160: fix typoJonathan Albrieux1-1/+1