On Thu, Aug 29, 2024 at 06:05:46PM -0700, Guenter Roeck wrote: > If it is necessary to re-initialize the chip, for example because > it has been power cycled, use regmap functions to update register > contents. This ensures that all registers, including the configuration > register and alert registers, are updated to previously configured > values without having to locally cache everything. > > [...] > > Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> Reviewed-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx>