summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/bno055
AgeCommit message (Expand)AuthorLines
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-07-14iio: imu: bno055: make bno055_sysfs_attr constDavid Lechner-23/+26
2025-07-14iio: imu: bno055: fix OOB access of hw_xlate arrayDavid Lechner-3/+8
2025-06-26iio: imu: bno055: convert to use maple tree register cachechuguangqing-1/+1
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh-1/+1
2024-12-28iio: imu: Use aligned_s64 instead of open coding alignment.Jonathan Cameron-1/+1
2024-12-28iio: imu: bno055: constify 'struct bin_attribute'Thomas Weißschuh-4/+4
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-4/+4
2024-08-03iio: imu: bno055: make use of iio_get_masklength()Nuno Sa-1/+1
2024-07-29iio: imu: bno055: Constify struct regmap_busJavier Carrasco-1/+1
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-1/+1
2024-02-19Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman-0/+1
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini-2/+2
2024-01-22iio: imu: bno055: serdev requires REGMAPRandy Dunlap-0/+1
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)-3/+3
2023-10-05iio: imu: bno055: Fix missing Kconfig dependenciesJonathan Cameron-0/+2
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König-1/+1
2023-01-28iio: imu: fix spdx formatTom Rix-1/+1
2022-11-01iio: imu: bno055: uninitialized variable bug in bno055_trigger_handler()Dan Carpenter-1/+1
2022-09-21iio: imu: add BNO055 I2C driverAndrea Merello-0/+70
2022-09-21iio: imu: add BNO055 serdev driverAndrea Merello-0/+693
2022-09-21iio: imu: add Bosch Sensortec BNO055 core driverAndrea Merello-0/+1705