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