[PATCH v2 0/2] iio: gyro: bmg160: Improve BMG160 driver with of_match_table support

From: Jun Yan
Date: Thu Feb 20 2025 - 11:54:52 EST


This patch set enhances BMG160 gyro driver and improve device-tree compatibility.

---
Changes in v2
- Fix a syntax error (a missing comma after the .of_match_table = bmg160_of_match).
- Fix the style issues found by checkpatch.pl.
- Link to v1: https://lore.kernel.org/linux-iio/20250219150254.24664-1-jerrysteve1101@xxxxxxxxx/
---

Jun Yan (2):
iio: gyro: bmg160_spi: add of_match_table
iio: gyro: bmg160_i2c: add BMI088 to of_match_table

drivers/iio/gyro/bmg160_i2c.c | 1 +
drivers/iio/gyro/bmg160_spi.c | 10 ++++++++++
2 files changed, 11 insertions(+)

--
2.48.1