On Wed, Feb 19, 2025 at 08:54:47PM -0300, Gustavo Silva wrote: > The BMI270 sensor provides two interrupt pins that can be used for > different interrupt sources, including a data ready signal. Add support > for configuring one the pins as a trigger source. > > The interrupt pin can be configured with various options: active high or > low, push-pull or open-drain, and latched or non-latched. > > Signed-off-by: Gustavo Silva <gustavograzs@xxxxxxxxx> Most of this patch seems to based off of the implementation done in bmi323. Double checked the relevant registers in the datasheet. All looks correct. Acked-by: Alex Lanzano <lanzano.alex@xxxxxxxxx