summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/bmi088-accel-core.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-25iio: accel: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-3/+0
2025-03-04iio: accel: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-3/+4
2025-02-16iio: accel: bmi088: convert to use maple tree register cacheBo Liu1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-3/+3
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-06-04iio: accel: bmi088: remove unused struct 'bmi088_scale_info'Dr. David Alan Gilbert1-5/+0
2023-12-17iio: accel: bmi088: update comments and KconfigJun Yan1-0/+2
2022-09-21iio: accel: bmi088: Use EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS() and pm_ptr()Jonathan Cameron1-9/+6
2022-06-14iio: accel: bmi088: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-06-11iio: accel: bmi088: Add support for bmi090l accelLI Qingwu1-0/+7
2022-06-11iio: accel: bmi088: Add support for bmi085 accelLI Qingwu1-0/+7
2022-06-11iio: accel: bmi088: modified the device nameLI Qingwu1-15/+20
2022-06-11iio: accel: bmi088: Make it possible to config scalesLI Qingwu1-1/+32
2022-06-11iio: accel: bmi088: Modified the scale calculateLI Qingwu1-4/+11
2022-02-18iio:accel:bmi088: Move exports into IIO_BMI088 namespaceJonathan Cameron1-4/+4
2021-10-19iio: accel: bmi088: Make bmi088_accel_core_remove() return voidUwe Kleine-König1-3/+1
2021-05-17iio: accel: bmi088: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-6/+20
2021-05-17iio: accel: bmi088: Drop manual assignment of iio_dev.dev.parentJonathan Cameron1-1/+0
2021-03-11iio: accel: Add support for the Bosch-Sensortec BMI088Mike Looijmans1-0/+567