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+: some PRCM cleanup patches for v3.16
Date: Fri, 16 May 2014 14:24:26 -0700 [thread overview]
Message-ID: <20140516212426.GJ12881@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1405160445440.29738@utopia.booyaka.com>
* Paul Walmsley <paul@pwsan.com> [140515 21:48]:
> Hi Tony
>
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
>
> Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git for-v3.16/prcm-cleanup-a
>
> for you to fetch changes up to 70fcebf1965b66d73bd8ae7955bd663ab8012c56:
>
> ARM: OMAP4: PRCM: remove references to cm-regbits-44xx.h from PRCM core files (2014-05-15 22:35:10 -0600)
>
> ----------------------------------------------------------------
> Some OMAP PRCM cleanup patches. These help prepare to convert the PRCM
> code into drivers.
>
> Basic build, boot, and PM test results are available here:
>
> http://www.pwsan.com/omap/testlogs/prcm-cleanup-v3.16/20140515213244/
Thanks pulling into omap-for-v3.16/prcm.
Tony
> ----------------------------------------------------------------
> Tero Kristo (10):
> ARM: OMAP3: CM: remove a few OMAP34XX_CM_REGADDR defines
> ARM: OMAP2+: prcm: add omap_test_timeout to prcm-common.h
> ARM: OMAP2/3: CM: remove some external dependencies
> ARM: OMAP4: CM: use cm_base* in register address calculations
> ARM: OMAP2+: PRCM: cleanup some header includes
> ARM: OMAP2+: PRM: remove unnecessary cpu_is_XXX calls from prm_init / exit
> ARM: OMAP3/4: PRM: provide io chain reconfig function through irq setup
> ARM: OMAP3/OMAP4: PRM: add prm_features flags and add IO wakeup under it
> ARM: OMAP3/4: PRM: add support of late_init call to prm_ll_ops
> ARM: OMAP4: PRCM: remove references to cm-regbits-44xx.h from PRCM core files
>
> arch/arm/mach-omap2/clockdomain.h | 3 ++-
> arch/arm/mach-omap2/cm2xxx.c | 15 ++-----------
> arch/arm/mach-omap2/cm33xx.h | 3 ---
> arch/arm/mach-omap2/cm3xxx.c | 25 ++++++++--------------
> arch/arm/mach-omap2/cm3xxx.h | 5 ++---
> arch/arm/mach-omap2/cm44xx.c | 11 ++++------
> arch/arm/mach-omap2/cm_common.c | 2 +-
> arch/arm/mach-omap2/cminst44xx.c | 10 ++++++---
> .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 1 +
> arch/arm/mach-omap2/powerdomain-common.c | 1 -
> arch/arm/mach-omap2/powerdomain.c | 1 +
> arch/arm/mach-omap2/powerdomain.h | 3 +--
> arch/arm/mach-omap2/prcm-common.h | 24 +++++++++++++++++++++
> arch/arm/mach-omap2/prcm_mpu44xx.h | 1 -
> arch/arm/mach-omap2/prm.h | 10 +++++++++
> arch/arm/mach-omap2/prm2xxx.c | 13 +----------
> arch/arm/mach-omap2/prm2xxx_3xxx.c | 1 -
> arch/arm/mach-omap2/prm33xx.c | 1 -
> arch/arm/mach-omap2/prm3xxx.c | 20 ++++++++---------
> arch/arm/mach-omap2/prm44xx.c | 18 +++++++---------
> arch/arm/mach-omap2/prm_common.c | 17 +++++++++------
> 21 files changed, 93 insertions(+), 92 deletions(-)
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+: some PRCM cleanup patches for v3.16
Date: Fri, 16 May 2014 14:24:26 -0700 [thread overview]
Message-ID: <20140516212426.GJ12881@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1405160445440.29738@utopia.booyaka.com>
* Paul Walmsley <paul@pwsan.com> [140515 21:48]:
> Hi Tony
>
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
>
> Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git for-v3.16/prcm-cleanup-a
>
> for you to fetch changes up to 70fcebf1965b66d73bd8ae7955bd663ab8012c56:
>
> ARM: OMAP4: PRCM: remove references to cm-regbits-44xx.h from PRCM core files (2014-05-15 22:35:10 -0600)
>
> ----------------------------------------------------------------
> Some OMAP PRCM cleanup patches. These help prepare to convert the PRCM
> code into drivers.
>
> Basic build, boot, and PM test results are available here:
>
> http://www.pwsan.com/omap/testlogs/prcm-cleanup-v3.16/20140515213244/
Thanks pulling into omap-for-v3.16/prcm.
Tony
> ----------------------------------------------------------------
> Tero Kristo (10):
> ARM: OMAP3: CM: remove a few OMAP34XX_CM_REGADDR defines
> ARM: OMAP2+: prcm: add omap_test_timeout to prcm-common.h
> ARM: OMAP2/3: CM: remove some external dependencies
> ARM: OMAP4: CM: use cm_base* in register address calculations
> ARM: OMAP2+: PRCM: cleanup some header includes
> ARM: OMAP2+: PRM: remove unnecessary cpu_is_XXX calls from prm_init / exit
> ARM: OMAP3/4: PRM: provide io chain reconfig function through irq setup
> ARM: OMAP3/OMAP4: PRM: add prm_features flags and add IO wakeup under it
> ARM: OMAP3/4: PRM: add support of late_init call to prm_ll_ops
> ARM: OMAP4: PRCM: remove references to cm-regbits-44xx.h from PRCM core files
>
> arch/arm/mach-omap2/clockdomain.h | 3 ++-
> arch/arm/mach-omap2/cm2xxx.c | 15 ++-----------
> arch/arm/mach-omap2/cm33xx.h | 3 ---
> arch/arm/mach-omap2/cm3xxx.c | 25 ++++++++--------------
> arch/arm/mach-omap2/cm3xxx.h | 5 ++---
> arch/arm/mach-omap2/cm44xx.c | 11 ++++------
> arch/arm/mach-omap2/cm_common.c | 2 +-
> arch/arm/mach-omap2/cminst44xx.c | 10 ++++++---
> .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 1 +
> arch/arm/mach-omap2/powerdomain-common.c | 1 -
> arch/arm/mach-omap2/powerdomain.c | 1 +
> arch/arm/mach-omap2/powerdomain.h | 3 +--
> arch/arm/mach-omap2/prcm-common.h | 24 +++++++++++++++++++++
> arch/arm/mach-omap2/prcm_mpu44xx.h | 1 -
> arch/arm/mach-omap2/prm.h | 10 +++++++++
> arch/arm/mach-omap2/prm2xxx.c | 13 +----------
> arch/arm/mach-omap2/prm2xxx_3xxx.c | 1 -
> arch/arm/mach-omap2/prm33xx.c | 1 -
> arch/arm/mach-omap2/prm3xxx.c | 20 ++++++++---------
> arch/arm/mach-omap2/prm44xx.c | 18 +++++++---------
> arch/arm/mach-omap2/prm_common.c | 17 +++++++++------
> 21 files changed, 93 insertions(+), 92 deletions(-)
next prev parent reply other threads:[~2014-05-16 21:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-16 4:48 [GIT PULL] ARM: OMAP2+: some PRCM cleanup patches for v3.16 Paul Walmsley
2014-05-16 4:48 ` Paul Walmsley
2014-05-16 21:24 ` Tony Lindgren [this message]
2014-05-16 21:24 ` 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=20140516212426.GJ12881@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.