On Wed, Aug 27, 2025 at 11:47 PM Guenter Roeck <linux@xxxxxxxxxxxx> wrote: > > --- > > Changes in v2: > > - Added Rob's R-b tag to RTC DT binding > > - Removed redundant nesting from hwmon DT binding > > - Dedpulicated property definitions in hwmon DT schema > > - Made label a required property for hwmon DT nodes > > - Clarified semantics in hwmon DT schema definitions > > - Split mfd tree changes into separate commits > > - Fixed numerous style errors in hwmon driver > > - Addressed Guenter's initial feedback on the hwmon driver > > Don't you think that is a bit useless ? You might as well say "Addressed > feedback comments" and be done with the change log. > > Guenter I don't think this warrants a v3, so hopefully the amended changelog below will suffice. --- Changes in v2: - Added Rob's R-b tag to RTC DT binding - Removed redundant nesting from hwmon DT binding - Dedpulicated property definitions in hwmon DT schema - Made label a required property for hwmon DT nodes - Clarified semantics in hwmon DT schema definitions - Split mfd tree changes into separate commits - Fixed numerous style errors in hwmon driver - Removed log messages sysfs read/write functions in hwmon driver - Removed ignored errors from hwmon driver - Removed uses of dev_err for non-errors in hwmon driver - Made it more obvious that a number of hwmon fan properties are optional - Modified hwmon driver to reflect DT schema changes - Added compatible property to hwmon node - Link to v1: https://lore.kernel.org/r/20250819-macsmc-subdevs-v1-0-57df6c3e5f19@xxxxxxxxx James