summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* 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
* | iio: adc: ad7923: register device with devm_iio_device_registerLucas Stankus2021-03-291-13/+1
* | iio: adc: ad7923: use device-managed function for triggered bufferLucas Stankus2021-03-291-12/+3
* | iio: adc: ad7923: use devm_add_action_or_reset for regulator disableLucas Stankus2021-03-291-6/+12
* | iio: dac: Rudimentary typo fixBhaskar Chowdhury2021-03-291-1/+1
* | iio: imu: inv_mpu6050: Use as standalone triggerLinus Walleij2021-03-291-0/+10
* | iio:accel:adis16201: Fix wrong axis assignment that prevents loadingJonathan Cameron2021-03-291-1/+1
* | iio: dac: Convert powerdown read callbacks to sysfs_emit()Lars-Peter Clausen2021-03-2919-23/+23
* | iio: __iio_format_value(): Convert to sysfs_emit_at()Lars-Peter Clausen2021-03-291-26/+26
* | iio: iio_enum_available_read(): Convert to sysfs_emit_at()Lars-Peter Clausen2021-03-291-1/+1
* | iio: core: Use sysfs_emit() (trivial bits)Lars-Peter Clausen2021-03-294-21/+21
* | Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-03-26156-1026/+4692
|\ \
| * | Merge remote-tracking branch 'local/ib-iio-scmi-5.12-rc2-take3' into togregJonathan Cameron2021-03-265-0/+697
| |\|
| | * iio/scmi: Adding support for IIO SCMI Based SensorsJyoti Bhayana2021-03-135-0/+708
| * | iio: acpi_als: Add trigger supportGwendal Grignou2021-03-251-28/+68
| * | iio: acpi_als: Add local variable dev in probeGwendal Grignou2021-03-251-4/+5
| * | iio: acpi_als: Add timestamp channelGwendal Grignou2021-03-251-6/+4
| * | iio: adc: ad7292: Modify the bool initialization assignmentGuoqing Chi2021-03-251-1/+1
| * | iio: cros: unify hw fifo attributes without API changesGwendal Grignou2021-03-256-25/+13
| * | iio: kfifo: add devm_iio_triggered_buffer_setup_ext variantAlexandru Ardelean2021-03-251-6/+10
| * | iio:magnetometer: Add Support for ST IIS2MDCLI Qingwu2021-03-254-0/+12