Re: [PATCH] clk: use i2c_match_id and simple i2c probe

From: Stephen Boyd
Date: Fri Apr 01 2022 - 14:15:50 EST


Please fix the subject.

Quoting Stephen Kitt (2022-03-24 09:59:04)
> As part of the ongoing i2c transition to the simple probe
> ("probe_new"), this patch uses i2c_match_id to retrieve the
> driver_data for the probed device. The id parameter is thus no longer
> necessary and the simple probe can be used instead.
>
> Signed-off-by: Stephen Kitt <steve@xxxxxxx>
> ---
> drivers/clk/clk-cdce925.c | 8 +++++---
> drivers/clk/clk-si5351.c | 8 +++++---
> drivers/clk/clk-si544.c | 8 +++++---
> drivers/clk/clk-si570.c | 8 +++++---

Also split the patch for each driver and send in one patch series with a
cover letter. Then the subject can be appropriate for that driver
instead of generic "clk:" which is only for core things. Looking at
previous patches to these files should help with the subject line.