mbox series

[GIT,PULL,v2,1/1] bcm2835-bindings-2021-12-18

Message ID 20211218181135.192699-1-nsaenz@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,v2,1/1] bcm2835-bindings-2021-12-18 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-bindings-2021-12-18

Message

Nicolas Saenz Julienne Dec. 18, 2021, 6:11 p.m. UTC
Hi Florian,

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-bindings-2021-12-18

for you to fetch changes up to eafba51c545a165b29777cde1fc8b04781a0a8db:

  dt-bindings: soc: bcm: Convert brcm,bcm2835-vchiq to json-schema (2021-12-18 18:54:57 +0100)

----------------------------------------------------------------
Stefan Wahren converts VCHIQ's bindings to YAML format.

----------------------------------------------------------------
Stefan Wahren (1):
      dt-bindings: soc: bcm: Convert brcm,bcm2835-vchiq to json-schema

 .../bindings/soc/bcm/brcm,bcm2835-vchiq.txt        | 17 -------
 .../bindings/soc/bcm/brcm,bcm2835-vchiq.yaml       | 53 ++++++++++++++++++++++
 2 files changed, 53 insertions(+), 17 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-vchiq.txt
 create mode 100644 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-vchiq.yaml

Comments

Florian Fainelli Dec. 19, 2021, 7:36 p.m. UTC | #1
On 12/18/2021 10:11 AM, Nicolas Saenz Julienne wrote:
> Hi Florian,
> 
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
>    Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> 
> are available in the Git repository at:
> 
>    https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-bindings-2021-12-18
> 
> for you to fetch changes up to eafba51c545a165b29777cde1fc8b04781a0a8db:
> 
>    dt-bindings: soc: bcm: Convert brcm,bcm2835-vchiq to json-schema (2021-12-18 18:54:57 +0100)
> 
> ----------------------------------------------------------------
> Stefan Wahren converts VCHIQ's bindings to YAML format.
> 
> ----------------------------------------------------------------

Applied to devicetree/next, thanks for the quick turnaround Nicolas!