index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
imu
/
bno055
Age
Commit message (
Expand
)
Author
4 days
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-07-14
iio: imu: bno055: make bno055_sysfs_attr const
David Lechner
2025-07-14
iio: imu: bno055: fix OOB access of hw_xlate array
David Lechner
2025-06-26
iio: imu: bno055: convert to use maple tree register cache
chuguangqing
2025-06-17
sysfs: treewide: switch back to attribute_group::bin_attrs
Thomas Weißschuh
2024-12-28
iio: imu: Use aligned_s64 instead of open coding alignment.
Jonathan Cameron
2024-12-28
iio: imu: bno055: constify 'struct bin_attribute'
Thomas Weißschuh
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-08-03
iio: imu: bno055: make use of iio_get_masklength()
Nuno Sa
2024-07-29
iio: imu: bno055: Constify struct regmap_bus
Javier Carrasco
2024-05-27
iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2024-02-19
Merge 6.8-rc5 into tty-next
Greg Kroah-Hartman
2024-01-27
treewide, serdev: change receive_buf() return type to size_t
Francesco Dolcini
2024-01-22
iio: imu: bno055: serdev requires REGMAP
Randy Dunlap
2023-12-08
tty: serdev: convert to u8 and size_t
Jiri Slaby (SUSE)
2023-10-05
iio: imu: bno055: Fix missing Kconfig dependencies
Jonathan Cameron
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-01-28
iio: imu: fix spdx format
Tom Rix
2022-11-01
iio: imu: bno055: uninitialized variable bug in bno055_trigger_handler()
Dan Carpenter
2022-09-21
iio: imu: add BNO055 I2C driver
Andrea Merello
2022-09-21
iio: imu: add BNO055 serdev driver
Andrea Merello
2022-09-21
iio: imu: add Bosch Sensortec BNO055 core driver
Andrea Merello