All of lore.kernel.org
 help / color / mirror / Atom feed
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+: hwmod data: a few more fixes for v3.13-rc
Date: Fri, 27 Dec 2013 10:12:08 -0800	[thread overview]
Message-ID: <20131227181208.GB5116@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1312261025340.15949@utopia.booyaka.com>

* Paul Walmsley <paul@pwsan.com> [131226 02:28]:
> Hi Tony,
> 
> The following changes since commit 374b105797c3d4f29c685f3be535c35f5689b30e:
> 
>   Linux 3.13-rc3 (2013-12-06 09:34:04 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v3.13-rc/hwmod-fixes-b
> 
> for you to fetch changes up to 6d4c88304794442055eaea1c07f3c7b988b8c924:
> 
>   ARM: OMAP2+: hwmod_data: fix missing OMAP_INTC_START in irq data (2013-12-25 21:41:27 -0700)
> 
> ----------------------------------------------------------------
> A few OMAP hwmod fixes for v3.13-rc.  One patch fixes some IRQ
> problems with GPMC, RNG, and ISP/IVA MMUs on OMAP2/3.  The other fixes
> some problems with DEBUG_LL on DRA7xx.
> 
> Basic build, boot, and PM test logs are available here:
> 
> http://www.pwsan.com/omap/testlogs/hwmod_fixes_b_v3.13-rc/20131226021920/

Thanks pulling into fixes.

Regards,

Tony
 
> ----------------------------------------------------------------
> Rajendra Nayak (1):
>       ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL
> 
> Suman Anna (1):
>       ARM: OMAP2+: hwmod_data: fix missing OMAP_INTC_START in irq data
> 
>  arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 4 ++--
>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         | 6 +++---
>  arch/arm/mach-omap2/omap_hwmod_7xx_data.c          | 2 +-
>  3 files changed, 6 insertions(+), 6 deletions(-)
> 
> 
> 
> vmlinux object size
> (delta in bytes from test_v3.13-rc3 (374b105797c3d4f29c685f3be535c35f5689b30e)):
>    text     data      bss    total  kernel
>       0        0        0        0  omap1_defconfig
>       0        0        0        0  omap1_defconfig_1510innovator_only
>       0        0        0        0  omap1_defconfig_5912osk_only
>       0        0        0        0  omap2plus_defconfig
>       0        0        0        0  omap2plus_defconfig_2430sdp_only
>       0        0        0        0  omap2plus_defconfig_cpupm
>       0        0        0        0  omap2plus_defconfig_n800_multi_omap2xxx
>       0        0        0        0  omap2plus_defconfig_n800_only_a
>       0        0        0        0  omap2plus_defconfig_no_pm
>       0        0        0        0  omap2plus_defconfig_omap2_4_only
>       0        0        0        0  omap2plus_defconfig_omap3_4_only
>       0        0        0        0  rmk_omap3430_ldp_allnoconfig
>       0        0        0        0  rmk_omap3430_ldp_oldconfig
>       0        0        0        0  rmk_omap4430_sdp_allnoconfig
>       0        0        0        0  rmk_omap4430_sdp_oldnoconfig
> 
> Boot-time memory difference
> (delta in bytes from test_v3.13-rc3 (374b105797c3d4f29c685f3be535c35f5689b30e))
>   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+: hwmod data: a few more fixes for v3.13-rc
Date: Fri, 27 Dec 2013 10:12:08 -0800	[thread overview]
Message-ID: <20131227181208.GB5116@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1312261025340.15949@utopia.booyaka.com>

* Paul Walmsley <paul@pwsan.com> [131226 02:28]:
> Hi Tony,
> 
> The following changes since commit 374b105797c3d4f29c685f3be535c35f5689b30e:
> 
>   Linux 3.13-rc3 (2013-12-06 09:34:04 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for-v3.13-rc/hwmod-fixes-b
> 
> for you to fetch changes up to 6d4c88304794442055eaea1c07f3c7b988b8c924:
> 
>   ARM: OMAP2+: hwmod_data: fix missing OMAP_INTC_START in irq data (2013-12-25 21:41:27 -0700)
> 
> ----------------------------------------------------------------
> A few OMAP hwmod fixes for v3.13-rc.  One patch fixes some IRQ
> problems with GPMC, RNG, and ISP/IVA MMUs on OMAP2/3.  The other fixes
> some problems with DEBUG_LL on DRA7xx.
> 
> Basic build, boot, and PM test logs are available here:
> 
> http://www.pwsan.com/omap/testlogs/hwmod_fixes_b_v3.13-rc/20131226021920/

Thanks pulling into fixes.

Regards,

Tony
 
> ----------------------------------------------------------------
> Rajendra Nayak (1):
>       ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL
> 
> Suman Anna (1):
>       ARM: OMAP2+: hwmod_data: fix missing OMAP_INTC_START in irq data
> 
>  arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 4 ++--
>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         | 6 +++---
>  arch/arm/mach-omap2/omap_hwmod_7xx_data.c          | 2 +-
>  3 files changed, 6 insertions(+), 6 deletions(-)
> 
> 
> 
> vmlinux object size
> (delta in bytes from test_v3.13-rc3 (374b105797c3d4f29c685f3be535c35f5689b30e)):
>    text     data      bss    total  kernel
>       0        0        0        0  omap1_defconfig
>       0        0        0        0  omap1_defconfig_1510innovator_only
>       0        0        0        0  omap1_defconfig_5912osk_only
>       0        0        0        0  omap2plus_defconfig
>       0        0        0        0  omap2plus_defconfig_2430sdp_only
>       0        0        0        0  omap2plus_defconfig_cpupm
>       0        0        0        0  omap2plus_defconfig_n800_multi_omap2xxx
>       0        0        0        0  omap2plus_defconfig_n800_only_a
>       0        0        0        0  omap2plus_defconfig_no_pm
>       0        0        0        0  omap2plus_defconfig_omap2_4_only
>       0        0        0        0  omap2plus_defconfig_omap3_4_only
>       0        0        0        0  rmk_omap3430_ldp_allnoconfig
>       0        0        0        0  rmk_omap3430_ldp_oldconfig
>       0        0        0        0  rmk_omap4430_sdp_allnoconfig
>       0        0        0        0  rmk_omap4430_sdp_oldnoconfig
> 
> Boot-time memory difference
> (delta in bytes from test_v3.13-rc3 (374b105797c3d4f29c685f3be535c35f5689b30e))
>   avail  rsrvd   high  freed  board          kconfig
>   (no differences)
> 

  reply	other threads:[~2013-12-27 18:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-26 10:26 [GIT PULL] ARM: OMAP2+: hwmod data: a few more fixes for v3.13-rc Paul Walmsley
2013-12-26 10:26 ` Paul Walmsley
2013-12-27 18:12 ` Tony Lindgren [this message]
2013-12-27 18:12   ` 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=20131227181208.GB5116@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.