All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Cc: Linux Doc Mailing List <linux-doc@vger.kernel.org>,
	Jonathan Corbet <corbet@lwn.net>,
	Jean Delvare <jdelvare@suse.com>, Rob Herring <robh@kernel.org>,
	Sudeep Holla <sudeep.holla@arm.com>,
	linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 02/15] dt-bindings: firmware: update arm,scpi.yaml reference
Date: Thu, 22 Jul 2021 08:55:25 -0700	[thread overview]
Message-ID: <20210722155525.GA3369686@roeck-us.net> (raw)
In-Reply-To: <b5a2b0cb83e7f8193b4be4cef9250dd4c42877ab.1626947923.git.mchehab+huawei@kernel.org>

On Thu, Jul 22, 2021 at 11:59:59AM +0200, Mauro Carvalho Chehab wrote:
> Changeset 1496be719468 ("dt-bindings: firmware: arm,scpi: Convert to json schema")
> renamed: Documentation/devicetree/bindings/arm/arm,scpi.txt
> to: Documentation/devicetree/bindings/firmware/arm,scpi.yaml.
> 
> Update its cross-reference accordingly.
> 
> Fixes: 1496be719468 ("dt-bindings: firmware: arm,scpi: Convert to json schema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> Acked-by: Sudeep Holla <sudeep.holla@arm.com>

Applied to hwmon-next.

Thanks,
Guenter

> ---
>  Documentation/hwmon/scpi-hwmon.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/hwmon/scpi-hwmon.rst b/Documentation/hwmon/scpi-hwmon.rst
> index eee7022b44db..1e3f83ec0658 100644
> --- a/Documentation/hwmon/scpi-hwmon.rst
> +++ b/Documentation/hwmon/scpi-hwmon.rst
> @@ -32,5 +32,5 @@ Usage Notes
>  
>  The driver relies on device tree node to indicate the presence of SCPI
>  support in the kernel. See
> -Documentation/devicetree/bindings/arm/arm,scpi.txt for details of the
> +Documentation/devicetree/bindings/firmware/arm,scpi.yaml for details of the
>  devicetree node.

  parent reply	other threads:[~2021-07-22 15:55 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-22  9:59 [PATCH 00/15] Fix some DT binding references at next-20210722 Mauro Carvalho Chehab
2021-07-22  9:59 ` Mauro Carvalho Chehab
2021-07-22  9:59 ` [PATCH 01/15] dt-bindings: mtd: update mtd-physmap.yaml reference Mauro Carvalho Chehab
2021-07-22  9:59   ` Mauro Carvalho Chehab
2021-07-29 20:07   ` Rob Herring
2021-07-29 20:07     ` Rob Herring
2021-07-22  9:59 ` [PATCH 02/15] dt-bindings: firmware: update arm,scpi.yaml reference Mauro Carvalho Chehab
2021-07-22 10:12   ` Sudeep Holla
2021-07-22 15:55   ` Guenter Roeck [this message]
2021-07-22 10:00 ` [PATCH 03/15] dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference Mauro Carvalho Chehab
2021-07-22 11:11   ` Vladimir Oltean
2021-07-22 10:00 ` [PATCH 04/15] MAINTAINERS: update mtd-physmap.yaml reference Mauro Carvalho Chehab
2021-08-06 19:50   ` Miquel Raynal
2021-07-22 10:00 ` [PATCH 05/15] MAINTAINERS: update arm,vic.yaml reference Mauro Carvalho Chehab
2021-07-22 10:11   ` Sudeep Holla
2021-07-26 12:13   ` Linus Walleij
2021-07-22 10:00 ` [PATCH 06/15] MAINTAINERS: update aspeed,i2c.yaml reference Mauro Carvalho Chehab
2021-07-22 10:00 ` [PATCH 07/15] MAINTAINERS: update faraday,ftrtc010.yaml reference Mauro Carvalho Chehab
2021-07-23 14:38   ` Linus Walleij
2021-07-22 10:00 ` [PATCH 08/15] MAINTAINERS: update fsl,fec.yaml reference Mauro Carvalho Chehab
2021-07-22 10:05   ` Joakim Zhang
2021-07-22 10:00 ` [PATCH 09/15] MAINTAINERS: update mtd-physmap.yaml reference Mauro Carvalho Chehab
2021-08-06 19:53   ` Miquel Raynal
2021-07-22 10:00 ` [PATCH 10/15] MAINTAINERS: update ti,am654-hbmc.yaml reference Mauro Carvalho Chehab
2021-08-06 19:56   ` Miquel Raynal
2021-07-22 10:00 ` [PATCH 11/15] MAINTAINERS: update ti,sci.yaml reference Mauro Carvalho Chehab
2021-07-22 10:00 ` [PATCH 12/15] MAINTAINERS: update gpio-zynq.yaml reference Mauro Carvalho Chehab
2021-08-05 19:34   ` Bartosz Golaszewski
2021-07-22 10:00 ` [PATCH 13/15] MAINTAINERS: update arm,pl353-smc.yaml reference Mauro Carvalho Chehab
2021-08-06 19:56   ` Miquel Raynal
2021-07-22 10:00 ` [PATCH 14/15] MAINTAINERS: update intel,ixp46x-rng.yaml reference Mauro Carvalho Chehab
2021-07-22 10:44   ` Linus Walleij
2021-07-22 10:00 ` [PATCH 15/15] MAINTAINERS: update nxp,imx8-jpeg.yaml reference Mauro Carvalho Chehab
2021-08-03 10:31   ` [EXT] " Mirela Rabulea
2021-07-23  6:27 ` (subset) [PATCH 00/15] Fix some DT binding references at next-20210722 Krzysztof Kozlowski
2021-07-23  6:27   ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210722155525.GA3369686@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=corbet@lwn.net \
    --cc=jdelvare@suse.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab+huawei@kernel.org \
    --cc=robh@kernel.org \
    --cc=sudeep.holla@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.