[PATCH] dt-bindings: arm: qcom: Fix html link

Stephen Boyd posted 1 patch 2 years ago
There is a newer version of this series
Documentation/devicetree/bindings/arm/qcom.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: arm: qcom: Fix html link
Posted by Stephen Boyd 2 years ago
This link got broken by commit e790a4ce5290 ("arm: docs: Move Arm
documentation to Documentation/arch/") when the doc moved from arm/ to
arch/arm/. Fix the link so that it can continue to be followed.

Fixes: e790a4ce5290 ("arm: docs: Move Arm documentation to Documentation/arch/")
Cc: Alexandre TORGUE <alexandre.torgue@foss.st.com>
Cc: Yanteng Si <siyanteng@loongson.cn>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Bjorn Andersson <andersson@kernel.org>
Cc: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 7f80f48a0954..8a6466d1fc4e 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -138,7 +138,7 @@ description: |
   There are many devices in the list below that run the standard ChromeOS
   bootloader setup and use the open source depthcharge bootloader to boot the
   OS. These devices do not use the scheme described above. For details, see:
-  https://docs.kernel.org/arm/google/chromebook-boot-flow.html
+  https://docs.kernel.org/arch/arm/google/chromebook-boot-flow.html
 
 properties:
   $nodename:

base-commit: b85ea95d086471afb4ad062012a4d73cd328fa86
-- 
https://chromeos.dev
Re: [PATCH] dt-bindings: arm: qcom: Fix html link
Posted by Krzysztof Kozlowski 2 years ago
On 28/11/2023 01:20, Stephen Boyd wrote:
> This link got broken by commit e790a4ce5290 ("arm: docs: Move Arm
> documentation to Documentation/arch/") when the doc moved from arm/ to
> arch/arm/. Fix the link so that it can continue to be followed.
> 
> Fixes: e790a4ce5290 ("arm: docs: Move Arm documentation to Documentation/arch/")
> Cc: Alexandre TORGUE <alexandre.torgue@foss.st.com>
> Cc: Yanteng Si <siyanteng@loongson.cn>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Bjorn Andersson <andersson@kernel.org>
> Cc: Douglas Anderson <dianders@chromium.org>
> Signed-off-by: Stephen Boyd <swboyd@chromium.org>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

This should go via Qcom, but you did not Cc msm mailing list.

Best regards,
Krzysztof
Re: [PATCH] dt-bindings: arm: qcom: Fix html link
Posted by Stephen Boyd 2 years ago
Quoting Krzysztof Kozlowski (2023-11-27 23:46:53)
> On 28/11/2023 01:20, Stephen Boyd wrote:
> > This link got broken by commit e790a4ce5290 ("arm: docs: Move Arm
> > documentation to Documentation/arch/") when the doc moved from arm/ to
> > arch/arm/. Fix the link so that it can continue to be followed.
> >
> > Fixes: e790a4ce5290 ("arm: docs: Move Arm documentation to Documentation/arch/")
> > Cc: Alexandre TORGUE <alexandre.torgue@foss.st.com>
> > Cc: Yanteng Si <siyanteng@loongson.cn>
> > Cc: Jonathan Corbet <corbet@lwn.net>
> > Cc: Bjorn Andersson <andersson@kernel.org>
> > Cc: Douglas Anderson <dianders@chromium.org>
> > Signed-off-by: Stephen Boyd <swboyd@chromium.org>
> > ---
> >  Documentation/devicetree/bindings/arm/qcom.yaml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
>
>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> This should go via Qcom, but you did not Cc msm mailing list.
>

Ok. I was hoping to go through DT tree but am also fine sending it
through qcom.
Re: [PATCH] dt-bindings: arm: qcom: Fix html link
Posted by Doug Anderson 2 years ago
Hi,

On Mon, Nov 27, 2023 at 4:20 PM Stephen Boyd <swboyd@chromium.org> wrote:
>
> This link got broken by commit e790a4ce5290 ("arm: docs: Move Arm
> documentation to Documentation/arch/") when the doc moved from arm/ to
> arch/arm/. Fix the link so that it can continue to be followed.
>
> Fixes: e790a4ce5290 ("arm: docs: Move Arm documentation to Documentation/arch/")
> Cc: Alexandre TORGUE <alexandre.torgue@foss.st.com>
> Cc: Yanteng Si <siyanteng@loongson.cn>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Bjorn Andersson <andersson@kernel.org>
> Cc: Douglas Anderson <dianders@chromium.org>
> Signed-off-by: Stephen Boyd <swboyd@chromium.org>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Douglas Anderson <dianders@chromium.org>