public inbox for linux-kernel-mentees@lists.linux-foundation.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: remoteproc: fix deadlink
@ 2025-12-03 17:07 Soham Metha
  2025-12-03 17:21 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Soham Metha @ 2025-12-03 17:07 UTC (permalink / raw)
  To: linux-kernel-mentees
  Cc: shuah, skhan, linux-kernel, Soham Metha, Bjorn Andersson,
	Mathieu Poirier, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	linux-remoteproc, devicetree

The binding file 'gpio-dsp-keystone.txt' has been converted to a DT schema.
The current binding is located at:

    Documentation/devicetree/bindings/gpio/ti,keystone-dsp-gpio.yaml

This change was made in https://lore.kernel.org/all/20250714202850.3011952-1-robh@kernel.org/
and merged in aff0a1701b020c8e6b172f28828fd4f3e6eed41a

Signed-off-by: Soham Metha <sohammetha01@gmail.com>
---
 .../devicetree/bindings/remoteproc/ti,keystone-rproc.txt        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt b/Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt
index 463a97c11eff..91f0a3b0c0b2 100644
--- a/Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt
+++ b/Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt
@@ -66,7 +66,7 @@ The following are the mandatory properties:
 - kick-gpios: 		Should specify the gpio device needed for the virtio IPC
 			stack. This will be used to interrupt the remote processor.
 			The gpio device to be used is as per the bindings in,
-			Documentation/devicetree/bindings/gpio/gpio-dsp-keystone.txt
+			Documentation/devicetree/bindings/gpio/ti,keystone-dsp-gpio.yaml
 
 SoC-specific Required properties:
 ---------------------------------
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: remoteproc: fix deadlink
  2025-12-03 17:07 [PATCH] Documentation: remoteproc: fix deadlink Soham Metha
@ 2025-12-03 17:21 ` Krzysztof Kozlowski
  2025-12-03 17:21   ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-12-03 17:21 UTC (permalink / raw)
  To: Soham Metha, linux-kernel-mentees
  Cc: shuah, skhan, linux-kernel, Bjorn Andersson, Mathieu Poirier,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-remoteproc,
	devicetree

On 03/12/2025 18:07, Soham Metha wrote:
> The binding file 'gpio-dsp-keystone.txt' has been converted to a DT schema.
> The current binding is located at:
> 
>     Documentation/devicetree/bindings/gpio/ti,keystone-dsp-gpio.yaml
> 
> This change was made in https://lore.kernel.org/all/20250714202850.3011952-1-robh@kernel.org/
> and merged in aff0a1701b020c8e6b172f28828fd4f3e6eed41a

Drop this sentence and instead please use 'commit sha' syntax, see
checkpatch and submitting patches docs for details.

> 
> Signed-off-by: Soham Metha <sohammetha01@gmail.com>
> ---
>  .../devicetree/bindings/remoteproc/ti,keystone-rproc.txt        | 2 +-

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: remoteproc: fix deadlink
  2025-12-03 17:21 ` Krzysztof Kozlowski
@ 2025-12-03 17:21   ` Krzysztof Kozlowski
  2025-12-03 17:47     ` Soham Metha
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-12-03 17:21 UTC (permalink / raw)
  To: Soham Metha, linux-kernel-mentees
  Cc: shuah, skhan, linux-kernel, Bjorn Andersson, Mathieu Poirier,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-remoteproc,
	devicetree

On 03/12/2025 18:21, Krzysztof Kozlowski wrote:
> On 03/12/2025 18:07, Soham Metha wrote:
>> The binding file 'gpio-dsp-keystone.txt' has been converted to a DT schema.
>> The current binding is located at:
>>
>>     Documentation/devicetree/bindings/gpio/ti,keystone-dsp-gpio.yaml
>>
>> This change was made in https://lore.kernel.org/all/20250714202850.3011952-1-robh@kernel.org/
>> and merged in aff0a1701b020c8e6b172f28828fd4f3e6eed41a
> 
> Drop this sentence and instead please use 'commit sha' syntax, see
> checkpatch and submitting patches docs for details.
> 
>>
>> Signed-off-by: Soham Metha <sohammetha01@gmail.com>
>> ---
>>  .../devicetree/bindings/remoteproc/ti,keystone-rproc.txt        | 2 +-

And:

Please use subject prefixes matching the subsystem. You can get them for
example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
your patch is touching. For bindings, the preferred subjects are
explained here:
https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters


Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: remoteproc: fix deadlink
  2025-12-03 17:21   ` Krzysztof Kozlowski
@ 2025-12-03 17:47     ` Soham Metha
  0 siblings, 0 replies; 4+ messages in thread
From: Soham Metha @ 2025-12-03 17:47 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-kernel-mentees
  Cc: shuah, skhan, linux-kernel, Bjorn Andersson, Mathieu Poirier,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-remoteproc,
	devicetree

On 03/12/25 22:51, Krzysztof Kozlowski wrote:
> On 03/12/2025 18:21, Krzysztof Kozlowski wrote:
>> On 03/12/2025 18:07, Soham Metha wrote:
>>> The binding file 'gpio-dsp-keystone.txt' has been converted to a DT schema.
>>> The current binding is located at:
>>>
>>>     Documentation/devicetree/bindings/gpio/ti,keystone-dsp-gpio.yaml
>>>
>>> This change was made in https://lore.kernel.org/all/20250714202850.3011952-1-robh@kernel.org/
>>> and merged in aff0a1701b020c8e6b172f28828fd4f3e6eed41a
>>
>> Drop this sentence and instead please use 'commit sha' syntax, see
>> checkpatch and submitting patches docs for details.
>>
>>>
>>> Signed-off-by: Soham Metha <sohammetha01@gmail.com>
>>> ---
>>>  .../devicetree/bindings/remoteproc/ti,keystone-rproc.txt        | 2 +-
> 
> And:
> 
> Please use subject prefixes matching the subsystem. You can get them for
> example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
> your patch is touching. For bindings, the preferred subjects are
> explained here:
> https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters
> 
> 
> Best regards,
> Krzysztof


Thanks for the review.
I'll switch to the proper syntax and resend the patch.

--
Soham Metha


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-12-03 17:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-03 17:07 [PATCH] Documentation: remoteproc: fix deadlink Soham Metha
2025-12-03 17:21 ` Krzysztof Kozlowski
2025-12-03 17:21   ` Krzysztof Kozlowski
2025-12-03 17:47     ` Soham Metha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox