Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding.Ack, will add more information related to changes
On 28/07/2025 08:10, Akshay Gupta wrote:
- Document the dt-binding for AMD SB-RMIWhy every commit is a one-item list?
This will push with I3C driver changes
Reviewed-by: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@xxxxxxx>I don't believe these reviews. Code was obviously buggy, but still reviewed.
Signed-off-by: Akshay Gupta <akshay.gupta@xxxxxxx>Your previous patches make no sense with this...
---
.../bindings/misc/amd,sbrmi-i3c.yaml | 56 +++++++++++++++++++
1 file changed, 56 insertions(+)
create mode 100644 Documentation/devicetree/bindings/misc/amd,sbrmi-i3c.yaml
Ack, will update.
diff --git a/Documentation/devicetree/bindings/misc/amd,sbrmi-i3c.yaml b/Documentation/devicetree/bindings/misc/amd,sbrmi-i3c.yamlFrom where did you take such syntax of title?
new file mode 100644
index 000000000000..1d19571c2095
--- /dev/null
+++ b/Documentation/devicetree/bindings/misc/amd,sbrmi-i3c.yaml
@@ -0,0 +1,56 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/misc/amd,sbrmi-i3c.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: >
Ack, will modify the content as mentioned.
+ Sideband Remote Management Interface (SB-RMI) compliantAnd this entire patch is just noop. Makes no difference, makes no impact.
+ AMD SoC.
+
+maintainers:
+ - Akshay Gupta <Akshay.Gupta@xxxxxxx>
+
+description: |
+ SB Remote Management Interface (SB-RMI) is an SMBus compatible
+ interface that reports AMD SoC's Power (normalized Power) using,
+ Mailbox Service Request over I3C interface to BMC.
+ The power attributes in hwmon reports power in microwatts.
+
+properties:
+ reg:
+ - description: |
+ Encodes the static I2C address.
+ Socket 0: 0x3c
+ Socket 1: 0x38
+ - description: |
+ First half of the Provisioned ID (following the PID
+ definition provided by the I3C specification).
+ Contains the manufacturer ID left-shifted by 1 (0x224).
+ - description: |
+ Second half of the Provisioned ID (following the PID
+ definition provided by the I3C specification).
+ Contains the ORing of the part ID left-shifted by 16,
+ the instance ID left-shifted by 12 and extra information (0x00000002).
+
Drop it and write proper bindings with proper description of problem you
are solving.
<form letter>
Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. It might happen, that command when run on an older
kernel, gives you outdated entries. Therefore please be sure you base
your patches on recent Linux kernel.
Tools like b4 or scripts/get_maintainer.pl provide you proper list of
people, so fix your workflow. Tools might also fail if you work on some
ancient tree (don't, instead use mainline) or work on fork of kernel
(don't, instead use mainline). Just use b4 and everything should be
fine, although remember about `b4 prep --auto-to-cc` if you added new
patches to the patchset.
You missed at least devicetree list (maybe more), so this won't be
tested by automated tooling. Performing review on untested code might be
a waste of time.
Please kindly resend and include all necessary To/Cc entries.
</form letter>
Best regards,
Krzysztof