summaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro
Commit message (Expand)AuthorAgeFilesLines
* iio: gyro: st_gyro: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean2021-07-243-16/+3
* iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron2021-07-244-15/+5
* iio: hid-sensors: bind IIO channels alloc to device objectAlexandru Ardelean2021-07-131-7/+4
* iio: hid-sensors: Update header includesJonathan Cameron2021-06-161-4/+1
* iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko2021-06-161-0/+1
* Merge tag 'iio-for-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-06-0912-79/+90
|\
| * iio: adis: Cleanout unused headersJonathan Cameron2021-06-042-10/+0
| * iio: gyro: st_gyro: Support mount matrixLinus Walleij2021-06-031-6/+27
| * iio: adis16136: make use of adis lock helpersNuno Sá2021-06-031-9/+6
| * iio: adis16260: make use of adis lock helpersNuno Sá2021-06-031-2/+2
| * iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-033-5/+3
| * iio: gyro: bmg160: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-3/+7
| * iio: gyro: fxa21002c: Balance runtime pm + use pm_runtime_resume_and_get().Jonathan Cameron2021-05-171-10/+1
| * iio: st_sensors: Make accel, gyro, magn and pressure probe sharedAndy Shevchenko2021-05-171-4/+0
| * iio: st_sensors: Call st_sensors_power_enable() from bus driversAndy Shevchenko2021-05-173-16/+33
| * iio: gyro: st_gyro: Move platform data from header to C fileAndy Shevchenko2021-05-172-8/+5
| * iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-175-6/+6
* | iio: gyro: fxas21002c: balance runtime power in error pathRui Miguel Silva2021-05-221-0/+2
|/
* iio: gyro: mpu3050: Fix reported temperature valueDmitry Osipenko2021-05-101-2/+11
* iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean2021-05-101-1/+0
* Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-03-266-27/+13
|\
| * iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-253-4/+0
| * iio: set default trig->dev.parentGwendal Grignou2021-03-251-2/+1
| * iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang2021-03-111-12/+7
| * iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-9/+5
* | Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-03-151-0/+2
|\ \ | |/ |/|
| * iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handlerDinghao Liu2021-03-061-0/+2
* | iio: hid-sensor-gyro-3d: Add timestamp channelYe Xiang2021-01-221-16/+24
* | iio: gyro: bmg160: Add rudimentary regulator supportStephan Gerhold2021-01-221-0/+25
|/
* iio:gyro:mpu3050 Treat otp value as a __le64 and use FIELD_GET() to break upJonathan Cameron2020-12-031-12/+16
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-032-12/+6
* iio:gyro:itg3200: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-09-211-4/+11
* iio: gyro: adis16080: Fix formatting issueLee Jones2020-09-211-1/+1
* iio: adis16260: Use Managed device functionsNuno Sá2020-09-161-22/+11
* iio: adis16136: Use Managed device functionsNuno Sá2020-09-161-24/+13
* iio: gyro: adxrs290: Add debugfs register access supportNishant Malpani2020-09-131-0/+26
* iio: gyro: adxrs290: Add triggered buffer supportNishant Malpani2020-09-132-14/+199
* iio: gyro: adxrs290: use hook for devm resource unwindingNishant Malpani2020-09-131-3/+58
* iio: gyro: adxrs290: Insert missing mutex initialization callNishant Malpani2020-09-031-0/+2
* iio: gyro: Add driver support for ADXRS290Nishant Malpani2020-08-223-0/+455
* iio: gyro: fxas21002c: Move 'fxas21002c_reg_fields' to the only file its usedLee Jones2020-07-202-66/+66
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-203-21/+4
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-1411-11/+0
* iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean2020-05-101-14/+4
* iio: imu: adis16xxx: use helper to access iio core debugfs dirAlexandru Ardelean2020-05-031-6/+4
* iio: gyro: adis16130: Use get_unaligned_be24()Andy Shevchenko2020-05-031-1/+3
* iio: gyro: mpu3050: Use vsprintf extension %pe for symbolic error nameNishant Malpani2020-04-191-2/+2
* iio: gyro: bmg160_spi: Use vsprintf extension %pe for symbolic error nameNishant Malpani2020-04-191-2/+2
* iio: gyro: bmg160_i2c: Use vsprintf extension %pe for symbolic error nameNishant Malpani2020-04-191-2/+2
* iio/gyro/bmg160: Add support for BMI088 chipMike Looijmans2020-04-193-1/+4