summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/adxl355_core.c
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* drivers: iio: accel: Add support for ADXL359 deviceRamona Bolboaca2022-11-231-19/+68
* drivers: iio: accel: Use warning if invalid device id is detectedRamona Bolboaca2022-11-231-4/+2
* iio: accel: adxl355: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
* iio: accel: adxl355: use fwnode_irq_get_byname()Puranjay Mohan2022-04-281-5/+2
* iio:accel:adxl355: Move exports into IIO_ADXL355 namespaceJonathan Cameron2022-02-181-3/+3
* iio: accel: adxl355: Replace custom definitions with generic from units.hAndy Shevchenko2022-02-061-3/+2
* iio: accel: adxl355: Add triggered buffer supportPuranjay Mohan2021-09-141-1/+154
* iio: accel: adxl355: use if(ret) in place of ret < 0Puranjay Mohan2021-09-141-6/+6
* iio: accel: Add driver support for ADXL355Puranjay Mohan2021-09-141-0/+612