From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: Tony Lindgren <tony@atomide.com>,
linux-omap@vger.kernel.org, arm@kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/3] ti-sysc changes for omap4 & 5 crypto
Date: Fri, 24 Jan 2020 12:11:23 -0800 [thread overview]
Message-ID: <pull-1579896427-50330@atomide.com-2> (raw)
In-Reply-To: <pull-1579896427-50330@atomide.com>
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 9fc85a7124b5ff9ec24ad391f9994f89ae611313:
Merge branch 'omap-for-v5.6/sdma' into omap-for-v5.6/ti-sysc-drop-pdata (2019-12-30 10:17:51 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.6/ti-sysc-drop-pdata-crypto-signed
for you to fetch changes up to 885d21e4956dd70fcd84ed653a8368c9729cfb3e:
Merge branch 'omap-for-v5.6/ti-sysc-omap45-rng' into omap-for-v5.6/ti-sysc-drop-pdata (2020-01-23 08:38:34 -0800)
----------------------------------------------------------------
Late changes for omap secure accelerators for v5.6 merge window
A series of changes to configure secure accelerators for omap4 & 5
to finally get hardware random number generator working.
Apologies on a late pull request on these changes, but this pull
request could not be sent out earlier because of a dependency to
recent clock changes. This is based on earlier changes to drop omap
legacy platform data with Tero Kristo's for-5.6-ti-clk branch merged
in.
----------------------------------------------------------------
Benoit Parrot (2):
clk: ti: dra7: add cam clkctrl data
clk: ti: dra7: add vpe clkctrl data
Colin Ian King (1):
dmaengine: ti: omap-dma: don't allow a null od->plat pointer to be dereferenced
Grygorii Strashko (1):
clk: ti: dra7: fix parent for gmac_clkctrl
Peter Ujfalusi (1):
dt-bindings: clock: Move ti-dra7-atl.h to dt-bindings/clock
Tony Lindgren (15):
Merge branch 'omap-for-v5.6/sdma' into omap-for-v5.6/ti-sysc-drop-pdata
clk: ti: omap5: Add missing AESS clock
clk: ti: add clkctrl data dra7 sgx
clk: ti: clkctrl: Fix hidden dependency to node name
ARM: dts: Add missing omap4 secure clocks
ARM: dts: Add missing omap5 secure clocks
ARM: dts: Configure omap4 rng to probe with ti-sysc
ARM: dts: Configure omap5 rng to probe with ti-sysc
ARM: dts: Configure interconnect target module for omap4 sham
ARM: dts: Configure interconnect target module for omap4 aes
ARM: dts: Configure interconnect target module for omap4 des
ARM: OMAP2+: Drop legacy platform data for omap4 aes
ARM: OMAP2+: Drop legacy platform data for omap4 sham
ARM: OMAP2+: Drop legacy platform data for omap4 des
Merge branch 'omap-for-v5.6/ti-sysc-omap45-rng' into omap-for-v5.6/ti-sysc-drop-pdata
.../devicetree/bindings/clock/ti-clkctrl.txt | 11 +-
.../devicetree/bindings/clock/ti/dra7-atl.txt | 4 +-
arch/arm/boot/dts/dra7-evm-common.dtsi | 2 +-
arch/arm/boot/dts/dra72-evm-common.dtsi | 2 +-
arch/arm/boot/dts/dra7xx-clocks.dtsi | 14 +++
arch/arm/boot/dts/motorola-mapphone-common.dtsi | 5 +
arch/arm/boot/dts/omap4-l4.dtsi | 49 +++++++-
arch/arm/boot/dts/omap4.dtsi | 110 ++++++++++++-----
arch/arm/boot/dts/omap44xx-clocks.dtsi | 11 +-
arch/arm/boot/dts/omap5-l4.dtsi | 20 ++-
arch/arm/boot/dts/omap54xx-clocks.dtsi | 10 +-
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 135 ---------------------
drivers/clk/ti/clk-44xx.c | 13 ++
drivers/clk/ti/clk-54xx.c | 28 +++++
drivers/clk/ti/clk-7xx.c | 62 +++++++++-
drivers/clk/ti/clk.c | 4 +-
drivers/clk/ti/clkctrl.c | 96 +++++++++++++--
drivers/dma/ti/omap-dma.c | 6 +-
include/dt-bindings/clock/dra7.h | 23 ++++
include/dt-bindings/clock/omap4.h | 11 ++
include/dt-bindings/clock/omap5.h | 12 ++
include/dt-bindings/{clk => clock}/ti-dra7-atl.h | 0
22 files changed, 430 insertions(+), 198 deletions(-)
rename include/dt-bindings/{clk => clock}/ti-dra7-atl.h (100%)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-01-24 20:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-24 20:11 [GIT PULL 1/3] randconfig build fix for omap soc changes for v5.6 Tony Lindgren
2020-01-24 20:11 ` Tony Lindgren [this message]
2020-01-24 20:11 ` [GIT PULL 3/3] late dts changes for omaps " Tony Lindgren
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-1579896427-50330@atomide.com-2 \
--to=tony@atomide.com \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=soc@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).