summaryrefslogtreecommitdiff
path: root/drivers/iio/gyro
AgeCommit message (Expand)Author
2021-05-22iio: gyro: fxas21002c: balance runtime power in error pathRui Miguel Silva
2021-05-10iio: gyro: mpu3050: Fix reported temperature valueDmitry Osipenko
2021-05-10iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean
2021-03-26Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou
2021-03-25iio: set default trig->dev.parentGwendal Grignou
2021-03-15Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2021-03-11iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang
2021-03-11iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean
2021-03-06iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handlerDinghao Liu
2021-01-22iio: hid-sensor-gyro-3d: Add timestamp channelYe Xiang
2021-01-22iio: gyro: bmg160: Add rudimentary regulator supportStephan Gerhold
2020-12-03iio:gyro:mpu3050 Treat otp value as a __le64 and use FIELD_GET() to break upJonathan Cameron
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron
2020-09-21iio:gyro:itg3200: Fix timestamp alignment and prevent data leak.Jonathan Cameron
2020-09-21iio: gyro: adis16080: Fix formatting issueLee Jones
2020-09-16iio: adis16260: Use Managed device functionsNuno Sá
2020-09-16iio: adis16136: Use Managed device functionsNuno Sá
2020-09-13iio: gyro: adxrs290: Add debugfs register access supportNishant Malpani
2020-09-13iio: gyro: adxrs290: Add triggered buffer supportNishant Malpani
2020-09-13iio: gyro: adxrs290: use hook for devm resource unwindingNishant Malpani
2020-09-03iio: gyro: adxrs290: Insert missing mutex initialization callNishant Malpani
2020-08-22iio: gyro: Add driver support for ADXRS290Nishant Malpani
2020-07-20iio: gyro: fxas21002c: Move 'fxas21002c_reg_fields' to the only file its usedLee Jones
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2020-05-10iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean
2020-05-03iio: imu: adis16xxx: use helper to access iio core debugfs dirAlexandru Ardelean
2020-05-03iio: gyro: adis16130: Use get_unaligned_be24()Andy Shevchenko
2020-04-19iio: gyro: mpu3050: Use vsprintf extension %pe for symbolic error nameNishant Malpani
2020-04-19iio: gyro: bmg160_spi: Use vsprintf extension %pe for symbolic error nameNishant Malpani
2020-04-19iio: gyro: bmg160_i2c: Use vsprintf extension %pe for symbolic error nameNishant Malpani
2020-04-19iio/gyro/bmg160: Add support for BMI088 chipMike Looijmans
2020-03-21iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko
2020-03-08iio: imu: adis: Add self_test_reg variableNuno Sá
2020-03-08iio: gyro: adis16136: initialize adis_data staticallyAlexandru Ardelean
2020-01-13iio: st_sensors: Make use of device propertiesAndy Shevchenko
2020-01-13iio: st_sensors: Drop redundant parameter from st_sensors_of_name_probe()Andy Shevchenko
2020-01-13iio: st_gyro: Correct data for LSM9DS0 gyroAndy Shevchenko
2020-01-12iio: adis: Remove startup_delayNuno Sá
2020-01-12iio: adis: Introduce timeouts structureNuno Sá
2019-12-29iio: gyro: st_gyro: Mark gyro_pdata with __maybe_unusedAndy Shevchenko
2019-12-15iio: itg3200: Drop GPIO includeLinus Walleij
2019-12-01iio: Fix Kconfig indentationKrzysztof Kozlowski
2019-11-23iio: gyro: adis16260: replace mlock with ADIS lib's state_lockAlexandru Ardelean
2019-11-23iio: gyro: adis16136: rework locks using ADIS library's state lockAlexandru Ardelean
2019-11-03iio: gyro: adis16136: check ret val for non-zero vs less-than-zeroAlexandru Ardelean
2019-10-27iio: st: Drop GPIO includeLinus Walleij
2019-10-18iio: gyro: mpu3050: Explicity make a 'poison' value big endianJonathan Cameron
2019-10-07iio: gyro: clean up indentation issueColin Ian King