Message ID | 20190523112312.24529-1-volodymyr_babchuk@epam.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: arm: fix the document ID for SCMI protocol documentation | expand |
On Thu, May 23, 2019 at 11:23:35AM +0000, Volodymyr Babchuk wrote: > From: Volodymyr Babchuk <volodymyr_babchuk@epam.com > > arm,scmi.txt used the wrong document identifier. "ARM DUI 0922B" is > the "ARM Compute Subsystem SCP, Message Interface Protocols". What we > need is the ARM DEN 0056A - "ARM System Control and Management > Interface Platform Design Document". > Indeed, it's most stupid copy-paste mistake. Thanks for fixing this. Applied now. --- Regards, Sudeep
Hi, Sudeep Holla writes: > On Thu, May 23, 2019 at 11:23:35AM +0000, Volodymyr Babchuk wrote: >> From: Volodymyr Babchuk <volodymyr_babchuk@epam.com I accidentally deleted ending ">" symbol in the line above, so "git send-email" decided to move that line from headers to the message body. >> arm,scmi.txt used the wrong document identifier. "ARM DUI 0922B" is >> the "ARM Compute Subsystem SCP, Message Interface Protocols". What we >> need is the ARM DEN 0056A - "ARM System Control and Management >> Interface Platform Design Document". >> > > Indeed, it's most stupid copy-paste mistake. Thanks for fixing this. > Applied now. It happens all the time. I also did stupid mistake in my patch file. It is described above. Could you please ensure that this line will be not in the resulting commit message? Thank you.
On Thu, May 23, 2019 at 05:24:56PM +0000, Volodymyr Babchuk wrote: > > Hi, > > Sudeep Holla writes: > > > On Thu, May 23, 2019 at 11:23:35AM +0000, Volodymyr Babchuk wrote: > >> From: Volodymyr Babchuk <volodymyr_babchuk@epam.com > > I accidentally deleted ending ">" symbol in the line above, so "git > send-email" decided to move that line from headers to the message body. > > >> arm,scmi.txt used the wrong document identifier. "ARM DUI 0922B" is > >> the "ARM Compute Subsystem SCP, Message Interface Protocols". What we > >> need is the ARM DEN 0056A - "ARM System Control and Management > >> Interface Platform Design Document". > >> > > > > Indeed, it's most stupid copy-paste mistake. Thanks for fixing this. > > Applied now. > It happens all the time. I also did stupid mistake in my patch file. It > is described above. Could you please ensure that this line will be not > in the resulting commit message? Thank you. Ah OK, I didn't notice that, but the applied patch seems fine. -- Regards, Sudeep
diff --git a/Documentation/devicetree/bindings/arm/arm,scmi.txt b/Documentation/devicetree/bindings/arm/arm,scmi.txt index 5f3719ab7075..317a2fc3667a 100644 --- a/Documentation/devicetree/bindings/arm/arm,scmi.txt +++ b/Documentation/devicetree/bindings/arm/arm,scmi.txt @@ -6,7 +6,7 @@ that are provided by the hardware platform it is running on, including power and performance functions. This binding is intended to define the interface the firmware implementing -the SCMI as described in ARM document number ARM DUI 0922B ("ARM System Control +the SCMI as described in ARM document number ARM DEN 0056A ("ARM System Control and Management Interface Platform Design Document")[0] provide for OSPM in the device tree.