summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-15iio: magnetometer: yas530: Add volatile registers to "chip_info"Jakob Hauser1-3/+35
2022-08-15iio: magnetometer: yas530: Introduce "chip_info" structureJakob Hauser1-24/+74
2022-08-15iio: magnetometer: yas530: Apply documentation and style fixesJakob Hauser1-10/+11
2022-08-15iio: magnetometer: yas530: Move printk %*ph parameters out from stackJakob Hauser1-2/+2
2022-08-15iio: magnetometer: yas530: Rename functions and registersJakob Hauser1-56/+70
2022-08-15iio: magnetometer: yas530: Change data type of calibration coefficientsJakob Hauser1-2/+4
2022-08-15iio: magnetometer: yas530: Correct temperature handlingJakob Hauser1-23/+76
2022-08-15iio: magnetometer: yas530: Correct scaling of magnetic axesJakob Hauser1-10/+21
2022-08-15iio: magnetometer: yas530: Change range of data in volatile registerJakob Hauser1-1/+1
2022-08-15iio: magnetometer: yas530: Change data type of hard_offsets to signedJakob Hauser1-1/+1
2022-08-15iio: temperature: mlx90632 Add supply regulator to sensorCrt Mori1-5/+56
2022-08-15iio: imu: adis16475: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-14/+1
2022-08-15iio: frequency: adrf6780: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-15/+1
2022-08-15iio: frequency: adf4371: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-16/+1
2022-08-15iio: adc: xilinx-xadc: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-17/+1
2022-08-15iio: adc: xilinx-ams: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-14/+1
2022-08-15iio: adc: ti-ads131e08: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-18/+1
2022-08-15iio: adc: lpc18xx: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-17/+1
2022-08-15iio: adc: ingenic-adc: Benefit from devm_clk_get_prepared() to simplifyUwe Kleine-König1-13/+2
2022-08-15iio: adc: ad9467: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-16/+1
2022-08-15iio: adc: ad7768-1: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-16/+1
2022-08-15iio: adc: ad7124: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-14/+1
2022-08-15iio: magn: hmc5843: Move struct dev_pm_ops out of headerJonathan Cameron4-18/+7
2022-08-15iio: magn: hmc5843: Drop excessive indentation of assignments of hmc5843_driverJonathan Cameron1-7/+7
2022-08-15iio: adc: mt6360: Drop an incorrect __maybe_unused marking.Jonathan Cameron1-1/+1
2022-08-15staging: iio: resolver: ad2s1210: Fix alignment for DMA safetyJonathan Cameron1-2/+2
2022-08-15staging: iio: meter: ade7854: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-08-15staging: iio: frequency: ad9834: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-08-15iio: light: cm32181: Mark the dev_pm_ops static.Jonathan Cameron1-1/+1
2022-08-15iio: test: Mark file local structure arrays static.Jonathan Cameron1-2/+2
2022-08-15iio: cdc: ad7746: Move driver out of staging.Jonathan Cameron7-25/+11
2022-08-15staging: iio: ad7746: White space cleanupJonathan Cameron1-10/+7
2022-08-15staging: iio: cdc: ad7746: Use read_avail() rather than opencoding.Jonathan Cameron1-6/+33
2022-08-15staging: iio: cdc: ad7746: Switch from _offset to _zeropoint for differential...Jonathan Cameron1-2/+8
2022-08-15iio: core: Introduce _zeropoint for differential channelsJonathan Cameron1-0/+1
2022-08-15staging: iio: cdc: ad7746: Use _raw and _scale for temperature channels.Jonathan Cameron1-15/+8
2022-08-15staging: iio: cdc: ad7746: Drop unused i2c_set_clientdata()Jonathan Cameron1-2/+0
2022-08-15staging: iio: cdc: ad7746: Break up use of chan->address and use FIELD_PREP etcJonathan Cameron1-53/+99
2022-08-15staging: iio: cdc: ad7764: Push locking down into case statements in read/wri...Jonathan Cameron1-73/+54
2022-08-15staging: iio: cdc: ad7746: Factor out ad7746_read_channel()Jonathan Cameron1-34/+46
2022-08-15staging: iio: cdc: ad7746: Use local buffer for multi byte reads.Jonathan Cameron1-6/+3
2022-08-15staging: iio: cdc: ad7746: Push handling of supply voltage scale to userspace.Jonathan Cameron1-10/+6
2022-08-15staging: iio: cdc: ad7746: Use explicit be24 handling.Jonathan Cameron1-7/+7
2022-08-15iio: inkern: fix coding style warningsNuno Sá1-32/+32
2022-08-15iio: inkern: remove OF dependenciesNuno Sá1-24/+1
2022-08-15iio: adc: stm32-adc: convert to device propertiesNuno Sá1-55/+73
2022-08-15iio: adc: qcom-spmi-adc5: convert to device propertiesNuno Sá1-33/+30
2022-08-15iio: adc: qcom-spmi-vadc: convert to device propertiesNuno Sá1-22/+22
2022-08-15iio: adc: qcom-pm8xxx-xoadc: convert to device propertiesNuno Sá1-30/+28
2022-08-15iio: adc: at91-sama5d2_adc: convert to device propertiesNuno Sá1-15/+15