summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/adxl345_core.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-16iio: accel: adxl345: extend inactivity time for less than 1sLothar Rubusch1-62/+138
2025-08-16iio: accel: adxl345: add coupling detection for activity/inactivityLothar Rubusch1-14/+240
2025-08-16iio: accel: adxl345: add inactivity featureLothar Rubusch1-4/+237
2025-08-16iio: accel: adxl345: add activity event featureLothar Rubusch1-2/+238
2025-08-16iio: accel: adxl345: simplify tap suppress bitLothar Rubusch1-6/+3
2025-07-14iio: accel: adxl345: simplify reading the FIFOLothar Rubusch1-5/+2
2025-07-14iio: accel: adxl345: simplify interrupt mappingLothar Rubusch1-14/+20
2025-07-06iio: accel: adxl345: make adxl345_events constDavid Lechner1-1/+1
2025-06-26iio: accel: adxl345: replace magic numbers by unit expressionsLothar Rubusch1-3/+3
2025-06-26iio: accel: adxl345: simplify measure enableLothar Rubusch1-3/+2
2025-06-26iio: accel: adxl345: make data struct variable irq function localLothar Rubusch1-6/+6
2025-06-09iio: accel: adxl345: add g-range configurationLothar Rubusch1-3/+79
2025-06-09iio: accel: adxl345: extend sample frequency adjustmentsLothar Rubusch1-33/+117
2025-05-21iio: accel: adxl345: set the tap suppress bit permanentlyLothar Rubusch1-0/+14
2025-05-21iio: accel: adxl345: add double tap featureLothar Rubusch1-1/+103
2025-05-21iio: accel: adxl345: add single tap featureLothar Rubusch1-3/+369
2025-05-21iio: accel: adxl345: introduce adxl345_push_event functionLothar Rubusch1-9/+19
2025-04-22iio: accel: adxl345: cleanup regmap return valuesLothar Rubusch1-12/+12
2025-04-22iio: accel: adxl345: move INT enable to regmap cacheLothar Rubusch1-17/+9
2025-04-22iio: accel: adxl345: use regmap cache for INT mappingLothar Rubusch1-23/+41
2025-03-04iio: accel: adxl345: reorganize irq handlerLothar Rubusch1-20/+7
2025-03-04iio: accel: adxl345: add debug register accessLothar Rubusch1-0/+11
2025-03-04iio: accel: adxl345: reorganize measurement enableLothar Rubusch1-20/+20
2025-01-04iio: accel: adxl345: add FIFO with watermark eventsLothar Rubusch1-5/+303
2025-01-04iio: accel: adxl345: initialize FIFO delay value for SPILothar Rubusch1-0/+11
2025-01-04iio: accel: adxl345: introduce interrupt handlingLothar Rubusch1-0/+16
2024-12-28iio: accel: adxl345: add function to switch measuring modeLothar Rubusch1-12/+29
2024-12-11iio: accel: adxl345: rename variable data to stLothar Rubusch1-22/+22
2024-12-11iio: accel: adxl345: refrase comment on probeLothar Rubusch1-2/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-04-06iio: accel: adxl345: Add comment to probeLothar Rubusch1-0/+10
2024-04-06iio: accel: adxl345: Reorder probe initializationLothar Rubusch1-20/+20
2024-04-06iio: accel: adxl345: Pass function pointer to coreLothar Rubusch1-7/+25
2024-04-06iio: accel: adxl345: Move defines to headerLothar Rubusch1-32/+0
2024-04-06iio: accel: adxl345: Group bus configurationLothar Rubusch1-6/+6
2024-04-06iio: accel: adxl345: Make data_range obsoleteLothar Rubusch1-7/+13
2023-09-12iio: accel: adxl345: Simplify adxl345_read_raw()Biju Das1-24/+1
2023-09-12iio: accel: adxl345: Convert enum->pointer for data in match data tableBiju Das1-18/+6
2022-08-28iio: accel: adxl345: use HZ macro from units.hDmitry Rokosov1-3/+4
2022-02-26iio: accel: adxl345: Drop comma in terminator entriesAndy Shevchenko1-1/+1
2022-02-26iio: accel: adxl345: Extract adxl345_powerup() helperAndy Shevchenko1-2/+6
2022-02-26iio: accel: adxl345: Make use of device propertiesAndy Shevchenko1-1/+4
2022-02-26iio: accel: adxl345: Get rid of name parameter in adxl345_core_probe()Andy Shevchenko1-2/+13
2022-02-26iio: accel: adxl345: Convert to use dev_err_probe()Andy Shevchenko1-17/+9
2022-02-18iio:accel:adxl345: Move exports into IIO_ADXL345 namespaceJonathan Cameron1-1/+1
2021-07-19iio: accel: adxl345: convert probe to device-managed functionsAlexandru Ardelean1-20/+9
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov1-1/+1
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner1-4/+1
2019-02-09iio:accel:adxl345: Change alignment to match paranthesisLuciana da Costa Marques1-2/+2