From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: Ohad Ben-Cohen <ohad@wizery.com>, Stephen Boyd <sboyd@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Tero Kristo <t-kristo@ti.com>, Tony Lindgren <tony@atomide.com>,
arm@kernel.org, Philipp Zabel <p.zabel@pengutronix.de>,
Santosh Shilimkar <ssantosh@kernel.org>,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/4] Driver changes for omaps for genpd support
Date: Tue, 1 Dec 2020 09:18:46 +0200 [thread overview]
Message-ID: <pull-1606806458-694517@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit e7ae08d398e094e1305dee823435b1f996d39106:
bus: ti-sysc: Fix bogus resetdone warning on enable for cpsw (2020-10-26 10:08:53 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.11/genpd-drivers-signed
for you to fetch changes up to 57df7e370d2ab83a64c07acd157acfed4169f114:
remoteproc/wkup_m3: Use reset control driver if available (2020-11-16 12:57:40 +0200)
----------------------------------------------------------------
Driver changes for omaps for genpd for v5.11 merge window
This series of changes allows booting am335x with genpd and
device tree data without the legacy platform data. Also at
least am437x can be booted with gendp with power domain and
dts data. The SoC specific dts changes will be a separate
pull request.
We need the following driver changes merged before the dts
changes can be done:
- platform code needs a few improvments to probe l4_wkup first
for clocks, and to bail out when there is no platform data
- ti-sysc driver needs a non-urgent fix for asserting rstctrl
reset only after disabling the clocks, to probe modules with
no known control registers, and added quirk handling for gpmc
devices
- omap-prm driver needs a non-urgent fix for reset status bit,
support added for pm_clk, and then we add the rest of am335x
power domain data
- clock driver for am335x needs to keep l3_main clock enabled
with genpd for suspend and resume to work
- wkup_m3 remoteproc driver needs support added for reset
control if available instead of the legacy pdata callbacks
- pm33xx driver needs PM runtime support added for genpd
The am335x specific driver changes for the clock, wkup_m3,
pm33xx and remoteproc drivers are quite trivial and have not
caused merge conflicts in Linux next. I did not get acks for
these changes except from Santosh but had already pushed out
the branch already at that point. So I've added the related
driver maintainers to Cc.
----------------------------------------------------------------
Tero Kristo (1):
soc: ti: omap-prm: am3: add genpd support for remaining PRM instances
Tony Lindgren (10):
soc: ti: omap-prm: Do not check rstst bit on deassert if already deasserted
bus: ti-sysc: Assert reset only after disabling clocks
ARM: OMAP2+: Check for inited flag
ARM: OMAP2+: Probe PRCM first to probe l4_wkup with simple-pm-bus
bus: ti-sysc: Support modules without control registers
bus: ti-sysc: Implement GPMC debug quirk to drop platform data
clk: ti: am33xx: Keep am3 l3 main clock always on for genpd
soc: ti: omap-prm: Add pm_clk for genpd
soc: ti: pm33xx: Enable basic PM runtime support for genpd
remoteproc/wkup_m3: Use reset control driver if available
arch/arm/mach-omap2/omap_hwmod.c | 6 +++
arch/arm/mach-omap2/pdata-quirks.c | 11 +++++
drivers/bus/ti-sysc.c | 41 ++++++++++++-----
drivers/clk/ti/clk-33xx.c | 2 +
drivers/remoteproc/wkup_m3_rproc.c | 41 +++++++++++------
drivers/soc/ti/omap_prm.c | 84 +++++++++++++++++++++++++++++++++--
drivers/soc/ti/pm33xx.c | 17 ++++++-
include/linux/platform_data/ti-sysc.h | 1 +
8 files changed, 174 insertions(+), 29 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2020-12-01 7:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-01 7:18 Tony Lindgren [this message]
2020-12-01 7:18 ` [GIT PULL 2/4] Update am335x to boot without platform data Tony Lindgren
2020-12-09 20:26 ` Arnd Bergmann
2020-12-09 20:27 ` Arnd Bergmann
2020-12-01 7:18 ` [GIT PULL 3/4] Update am437x " Tony Lindgren
2020-12-09 20:27 ` Arnd Bergmann
2020-12-01 7:18 ` [GIT PULL 4/4] Remaining genpd changes for omaps for v5.11 Tony Lindgren
2020-12-09 2:22 ` Stephen Boyd
2020-12-09 20:27 ` Arnd Bergmann
2020-12-08 23:31 ` [GIT PULL 1/4] 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-1606806458-694517@atomide.com \
--to=tony@atomide.com \
--cc=arm@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=ohad@wizery.com \
--cc=p.zabel@pengutronix.de \
--cc=sboyd@kernel.org \
--cc=soc@kernel.org \
--cc=ssantosh@kernel.org \
--cc=t-kristo@ti.com \
/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).