summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/fxls8962af-core.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-05iio: accel: fxls8962af: errata bug only applicable for FXLS8962AFSean Nyekjaer1-2/+3
2023-06-05iio: accel: fxls8962af: fixup buffer scan element typeSean Nyekjaer1-2/+1
2022-11-23iio: accel: fxls8962af: Use devm_regulator_get_enable()Jonathan Cameron1-21/+3
2022-11-23iio: accel: fxls8962af: Use new EXPORT_NS_GPL_DEV_PM_OPS()Jonathan Cameron1-9/+7
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal1-1/+0
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-4/+4
2022-02-18iio:accel:fxl8962af: Move exports into IIO_FXL8962AF namespaceJonathan Cameron1-3/+3
2022-01-23iio: accel: fxls8962af: add padding to regmap for SPISean Nyekjaer1-2/+10
2021-10-19Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman1-5/+342
2021-10-19iio: accel: fxls8962af: add wake on eventSean Nyekjaer1-2/+44
2021-10-19iio: accel: fxls8962af: add threshold event handlingSean Nyekjaer1-3/+298
2021-09-14iio: accel: fxls8962af: return IRQ_HANDLED when fifo is flushedSean Nyekjaer1-1/+1
2021-07-13iio: accel: fxls8962af: fix potential use of uninitialized symbolSean Nyekjaer1-1/+1
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko1-1/+1
2021-05-17iio: accel: fxls8962af: fix errata bug E3 - I2C burst readsSean Nyekjaer1-3/+30
2021-05-17iio: accel: fxls8962af: add hw buffered samplingSean Nyekjaer1-0/+195
2021-05-17iio: accel: fxls8962af: add interrupt supportSean Nyekjaer1-0/+114
2021-05-17iio: accel: fxls8962af: add set/get of samplerateSean Nyekjaer1-3/+75
2021-05-17iio: accel: add support for FXLS8962AF/FXLS8964AF accelerometersSean Nyekjaer1-0/+560