aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/adxrs290.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+1
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou1-1/+0
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron1-4/+2
2020-09-13iio: gyro: adxrs290: Add debugfs register access supportNishant Malpani1-0/+26
2020-09-13iio: gyro: adxrs290: Add triggered buffer supportNishant Malpani1-14/+197
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 Malpani1-0/+444