summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/adxl345_core.c
Commit message (Expand)AuthorAgeFilesLines
* iio: accel: adxl345: Add comment to probeLothar Rubusch2024-04-061-0/+10
* iio: accel: adxl345: Reorder probe initializationLothar Rubusch2024-04-061-20/+20
* iio: accel: adxl345: Pass function pointer to coreLothar Rubusch2024-04-061-7/+25
* iio: accel: adxl345: Move defines to headerLothar Rubusch2024-04-061-32/+0
* iio: accel: adxl345: Group bus configurationLothar Rubusch2024-04-061-6/+6
* iio: accel: adxl345: Make data_range obsoleteLothar Rubusch2024-04-061-7/+13
* iio: accel: adxl345: Simplify adxl345_read_raw()Biju Das2023-09-121-24/+1
* iio: accel: adxl345: Convert enum->pointer for data in match data tableBiju Das2023-09-121-18/+6
* iio: accel: adxl345: use HZ macro from units.hDmitry Rokosov2022-08-281-3/+4
* iio: accel: adxl345: Drop comma in terminator entriesAndy Shevchenko2022-02-261-1/+1
* iio: accel: adxl345: Extract adxl345_powerup() helperAndy Shevchenko2022-02-261-2/+6
* iio: accel: adxl345: Make use of device propertiesAndy Shevchenko2022-02-261-1/+4
* iio: accel: adxl345: Get rid of name parameter in adxl345_core_probe()Andy Shevchenko2022-02-261-2/+13
* iio: accel: adxl345: Convert to use dev_err_probe()Andy Shevchenko2022-02-261-17/+9
* iio:accel:adxl345: Move exports into IIO_ADXL345 namespaceJonathan Cameron2022-02-181-1/+1
* iio: accel: adxl345: convert probe to device-managed functionsAlexandru Ardelean2021-07-191-20/+9
* Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov2020-07-131-1/+1
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-051-4/+1
* iio:accel:adxl345: Change alignment to match paranthesisLuciana da Costa Marques2019-02-091-2/+2
* iio: adxl345: Add support for the ADXL375Lars-Peter Clausen2018-07-151-2/+17
* iio: accel: adxl345: add sampling frequency supportAkinobu Mita2018-07-151-1/+56
* iio: accel: adxl345: add calibration offset supportAkinobu Mita2018-06-301-1/+40
* iio: accel: adxl345: convert address field usage in iio_chan_specAkinobu Mita2018-06-301-9/+12
* iio: accel: adxl345: add link to datasheetAkinobu Mita2018-06-301-0/+2
* iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: accel: adxl345: Split driver into core and I2CEva Rachel Retuya2017-03-041-0/+179