summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/msa311.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-25iio: accel: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-6/+0
2025-08-25iio: accel: msa311: Remove dev_err_probe() if error is -ENOMEMXichao Zhao1-5/+3
2025-08-16iio: Remove error prints for devm_add_action_or_reset()Waqar Hameed1-1/+1
2025-06-26iio: accel: msa311: use = { } instead of memset()David Lechner1-3/+1
2025-05-21iio: accel: Use iio_push_to_buffers_with_ts() to provide length for runtime c...Jonathan Cameron1-2/+2
2025-03-04iio: accel: msa311: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-10/+8
2025-03-04iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fa...Jonathan Cameron1-11/+15
2025-02-16iio: accel: msa311: convert to use maple tree register cacheBo Liu1-1/+1
2024-10-28iio: accel: replace s64 __aligned(8) with aligned_s64Jonathan Cameron1-1/+2
2024-07-29iio: accel: msa311: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-06-25iio: accel: msa311: make use of regmap_clear_bits()Trevor Gamblin1-4/+4
2023-09-12iio: accel: msa311: Use correct header(s) instead of string_helpers.hAndy Shevchenko1-1/+1
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait1-1/+1
2022-11-23iio: accel: msa311: Use devm_regulator_get_enable()Jonathan Cameron1-19/+2
2022-08-30iio: add MEMSensing MSA311 3-axis accelerometer driverDmitry Rokosov1-0/+1321