From: tony@atomide•com (Tony Lindgren)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCHv6 00/34] ARM: OMAP2+: PRCM+SCM cleanup against 4.0-rc1
Date: Wed, 1 Apr 2015 12:29:03 -0700 [thread overview]
Message-ID: <20150401192902.GS10805@atomide.com> (raw)
In-Reply-To: <1427829267-32077-1-git-send-email-t-kristo@ti.com>
* Tero Kristo <t-kristo@ti•com> [150331 12:15]:
> Hi,
>
> Decided to post a new version because of the number of minor changes
> compared to v5, just to avoid any misunderstandings:
>
> - dropped patch #1 ("clk: ti: fix ti_clk_get_reg_addr..."), this has been merged
> through clock tree now
> - fixed scm_conf area size issues on am33xx/am43xx
> - fixed scm area size issue on am43xx
> - fixed size issues on omap3_pmx_core (was 8 bytes short)
> - added warnings on omap2_clk_readl/writel in case legacy access is attempted
> - fixed omap3 legacy boot
> - fixed boot time warning on omap4+ where scm_conf does not contain clocks node
> yet (these may be added to DT later if support is required)
> - fixed some randconfig warnings
>
> Testing done:
> 1: am335x-evm : boot
> 2: am335x-evmsk : boot
> 3: am3517-evm : boot
> 4: am43x-epos-evm : boot
> 5: am437x-gp-evm : boot
> 6: omap3-beagle-xm : boot
> 7: omap3-beagle : boot, cpuidle (ret/off), suspend (ret/off), legacy boot
> 8: am335x-boneblack: boot
> 9: am335x-bone : boot
> 10: dra7xx-evm : boot
> 11: omap3-n900 : boot
> 12: omap5-uevm : boot
> 13: omap4-panda-es : boot, cpuidle (ret), suspend (ret)
> 14: omap4-panda : boot
> 15: omap2430-sdp : boot
> 16: omap3430-sdp : boot
> 17: omap4-sdp-es23plus: boot
>
> New branch also pushed:
> tree: https://github.com/t-kristo/linux-pm.git
> branch: 4.0-rc1-prcm-cleanup-v6
OK great, this version seems to work for me. I'll merge this into
omap-for-v4.1/prcm-cleanup and will send a pull request probably
on Thursday or Friday to arm-soc. Note that it's getting late for
v4.1 (except for fixes), so no guarantees this will still get in.
Regards,
Tony
prev parent reply other threads:[~2015-04-01 19:29 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-31 19:13 [PATCHv6 00/34] ARM: OMAP2+: PRCM+SCM cleanup against 4.0-rc1 Tero Kristo
2015-03-31 19:13 ` [PATCHv6 01/34] ARM: OMAP2+: PRCM: rename of_prcm_init to omap_prcm_init Tero Kristo
2015-03-31 19:13 ` [PATCHv6 02/34] ARM: OMAP3: PRM: invert the wkst_mask for the prm_clear_mod_irqs Tero Kristo
2015-03-31 19:13 ` [PATCHv6 03/34] ARM: OMAP2+: PRM: add generic API for clear_mod_irqs Tero Kristo
2015-03-31 19:13 ` [PATCHv6 04/34] ARM: OMAP3+: PRM: add common APIs for prm_vp_check/clear_txdone Tero Kristo
2015-03-31 19:13 ` [PATCHv6 05/34] ARM: OMAP4+: PRM: move omap_prm_base_init under OMAP4 PRM driver Tero Kristo
2015-03-31 19:13 ` [PATCHv6 06/34] ARM: OMAP4+: CM: move omap_cm_base_init under OMAP4 CM driver Tero Kristo
2015-03-31 19:14 ` [PATCHv6 07/34] ARM: OMAP4: PRM: move omap4xxx_prm_init earlier in init order Tero Kristo
2015-03-31 19:14 ` [PATCHv6 08/34] Documentation: DT: document PRCM compatible strings for dm81x SoCs Tero Kristo
2015-03-31 19:14 ` [PATCHv6 09/34] ARM: OMAP2+: PRCM: add support for static clock memmap indices Tero Kristo
2015-03-31 19:14 ` [PATCHv6 10/34] ARM: OMAP2+: clock: move clock provider infrastructure to clock driver Tero Kristo
2015-03-31 19:14 ` [PATCHv6 11/34] ARM: OMAP2+: PRCM: split PRCM module init to their own driver files Tero Kristo
2015-03-31 19:14 ` [PATCHv6 12/34] ARM: OMAP2+: CM: determine CM base address from device tree Tero Kristo
2015-03-31 19:14 ` [PATCHv6 13/34] ARM: OMAP2+: PRM: determine PRM " Tero Kristo
2015-03-31 19:14 ` [PATCHv6 14/34] ARM: OMAP2+: control: determine control module base address from DT Tero Kristo
2015-03-31 19:14 ` [PATCHv6 15/34] ARM: OMAP2+: PRM: move SoC specific init calls within a generic API Tero Kristo
2015-03-31 19:14 ` [PATCHv6 16/34] ARM: OMAP4+: PRM: determine prm_device_inst based on DT compatibility Tero Kristo
2015-03-31 19:14 ` [PATCHv6 17/34] ARM: OMAP2+: CM: move SoC specific init calls within a generic API Tero Kristo
2015-03-31 19:14 ` [PATCHv6 18/34] ARM: OMAP4+: PRM: setup prm_features from the PRM init time flags Tero Kristo
2015-03-31 19:14 ` [PATCHv6 19/34] ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt init Tero Kristo
2015-03-31 19:14 ` [PATCHv6 20/34] ARM: OMAP2+: clock: add low-level support for regmap Tero Kristo
2015-03-31 19:14 ` [PATCHv6 21/34] ARM: OMAP2+: control: remove API for getting control module base address Tero Kristo
2015-03-31 19:14 ` [PATCHv6 22/34] ARM: OMAP2+: id: cache omap_type value Tero Kristo
2015-03-31 19:14 ` [PATCHv6 23/34] ARM: OMAP2+: control: add syscon support for register accesses Tero Kristo
2015-03-31 19:14 ` [PATCHv6 24/34] ARM: dts: omap24xx: add minimal l4 bus layout with control module support Tero Kristo
2015-03-31 19:14 ` [PATCHv6 25/34] ARM: dts: omap3: " Tero Kristo
2015-03-31 19:14 ` [PATCHv6 26/34] ARM: dts: am33xx: " Tero Kristo
2015-03-31 19:14 ` [PATCHv6 27/34] ARM: dts: am43xx-epos-evm: fix pinmux node layout Tero Kristo
2015-03-31 19:14 ` [PATCHv6 28/34] ARM: dts: am4372: add minimal l4 bus layout with control module support Tero Kristo
2015-03-31 19:14 ` [PATCHv6 29/34] ARM: dts: omap4: " Tero Kristo
2015-03-31 19:14 ` [PATCHv6 30/34] ARM: OMAP4: display: convert display to use syscon for dsi muxing Tero Kristo
2015-03-31 19:14 ` [PATCHv6 31/34] ARM: OMAP4+: control: remove support for legacy pad read/write Tero Kristo
2015-03-31 19:14 ` [PATCHv6 32/34] ARM: dts: omap5: add minimal l4 bus layout with control module support Tero Kristo
2015-03-31 19:14 ` [PATCHv6 33/34] ARM: dts: dra7: " Tero Kristo
2015-03-31 19:14 ` [PATCHv6 34/34] ARM: OMAP4+: control: add support for initializing control module via DT Tero Kristo
2015-04-01 19:29 ` Tony Lindgren [this message]
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=20150401192902.GS10805@atomide.com \
--to=tony@atomide$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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