From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: Tony Lindgren <tony@atomide.com>,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/3] clock related dts changes for omaps for v4.16
Date: Thu, 14 Dec 2017 07:58:26 -0800 [thread overview]
Message-ID: <pull-1513266986-900907@atomide.com-2> (raw)
In-Reply-To: <pull-1513266986-900907@atomide.com>
In-Reply-To: <pull-1513266986-900907@atomide.com>
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 998601de3c05fb02795d6d9cb1d4dcb25a6019a1:
Merge commit 'fe7020e64f04' into omap-for-v4.16/dt-clk (2017-12-11 08:26:36 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.16/dt-clk-signed
for you to fetch changes up to 80a06c0d8357d1e75a8fbc10813fcdada4d897fb:
ARM: dts: dm816x: add clkctrl nodes (2017-12-11 08:28:37 -0800)
----------------------------------------------------------------
Clock related dts changes for omaps for v4.16 merge window
This branch contains a series of dts changes from Tero Kristo to
start using clkctrl clocks.
Note that this branch is based on a merge of omap-for-v4.16/soc-signed
and an immutable commit from Tero Kristo fe7020e64f04 ("clk: ti: omap4:
clkctrl data fixes for opt-clocks") that is also in clk-next.
----------------------------------------------------------------
Tero Kristo (20):
ARM: dts: omap5: add fck under timer1
ARM: dts: omap4: add fck under timer1
ARM: dts: am33xx: add fck under timers1/2
ARM: dts: am43xx: add fck under timers1/2
ARM: dts: dra7: add fck under timer1
ARM: dts: dm814x: add fck under timers1/2
ARM: dts: dm816x: add fck under timers1/2
ARM: dts: omap5: add bus functionality to base PRCM nodes
ARM: dts: omap4: add bus functionality to base PRCM nodes
ARM: dts: dra7: add bus functionality to base PRCM nodes
ARM: dts: am33xx: add bus functionality to base PRCM node
ARM: dts: am43xx: add bus functionality to base PRCM node
ARM: dts: dm816x: add bus functionality to base PRCM node
ARM: dts: omap4: add clkctrl nodes
ARM: dts: omap5: add clkctrl nodes
ARM: dts: dra7: add clkctrl nodes
ARM: dts: am33xx: add clkctrl nodes
ARM: dts: am43xx: add clkctrl nodes
ARM: dts: dm814x: add clkctrl nodes
ARM: dts: dm816x: add clkctrl nodes
arch/arm/boot/dts/am335x-bone-common.dtsi | 2 +-
arch/arm/boot/dts/am335x-boneblue.dts | 2 +-
arch/arm/boot/dts/am335x-evm.dts | 2 +-
arch/arm/boot/dts/am335x-evmsk.dts | 2 +-
arch/arm/boot/dts/am33xx-clocks.dtsi | 205 +++---
arch/arm/boot/dts/am33xx.dtsi | 14 +-
arch/arm/boot/dts/am4372.dtsi | 16 +-
arch/arm/boot/dts/am43x-epos-evm.dts | 2 +-
arch/arm/boot/dts/am43xx-clocks.dtsi | 230 ++----
arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 2 +-
arch/arm/boot/dts/dm814x-clocks.dtsi | 30 +
arch/arm/boot/dts/dm814x.dtsi | 4 +
arch/arm/boot/dts/dm816x-clocks.dtsi | 30 +
arch/arm/boot/dts/dm816x.dtsi | 9 +-
arch/arm/boot/dts/dra7-evm-common.dtsi | 4 +-
arch/arm/boot/dts/dra7.dtsi | 84 ++-
arch/arm/boot/dts/dra72-evm-common.dtsi | 4 +-
arch/arm/boot/dts/dra72x.dtsi | 4 +-
arch/arm/boot/dts/dra74x.dtsi | 6 +-
arch/arm/boot/dts/dra7xx-clocks.dtsi | 909 ++++++------------------
arch/arm/boot/dts/omap4.dtsi | 37 +-
arch/arm/boot/dts/omap44xx-clocks.dtsi | 895 ++++++++---------------
arch/arm/boot/dts/omap5.dtsi | 46 +-
arch/arm/boot/dts/omap54xx-clocks.dtsi | 623 ++++++----------
24 files changed, 1091 insertions(+), 2071 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/3] clock related dts changes for omaps for v4.16
Date: Thu, 14 Dec 2017 07:58:26 -0800 [thread overview]
Message-ID: <pull-1513266986-900907@atomide.com-2> (raw)
In-Reply-To: <pull-1513266986-900907@atomide.com>
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 998601de3c05fb02795d6d9cb1d4dcb25a6019a1:
Merge commit 'fe7020e64f04' into omap-for-v4.16/dt-clk (2017-12-11 08:26:36 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.16/dt-clk-signed
for you to fetch changes up to 80a06c0d8357d1e75a8fbc10813fcdada4d897fb:
ARM: dts: dm816x: add clkctrl nodes (2017-12-11 08:28:37 -0800)
----------------------------------------------------------------
Clock related dts changes for omaps for v4.16 merge window
This branch contains a series of dts changes from Tero Kristo to
start using clkctrl clocks.
Note that this branch is based on a merge of omap-for-v4.16/soc-signed
and an immutable commit from Tero Kristo fe7020e64f04 ("clk: ti: omap4:
clkctrl data fixes for opt-clocks") that is also in clk-next.
----------------------------------------------------------------
Tero Kristo (20):
ARM: dts: omap5: add fck under timer1
ARM: dts: omap4: add fck under timer1
ARM: dts: am33xx: add fck under timers1/2
ARM: dts: am43xx: add fck under timers1/2
ARM: dts: dra7: add fck under timer1
ARM: dts: dm814x: add fck under timers1/2
ARM: dts: dm816x: add fck under timers1/2
ARM: dts: omap5: add bus functionality to base PRCM nodes
ARM: dts: omap4: add bus functionality to base PRCM nodes
ARM: dts: dra7: add bus functionality to base PRCM nodes
ARM: dts: am33xx: add bus functionality to base PRCM node
ARM: dts: am43xx: add bus functionality to base PRCM node
ARM: dts: dm816x: add bus functionality to base PRCM node
ARM: dts: omap4: add clkctrl nodes
ARM: dts: omap5: add clkctrl nodes
ARM: dts: dra7: add clkctrl nodes
ARM: dts: am33xx: add clkctrl nodes
ARM: dts: am43xx: add clkctrl nodes
ARM: dts: dm814x: add clkctrl nodes
ARM: dts: dm816x: add clkctrl nodes
arch/arm/boot/dts/am335x-bone-common.dtsi | 2 +-
arch/arm/boot/dts/am335x-boneblue.dts | 2 +-
arch/arm/boot/dts/am335x-evm.dts | 2 +-
arch/arm/boot/dts/am335x-evmsk.dts | 2 +-
arch/arm/boot/dts/am33xx-clocks.dtsi | 205 +++---
arch/arm/boot/dts/am33xx.dtsi | 14 +-
arch/arm/boot/dts/am4372.dtsi | 16 +-
arch/arm/boot/dts/am43x-epos-evm.dts | 2 +-
arch/arm/boot/dts/am43xx-clocks.dtsi | 230 ++----
arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 2 +-
arch/arm/boot/dts/dm814x-clocks.dtsi | 30 +
arch/arm/boot/dts/dm814x.dtsi | 4 +
arch/arm/boot/dts/dm816x-clocks.dtsi | 30 +
arch/arm/boot/dts/dm816x.dtsi | 9 +-
arch/arm/boot/dts/dra7-evm-common.dtsi | 4 +-
arch/arm/boot/dts/dra7.dtsi | 84 ++-
arch/arm/boot/dts/dra72-evm-common.dtsi | 4 +-
arch/arm/boot/dts/dra72x.dtsi | 4 +-
arch/arm/boot/dts/dra74x.dtsi | 6 +-
arch/arm/boot/dts/dra7xx-clocks.dtsi | 909 ++++++------------------
arch/arm/boot/dts/omap4.dtsi | 37 +-
arch/arm/boot/dts/omap44xx-clocks.dtsi | 895 ++++++++---------------
arch/arm/boot/dts/omap5.dtsi | 46 +-
arch/arm/boot/dts/omap54xx-clocks.dtsi | 623 ++++++----------
24 files changed, 1091 insertions(+), 2071 deletions(-)
next prev parent reply other threads:[~2017-12-14 15:58 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-14 15:58 [GIT PULL 1/3] soc changes for omaps for v4.16 merge window Tony Lindgren
2017-12-14 15:58 ` Tony Lindgren
2017-12-14 15:58 ` Tony Lindgren [this message]
2017-12-14 15:58 ` [GIT PULL 2/3] clock related dts changes for omaps for v4.16 Tony Lindgren
2017-12-21 16:20 ` Arnd Bergmann
2017-12-21 16:20 ` Arnd Bergmann
2017-12-14 15:58 ` [GIT PULL 3/3] dts changes for omaps for v4.16 merge window Tony Lindgren
2017-12-14 15:58 ` Tony Lindgren
2017-12-21 16:21 ` Arnd Bergmann
2017-12-21 16:21 ` Arnd Bergmann
2017-12-21 16:18 ` [GIT PULL 1/3] soc " Arnd Bergmann
2017-12-21 16:18 ` Arnd Bergmann
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=pull-1513266986-900907@atomide.com-2 \
--to=tony@atomide.com \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.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.