Quoting Jonathan Cameron (2023-08-28 05:39:33) > On Fri, 18 Aug 2023 18:58:19 +0100 > Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > > > Convert enum->pointer for data in match data table, so that > > device_get_match_data() can do match against OF/ACPI/I2C tables, once i2c > > bus type match support added to it. > > > > Add struct sx931x_info and replace enum->sx931x_info in the match table > > and simplify sx9310_check_whoami(). > > +CC Gwendal, > > I've applied this but note there is a comment inline + there is still plenty > of time for others to comment before I push this out as non rebasing. > > Thanks, > > Jonathan > > > > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > > --- Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>