aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2021-05-17iio: light: Added AMS tsl2591 driver implementationJoe Sandom3-0/+1237
2021-05-17iio: adis_buffer: check return value on page changeNuno Sa1-1/+7
2021-05-17iio: adis16400: do not return ints in irq handlersNuno Sa1-3/+0
2021-05-17iio: adis_buffer: do not return ints in irq handlersNuno Sa1-3/+0
2021-05-17iio: adc: ad7298: Enable on Intel Galileo Gen 1Andy Shevchenko1-0/+8
2021-05-17iio: trigger: stm32-timer: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-1/+1
2021-05-17iio: light: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-1/+1
2021-05-17iio:chemical:sps30: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-3/+3
2021-05-17iio: temperature: add driver support for ti tmp117Puranjay Mohan3-0/+196
2021-05-17iio: adc: exynos: drop unneeded variable assignmentKrzysztof Kozlowski1-1/+1
2021-05-13iio: adc: ad7192: handle regulator voltage error firstAlexandru Ardelean1-7/+4
2021-05-13iio: adc: ad7192: Avoid disabling a clock that was never enabled.Jonathan Cameron1-2/+6
2021-05-13iio: adc: ad7124: Fix potential overflow due to non sequential channel numbersJonathan Cameron1-0/+7
2021-05-13iio: adc: ad7124: Fix missbalanced regulator enable / disable on error.Jonathan Cameron1-16/+13
2021-05-10iio: tsl2583: Fix division by a zero lux_valColin Ian King1-0/+8
2021-05-10iio: core: return ENODEV if ioctl is unknownAlexandru Ardelean1-2/+1
2021-05-10iio: core: fix ioctl handlers removalTomasz Duszynski1-6/+0
2021-05-10iio: gyro: mpu3050: Fix reported temperature valueDmitry Osipenko1-2/+11
2021-05-10iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean9-10/+1
2021-05-10iio: proximity: pulsedlight: Fix rumtime PM imbalance on errorDinghao Liu1-0/+1
2021-05-10iio: light: gp2ap002: Fix rumtime PM imbalance on errorDinghao Liu1-2/+3
2021-04-26Merge tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-2/+8
2021-04-26Merge tag 'acpi-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+1
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-50/+50
2021-04-26Merge branch 'acpi-messages'Rafael J. Wysocki1-3/+1
2021-04-07iio: inv_mpu6050: Fully validate gyro and accel scale writesLars-Peter Clausen1-6/+14
2021-04-07iio: sx9310: Fix write_.._debounce()Gwendal Grignou1-2/+10
2021-04-07iio: sx9310: Fix access to variable DT arrayGwendal Grignou1-12/+28
2021-04-07iio: adc: Kconfig: make AD9467 depend on ADI_AXI_ADC symbolAlexandru Ardelean1-1/+1
2021-04-07iio: magnetometer: yas530: Include right headerLinus Walleij1-1/+2
2021-04-07iio: magnetometer: yas530: Fix return value on error pathLinus Walleij1-0/+1
2021-04-07iio:cdc:ad7150: Fix use of uninitialized retJonathan Cameron1-1/+1
2021-04-07iio: hrtimer-trigger: Fix potential integer overflow in iio_hrtimer_store_sampling_frequencyGustavo A. R. Silva1-1/+1
2021-04-07iio:adc: Fix trivial typoJonathan Cameron1-1/+1
2021-04-07iio:adc:ad7476: Fix remove handlingJonathan Cameron1-14/+4
2021-04-07iio:adc:ad_sigma_delta: Use IRQF_NO_AUTOEN rather than request and disableJonathan Cameron1-5/+2
2021-04-07iio:imu:adis: Use IRQF_NO_AUTOEN instead of irq request then disableJonathan Cameron3-9/+11
2021-04-07iio:chemical:scd30: Use IRQF_NO_AUTOEN to avoid irq request then disableJonathan Cameron1-8/+8
2021-04-07iio:adc:sun4i-gpadc: Use new IRQF_NO_AUTOEN flag instead of request then disableJonathan Cameron1-2/+2
2021-04-07iio:adc:nau7802: Use IRQF_NO_AUTOEN instead of request then disableJonathan Cameron1-3/+3
2021-04-07iio:adc:exynos-adc: Use new IRQF_NO_AUTOEN flag rather than separate irq_disable()Jonathan Cameron1-2/+2
2021-04-07iio:adc:ad7766: Use new IRQF_NO_AUTOEN to reduce boilerplateJonathan Cameron1-8/+7
2021-04-07iio: buffer: use sysfs_attr_init() on allocated attrsAlexandru Ardelean1-0/+1
2021-04-07iio: trigger: Fix strange (ladder-type) indentationAndy Shevchenko1-13/+12
2021-04-07iio: trigger: Replace explicit casting and wrong specifier with proper oneAndy Shevchenko1-2/+1
2021-04-07iio: adc: stm32-dfsdm: drop __func__ while using Dynamic debugMugilraj Dhavachelvan1-5/+5
2021-04-07iio:adc: Drop false comment about lack of timestamp controlJonathan Cameron4-24/+0
2021-04-07iio:cdc:ad7150: Move driver out of staging.Jonathan Cameron5-0/+698
2021-04-07iio:event: Add timeout event info typeJonathan Cameron1-0/+1
2021-04-07iio: inv_mpu6050: Make interrupt optionalLars-Peter Clausen1-19/+32