aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/imu/bmi323
AgeCommit message (Expand)AuthorFilesLines
2024-10-13Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-12/+11
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-30iio: bmi323: fix reversed if statement in bmi323_core_runtime_resume()Dan Carpenter1-1/+3
2024-09-30iio: bmi323: fix copy and paste bugs in suspend resumeDan Carpenter1-6/+6
2024-09-30iio: bmi323: Drop CONFIG_PM guards around runtime functionsNathan Chancellor1-5/+2
2024-09-03iio: bmi323: peripheral in lowest power state on suspendDenis Benato1-2/+159
2024-08-10iio: bmi323: suspend and resume triggering on relevant pm operationsDenis Benato4-0/+26
2024-07-29iio: imu: bmi323: Constify struct regmap_busJavier Carrasco2-2/+2
2024-06-17Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman1-2/+3
2024-06-04iio: imu: bmi323: Use iio read_acpi_mount_matrix() helperDenis Benato1-3/+5
2024-05-27iio: imu: bmi323: Fix trigger notification in case of errorVasileios Amoiridis1-2/+3
2024-02-19iio: imu: bmi323: Add ACPI Match TableJonathan LoBue1-0/+21
2024-02-17iio: imu: bmi323: Use cleanup handling for iio_device_claim_direct_mode()Jonathan Cameron1-47/+31
2023-11-26iio: imu: bmi323: Make the local structures staticJagath Jog J2-2/+2
2023-11-16iio: imu: Fix spelling mistake "accelrometer" -> "accelerometer"Colin Ian King1-2/+2
2023-11-16iio: imu: Add driver for BMI323 IMUJagath Jog J6-0/+2601