[PATCH v3 0/2] Add sq24905c support

ChiShih Tsai posted 2 patches 1 month, 4 weeks ago
.../bindings/hwmon/adi,adm1275.yaml           |  9 +++++++
Documentation/hwmon/adm1275.rst               | 24 ++++++++++++-------
drivers/hwmon/pmbus/Kconfig                   |  3 ++-
drivers/hwmon/pmbus/adm1275.c                 | 11 ++++++---
4 files changed, 35 insertions(+), 12 deletions(-)
[PATCH v3 0/2] Add sq24905c support
Posted by ChiShih Tsai 1 month, 4 weeks ago
Add sq24905c support

---
v2 -> v3:
- No code changed, included Acked-by tag from v2 review
- Link to v2: https://lore.kernel.org/linux-hwmon/20250805124449.15187-1-tomtsai764@gmail.com/

v1 -> v2:
- Modify devicetree properties ID to silergy,mc09c
- Combine to a single if statement for MFR_ID.
- Add description, SQ24905C compatibility to the ADM1278
- Remove two silergy properties,re-use adi properties
- Link to v1: https://lore.kernel.org/linux-hwmon/20250804124806.540-1-tomtsai764@gmail.com/

ChiShih Tsai (2):
  dt-bindings: hwmon: adm1275: add sq24905c support
  hwmon: (pmbus/adm1275) add sq24905c support

 .../bindings/hwmon/adi,adm1275.yaml           |  9 +++++++
 Documentation/hwmon/adm1275.rst               | 24 ++++++++++++-------
 drivers/hwmon/pmbus/Kconfig                   |  3 ++-
 drivers/hwmon/pmbus/adm1275.c                 | 11 ++++++---
 4 files changed, 35 insertions(+), 12 deletions(-)

-- 
2.43.0
Re: [PATCH v3 0/2] Add sq24905c support
Posted by Krzysztof Kozlowski 1 month, 4 weeks ago
On 07/08/2025 00:37, ChiShih Tsai wrote:
> Add sq24905c support
> 
> ---
> v2 -> v3:
> - No code changed, included Acked-by tag from v2 review

I gave you very precise instruction in v2, did you read it? It was not a
coincidence that I wrote that instruction.

Best regards,
Krzysztof
Re: [PATCH v3 0/2] Add sq24905c support
Posted by Guenter Roeck 1 month, 4 weeks ago
On 8/6/25 15:37, ChiShih Tsai wrote:
> Add sq24905c support
> 
> ---
> v2 -> v3:
> - No code changed, included Acked-by tag from v2 review

Please refrain from doing that in the future. Patchwork picks up
any Acked-by: and Reviewed-by: tags, so resending a patch series
just for that is pointless. All you do is to create noise.

Thanks,
Guenter
Re: [PATCH v3 0/2] Add sq24905c support
Posted by ChiShih Tsai 1 month, 2 weeks ago
I see, could you review these patches?

Thanks,
ChiShih Tsai