aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-16iio: hid-sensors: Update header includesJonathan Cameron1-4/+1
2021-06-16iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko1-0/+1
2021-06-09Merge tag 'iio-for-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman12-79/+90
2021-06-04iio: adis: Cleanout unused headersJonathan Cameron2-10/+0
2021-06-03iio: gyro: st_gyro: Support mount matrixLinus Walleij1-6/+27
2021-06-03iio: adis16136: make use of adis lock helpersNuno Sá1-9/+6
2021-06-03iio: adis16260: make use of adis lock helpersNuno Sá1-2/+2
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko3-5/+3
2021-05-22iio: gyro: fxas21002c: balance runtime power in error pathRui Miguel Silva1-0/+2
2021-05-17iio: gyro: bmg160: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-3/+7
2021-05-17iio: gyro: fxa21002c: Balance runtime pm + use pm_runtime_resume_and_get().Jonathan Cameron1-10/+1
2021-05-17iio: st_sensors: Make accel, gyro, magn and pressure probe sharedAndy Shevchenko1-4/+0
2021-05-17iio: st_sensors: Call st_sensors_power_enable() from bus driversAndy Shevchenko3-16/+33
2021-05-17iio: gyro: st_gyro: Move platform data from header to C fileAndy Shevchenko2-8/+5
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron5-6/+6
2021-05-10iio: gyro: mpu3050: Fix reported temperature valueDmitry Osipenko1-2/+11
2021-05-10iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean1-1/+0
2021-03-26Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman6-27/+13
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou3-4/+0
2021-03-25iio: set default trig->dev.parentGwendal Grignou1-2/+1
2021-03-15Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-0/+2
2021-03-11iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang1-12/+7
2021-03-11iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean1-9/+5
2021-03-06iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handlerDinghao Liu1-0/+2
2021-01-22iio: hid-sensor-gyro-3d: Add timestamp channelYe Xiang1-16/+24
2021-01-22iio: gyro: bmg160: Add rudimentary regulator supportStephan Gerhold1-0/+25
2020-12-03iio:gyro:mpu3050 Treat otp value as a __le64 and use FIELD_GET() to break upJonathan Cameron1-12/+16
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2-12/+6
2020-09-21iio:gyro:itg3200: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-4/+11
2020-09-21iio: gyro: adis16080: Fix formatting issueLee Jones1-1/+1
2020-09-16iio: adis16260: Use Managed device functionsNuno Sá1-22/+11
2020-09-16iio: adis16136: Use Managed device functionsNuno Sá1-24/+13
2020-09-13iio: gyro: adxrs290: Add debugfs register access supportNishant Malpani1-0/+26
2020-09-13iio: gyro: adxrs290: Add triggered buffer supportNishant Malpani2-14/+199
2020-09-13iio: gyro: adxrs290: use hook for devm resource unwindingNishant Malpani1-3/+58
2020-09-03iio: gyro: adxrs290: Insert missing mutex initialization callNishant Malpani1-0/+2
2020-08-22iio: gyro: Add driver support for ADXRS290Nishant Malpani3-0/+455
2020-07-20iio: gyro: fxas21002c: Move 'fxas21002c_reg_fields' to the only file its usedLee Jones2-66/+66
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen3-21/+4
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean11-11/+0
2020-05-10iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean1-14/+4
2020-05-03iio: imu: adis16xxx: use helper to access iio core debugfs dirAlexandru Ardelean1-6/+4
2020-05-03iio: gyro: adis16130: Use get_unaligned_be24()Andy Shevchenko1-1/+3
2020-04-19iio: gyro: mpu3050: Use vsprintf extension %pe for symbolic error nameNishant Malpani1-2/+2
2020-04-19iio: gyro: bmg160_spi: Use vsprintf extension %pe for symbolic error nameNishant Malpani1-2/+2
2020-04-19iio: gyro: bmg160_i2c: Use vsprintf extension %pe for symbolic error nameNishant Malpani1-2/+2
2020-04-19iio/gyro/bmg160: Add support for BMI088 chipMike Looijmans3-1/+4
2020-03-21iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko2-6/+6
2020-03-08iio: imu: adis: Add self_test_reg variableNuno Sá2-0/+2
2020-03-08iio: gyro: adis16136: initialize adis_data staticallyAlexandru Ardelean1-40/+21