summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/adxl355_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23drivers: iio: accel: Add support for ADXL359 deviceRamona Bolboaca1-19/+68
2022-11-23drivers: iio: accel: Use warning if invalid device id is detectedRamona Bolboaca1-4/+2
2022-06-14iio: accel: adxl355: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-04-28iio: accel: adxl355: use fwnode_irq_get_byname()Puranjay Mohan1-5/+2
2022-02-18iio:accel:adxl355: Move exports into IIO_ADXL355 namespaceJonathan Cameron1-3/+3
2022-02-06iio: accel: adxl355: Replace custom definitions with generic from units.hAndy Shevchenko1-3/+2
2021-09-14iio: accel: adxl355: Add triggered buffer supportPuranjay Mohan1-1/+154
2021-09-14iio: accel: adxl355: use if(ret) in place of ret < 0Puranjay Mohan1-6/+6
2021-09-14iio: accel: Add driver support for ADXL355Puranjay Mohan1-0/+612