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 3/3] Drop legacy data for dra7 and omap4/5 and clean-up
Date: Mon, 29 Mar 2021 10:55:22 +0300 [thread overview]
Message-ID: <pull-1617004205-537424@atomide.com-3> (raw)
In-Reply-To: <pull-1617004205-537424@atomide.com>
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 083516ad540a1104a0ae5ae7e83f2a2d8e39d2bc:
Merge tags 'genpd-dts-dra7', 'genpd-dts-omap4' and 'genpd-dts-omap5' into omap-for-v5.13/dts-genpd (2021-03-10 14:16:34 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.13/genpd-cleanup-signed
for you to fetch changes up to 4adcf4c28f6dc191187359bfceee5ab5fe91a50e:
bus: ti-sysc: Warn about old dtb for dra7 and omap4/5 (2021-03-12 10:23:48 +0200)
----------------------------------------------------------------
Drop legacy data for dra7 and omap4/5 for genpd support for v5.13
Similar to what we have already done for am3 and 4, we can now boot dra7,
omap4, and omap5 with devicetree data and genpd without legacy SoC specific
built-in data.
Let's drop the legacy data for these SoCs, and the related "ti,hwmods"
custom devicetree property. As with these changes we now expect to have
complete devicetree data, let's also warn in the case if an old devicetree
data is noticed. And with the warning provided, there should not be any
need to delay dropping the legacy data as it just unnecessarily complicates
things.
The main reasons for dropping the legacy data is to avoid the burden of
maintaining a mixed boot process where both legacy built-in data and
devicetree data are needed. And we can now use standard reset driver,
genpd, and simple-pm-bus features.
These patches are based on the related devicetree changes to add the
missing interconnect target module configuration for these SoCs.
----------------------------------------------------------------
Tony Lindgren (35):
ARM: OMAP2+: Drop legacy platform data for dra7 pcie
ARM: OMAP2+: Drop legacy platform data for dra7 qspi
ARM: OMAP2+: Drop legacy platform data for dra7 sata
ARM: OMAP2+: Drop legacy platform data for dra7 mpu
ARM: OMAP2+: Drop legacy platform data for dra7 dmm
ARM: OMAP2+: Drop legacy platform data for dra7 l4_wkup
ARM: OMAP2+: Drop legacy platform data for dra7 l4_per1
ARM: OMAP2+: Drop legacy platform data for dra7 l4_per2
ARM: OMAP2+: Drop legacy platform data for dra7 l4_per3
ARM: OMAP2+: Drop legacy platform data for dra7 l4_cfg
ARM: OMAP2+: Drop legacy platform data for dra7 l3
ARM: OMAP2+: Drop legacy platform data for dra7 hwmod
ARM: OMAP2+: Drop legacy platform data for omap4 iss
ARM: OMAP2+: Drop legacy platform data for omap4 control modules
ARM: OMAP2+: Drop legacy platform data for omap4 dmm
ARM: OMAP2+: Drop legacy platform data for omap4 emif
ARM: OMAP2+: Drop legacy platform data for omap4 debugss
ARM: OMAP2+: Drop legacy platform data for omap4 mpu
ARM: OMAP2+: Drop legacy platform data for omap4 l4_wkup
ARM: OMAP2+: Drop legacy platform data for omap4 l4_per
ARM: OMAP2+: Drop legacy platform data for omap4 l4_cfg
ARM: OMAP2+: Drop legacy platform data for omap4 l3
ARM: OMAP2+: Drop legacy platform data for omap4 hwmod
ARM: OMAP2+: Drop legacy platform data for omap5 dmm
ARM: OMAP2+: Drop legacy platform data for omap5 emif
ARM: OMAP2+: Drop legacy platform data for omap5 mpu
ARM: OMAP2+: Drop legacy platform data for omap5 sata
ARM: OMAP2+: Drop legacy platform data for omap5 l4_wkup
ARM: OMAP2+: Drop legacy platform data for omap5 l4_per
ARM: OMAP2+: Drop legacy platform data for omap5 l4_cfg
ARM: OMAP2+: Drop legacy platform data for omap5 l3
ARM: OMAP2+: Drop legacy platform data for omap5 hwmod
Merge branches 'omap-for-v5.13/genpd-dra7', 'omap-for-v5.13/genpd-omap4' and 'omap-for-v5.13/genpd-omap5' into omap-for-v5.13/genpd-drop-legacy
ARM: OMAP2+: Stop building legacy code for dra7 and omap4/5
bus: ti-sysc: Warn about old dtb for dra7 and omap4/5
arch/arm/boot/dts/dra7-l4.dtsi | 1 -
arch/arm/boot/dts/dra7.dtsi | 5 -
arch/arm/boot/dts/omap4-l4.dtsi | 4 -
arch/arm/boot/dts/omap4.dtsi | 8 +-
arch/arm/boot/dts/omap5.dtsi | 4 -
arch/arm/mach-omap2/Kconfig | 3 -
arch/arm/mach-omap2/Makefile | 11 +-
arch/arm/mach-omap2/common.h | 9 -
arch/arm/mach-omap2/io.c | 12 +-
arch/arm/mach-omap2/omap_hwmod.c | 8 -
arch/arm/mach-omap2/omap_hwmod.h | 14 +-
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 877 -----------------------------
arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 467 ---------------
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 719 -----------------------
arch/arm/mach-omap2/pdata-quirks.c | 2 +-
arch/arm/mach-omap2/sr_device.c | 7 +
drivers/bus/ti-sysc.c | 3 +
17 files changed, 35 insertions(+), 2119 deletions(-)
delete mode 100644 arch/arm/mach-omap2/omap_hwmod_44xx_data.c
delete mode 100644 arch/arm/mach-omap2/omap_hwmod_54xx_data.c
delete mode 100644 arch/arm/mach-omap2/omap_hwmod_7xx_data.c
_______________________________________________
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:[~2021-03-29 16:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-29 7:55 [GIT PULL 1/3] Driver changes for omaps for genpd support Tony Lindgren
2021-03-29 7:55 ` [GIT PULL 2/3] Devicetree " Tony Lindgren
2021-04-01 20:15 ` Arnd Bergmann
2021-03-29 7:55 ` Tony Lindgren [this message]
2021-04-01 21:07 ` [GIT PULL 3/3] Drop legacy data for dra7 and omap4/5 and clean-up Arnd Bergmann
2021-04-01 19:24 ` [GIT PULL 1/3] Driver changes for omaps for genpd support 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-1617004205-537424@atomide.com-3 \
--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).