Re: [PATCH v2] hwmon: (pmbus/max31785) Add delay between bus accesses

From: Guenter Roeck
Date: Wed Oct 25 2023 - 20:48:23 EST


On Mon, Oct 23, 2023 at 01:08:03PM -0500, Lakshmi Yadlapati wrote:
> Changes since V1:
> 1. Changed the max31785_wait macro to a function, following the conventions
> used in other drivers that had the same issue.
> 2. Changed the function names from max31785_i2c_smbus* to max31785_i2c_* and
> from max31785_pmbus_* to _max31785_*, making them more concise.
>

Please check Documentation/process/submitting-patches.rst
for the expected patch format, specifically details on how
description and change log are supposed to look like.

Guenter