summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
* | iio: dac: ad5766: add driver support for AD5766Cristian Pop2021-01-223-0/+654
* | iio: hid-sensor-rotation: Add timestamp channelYe Xiang2021-01-221-20/+26
* | iio: hid-sensor-incl-3d: Add timestamp channelYe Xiang2021-01-221-16/+27
* | iio: hid-sensor-magn-3d: Add timestamp channelYe Xiang2021-01-221-18/+30
* | iio: hid-sensor-als: Add timestamp channelYe Xiang2021-01-221-16/+23
* | iio: hid-sensor-gyro-3d: Add timestamp channelYe Xiang2021-01-221-16/+24
* | iio: hid-sensor-accel-3d: Add timestamp channel for gravity sensorYe Xiang2021-01-221-2/+4
* | iio: magnetometer: bmc150: Add rudimentary regulator supportStephan Gerhold2021-01-221-1/+25
* | iio: Handle enumerated properties with gapsLars-Peter Clausen2021-01-221-3/+36
* | iio: hid-sensors: Add hinge sensor driverYe Xiang2021-01-224-0/+404
* | iio: gyro: bmg160: Add rudimentary regulator supportStephan Gerhold2021-01-221-0/+25
* | iio: accel: kxcjk1013: Add rudimentary regulator supportDevajith V S2021-01-221-0/+32
* | iio: adc: ad7476: Add LTC2314-14 supportDragos Bogdan2021-01-091-0/+6
* | iio: adc: stm32-adc: Remove redundant null check before clk_prepare_enable/cl...Xu Wang2021-01-092-27/+16
* | iio: frequency: adf4350: Remove redundant null check before clk_disable_unpre...Xu Wang2021-01-091-4/+2
* | iio: adc: ab8500-gpadc: Support non-hw-conversionLinus Walleij2021-01-091-12/+18
* | iio: sc27xx_adc: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2021-01-091-1/+1
* | iio: magnetometer: Add driver for Yamaha YAS530Linus Walleij2021-01-093-0/+1066
* | iio: tsl2583: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2021-01-091-4/+4
* | iio: bme680: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2021-01-091-1/+1
* | iio: vl6180: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2021-01-091-1/+1
* | iio:light:apds9960 add detection for MSHW0184 ACPI device in apds9960 driverMax Leiter2021-01-091-0/+8
* | iio: imu: inv_mpu6050: Add support for MPU-6880Stephan Gerhold2021-01-095-4/+25
* | iio: chemical: pms7003: convert comma to semicolonZheng Yongjun2021-01-091-1/+1
* | iio: core: Copy iio_info.attrs->is_visible into iio_dev_opaque.chan_attr_grou...Hans de Goede2021-01-091-1/+4
* | iio: adc: xilinx: use more devres helpers and remove remove()Bartosz Golaszewski2021-01-091-78/+55
* | iio: adc: xilinx: use devm_krealloc() instead of kfree() + kcalloc()Bartosz Golaszewski2021-01-091-5/+12
* | iio: adc: xilinx: use helper variable for &pdev->devBartosz Golaszewski2021-01-091-6/+7
* | iio: xilinx-xadc: Add basic support for Ultrascale System MonitorLars-Peter Clausen2021-01-094-58/+171
|/
* Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-12-1575-906/+2020
|\
| * iio: adc: rockchip_saradc: fix missing clk_disable_unprepare() on error in ro...Qinglang Miao2020-12-031-1/+1
| * iio: imu: st_lsm6dsx: fix edge-trigger interruptsLorenzo Bianconi2020-12-031-5/+21
| * iio: sysfs-trigger: Mark irq_work to expire in hardirq contextLars-Peter Clausen2020-12-031-0/+1
| * iio: hrtimer-trigger: Mark hrtimer to expire in hard interrupt contextLars-Peter Clausen2020-12-031-2/+2
| * iio: accel: bmc150: Get mount-matrix from ACPIHans de Goede2020-12-031-4/+104
| * iio: accel: bmc150: Check for a second ACPI device for BOSC0200Jeremy Cline2020-12-033-2/+62
| * iio: accel: bmc150: Removed unused bmc150_accel_dat irq memberHans de Goede2020-12-031-5/+2
| * iio:gyro:mpu3050 Treat otp value as a __le64 and use FIELD_GET() to break upJonathan Cameron2020-12-031-12/+16
| * iio:adc:ti-ads124s08: Fix alignment and data leak issues.Jonathan Cameron2020-12-031-3/+10
| * iio:adc:ti-ads124s08: Fix buffer being too long.Jonathan Cameron2020-12-031-1/+1
| * iio:pressure:mpl3115: Force alignment of bufferJonathan Cameron2020-12-031-1/+8
| * iio:imu:bmi160: Fix alignment and data leak issuesJonathan Cameron2020-12-032-4/+9
| * iio:imu:bmi160: Fix too large a buffer.Jonathan Cameron2020-12-031-2/+2
| * iio:magnetometer:mag3110: Fix alignment and data leak issues.Jonathan Cameron2020-12-031-4/+9
| * iio:light:st_uvis25: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-12-032-3/+10
| * iio:light:rpr0521: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-12-031-4/+13
| * iio:adc:ti-adc084s021 Tidy up endian typesJonathan Cameron2020-12-031-5/+5
| * iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-0310-59/+38
| * iio: Fix: Do not poll the driver again if try_reenable() callback returns non 0.Jonathan Cameron2020-12-031-3/+1
| * io:core: In iio_map_array_register() cleanup in case of errorLino Sanfilippo2020-12-031-0/+2