summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu
AgeCommit message (Expand)AuthorFilesLines
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman16-70/+88
2022-03-02iio: imu: st_lsm6dsx: use dev_to_iio_dev() to get iio_dev structHaibo Chen1-2/+2
2022-02-18iio:imu:kmx61: Switch from CONFIG_PM* guards to pm_ptr() etcJonathan Cameron1-7/+3
2022-02-18iio:imu:adis: Move exports into IIO_ADISLIB namespaceJonathan Cameron7-13/+17
2022-02-18iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron3-1/+4
2022-02-07iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshotLorenzo Bianconi1-1/+5
2022-02-06iio: imu: inv_mpu6050: Make use of device propertiesAndy Shevchenko2-5/+4
2022-02-06iio: imu: inv_mpu6050: Check ACPI companion directlyAndy Shevchenko1-3/+2
2022-02-06iio: imu: inv_mpu6050: Drop wrong use of ACPI_PTR()Andy Shevchenko2-6/+5
2022-01-30iio: Fix error handling for PMMiaoqian Lin1-1/+4
2022-01-23iio:imu:adis16480: fix buffering for devices with no burst modeNuno Sá1-1/+6
2022-01-23iio: adis: stylistic changesNuno Sá3-27/+29
2022-01-23iio: st_sensors: don't always auto-enable I2C and SPI interface driversNikita Yushchenko1-6/+22
2021-12-21iio:imu:inv_mpu6050: Suppress clang W=1 warning about pointer to enum convers...Jonathan Cameron2-2/+2
2021-12-21iio:imu:inv_icm42600: Suppress clang W=1 warning about pointer to enum conver...Jonathan Cameron2-2/+2
2021-12-04iio: imu: st_lsm6dsx: add dts property to disable sensor-hubLorenzo Bianconi1-1/+3
2021-10-20iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr()Teng Qi1-2/+4
2021-10-19Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman13-101/+77
2021-10-19iio: st_lsm9ds0: Make use of the helper function dev_err_probe()Cai Huoqing1-6/+6
2021-10-19iio: imu: adis16400: Fix buffer alignment requirements.Jonathan Cameron1-5/+15
2021-10-19iio: adis16460: make use of the new unmasked_drdy flagNuno Sá1-17/+1
2021-10-19iio: adis16475: make use of the new unmasked_drdy flagNuno Sá1-18/+1
2021-10-19iio: adis: handle devices that cannot unmask the drdy pinNuno Sá2-1/+18
2021-10-19iio: adis: do not disabe IRQs in 'adis_init()'Nuno Sá1-1/+3
2021-10-19iio: imu: st_lsm6dsx: move max_fifo_size in st_lsm6dsx_fifo_opsLorenzo Bianconi2-9/+11
2021-10-17iio: imu: inv_mpu6050: Mark acpi match table as maybe unusedDaniel Palmer1-1/+1
2021-09-26iio: adis16480: fix devices that do not support sleep modeNuno Sá1-3/+11
2021-09-25iio: adis16475: fix deadlock on frequency setNuno Sá1-1/+2
2021-09-14iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean1-2/+0
2021-09-14iio: st_sensors: remove all driver remove functionsAlexandru Ardelean4-27/+1
2021-09-14drivers/iio: Remove all strcpy() usesLen Baker1-15/+21
2021-08-16Merge 5.14-rc6 into staging-nextGreg Kroah-Hartman1-2/+1
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron3-2/+5
2021-07-19Add startup time for each chip using inv_mpu6050 driverBaptiste Mansuy3-19/+36
2021-07-17iio: adis: set GPIO reset pin directionAntti Keränen1-2/+1
2021-06-16iio: imu: mpu6050: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2-17/+8
2021-06-13iio: imu: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean4-7/+0
2021-06-09iio: imu: inv_mpu6050: Drop use of %hhx format string.Jonathan Cameron1-3/+2
2021-06-04iio: adis: Cleanout unused headersJonathan Cameron5-19/+0
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko4-6/+4
2021-06-03iio: adis16480: support burst read functionNuno Sa1-13/+147
2021-05-17iio: imu: kmx61: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-4/+1
2021-05-17iio: imu: st_lsm6dsx: correct ODR in headerSean Nyekjaer1-3/+3
2021-05-17iio: st_sensors: Add lsm9ds0 IMU supportAndy Shevchenko8-0/+388
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron4-4/+6
2021-05-17iio: adis16400: do not directly change spi 'max_speed_hz'Nuno Sa1-13/+2
2021-05-17iio: adis16475: do not directly change spi 'max_speed_hz'Nuno Sa1-5/+2
2021-05-17iio: adis: add burst_max_speed_hz variableNuno Sa1-0/+4
2021-05-17iio: adis_buffer: don't push data to buffers on failureNuno Sa1-4/+4
2021-05-17iio: adis_buffer: update device page after changing itNuno Sa1-3/+3