mbox series

[0/4] Use i2c_get_match_data()

Message ID 20230716175218.130557-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Use i2c_get_match_data() | expand

Message

Biju Das July 16, 2023, 5:52 p.m. UTC
Use i2c_get_match_data() to get match data for I2C, ACPI and
DT-based matching.

This patch series is only compile tested.

Biju Das (4):
  iio: accel: adxl355: Simplify probe()
  iio: accel: adxl313: Use i2c_get_match_data
  iio: potentiometer: mcp4531: Use i2c_get_match_data
  iio: potentiometer: mcp4018: Use i2c_get_match_data

 drivers/iio/accel/adxl313_i2c.c     |  4 ++--
 drivers/iio/accel/adxl355_i2c.c     | 15 +++------------
 drivers/iio/potentiometer/mcp4018.c |  4 ++--
 drivers/iio/potentiometer/mcp4531.c |  4 ++--
 4 files changed, 9 insertions(+), 18 deletions(-)