Linux clock framework development
 help / color / mirror / Atom feed
* [PATCH 0/2] Use i2c_get_match_data()
@ 2023-07-16 15:44 Biju Das
  2023-07-16 15:44 ` [PATCH 1/2] clk: vc5: Use i2c_get_match_data() instead of device_get_match_data() Biju Das
  2023-07-16 15:44 ` [PATCH 2/2] clk: vc7: " Biju Das
  0 siblings, 2 replies; 11+ messages in thread
From: Biju Das @ 2023-07-16 15:44 UTC (permalink / raw)
  To: Luca Ceresoli, Michael Turquette, Stephen Boyd
  Cc: Biju Das, linux-clk, Geert Uytterhoeven, Marek Vasut, Alex Helms,
	Prabhakar Mahadev Lad, linux-renesas-soc

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.

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 | 4 +++-
 drivers/clk/clk-versaclock7.c | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-07-20 19:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-16 15:44 [PATCH 0/2] Use i2c_get_match_data() Biju Das
2023-07-16 15:44 ` [PATCH 1/2] clk: vc5: Use i2c_get_match_data() instead of device_get_match_data() Biju Das
2023-07-16 15:56   ` Marek Vasut
2023-07-17  7:35   ` Geert Uytterhoeven
2023-07-17  7:46     ` Biju Das
2023-07-17 12:56       ` Luca Ceresoli
2023-07-20 19:10         ` Biju Das
2023-07-16 15:44 ` [PATCH 2/2] clk: vc7: " Biju Das
2023-07-16 15:57   ` Marek Vasut
2023-07-17  7:36   ` Geert Uytterhoeven
2023-07-17  7:48     ` Biju Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox