mbox series

[v2,0/2] Use i2c_get_match_data() for versa{5,7} drivers

Message ID 20230721070019.96627-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Use i2c_get_match_data() for versa{5,7} drivers | expand

Message

Biju Das July 21, 2023, 7 a.m. UTC
Use i2c_get_match_data() to get match data for I2C, ACPI and
DT-based matching instead of device_get_match_data() the one for
ACPI/DT-based matching.

This patch series is only compile tested.

v1->v2:
 * Added Rb tags from Geert and Marek.
 * Removed error check as all tables have data pointers.

Biju Das (2):
  clk: vc5: Use i2c_get_match_data() instead of device_get_match_data()
  clk: vc7: Use i2c_get_match_data() instead of device_get_match_data()

 drivers/clk/clk-versaclock5.c | 2 +-
 drivers/clk/clk-versaclock7.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)