On Fri, Mar 29, 2024 at 03:56:57PM +0100, Kory Maincent wrote: > On Thu, 28 Mar 2024 17:24:17 +0100 > Andrew Lunn <andrew@xxxxxxx> wrote: > > > > +static int tps23881_flash_fw_part(struct i2c_client *client, > > > + const char *fw_name, > > > + const struct tps23881_fw_conf *fw_conf) > > > > Does the device actually have flash? Or is this just downloading to > > SRAM? > > It is downloading to SRAM. So maybe rename these functions. Andrew