From: Shawn Guo <shawnguo@kernel.org>
To: Michael Walle <michael@walle.cc>
Cc: devicetree@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Li Yang <leoyang.li@nxp.com>
Subject: Re: [PATCH 0/7] arm64: dts: fsl: use the new clockgen constants
Date: Mon, 11 Jan 2021 09:20:56 +0800 [thread overview]
Message-ID: <20210111012052.GT28365@dragon> (raw)
In-Reply-To: <20201229114740.7936-1-michael@walle.cc>
On Tue, Dec 29, 2020 at 12:47:33PM +0100, Michael Walle wrote:
> Since commit 4cb15934ba05 ("clk: qoriq: provide constants for the type")
> there are constants for better readabilty. This series will use them for
> all arm64 device trees.
>
> This is just a mechanical change. The change was done with the following
> script:
>
> $ sed -e 's/<&clockgen 0 \([0-9]\)>/<\&clockgen QORIQ_CLK_SYSCLK \1>/g' \
> -e 's/<&clockgen 1 \([0-9]\)>/<\&clockgen QORIQ_CLK_CMUX \1>/g' \
> -e 's/<&clockgen 2 \([0-9]\)>/<\&clockgen QORIQ_CLK_HWACCEL \1>/g' \
> -e 's/<&clockgen 3 \([0-9]\)>/<\&clockgen QORIQ_CLK_FMAN \1>/g' \
> -e 's/<&clockgen 4 0>/<\&clockgen QORIQ_CLK_PLATFORM_PLL QORIQ_CLK_PLL_DIV(1)>/g' \
> -e 's/<&clockgen 4 1>/<\&clockgen QORIQ_CLK_PLATFORM_PLL QORIQ_CLK_PLL_DIV(2)>/g' \
> -e 's/<&clockgen 4 3>/<\&clockgen QORIQ_CLK_PLATFORM_PLL QORIQ_CLK_PLL_DIV(4)>/g' \
> -e 's/<&clockgen 4 7>/<\&clockgen QORIQ_CLK_PLATFORM_PLL QORIQ_CLK_PLL_DIV(8)>/g' \
> -e 's/<&clockgen 4 15>/<\&clockgen QORIQ_CLK_PLATFORM_PLL QORIQ_CLK_PLL_DIV(16)>/g' \
> -i \
> arm64/boot/dts/freescale/fsl-ls1012a.dtsi \
> arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var3-ads2.dts \
> arm64/boot/dts/freescale/fsl-ls1028a.dtsi \
> arm64/boot/dts/freescale/fsl-ls1043a.dtsi \
> arm64/boot/dts/freescale/fsl-ls1046a.dtsi \
> arm64/boot/dts/freescale/fsl-ls1088a.dtsi \
> arm64/boot/dts/freescale/fsl-ls2080a.dtsi \
> arm64/boot/dts/freescale/fsl-ls2088a.dtsi \
> arm64/boot/dts/freescale/fsl-ls208xa.dtsi \
> arm64/boot/dts/freescale/fsl-lx2160a.dtsi \
> boot/dts/freescale/qoriq-fman3-0.dtsi
>
> Afterwards the changes were manually clean-up for proper indendation, the
> include file was added and split into individual commits per SoC.
>
> Michael Walle (7):
> arm64: dts: ls1012a: use constants in the clockgen phandle
> arm64: dts: ls1028a: use constants in the clockgen phandle
> arm64: dts: ls1043a: use constants in the clockgen phandle
> arm64: dts: ls1046a: use constants in the clockgen phandle
> arm64: dts: ls1088a: use constants in the clockgen phandle
> arm64: dts: ls208xa: use constants in the clockgen phandle
> arm64: dts: lx2160a: use constants in the clockgen phandle
Applied all, thanks.
_______________________________________________
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: Shawn Guo <shawnguo@kernel.org>
To: Michael Walle <michael@walle.cc>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, Li Yang <leoyang.li@nxp.com>,
Rob Herring <robh+dt@kernel.org>
Subject: Re: [PATCH 0/7] arm64: dts: fsl: use the new clockgen constants
Date: Mon, 11 Jan 2021 09:20:56 +0800 [thread overview]
Message-ID: <20210111012052.GT28365@dragon> (raw)
In-Reply-To: <20201229114740.7936-1-michael@walle.cc>
On Tue, Dec 29, 2020 at 12:47:33PM +0100, Michael Walle wrote:
> Since commit 4cb15934ba05 ("clk: qoriq: provide constants for the type")
> there are constants for better readabilty. This series will use them for
> all arm64 device trees.
>
> This is just a mechanical change. The change was done with the following
> script:
>
> $ sed -e 's/<&clockgen 0 \([0-9]\)>/<\&clockgen QORIQ_CLK_SYSCLK \1>/g' \
> -e 's/<&clockgen 1 \([0-9]\)>/<\&clockgen QORIQ_CLK_CMUX \1>/g' \
> -e 's/<&clockgen 2 \([0-9]\)>/<\&clockgen QORIQ_CLK_HWACCEL \1>/g' \
> -e 's/<&clockgen 3 \([0-9]\)>/<\&clockgen QORIQ_CLK_FMAN \1>/g' \
> -e 's/<&clockgen 4 0>/<\&clockgen QORIQ_CLK_PLATFORM_PLL QORIQ_CLK_PLL_DIV(1)>/g' \
> -e 's/<&clockgen 4 1>/<\&clockgen QORIQ_CLK_PLATFORM_PLL QORIQ_CLK_PLL_DIV(2)>/g' \
> -e 's/<&clockgen 4 3>/<\&clockgen QORIQ_CLK_PLATFORM_PLL QORIQ_CLK_PLL_DIV(4)>/g' \
> -e 's/<&clockgen 4 7>/<\&clockgen QORIQ_CLK_PLATFORM_PLL QORIQ_CLK_PLL_DIV(8)>/g' \
> -e 's/<&clockgen 4 15>/<\&clockgen QORIQ_CLK_PLATFORM_PLL QORIQ_CLK_PLL_DIV(16)>/g' \
> -i \
> arm64/boot/dts/freescale/fsl-ls1012a.dtsi \
> arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var3-ads2.dts \
> arm64/boot/dts/freescale/fsl-ls1028a.dtsi \
> arm64/boot/dts/freescale/fsl-ls1043a.dtsi \
> arm64/boot/dts/freescale/fsl-ls1046a.dtsi \
> arm64/boot/dts/freescale/fsl-ls1088a.dtsi \
> arm64/boot/dts/freescale/fsl-ls2080a.dtsi \
> arm64/boot/dts/freescale/fsl-ls2088a.dtsi \
> arm64/boot/dts/freescale/fsl-ls208xa.dtsi \
> arm64/boot/dts/freescale/fsl-lx2160a.dtsi \
> boot/dts/freescale/qoriq-fman3-0.dtsi
>
> Afterwards the changes were manually clean-up for proper indendation, the
> include file was added and split into individual commits per SoC.
>
> Michael Walle (7):
> arm64: dts: ls1012a: use constants in the clockgen phandle
> arm64: dts: ls1028a: use constants in the clockgen phandle
> arm64: dts: ls1043a: use constants in the clockgen phandle
> arm64: dts: ls1046a: use constants in the clockgen phandle
> arm64: dts: ls1088a: use constants in the clockgen phandle
> arm64: dts: ls208xa: use constants in the clockgen phandle
> arm64: dts: lx2160a: use constants in the clockgen phandle
Applied all, thanks.
next prev parent reply other threads:[~2021-01-11 1:23 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-29 11:47 [PATCH 0/7] arm64: dts: fsl: use the new clockgen constants Michael Walle
2020-12-29 11:47 ` Michael Walle
2020-12-29 11:47 ` [PATCH 1/7] arm64: dts: ls1012a: use constants in the clockgen phandle Michael Walle
2020-12-29 11:47 ` Michael Walle
2020-12-29 11:47 ` [PATCH 2/7] arm64: dts: ls1028a: " Michael Walle
2020-12-29 11:47 ` Michael Walle
2020-12-29 11:47 ` [PATCH 3/7] arm64: dts: ls1043a: " Michael Walle
2020-12-29 11:47 ` Michael Walle
2020-12-29 11:47 ` [PATCH 4/7] arm64: dts: ls1046a: " Michael Walle
2020-12-29 11:47 ` Michael Walle
2020-12-29 11:47 ` [PATCH 5/7] arm64: dts: ls1088a: " Michael Walle
2020-12-29 11:47 ` Michael Walle
2020-12-29 11:47 ` [PATCH 6/7] arm64: dts: ls208xa: " Michael Walle
2020-12-29 11:47 ` Michael Walle
2020-12-29 11:47 ` [PATCH 7/7] arm64: dts: lx2160a: " Michael Walle
2020-12-29 11:47 ` Michael Walle
2021-01-11 1:20 ` Shawn Guo [this message]
2021-01-11 1:20 ` [PATCH 0/7] arm64: dts: fsl: use the new clockgen constants Shawn Guo
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=20210111012052.GT28365@dragon \
--to=shawnguo@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michael@walle.cc \
--cc=robh+dt@kernel.org \
/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.