summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ad7793: Add missing error code in ad7793_setup()YueHaibing2021-05-221-0/+1
* iio: adc: ad7923: Fix undersized rx buffer.Jonathan Cameron2021-05-221-1/+3
* iio: adc: ad7768-1: Fix too small buffer passed to iio_push_to_buffers_with_t...Jonathan Cameron2021-05-221-2/+6
* iio: dac: ad5770r: Put fwnode in error case during ->probe()Andy Shevchenko2021-05-221-5/+11
* iio: gyro: fxas21002c: balance runtime power in error pathRui Miguel Silva2021-05-221-0/+2
* iio: adc: ad7192: handle regulator voltage error firstAlexandru Ardelean2021-05-131-7/+4
* iio: adc: ad7192: Avoid disabling a clock that was never enabled.Jonathan Cameron2021-05-131-2/+6
* iio: adc: ad7124: Fix potential overflow due to non sequential channel numbersJonathan Cameron2021-05-131-0/+7
* iio: adc: ad7124: Fix missbalanced regulator enable / disable on error.Jonathan Cameron2021-05-131-16/+13
* iio: tsl2583: Fix division by a zero lux_valColin Ian King2021-05-101-0/+8
* iio: core: return ENODEV if ioctl is unknownAlexandru Ardelean2021-05-101-2/+1
* iio: core: fix ioctl handlers removalTomasz Duszynski2021-05-101-6/+0
* iio: gyro: mpu3050: Fix reported temperature valueDmitry Osipenko2021-05-101-2/+11
* iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean2021-05-109-10/+1
* iio: proximity: pulsedlight: Fix rumtime PM imbalance on errorDinghao Liu2021-05-101-0/+1
* iio: light: gp2ap002: Fix rumtime PM imbalance on errorDinghao Liu2021-05-101-2/+3
* Merge tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2021-04-261-2/+8
|\
* \ Merge tag 'acpi-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-04-261-3/+1
|\ \
| * \ Merge branch 'acpi-messages'Rafael J. Wysocki2021-04-261-3/+1
| |\ \
| | * | IIO: acpi-als: Get rid of ACPICA message printingRafael J. Wysocki2021-03-081-3/+1
| | |/
* | | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-261-50/+50
|\ \ \
| * | | iio/scmi: Port driver to the new scmi_sensor_proto_ops interfaceCristian Marussi2021-03-301-50/+50
* | | | iio: inv_mpu6050: Fully validate gyro and accel scale writesLars-Peter Clausen2021-04-071-6/+14
* | | | iio: sx9310: Fix write_.._debounce()Gwendal Grignou2021-04-071-2/+10
* | | | iio: sx9310: Fix access to variable DT arrayGwendal Grignou2021-04-071-12/+28
* | | | iio: adc: Kconfig: make AD9467 depend on ADI_AXI_ADC symbolAlexandru Ardelean2021-04-071-1/+1
* | | | iio: magnetometer: yas530: Include right headerLinus Walleij2021-04-071-1/+2
* | | | iio: magnetometer: yas530: Fix return value on error pathLinus Walleij2021-04-071-0/+1
* | | | iio:cdc:ad7150: Fix use of uninitialized retJonathan Cameron2021-04-071-1/+1
* | | | iio: hrtimer-trigger: Fix potential integer overflow in iio_hrtimer_store_sam...Gustavo A. R. Silva2021-04-071-1/+1
* | | | iio:adc: Fix trivial typoJonathan Cameron2021-04-071-1/+1
* | | | iio:adc:ad7476: Fix remove handlingJonathan Cameron2021-04-071-14/+4
* | | | iio:adc:ad_sigma_delta: Use IRQF_NO_AUTOEN rather than request and disableJonathan Cameron2021-04-071-5/+2
* | | | iio:imu:adis: Use IRQF_NO_AUTOEN instead of irq request then disableJonathan Cameron2021-04-073-9/+11
* | | | iio:chemical:scd30: Use IRQF_NO_AUTOEN to avoid irq request then disableJonathan Cameron2021-04-071-8/+8
* | | | iio:adc:sun4i-gpadc: Use new IRQF_NO_AUTOEN flag instead of request then disableJonathan Cameron2021-04-071-2/+2
* | | | iio:adc:nau7802: Use IRQF_NO_AUTOEN instead of request then disableJonathan Cameron2021-04-071-3/+3
* | | | iio:adc:exynos-adc: Use new IRQF_NO_AUTOEN flag rather than separate irq_disa...Jonathan Cameron2021-04-071-2/+2
* | | | iio:adc:ad7766: Use new IRQF_NO_AUTOEN to reduce boilerplateJonathan Cameron2021-04-071-8/+7
* | | | iio: buffer: use sysfs_attr_init() on allocated attrsAlexandru Ardelean2021-04-071-0/+1
* | | | iio: trigger: Fix strange (ladder-type) indentationAndy Shevchenko2021-04-071-13/+12
* | | | iio: trigger: Replace explicit casting and wrong specifier with proper oneAndy Shevchenko2021-04-071-2/+1
* | | | iio: adc: stm32-dfsdm: drop __func__ while using Dynamic debugMugilraj Dhavachelvan2021-04-071-5/+5
* | | | iio:adc: Drop false comment about lack of timestamp controlJonathan Cameron2021-04-074-24/+0
* | | | iio:cdc:ad7150: Move driver out of staging.Jonathan Cameron2021-04-075-0/+698
* | | | iio:event: Add timeout event info typeJonathan Cameron2021-04-071-0/+1
* | | | iio: inv_mpu6050: Make interrupt optionalLars-Peter Clausen2021-04-071-19/+32
* | | | iio: inv_mpu6050: Remove superfluous indio_dev->modes assignmentLars-Peter Clausen2021-04-071-1/+0
* | | | iio: buffer: return 0 for buffer getfd ioctl handlerAlexandru Ardelean2021-04-071-1/+1
* | | | iio: Fix iio_read_channel_processed_scale()Linus Walleij2021-04-071-1/+1