commit | 0f95b6fbb058aae6d53e8ab304c6119c17e223f9 | [log] [tgz] |
---|---|---|
author | Tristan Honscheid <honscheid@google.com> | Thu Oct 19 11:38:52 2023 -0600 |
committer | Maureen Helm <maureen.helm@analog.com> | Thu Jan 11 09:58:29 2024 -0600 |
tree | 9de2e193ce6384d8662eeb808896ec615014e5b9 | |
parent | aeb1e41c22062428b3688c0c6409ab0dbb0ecb73 [diff] |
sensors: Add Bosch BMA4xx-series driver This is a driver targetting the Bosch BMA 4-series accelerometers. It has been specifically developed for the BMA422 but should be compatible with others in that line, excepting the BMA400. Supports key attributes and async RTIO one-shot operation. I2C operation is supported, with stubs for a SPI implementation provided for future improvement. Signed-off-by: Tristan Honscheid <honscheid@google.com>