summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/adxl345_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* 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-7/+3
* iio: accel: adxl345: Get rid of name parameter in adxl345_core_probe()Andy Shevchenko2022-02-261-2/+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-5/+2
* 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: move null check for i2c id at start of probeAlexandru Ardelean2018-08-191-1/+4
* iio: adxl345: Add support for the ADXL375Lars-Peter Clausen2018-07-151-2/+5
* iio: accel: adxl345: Split driver into core and I2CEva Rachel Retuya2017-03-041-0/+73