From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap late prcm clean-up for v4.1
Date: Fri, 3 Apr 2015 16:25:36 -0700 [thread overview]
Message-ID: <20150403232536.GC18048@atomide.com> (raw)
The following changes since commit 209431eff8afb928d72200c79153165c7d860ca0:
ARM: DRA7: Enable Cortex A15 errata 798181 (2015-03-27 14:38:03 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.1/prcm-dts
for you to fetch changes up to 21295368367beaa563b310d5492166dba158b884:
Merge branch '4.0-rc1-prcm-cleanup-v6' of https://github.com/t-kristo/linux-pm into omap-for-v4.1/prcm-cleanup (2015-04-01 12:24:29 -0700)
----------------------------------------------------------------
Clean-up for omap PRCM (Power Reset Clock Management) and interconnects
from Tero Kristo <t-kristo@ti.com>.
This sets gets us into a better position for further clean-up:
- Gets PRCM code closer to being device drivers
- Allows to move the remainig clock code to drivers/clk for v4.2
- Starts enforcing interconnect hierarchy in the SoC specific .dts
files to enforce device drivers are only accesing registers in
the related hardware module
This patchset has seen quite a few revisions but did not come into
mergeable shape until recently. As other patchsets for clock specific
device drivers depend on this, it would be good to get this merged
although it's a bit late for the v4.1 merge window.
Note that as the device entries in the .dts files are moved around,
this is based on earlier non-urgent fixes to avoid a non-trivial
merge conflict.
----------------------------------------------------------------
Tero Kristo (35):
clk: ti: fix ti_clk_get_reg_addr error handling
ARM: OMAP2+: PRCM: rename of_prcm_init to omap_prcm_init
ARM: OMAP3: PRM: invert the wkst_mask for the prm_clear_mod_irqs
ARM: OMAP2+: PRM: add generic API for clear_mod_irqs
ARM: OMAP3+: PRM: add common APIs for prm_vp_check/clear_txdone
ARM: OMAP4+: PRM: move omap_prm_base_init under OMAP4 PRM driver
ARM: OMAP4+: CM: move omap_cm_base_init under OMAP4 CM driver
ARM: OMAP4: PRM: move omap4xxx_prm_init earlier in init order
Documentation: DT: document PRCM compatible strings for dm81x SoCs
ARM: OMAP2+: PRCM: add support for static clock memmap indices
ARM: OMAP2+: clock: move clock provider infrastructure to clock driver
ARM: OMAP2+: PRCM: split PRCM module init to their own driver files
ARM: OMAP2+: CM: determine CM base address from device tree
ARM: OMAP2+: PRM: determine PRM base address from device tree
ARM: OMAP2+: control: determine control module base address from DT
ARM: OMAP2+: PRM: move SoC specific init calls within a generic API
ARM: OMAP4+: PRM: determine prm_device_inst based on DT compatibility
ARM: OMAP2+: CM: move SoC specific init calls within a generic API
ARM: OMAP4+: PRM: setup prm_features from the PRM init time flags
ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt init
ARM: OMAP2+: clock: add low-level support for regmap
ARM: OMAP2+: control: remove API for getting control module base address
ARM: OMAP2+: id: cache omap_type value
ARM: OMAP2+: control: add syscon support for register accesses
ARM: dts: omap24xx: add minimal l4 bus layout with control module support
ARM: dts: omap3: add minimal l4 bus layout with control module support
ARM: dts: am33xx: add minimal l4 bus layout with control module support
ARM: dts: am43xx-epos-evm: fix pinmux node layout
ARM: dts: am4372: add minimal l4 bus layout with control module support
ARM: dts: omap4: add minimal l4 bus layout with control module support
ARM: OMAP4: display: convert display to use syscon for dsi muxing
ARM: OMAP4+: control: remove support for legacy pad read/write
ARM: dts: omap5: add minimal l4 bus layout with control module support
ARM: dts: dra7: add minimal l4 bus layout with control module support
ARM: OMAP4+: control: add support for initializing control module via DT
Tony Lindgren (1):
Merge branch '4.0-rc1-prcm-cleanup-v6' of https://github.com/t-kristo/linux-pm into omap-for-v4.1/prcm-cleanup
.../devicetree/bindings/arm/omap/ctrl.txt | 79 +++++++
Documentation/devicetree/bindings/arm/omap/l4.txt | 26 +++
.../devicetree/bindings/arm/omap/prcm.txt | 6 +-
arch/arm/boot/dts/am33xx-clocks.dtsi | 2 +-
arch/arm/boot/dts/am33xx.dtsi | 87 +++----
arch/arm/boot/dts/am3517.dtsi | 2 +-
arch/arm/boot/dts/am35xx-clocks.dtsi | 2 +-
arch/arm/boot/dts/am4372.dtsi | 85 ++++---
arch/arm/boot/dts/am43x-epos-evm.dts | 84 +++----
arch/arm/boot/dts/am43xx-clocks.dtsi | 2 +-
arch/arm/boot/dts/dra7.dtsi | 156 ++++++++-----
arch/arm/boot/dts/omap2420.dtsi | 80 ++++---
arch/arm/boot/dts/omap2430-clocks.dtsi | 8 +-
arch/arm/boot/dts/omap2430.dtsi | 107 +++++----
arch/arm/boot/dts/omap24xx-clocks.dtsi | 6 +-
arch/arm/boot/dts/omap3.dtsi | 96 ++++----
arch/arm/boot/dts/omap3xxx-clocks.dtsi | 13 +-
arch/arm/boot/dts/omap4.dtsi | 200 +++++++++-------
arch/arm/boot/dts/omap5.dtsi | 182 +++++++++------
arch/arm/mach-omap2/clock.c | 111 +++++++--
arch/arm/mach-omap2/clock.h | 8 +-
arch/arm/mach-omap2/cm.h | 2 +
arch/arm/mach-omap2/cm2xxx.c | 2 +-
arch/arm/mach-omap2/cm2xxx.h | 2 +-
arch/arm/mach-omap2/cm33xx.c | 2 +-
arch/arm/mach-omap2/cm33xx.h | 3 +-
arch/arm/mach-omap2/cm3xxx.c | 3 +-
arch/arm/mach-omap2/cm3xxx.h | 2 +-
arch/arm/mach-omap2/cm44xx.h | 3 +-
arch/arm/mach-omap2/cm_common.c | 156 +++++++++++++
arch/arm/mach-omap2/cminst44xx.c | 6 +-
arch/arm/mach-omap2/control.c | 201 +++++++++++++---
arch/arm/mach-omap2/control.h | 10 +-
arch/arm/mach-omap2/display.c | 15 +-
arch/arm/mach-omap2/id.c | 5 +-
arch/arm/mach-omap2/io.c | 112 ++++-----
arch/arm/mach-omap2/pm24xx.c | 24 +-
arch/arm/mach-omap2/pm34xx.c | 18 +-
arch/arm/mach-omap2/prcm-common.h | 20 ++
arch/arm/mach-omap2/prm.h | 27 ++-
arch/arm/mach-omap2/prm2xxx.c | 6 +-
arch/arm/mach-omap2/prm2xxx.h | 4 +-
arch/arm/mach-omap2/prm33xx.c | 2 +-
arch/arm/mach-omap2/prm33xx.h | 2 +-
arch/arm/mach-omap2/prm3xxx.c | 20 +-
arch/arm/mach-omap2/prm3xxx.h | 7 +-
arch/arm/mach-omap2/prm44xx.c | 70 +++---
arch/arm/mach-omap2/prm44xx.h | 1 -
arch/arm/mach-omap2/prm44xx_54xx.h | 8 +-
arch/arm/mach-omap2/prm54xx.h | 1 -
arch/arm/mach-omap2/prm7xx.h | 2 +-
arch/arm/mach-omap2/prm_common.c | 258 +++++++++++++++++----
arch/arm/mach-omap2/prminst44xx.c | 18 +-
arch/arm/mach-omap2/prminst44xx.h | 1 +
arch/arm/mach-omap2/vp.h | 9 -
arch/arm/mach-omap2/vp3xxx_data.c | 4 +-
arch/arm/mach-omap2/vp44xx_data.c | 4 +-
drivers/clk/ti/apll.c | 5 +-
drivers/clk/ti/autoidle.c | 2 +-
drivers/clk/ti/clk.c | 7 +-
drivers/clk/ti/divider.c | 4 +-
drivers/clk/ti/dpll.c | 6 +-
drivers/clk/ti/gate.c | 4 +-
drivers/clk/ti/interface.c | 2 +-
drivers/clk/ti/mux.c | 4 +-
include/linux/clk/ti.h | 6 +-
66 files changed, 1612 insertions(+), 800 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/omap/ctrl.txt
create mode 100644 Documentation/devicetree/bindings/arm/omap/l4.txt
next reply other threads:[~2015-04-03 23:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-03 23:25 Tony Lindgren [this message]
2015-04-13 23:06 ` [GIT PULL] omap late prcm clean-up for v4.1 Arnd Bergmann
2015-04-13 23:21 ` 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=20150403232536.GC18048@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.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).