From: Tony Lindgren <tony@atomide.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL] ARM: OMAP2+: PRCM/hwmod/clock non-regression fixes and optimizations for v3.15
Date: Fri, 28 Feb 2014 15:41:58 -0800 [thread overview]
Message-ID: <20140228234158.GA13624@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1402282039400.453@utopia.booyaka.com>
* Paul Walmsley <paul@pwsan.com> [140228 12:44]:
> Hi Tony,
>
> The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
>
> Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v3.15/omap-hwmod-clk-prcm-a
>
> for you to fetch changes up to 110e884d829448e24959f424b31be5bc75bcca6e:
>
> ARM: OMAP3+: DPLL: stop reparenting to same parent if already done (2014-02-28 12:43:47 -0700)
>
> ----------------------------------------------------------------
> Some low-level optimizations and fixes that don't belong in an -rc
> series for various OMAP-family chips, targeted for v3.15.
>
> Basic build, boot, and PM test logs are available here:
>
> http://www.pwsan.com/omap/testlogs/prcm-a-for-v3.15/20140228124518/
Thanks pulling into omap-for-v3.15/prcm.
Tony
> ----------------------------------------------------------------
> Dave Gerlach (1):
> ARM: OMAP2+: clockdomain: Reintroduce SW_SLEEP Support
>
> Lokesh Vutla (1):
> ARM: OMAP2+: AM43xx: implement support for machine restart
>
> Nishanth Menon (1):
> ARM: OMAP3+: DPLL: stop reparenting to same parent if already done
>
> Suman Anna (1):
> ARM: AM43x: hwmod data: register spinlock OCP interface
>
> Tomi Valkeinen (1):
> ARM: OMAP2+: clock: fix rate prints
>
> arch/arm/mach-omap2/Makefile | 1 +
> arch/arm/mach-omap2/board-generic.c | 1 +
> arch/arm/mach-omap2/clkt_dpll.c | 6 +++---
> arch/arm/mach-omap2/cminst44xx.c | 18 ++++++++++++++++--
> arch/arm/mach-omap2/dpll3xxx.c | 2 +-
> arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 1 +
> arch/arm/mach-omap2/prminst44xx.c | 3 +++
> 7 files changed, 26 insertions(+), 6 deletions(-)
>
>
> vmlinux object size
> (delta in bytes from test_v3.14-rc1 (38dbfb59d1175ef458d006556061adeaa8751b72)):
> text data bss total kernel
> 0 -8 0 -8 omap1_defconfig
> 0 0 0 0 omap1_defconfig_1510innovator_only
> 0 0 0 0 omap1_defconfig_5912osk_only
>
> vmlinux object size
> (delta in bytes from test_v3.14-rc1 (38dbfb59d1175ef458d006556061adeaa8751b72)):
> text data bss total kernel
> +8791542 +826036 +291072 +9908650 multi_v7_defconfig
> +116 0 0 +116 omap2plus_defconfig
> 0 0 0 0 omap2plus_defconfig_2430sdp_only
> 0 0 0 0 omap2plus_defconfig_am33xx_only
> +148 0 0 +148 omap2plus_defconfig_am43xx_only
> +116 0 0 +116 omap2plus_defconfig_cpupm
> +116 0 0 +116 omap2plus_defconfig_dra7xx_only
> 0 0 0 0 omap2plus_defconfig_n800_multi_omap2xxx
> 0 0 0 0 omap2plus_defconfig_n800_only_a
> +52 0 0 +52 omap2plus_defconfig_no_pm
> +116 0 0 +116 omap2plus_defconfig_omap2_4_only
> +52 0 0 +52 omap2plus_defconfig_omap3_4_only
> +52 0 0 +52 omap2plus_defconfig_omap5_only
> +32 0 0 +32 rmk_omap3430_ldp_allnoconfig
> +32 0 0 +32 rmk_omap3430_ldp_oldconfig
> +100 0 -16 +84 rmk_omap4430_sdp_allnoconfig
> +96 0 0 +96 rmk_omap4430_sdp_oldconfig
>
> Boot-time memory difference
> (delta in bytes from test_v3.14-rc1 (38dbfb59d1175ef458d006556061adeaa8751b72))
> avail rsrvd high freed board kconfig
> (no differences)
>
>
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: OMAP2+: PRCM/hwmod/clock non-regression fixes and optimizations for v3.15
Date: Fri, 28 Feb 2014 15:41:58 -0800 [thread overview]
Message-ID: <20140228234158.GA13624@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1402282039400.453@utopia.booyaka.com>
* Paul Walmsley <paul@pwsan.com> [140228 12:44]:
> Hi Tony,
>
> The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
>
> Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v3.15/omap-hwmod-clk-prcm-a
>
> for you to fetch changes up to 110e884d829448e24959f424b31be5bc75bcca6e:
>
> ARM: OMAP3+: DPLL: stop reparenting to same parent if already done (2014-02-28 12:43:47 -0700)
>
> ----------------------------------------------------------------
> Some low-level optimizations and fixes that don't belong in an -rc
> series for various OMAP-family chips, targeted for v3.15.
>
> Basic build, boot, and PM test logs are available here:
>
> http://www.pwsan.com/omap/testlogs/prcm-a-for-v3.15/20140228124518/
Thanks pulling into omap-for-v3.15/prcm.
Tony
> ----------------------------------------------------------------
> Dave Gerlach (1):
> ARM: OMAP2+: clockdomain: Reintroduce SW_SLEEP Support
>
> Lokesh Vutla (1):
> ARM: OMAP2+: AM43xx: implement support for machine restart
>
> Nishanth Menon (1):
> ARM: OMAP3+: DPLL: stop reparenting to same parent if already done
>
> Suman Anna (1):
> ARM: AM43x: hwmod data: register spinlock OCP interface
>
> Tomi Valkeinen (1):
> ARM: OMAP2+: clock: fix rate prints
>
> arch/arm/mach-omap2/Makefile | 1 +
> arch/arm/mach-omap2/board-generic.c | 1 +
> arch/arm/mach-omap2/clkt_dpll.c | 6 +++---
> arch/arm/mach-omap2/cminst44xx.c | 18 ++++++++++++++++--
> arch/arm/mach-omap2/dpll3xxx.c | 2 +-
> arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 1 +
> arch/arm/mach-omap2/prminst44xx.c | 3 +++
> 7 files changed, 26 insertions(+), 6 deletions(-)
>
>
> vmlinux object size
> (delta in bytes from test_v3.14-rc1 (38dbfb59d1175ef458d006556061adeaa8751b72)):
> text data bss total kernel
> 0 -8 0 -8 omap1_defconfig
> 0 0 0 0 omap1_defconfig_1510innovator_only
> 0 0 0 0 omap1_defconfig_5912osk_only
>
> vmlinux object size
> (delta in bytes from test_v3.14-rc1 (38dbfb59d1175ef458d006556061adeaa8751b72)):
> text data bss total kernel
> +8791542 +826036 +291072 +9908650 multi_v7_defconfig
> +116 0 0 +116 omap2plus_defconfig
> 0 0 0 0 omap2plus_defconfig_2430sdp_only
> 0 0 0 0 omap2plus_defconfig_am33xx_only
> +148 0 0 +148 omap2plus_defconfig_am43xx_only
> +116 0 0 +116 omap2plus_defconfig_cpupm
> +116 0 0 +116 omap2plus_defconfig_dra7xx_only
> 0 0 0 0 omap2plus_defconfig_n800_multi_omap2xxx
> 0 0 0 0 omap2plus_defconfig_n800_only_a
> +52 0 0 +52 omap2plus_defconfig_no_pm
> +116 0 0 +116 omap2plus_defconfig_omap2_4_only
> +52 0 0 +52 omap2plus_defconfig_omap3_4_only
> +52 0 0 +52 omap2plus_defconfig_omap5_only
> +32 0 0 +32 rmk_omap3430_ldp_allnoconfig
> +32 0 0 +32 rmk_omap3430_ldp_oldconfig
> +100 0 -16 +84 rmk_omap4430_sdp_allnoconfig
> +96 0 0 +96 rmk_omap4430_sdp_oldconfig
>
> Boot-time memory difference
> (delta in bytes from test_v3.14-rc1 (38dbfb59d1175ef458d006556061adeaa8751b72))
> avail rsrvd high freed board kconfig
> (no differences)
>
>
next prev parent reply other threads:[~2014-02-28 23:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-28 20:41 [GIT PULL] ARM: OMAP2+: PRCM/hwmod/clock non-regression fixes and optimizations for v3.15 Paul Walmsley
2014-02-28 20:41 ` Paul Walmsley
2014-02-28 23:41 ` Tony Lindgren [this message]
2014-02-28 23:41 ` 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=20140228234158.GA13624@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.