linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL 2/3] Drop legacy platform data for omaps for v5.10
Date: Thu,  3 Sep 2020 14:26:41 +0300	[thread overview]
Message-ID: <pull-1599132307-761202@atomide.com-2> (raw)
In-Reply-To: <pull-1599132307-761202@atomide.com>

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.10/ti-sysc-drop-pdata-signed

for you to fetch changes up to 0d7ce5c5c4e6418c1bb1d7c5ee94de815fdc3041:

  Merge branch 'omap-for-v5.10/prm-genpd' into omap-for-v5.10/ti-sysc-drop-pdata (2020-09-03 12:06:18 +0300)

----------------------------------------------------------------
Add initial genpd support for omaps to drop more platform data

We now drop legacy platform data for RTC on am3, am4 and dra7.
And we add initial genpd support for PRM (Power and Reset Manager)
and use it to drop legacy platform data for am3 sgx and omap4/5
l4_abe interconnect instance.

----------------------------------------------------------------
Tony Lindgren (10):
      dt-bindings: omap: Update PRM binding for genpd
      soc: ti: omap-prm: Add basic power domain support
      soc: ti: omap-prm: Configure sgx power domain for am3 and am4
      soc: ti: omap-prm: Configure omap4 and 5 l4_abe power domain
      ARM: dts: Configure am3 and am4 sgx for genpd and drop platform data
      ARM: dts: Configure omap4 and 5 l4_abe for genpd and drop platform data
      soc: ti: pm33xx: Simplify RTC usage to prepare to drop platform data
      ARM: OMAP2+: Drop legacy platform data for am3 and am4 rtc
      ARM: OMAP2+: Drop legacy platform data for dra7 rtcss
      Merge branch 'omap-for-v5.10/prm-genpd' into omap-for-v5.10/ti-sysc-drop-pdata

 .../devicetree/bindings/arm/omap/prm-inst.txt      |   2 +
 arch/arm/boot/dts/am33xx-l4.dtsi                   |   1 -
 arch/arm/boot/dts/am33xx.dtsi                      |   2 +
 arch/arm/boot/dts/am4372.dtsi                      |   2 +
 arch/arm/boot/dts/am437x-l4.dtsi                   |   3 +-
 arch/arm/boot/dts/am43x-epos-evm.dts               |   4 +
 arch/arm/boot/dts/dra7-l4.dtsi                     |   1 -
 arch/arm/boot/dts/omap4-l4-abe.dtsi                |   6 +-
 arch/arm/boot/dts/omap4.dtsi                       |   6 +
 arch/arm/boot/dts/omap5-l4-abe.dtsi                |   6 +-
 arch/arm/boot/dts/omap5.dtsi                       |   6 +
 arch/arm/mach-omap2/Kconfig                        |   1 +
 .../mach-omap2/omap_hwmod_33xx_43xx_common_data.h  |   2 -
 .../omap_hwmod_33xx_43xx_interconnect_data.c       |  24 --
 .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c |  77 ------
 arch/arm/mach-omap2/omap_hwmod_33xx_data.c         |   3 -
 arch/arm/mach-omap2/omap_hwmod_43xx_data.c         |  10 -
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c         |  33 ---
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c         |  31 ---
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c          |  44 ----
 arch/arm/mach-omap2/pm33xx-core.c                  |  25 --
 drivers/soc/ti/omap_prm.c                          | 274 ++++++++++++++++++++-
 drivers/soc/ti/pm33xx.c                            |  47 +++-
 include/linux/platform_data/pm33xx.h               |   3 -
 24 files changed, 345 insertions(+), 268 deletions(-)

  reply	other threads:[~2020-09-03 15:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-03 11:26 [GIT PULL 1/3] SoC changes for omaps for v5.10 Tony Lindgren
2020-09-03 11:26 ` Tony Lindgren [this message]
2020-09-03 11:26 ` [GIT PULL 3/3] Device tree " 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-1599132307-761202@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).