summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2021-01-22iio:pressure:ms5637: introduce hardware differentiationAlexandre Belloni
2021-01-22iio: dac: ad5766: add driver support for AD5766Cristian Pop
2021-01-22iio: hid-sensor-rotation: Add timestamp channelYe Xiang
2021-01-22iio: hid-sensor-incl-3d: Add timestamp channelYe Xiang
2021-01-22iio: hid-sensor-magn-3d: Add timestamp channelYe Xiang
2021-01-22iio: hid-sensor-als: Add timestamp channelYe Xiang
2021-01-22iio: hid-sensor-gyro-3d: Add timestamp channelYe Xiang
2021-01-22iio: hid-sensor-accel-3d: Add timestamp channel for gravity sensorYe Xiang
2021-01-22iio: magnetometer: bmc150: Add rudimentary regulator supportStephan Gerhold
2021-01-22iio: Handle enumerated properties with gapsLars-Peter Clausen
2021-01-22iio: hid-sensors: Add hinge sensor driverYe Xiang
2021-01-22iio: gyro: bmg160: Add rudimentary regulator supportStephan Gerhold
2021-01-22iio: accel: kxcjk1013: Add rudimentary regulator supportDevajith V S
2021-01-09iio: adc: ad7476: Add LTC2314-14 supportDragos Bogdan
2021-01-09iio: adc: stm32-adc: Remove redundant null check before clk_prepare_enable/cl...Xu Wang
2021-01-09iio: frequency: adf4350: Remove redundant null check before clk_disable_unpre...Xu Wang
2021-01-09iio: adc: ab8500-gpadc: Support non-hw-conversionLinus Walleij
2021-01-09iio: sc27xx_adc: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen
2021-01-09iio: magnetometer: Add driver for Yamaha YAS530Linus Walleij
2021-01-09iio: tsl2583: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen
2021-01-09iio: bme680: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen
2021-01-09iio: vl6180: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen
2021-01-09iio:light:apds9960 add detection for MSHW0184 ACPI device in apds9960 driverMax Leiter
2021-01-09iio: imu: inv_mpu6050: Add support for MPU-6880Stephan Gerhold
2021-01-09iio: chemical: pms7003: convert comma to semicolonZheng Yongjun
2021-01-09iio: core: Copy iio_info.attrs->is_visible into iio_dev_opaque.chan_attr_grou...Hans de Goede
2021-01-09iio: adc: xilinx: use more devres helpers and remove remove()Bartosz Golaszewski
2021-01-09iio: adc: xilinx: use devm_krealloc() instead of kfree() + kcalloc()Bartosz Golaszewski
2021-01-09iio: adc: xilinx: use helper variable for &pdev->devBartosz Golaszewski
2021-01-09iio: xilinx-xadc: Add basic support for Ultrascale System MonitorLars-Peter Clausen
2020-12-15Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-12-03iio: adc: rockchip_saradc: fix missing clk_disable_unprepare() on error in ro...Qinglang Miao
2020-12-03iio: imu: st_lsm6dsx: fix edge-trigger interruptsLorenzo Bianconi
2020-12-03iio: sysfs-trigger: Mark irq_work to expire in hardirq contextLars-Peter Clausen
2020-12-03iio: hrtimer-trigger: Mark hrtimer to expire in hard interrupt contextLars-Peter Clausen
2020-12-03iio: accel: bmc150: Get mount-matrix from ACPIHans de Goede
2020-12-03iio: accel: bmc150: Check for a second ACPI device for BOSC0200Jeremy Cline
2020-12-03iio: accel: bmc150: Removed unused bmc150_accel_dat irq memberHans de Goede
2020-12-03iio:gyro:mpu3050 Treat otp value as a __le64 and use FIELD_GET() to break upJonathan Cameron
2020-12-03iio:adc:ti-ads124s08: Fix alignment and data leak issues.Jonathan Cameron
2020-12-03iio:adc:ti-ads124s08: Fix buffer being too long.Jonathan Cameron
2020-12-03iio:pressure:mpl3115: Force alignment of bufferJonathan Cameron
2020-12-03iio:imu:bmi160: Fix alignment and data leak issuesJonathan Cameron
2020-12-03iio:imu:bmi160: Fix too large a buffer.Jonathan Cameron
2020-12-03iio:magnetometer:mag3110: Fix alignment and data leak issues.Jonathan Cameron
2020-12-03iio:light:st_uvis25: Fix timestamp alignment and prevent data leak.Jonathan Cameron
2020-12-03iio:light:rpr0521: Fix timestamp alignment and prevent data leak.Jonathan Cameron
2020-12-03iio:adc:ti-adc084s021 Tidy up endian typesJonathan Cameron
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron
2020-12-03iio: Fix: Do not poll the driver again if try_reenable() callback returns non 0.Jonathan Cameron