summaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro
Commit message (Expand)AuthorAgeFilesLines
* 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
* iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko2020-03-212-6/+6
* iio: imu: adis: Add self_test_reg variableNuno Sá2020-03-082-0/+2
* iio: gyro: adis16136: initialize adis_data staticallyAlexandru Ardelean2020-03-081-40/+21
* iio: st_sensors: Make use of device propertiesAndy Shevchenko2020-01-132-10/+2
* iio: st_sensors: Drop redundant parameter from st_sensors_of_name_probe()Andy Shevchenko2020-01-132-4/+2
* iio: st_gyro: Correct data for LSM9DS0 gyroAndy Shevchenko2020-01-131-1/+74
* iio: adis: Remove startup_delayNuno Sá2020-01-122-2/+0
* iio: adis: Introduce timeouts structureNuno Sá2020-01-122-1/+46
* iio: gyro: st_gyro: Mark gyro_pdata with __maybe_unusedAndy Shevchenko2019-12-291-1/+1
* iio: itg3200: Drop GPIO includeLinus Walleij2019-12-151-1/+0
* iio: Fix Kconfig indentationKrzysztof Kozlowski2019-12-011-16/+16
* iio: gyro: adis16260: replace mlock with ADIS lib's state_lockAlexandru Ardelean2019-11-231-3/+3
* iio: gyro: adis16136: rework locks using ADIS library's state lockAlexandru Ardelean2019-11-231-10/+21
* iio: gyro: adis16136: check ret val for non-zero vs less-than-zeroAlexandru Ardelean2019-11-031-12/+12
* iio: st: Drop GPIO includeLinus Walleij2019-10-271-1/+0
* iio: gyro: mpu3050: Explicity make a 'poison' value big endianJonathan Cameron2019-10-181-1/+1
* iio: gyro: clean up indentation issueColin Ian King2019-10-071-1/+1
* iio: gyro: adis16080: replace mlock with own lockAlexandru Ardelean2019-10-051-2/+6
* iio: gyro: adis16130: remove mlock usageAlexandru Ardelean2019-10-051-2/+0
* iio:st_sensors: remove buffer allocation at each buffer enableDenis Ciocca2019-08-111-11/+1
* iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca2019-08-051-4/+3
* iio:gyro: preenable/postenable/predisable fixup for ST gyro bufferDenis Ciocca2019-08-051-25/+24
* iio: make st_sensors drivers use regmapDenis Ciocca2019-07-273-5/+5
* iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca2019-07-272-4/+4
* iio:gyro: device settings are set immediately during probeDenis Ciocca2019-07-272-7/+27