[PATCH v1 0/4] hwmon: scmi: Driver improvements and fixes

Artyom Shimko posted 4 patches 2 months ago
Only 0 patches received!
There is a newer version of this series
drivers/hwmon/scmi-hwmon.c | 50 ++++++++++++++++++++++++++++----------
1 file changed, 37 insertions(+), 13 deletions(-)
[PATCH v1 0/4] hwmon: scmi: Driver improvements and fixes
Posted by Artyom Shimko 2 months ago
This patch series introduces several improvements to the SCMI HWMON driver:

1. Better handling of unsupported sensor types with debug logging
2. Fixes redundant resource management in thermal registration
3. Enhanced error reporting using dev_err_probe()
4. Added version tracking and proper contributor attribution

The changes maintain backward compatibility while improving:
- Debugging capabilities
- Error reporting clarity
- Code maintenance
- Contributor tracking

Artem Shimko (4):
  hwmon: scmi: Add default case with debug output
  hwmon: scmi: Remove redundant devm_kfree call
  hwmon: scmi: Enhance error reporting with dev_err_probe
  hwmon: scmi: Add driver version and patch author

 drivers/hwmon/scmi-hwmon.c | 50 ++++++++++++++++++++++++++++----------
 1 file changed, 37 insertions(+), 13 deletions(-)

-- 
2.43.0
Re: [PATCH v1 0/4] hwmon: scmi: Driver improvements and fixes
Posted by Sudeep Holla 2 months ago
On Thu, Jul 31, 2025 at 04:21:34PM +0300, Artyom Shimko wrote:
> This patch series introduces several improvements to the SCMI HWMON driver:
> 
> 1. Better handling of unsupported sensor types with debug logging
> 2. Fixes redundant resource management in thermal registration
> 3. Enhanced error reporting using dev_err_probe()
> 4. Added version tracking and proper contributor attribution
> 
> The changes maintain backward compatibility while improving:
> - Debugging capabilities
> - Error reporting clarity
> - Code maintenance
> - Contributor tracking
>

Thanks for the patches. Please read section
"No MIME, no links, no compression, no attachments.  Just plain text"
in Documentation/process/submitting-patches.rst

I see your patches as attachments which is not correct way to send the
patches. Fix the same and resend it properly with each patch as separate
email threaded to the cover letter.

-- 
Regards,
Sudeep