All of lore.kernel.org
 help / color / mirror / Atom feed
From: Santosh Shilimkar <santosh.shilimkar@ti.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/5] ARM: OMAP2+: PRM/CM cleanup series for 3.8
Date: Thu, 18 Oct 2012 17:59:54 +0530	[thread overview]
Message-ID: <507FF642.2010502@ti.com> (raw)
In-Reply-To: <20121015224455.18306.89030.stgit@dusk.lan>

On Tuesday 16 October 2012 04:35 AM, Paul Walmsley wrote:
> Consolidate and remove some PRM/CM code in preparation for a future move
> into drivers/:
>
> - Remove some obsolete weak functions that allowed old OMAP4 code to
>    reference OMAP2/3 PRM functions
>
> - Split many of the functions in prm2xxx_3xxx.c and cm2xxx_3xxx.c into
>    2xxx- and 3xxx-specific PRM/CM C files
>
> - Move low-level powerdomain and clockdomain register access into the
>    appropriate 2xxx- and 3xxx-specific PRM/CM files, and remove
>    {power,clock}domainXXXX.c
>
> This series shouldn't have any functional impact.
>
>
Nice work Paul !!
This series and part2 both looks good to me.
Sorry for not being able to help in some of these clean-ups
because of other work priorities as talked at LPC.
Feel free to add my ack for the whole series if you need one.

Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>


WARNING: multiple messages have this Message-ID (diff)
From: santosh.shilimkar@ti.com (Santosh Shilimkar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] ARM: OMAP2+: PRM/CM cleanup series for 3.8
Date: Thu, 18 Oct 2012 17:59:54 +0530	[thread overview]
Message-ID: <507FF642.2010502@ti.com> (raw)
In-Reply-To: <20121015224455.18306.89030.stgit@dusk.lan>

On Tuesday 16 October 2012 04:35 AM, Paul Walmsley wrote:
> Consolidate and remove some PRM/CM code in preparation for a future move
> into drivers/:
>
> - Remove some obsolete weak functions that allowed old OMAP4 code to
>    reference OMAP2/3 PRM functions
>
> - Split many of the functions in prm2xxx_3xxx.c and cm2xxx_3xxx.c into
>    2xxx- and 3xxx-specific PRM/CM C files
>
> - Move low-level powerdomain and clockdomain register access into the
>    appropriate 2xxx- and 3xxx-specific PRM/CM files, and remove
>    {power,clock}domainXXXX.c
>
> This series shouldn't have any functional impact.
>
>
Nice work Paul !!
This series and part2 both looks good to me.
Sorry for not being able to help in some of these clean-ups
because of other work priorities as talked at LPC.
Feel free to add my ack for the whole series if you need one.

Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>

  parent reply	other threads:[~2012-10-18 12:30 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-15 23:05 [PATCH 0/5] ARM: OMAP2+: PRM/CM cleanup series for 3.8 Paul Walmsley
2012-10-15 23:05 ` Paul Walmsley
2012-10-15 23:05 ` [PATCH 1/5] ARM: OMAP2+: PRM: remove PRM weak functions Paul Walmsley
2012-10-15 23:05   ` Paul Walmsley
2012-10-15 23:05 ` [PATCH 2/5] ARM: OMAP2+: PRM: split PRM functions into OMAP2, OMAP3-specific files Paul Walmsley
2012-10-15 23:05   ` Paul Walmsley
2012-10-18  9:37   ` Russ Dill
2012-10-18  9:37     ` Russ Dill
2012-10-15 23:05 ` [PATCH 3/5] ARM: OMAP2+: powerdomain/PRM: move the low-level powerdomain functions into PRM Paul Walmsley
2012-10-15 23:05   ` Paul Walmsley
2012-10-18  7:08   ` Rajendra Nayak
2012-10-18  7:08     ` Rajendra Nayak
2012-10-20 17:50     ` Paul Walmsley
2012-10-20 17:50       ` Paul Walmsley
2012-10-22  5:57       ` Hiremath, Vaibhav
2012-10-22  5:57         ` Hiremath, Vaibhav
2012-10-18 11:21   ` Russ Dill
2012-10-18 11:21     ` Russ Dill
2012-10-15 23:05 ` [PATCH 4/5] ARM: OMAP2+: CM/hwmod: split CM functions into OMAP2, OMAP3-specific files Paul Walmsley
2012-10-15 23:05   ` Paul Walmsley
2012-10-18 11:33   ` Russ Dill
2012-10-18 11:33     ` Russ Dill
2012-10-15 23:05 ` [PATCH 5/5] ARM: OMAP2/3: clockdomain/PRM/CM: move the low-level clockdomain functions into PRM/CM Paul Walmsley
2012-10-15 23:05   ` Paul Walmsley
2012-10-18  7:08   ` Rajendra Nayak
2012-10-18  7:08     ` Rajendra Nayak
2012-10-18 12:03   ` Russ Dill
2012-10-18 12:03     ` Russ Dill
2012-10-18 12:29 ` Santosh Shilimkar [this message]
2012-10-18 12:29   ` [PATCH 0/5] ARM: OMAP2+: PRM/CM cleanup series for 3.8 Santosh Shilimkar

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=507FF642.2010502@ti.com \
    --to=santosh.shilimkar@ti.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.