mbox series

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

Message ID 20250220165001.273325-1-jerrysteve1101@gmail.com (mailing list archive)
Headers show
Series iio: gyro: bmg160: Improve BMG160 driver with of_match_table support | expand

Message

Jun Yan Feb. 20, 2025, 4:49 p.m. UTC
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@gmail.com/
---

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(+)