summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio
Commit message (Expand)AuthorAgeFilesLines
* staging: iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-282-2/+2
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-279-1487/+0
|\
| * staging: iio: resolver: ads1210: fix config modeNuno Sá2023-04-101-1/+1
| * staging: iio: meter: Drop ade7854 driverJonathan Cameron2023-03-119-1487/+0
* | Merge tag 'staging-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | staging: iio: resolver: ads1210: fix config modeNuno Sá2023-03-281-1/+1
| |/
* / staging: iio: resolver: ad2s1210: Add explicit include for of.hRob Herring2023-04-061-0/+1
|/
* staging: iio: accel: adis16240: Call '__adis_initial_startup()'Ramona Bolboaca2022-11-231-1/+1
* staging: iio: accel: adis16203: Call '__adis_initial_startup()'Ramona Bolboaca2022-11-231-1/+1
* staging: iio: ade7854: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* staging: iio: ad5933: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* staging: iio: adt7316: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* staging: iio: meter: replace ternary operator by if conditionDeepak R Varma2022-11-231-1/+4
* staging: iio: frequency: ad9834: merge unnecessary split linesDeepak R Varma2022-11-231-4/+2
* staging: iio: frequency: ad9832: Fix alignment for DMA safetyJonathan Cameron2022-08-201-2/+2
* staging: iio: resolver: ad2s1210: Fix alignment for DMA safetyJonathan Cameron2022-08-151-2/+2
* staging: iio: meter: ade7854: Fix alignment for DMA safetyJonathan Cameron2022-08-151-1/+1
* staging: iio: frequency: ad9834: Fix alignment for DMA safetyJonathan Cameron2022-08-151-1/+1
* iio: cdc: ad7746: Move driver out of staging.Jonathan Cameron2022-08-155-845/+0
* staging: iio: ad7746: White space cleanupJonathan Cameron2022-08-151-10/+7
* staging: iio: cdc: ad7746: Use read_avail() rather than opencoding.Jonathan Cameron2022-08-151-6/+33
* staging: iio: cdc: ad7746: Switch from _offset to _zeropoint for differential...Jonathan Cameron2022-08-151-2/+8
* staging: iio: cdc: ad7746: Use _raw and _scale for temperature channels.Jonathan Cameron2022-08-151-15/+8
* staging: iio: cdc: ad7746: Drop unused i2c_set_clientdata()Jonathan Cameron2022-08-151-2/+0
* staging: iio: cdc: ad7746: Break up use of chan->address and use FIELD_PREP etcJonathan Cameron2022-08-151-53/+99
* staging: iio: cdc: ad7764: Push locking down into case statements in read/wri...Jonathan Cameron2022-08-151-73/+54
* staging: iio: cdc: ad7746: Factor out ad7746_read_channel()Jonathan Cameron2022-08-151-34/+46
* staging: iio: cdc: ad7746: Use local buffer for multi byte reads.Jonathan Cameron2022-08-151-6/+3
* staging: iio: cdc: ad7746: Push handling of supply voltage scale to userspace.Jonathan Cameron2022-08-151-10/+6
* staging: iio: cdc: ad7746: Use explicit be24 handling.Jonathan Cameron2022-08-151-7/+7
* staging: iio: ad2s1210: remove redundant assignment to variable negativeColin Ian King2022-04-281-1/+0
* iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen2022-04-281-1/+1
* iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-101-1/+0
* iio:adc:ad7280a: Move out of stagingJonathan Cameron2022-02-213-1123/+0
* staging:iio:adc:ad7280a: Use more conservative delays to allow 105C operation.Jonathan Cameron2022-02-211-2/+2
* staging:iio:adc:ad7280a: Remove shift from cb_mask state cache.Jonathan Cameron2022-02-211-5/+7
* staging:iio:adc:ad7280a: Drop buggy support for early termination of AUX alert.Jonathan Cameron2022-02-211-22/+0
* staging:iio:adc:ad7280a: Use device properties to replace platform data.Jonathan Cameron2022-02-212-45/+86
* staging:iio:adc:ad7280a: Use a local dev pointer to avoid &spi->devJonathan Cameron2022-02-211-4/+5
* staging:iio:ad7280a: Reflect optionality of irq in ABIJonathan Cameron2022-02-211-19/+29
* staging:iio:adc:ad7280a: Cleanup includesJonathan Cameron2022-02-211-7/+9
* staging:iio:adc:ad7280a: Make oversampling_ratio a runtime controlJonathan Cameron2022-02-212-34/+72
* staging:iio:adc:ad7280a: Trivial comment formatting cleanupJonathan Cameron2022-02-211-10/+11
* staging:iio:adc:ad7280a: Drop unused timestamp channel.Jonathan Cameron2022-02-211-13/+1
* staging:iio:adc:ad7280a: Standardize extended ABI namingJonathan Cameron2022-02-211-131/+43
* staging:iio:adc:ad7280a: Switch to standard event controlJonathan Cameron2022-02-211-103/+110
* staging:iio:adc:ad7280a: Use bitfield ops to managed fields in transfers.Jonathan Cameron2022-02-211-19/+45
* staging:iio:adc:ad7280a: Split buff[2] into tx and rx partsJonathan Cameron2022-02-211-8/+9
* staging:iio:adc:ad7280a: rename _read() to _read_reg()Jonathan Cameron2022-02-211-4/+4
* staging:iio:adc:ad7280a: Register define cleanup.Jonathan Cameron2022-02-211-131/+154