All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stanislav Jakubek <stano.jakubek@gmail.com>
To: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Ray Jui <rjui@broadcom.com>,
	Scott Branden <sbranden@broadcom.com>
Cc: bcm-kernel-feedback-list@broadcom.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 0/6] ARM: dts: bcm-mobile: DT cleanup
Date: Fri, 26 May 2023 21:28:10 +0200	[thread overview]
Message-ID: <cover.1685127525.git.stano.jakubek@gmail.com> (raw)

This series cleans up some parts of Broadcom Kona platform's DT files.

No functional change intended.

Stanislav Jakubek (6):
  ARM: dts: bcm-mobile: change "" includes to <> where applicable
  ARM: dts: bcm21664/23550: use CCU compatibles directly
  ARM: dts: bcm-mobile: move status properties to the end of nodes
  ARM: dts: bcm11351/21664: add UART, I2C node labels
  ARM: dts: bcm21664-garnet: use node labels
  ARM: dts: bcm28155-ap: use node labels

 arch/arm/boot/dts/bcm11351.dtsi       |  27 +++----
 arch/arm/boot/dts/bcm21664-garnet.dts |  46 +++++------
 arch/arm/boot/dts/bcm21664.dtsi       |  31 ++++----
 arch/arm/boot/dts/bcm23550.dtsi       |  19 +++--
 arch/arm/boot/dts/bcm28155-ap.dts     | 110 +++++++++++++-------------
 5 files changed, 115 insertions(+), 118 deletions(-)

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Stanislav Jakubek <stano.jakubek@gmail.com>
To: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Ray Jui <rjui@broadcom.com>,
	Scott Branden <sbranden@broadcom.com>
Cc: bcm-kernel-feedback-list@broadcom.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 0/6] ARM: dts: bcm-mobile: DT cleanup
Date: Fri, 26 May 2023 21:28:10 +0200	[thread overview]
Message-ID: <cover.1685127525.git.stano.jakubek@gmail.com> (raw)

This series cleans up some parts of Broadcom Kona platform's DT files.

No functional change intended.

Stanislav Jakubek (6):
  ARM: dts: bcm-mobile: change "" includes to <> where applicable
  ARM: dts: bcm21664/23550: use CCU compatibles directly
  ARM: dts: bcm-mobile: move status properties to the end of nodes
  ARM: dts: bcm11351/21664: add UART, I2C node labels
  ARM: dts: bcm21664-garnet: use node labels
  ARM: dts: bcm28155-ap: use node labels

 arch/arm/boot/dts/bcm11351.dtsi       |  27 +++----
 arch/arm/boot/dts/bcm21664-garnet.dts |  46 +++++------
 arch/arm/boot/dts/bcm21664.dtsi       |  31 ++++----
 arch/arm/boot/dts/bcm23550.dtsi       |  19 +++--
 arch/arm/boot/dts/bcm28155-ap.dts     | 110 +++++++++++++-------------
 5 files changed, 115 insertions(+), 118 deletions(-)

-- 
2.25.1


             reply	other threads:[~2023-05-26 19:28 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-26 19:28 Stanislav Jakubek [this message]
2023-05-26 19:28 ` [PATCH 0/6] ARM: dts: bcm-mobile: DT cleanup Stanislav Jakubek
2023-05-26 19:28 ` [PATCH 1/6] ARM: dts: bcm-mobile: change "" includes to <> where applicable Stanislav Jakubek
2023-05-26 19:28   ` Stanislav Jakubek
2023-06-08 22:07   ` Florian Fainelli
2023-06-08 22:07     ` Florian Fainelli
2023-05-26 19:29 ` [PATCH 2/6] ARM: dts: bcm21664/23550: use CCU compatibles directly Stanislav Jakubek
2023-05-26 19:29   ` Stanislav Jakubek
2023-06-08 22:09   ` Florian Fainelli
2023-06-08 22:09     ` Florian Fainelli
2023-06-08 22:09   ` Florian Fainelli
2023-06-08 22:09     ` Florian Fainelli
2023-05-26 19:29 ` [PATCH 3/6] ARM: dts: bcm-mobile: move status properties to the end of nodes Stanislav Jakubek
2023-05-26 19:29   ` Stanislav Jakubek
2023-06-08 22:09   ` Florian Fainelli
2023-06-08 22:09     ` Florian Fainelli
2023-05-26 19:30 ` [PATCH 4/6] ARM: dts: bcm11351/21664: add UART, I2C node labels Stanislav Jakubek
2023-05-26 19:30   ` Stanislav Jakubek
2023-06-08 22:10   ` Florian Fainelli
2023-06-08 22:10     ` Florian Fainelli
2023-05-26 19:30 ` [PATCH 5/6] ARM: dts: bcm21664-garnet: use " Stanislav Jakubek
2023-05-26 19:30   ` Stanislav Jakubek
2023-06-08 22:10   ` Florian Fainelli
2023-06-08 22:10     ` Florian Fainelli
2023-05-26 19:30 ` [PATCH 6/6] ARM: dts: bcm28155-ap: " Stanislav Jakubek
2023-05-26 19:30   ` Stanislav Jakubek
2023-05-27 13:37   ` kernel test robot
2023-05-27 13:37     ` kernel test robot
2023-06-08 22:11   ` Florian Fainelli
2023-06-08 22:11     ` Florian Fainelli
2023-06-08 22:31     ` Florian Fainelli
2023-06-08 22:31       ` Florian Fainelli
2023-06-18 14:59       ` Stanislav Jakubek
2023-06-18 14:59         ` Stanislav Jakubek

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=cover.1685127525.git.stano.jakubek@gmail.com \
    --to=stano.jakubek@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rjui@broadcom.com \
    --cc=robh+dt@kernel.org \
    --cc=sbranden@broadcom.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.