aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-22iio: adc: ad7793: Add missing error code in ad7793_setup()YueHaibing1-0/+1
2021-05-22iio: adc: ad7923: Fix undersized rx buffer.Jonathan Cameron1-1/+3
2021-05-22iio: adc: ad7768-1: Fix too small buffer passed to iio_push_to_buffers_with_timestamp()Jonathan Cameron1-2/+6
2021-05-22iio: dac: ad5770r: Put fwnode in error case during ->probe()Andy Shevchenko1-5/+11
2021-05-22iio: gyro: fxas21002c: balance runtime power in error pathRui Miguel Silva1-0/+2
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
2021-04-07iio: inv_mpu6050: Remove superfluous indio_dev->modes assignmentLars-Peter Clausen1-1/+0
2021-04-07iio: buffer: return 0 for buffer getfd ioctl handlerAlexandru Ardelean1-1/+1
2021-04-07iio: Fix iio_read_channel_processed_scale()Linus Walleij1-1/+1
2021-03-30iio/scmi: Port driver to the new scmi_sensor_proto_ops interfaceCristian Marussi1-50/+50
2021-03-29iio: adc: ad7923: register device with devm_iio_device_registerLucas Stankus1-13/+1