summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* iio:adc:exynos_adc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Jonathan Cameron2022-02-181-6/+3
* iio:adc:at91-adc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+3
* iio:accel:stk8ba50: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-8/+3
* iio:accel:mma9553: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-181-8/+3
* iio:accel:mma9551: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-181-8/+3
* iio:accel:mma7660: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Jonathan Cameron2022-02-181-8/+3
* iio:accel:mc3230: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+2
* iio:accel:dmard10: Switch from CONFIG_PM guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+3
* iio:accel:dmard06: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-7/+3
* iio:accel:da280: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+2
* iio:accel:da311: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+2
* iio:chemical:bme680: Move exports to IIO_BME680 namespaceJonathan Cameron2022-02-183-2/+4
* iio:light:st_uvis25: Move exports to IIO_UVIS25 namespaceJonathan Cameron2022-02-183-2/+4
* iio:magnetometer:hmc5843: Move exports to IIO_HMC5843 namespaceJonathan Cameron2022-02-183-4/+6
* iio:magnetometer:bmc150: Move exports to IIO_BMC150_MAGN namespaceJonathan Cameron2022-02-183-4/+6
* iio:magnetometer:rm3100: Move exports to IIO_RM3100 namespaceJonathan Cameron2022-02-183-4/+6
* iio:pressure:mpl115: Move exports into IIO_MPL115 namespaceJonathan Cameron2022-02-183-1/+3
* iio:pressure:ms5611: Move exports into IIO_MS5611 namespaceJonathan Cameron2022-02-183-2/+4
* iio:pressure:zpa2326: Move exports into IIO_ZPA2326 namespaceJonathan Cameron2022-02-183-6/+8
* iio:imu:adis: Move exports into IIO_ADISLIB namespaceJonathan Cameron2022-02-1813-13/+23
* iio:dac:ad5686: Move exports into IIO_AD5686 namespaceJonathan Cameron2022-02-183-2/+4
* iio:dac:ad5592r: Move exports into IIO_AD5592R namespaceJonathan Cameron2022-02-183-2/+4
* iio:common:ssp_sensors: Move exports into IIO_SSP_SENSORS namespaceJonathan Cameron2022-02-184-8/+11
* iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORSJonathan Cameron2022-02-185-12/+16
* iio:adc:ad76060: Move exports into IIO_AD7606 namespace.Jonathan Cameron2022-02-183-2/+4
* iio:adc:ad7091r: Move exports into IIO_AD7091R namespace.Jonathan Cameron2022-02-182-2/+3
* iio:adc:ad_sigma_delta: Move exports into IIO_AD_SIGMA_DELTA namespaceJonathan Cameron2022-02-186-10/+15
* iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron2022-02-1820-28/+43
* iio:st-sensors: Remove duplicate MODULE_*Jonathan Cameron2022-02-186-28/+0
* iio:accel:fxl8962af: Move exports into IIO_FXL8962AF namespaceJonathan Cameron2022-02-183-3/+5
* iio:accel:bmi088: Move exports into IIO_BMI088 namespaceJonathan Cameron2022-02-182-4/+5
* iio:accel:bmc150: Move exports into IIO_BMC150 namespaceJonathan Cameron2022-02-183-4/+6
* iio:accel:adxl372: Move exports into IIO_ADXL372 namespaceJonathan Cameron2022-02-183-2/+4
* iio:accel:adxl355: Move exports into IIO_ADXL355 namespaceJonathan Cameron2022-02-183-3/+5
* iio:accel:adxl345: Move exports into IIO_ADXL345 namespaceJonathan Cameron2022-02-183-1/+3
* iio:accel:adxl313: Move exports into IIO_ADXL313 namespaceJonathan Cameron2022-02-183-3/+5
* iio:accel:bma400: Move exports into IIO_BMA400 namespaceJonathan Cameron2022-02-183-3/+5
* iio:accel:kxsd9: Move exports into IIO_KDSD9 namespaceJonathan Cameron2022-02-183-3/+5
* iio:accel:mma7455_core: Move exports into IIO_MMA7455 namespaceJonathan Cameron2022-02-183-3/+5
* iio:accel:mma9551_core: Move exports into IIO_MMA9551 namespaceJonathan Cameron2022-02-183-18/+20
* iio: accel: st_accel: Add support for Silan SC7A20Samuel Holland2022-02-183-0/+90
* dt-bindings: iio: st: Add Silan SC7A20 accelerometerSamuel Holland2022-02-181-0/+3
* dt-bindings: vendor-prefixes: Add silan vendor prefixSamuel Holland2022-02-181-0/+2
* iio: trigger: stm32-timer: Make use of device propertiesAndy Shevchenko2022-02-182-6/+7
* iio: mma8452: Add support for the "mount-matrix" device propertyHans de Goede2022-02-181-0/+21
* iio: mma8452: Fix probe failing when an i2c_device_id is usedHans de Goede2022-02-181-11/+18
* iio: chemical: atlas-ezo-sensor: Make use of device propertiesAndy Shevchenko2022-02-131-15/+17
* iio: ssp_sensors: Make use of device propertiesAndy Shevchenko2022-02-131-17/+5
* iio: as3935: Use devm_delayed_work_autocancel()Christophe JAILLET2022-02-131-10/+2
* iio: adc: cpcap-adc: remove redundant assignment to variable cal_data_diffColin Ian King2022-02-071-1/+1