summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/adxl345_spi.c
Commit message (Expand)AuthorAgeFilesLines
* iio: accel: adxl345: Add spi-3wire optionLothar Rubusch2024-04-061-1/+9
* iio: accel: adxl345: Pass function pointer to coreLothar Rubusch2024-04-061-1/+1
* iio: accel: adxl345: Simplify adxl345_read_raw()Biju Das2023-09-121-2/+2
* iio: accel: adxl345: Convert enum->pointer for data in match data tableBiju Das2023-09-121-5/+15
* iio: accel: adxl345: Remove unneeded blank linesAndy Shevchenko2022-02-261-3/+0
* iio: accel: adxl345: Drop comma in terminator entriesAndy Shevchenko2022-02-261-1/+1
* iio: accel: adxl345: Add ACPI HID tableKai-Heng Feng2022-02-261-0/+7
* iio: accel: adxl345: Make use of device propertiesAndy Shevchenko2022-02-261-2/+1
* iio: accel: adxl345: Get rid of name parameter in adxl345_core_probe()Andy Shevchenko2022-02-261-1/+1
* iio: accel: adxl345: Set driver_data for OF enumerationAndy Shevchenko2022-02-261-2/+2
* iio: accel: adxl345: Convert to use dev_err_probe()Andy Shevchenko2022-02-261-10/+5
* iio:accel:adxl345: Move exports into IIO_ADXL345 namespaceJonathan Cameron2022-02-181-0/+1
* iio: accel: adxl345: convert probe to device-managed functionsAlexandru Ardelean2021-07-191-6/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-051-4/+1
* iio: adxl345: Add support for the ADXL375Lars-Peter Clausen2018-07-151-2/+4
* iio: accel: adxl345: Add SPI supportEva Rachel Retuya2017-03-041-0/+81