summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/bmi323
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-10-131-12/+11
|\
| * iio: bmi323: fix reversed if statement in bmi323_core_runtime_resume()Dan Carpenter2024-09-301-1/+3
| * iio: bmi323: fix copy and paste bugs in suspend resumeDan Carpenter2024-09-301-6/+6
| * iio: bmi323: Drop CONFIG_PM guards around runtime functionsNathan Chancellor2024-09-301-5/+2
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* iio: bmi323: peripheral in lowest power state on suspendDenis Benato2024-09-031-2/+159
* iio: bmi323: suspend and resume triggering on relevant pm operationsDenis Benato2024-08-104-0/+26
* iio: imu: bmi323: Constify struct regmap_busJavier Carrasco2024-07-292-2/+2
* Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman2024-06-171-2/+3
|\
| * iio: imu: bmi323: Fix trigger notification in case of errorVasileios Amoiridis2024-05-271-2/+3
* | iio: imu: bmi323: Use iio read_acpi_mount_matrix() helperDenis Benato2024-06-041-3/+5
|/
* iio: imu: bmi323: Add ACPI Match TableJonathan LoBue2024-02-191-0/+21
* iio: imu: bmi323: Use cleanup handling for iio_device_claim_direct_mode()Jonathan Cameron2024-02-171-47/+31
* iio: imu: bmi323: Make the local structures staticJagath Jog J2023-11-262-2/+2
* iio: imu: Fix spelling mistake "accelrometer" -> "accelerometer"Colin Ian King2023-11-161-2/+2
* iio: imu: Add driver for BMI323 IMUJagath Jog J2023-11-166-0/+2601