aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-05-17iio: accel: kxcjk-1013: Fix buffer alignment in iio_push_to_buffers_with_time...Jonathan Cameron
2021-05-17iio: accel: hid: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron
2021-05-17iio: accel: bma220: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron
2021-05-17iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron
2021-05-17iio: accel: mma8452: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: light: rpr0521: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: magn: bmc150: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: accel: bmi088: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: light: vcnl4035: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron
2021-05-17iio: light: vcnl4000: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron
2021-05-17iio: proximity: srf04: Use pm_runtime_resume_and_get() and handle errorJonathan Cameron
2021-05-17iio: adc: rcar-gyroadc: Use pm_runtime_resume_and_get() and check in probe()Jonathan Cameron
2021-05-17iio: temp: mlx90614: Handle failure in pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: light: us5182: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron
2021-05-17iio: dac: stm32-dac: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron
2021-05-17iio: adc: stm32-dfsdm: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron
2021-05-17iio: adc: stm32-adc: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron
2021-05-17iio: imu: kmx61: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: accel: kxcjk-1013: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: accel: mma9551/3: Balance untime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: accel: bmc150-accel: Balanced runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: light: tsl2583: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: light: isl29028: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: gyro: fxa21002c: Balance runtime pm + use pm_runtime_resume_and_get().Jonathan Cameron
2021-05-17iio: accel: kxcjk-1013: Add support for KX023-1025Stephan Gerhold
2021-05-17iio: accel: kxcjk-1013: Refactor configuration registers into structStephan Gerhold
2021-05-17iio: adc: Add missing MODULE_DEVICE_TABLEChunyan Zhang
2021-05-17iio: ep93xx: Remove redundant error printing in ep93xx_adc_probe()Zhen Lei
2021-05-17iio: accel: fxls8962af: fix errata bug E3 - I2C burst readsSean Nyekjaer
2021-05-17iio: accel: fxls8962af: add hw buffered samplingSean Nyekjaer
2021-05-17iio: accel: fxls8962af: add interrupt supportSean Nyekjaer
2021-05-17iio: accel: fxls8962af: add set/get of samplerateSean Nyekjaer
2021-05-17iio: accel: add support for FXLS8962AF/FXLS8964AF accelerometersSean Nyekjaer
2021-05-17iio: imu: st_lsm6dsx: correct ODR in headerSean Nyekjaer
2021-05-17iio: bme680_i2c: Remove acpi_device_id tableGuenter Roeck
2021-05-17iio: bme680_spi: Remove acpi_device_id tableGuenter Roeck
2021-05-17iio:accel:stk8312: Remove acpi_device_id tableGuenter Roeck
2021-05-17iio: am2315: Remove acpi_device_id tableGuenter Roeck
2021-05-17iio: st_sensors: Add lsm9ds0 IMU supportAndy Shevchenko
2021-05-17iio: st_sensors: Make accel, gyro, magn and pressure probe sharedAndy Shevchenko
2021-05-17iio: st_sensors: Call st_sensors_power_enable() from bus driversAndy Shevchenko
2021-05-17iio: magnetometer: st_magn: Provide default platform dataAndy Shevchenko
2021-05-17iio: gyro: st_gyro: Move platform data from header to C fileAndy Shevchenko
2021-05-17iio: accel: st_accel: Move platform data from header to C fileAndy Shevchenko
2021-05-17iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @flags from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @scan_index_timestamp to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaqueJonathan Cameron