All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@ti.com>
To: "Mark A. Greer" <mgreer@animalcreek.com>,
	"Nori, Sekhar" <nsekhar@ti.com>
Cc: paul@pwsan.com, linux-arm-kernel@lists.infradead.org,
	linux-omap@vger.kernel.org
Subject: Re: [PATCH 0/2] arm: omap3: am35x: Convert emac to hwmod & disable hlt when open
Date: Mon, 14 May 2012 16:28:15 -0700	[thread overview]
Message-ID: <874nripckw.fsf@ti.com> (raw)
In-Reply-To: <1336770778-23044-1-git-send-email-mgreer@animalcreek.com> (Mark A. Greer's message of "Fri, 11 May 2012 14:12:56 -0700")

+Sekhar,

"Mark A. Greer" <mgreer@animalcreek.com> writes:

> From: "Mark A. Greer" <mgreer@animalcreek.com>
>
> Paul, Kevin,
>
> These patches convert the davinci emac support for the am35x SoC
> to use hwmod and add enable_hlt()/disable_hlt() calls to the
> pm_runtime hooks for that driver.

Great.  I didn't look closely at the hwmod data, but the approach is
right here, IMO.

> I have converted the davinci_emac driver to use pm_runtime but I
> can't formally submit it yet since it requires some changes on the
> mach-davinci side that haven't happened yet.  I will send it as an
> RFC in a reply to this thread.

Sekhar, are you planning to add runtime PM core support to davinci?
I recommend looking at the simple OMAP1 layer that implements a basic
clocks-only runtime PM layer.

Kevin

> The patches are based on:
> 	git://git.pwsan.com/linux-2.6 am35xx_hwmod_data_fixes_a_3.5
>
> Mark
> --
>
> Mark A. Greer (2):
>   arm: omap3: am35x: Add Davinci EMAC/MDIO hwmod support
>   arm: omap3: am35x: Disable hlt when using Davinci EMAC
>
>  arch/arm/mach-omap2/am35xx-emac.c          |  120 ++++++++++++++++++----------
>  arch/arm/mach-omap2/am35xx-emac.h          |   16 +++-
>  arch/arm/mach-omap2/board-am3517evm.c      |    3 +-
>  arch/arm/mach-omap2/board-cm-t3517.c       |    3 +-
>  arch/arm/mach-omap2/clock3xxx_data.c       |    2 +-
>  arch/arm/mach-omap2/include/mach/am35xx.h  |    2 +
>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |   85 ++++++++++++++++++++
>  7 files changed, 183 insertions(+), 48 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: khilman@ti.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] arm: omap3: am35x: Convert emac to hwmod & disable hlt when open
Date: Mon, 14 May 2012 16:28:15 -0700	[thread overview]
Message-ID: <874nripckw.fsf@ti.com> (raw)
In-Reply-To: <1336770778-23044-1-git-send-email-mgreer@animalcreek.com> (Mark A. Greer's message of "Fri, 11 May 2012 14:12:56 -0700")

+Sekhar,

"Mark A. Greer" <mgreer@animalcreek.com> writes:

> From: "Mark A. Greer" <mgreer@animalcreek.com>
>
> Paul, Kevin,
>
> These patches convert the davinci emac support for the am35x SoC
> to use hwmod and add enable_hlt()/disable_hlt() calls to the
> pm_runtime hooks for that driver.

Great.  I didn't look closely at the hwmod data, but the approach is
right here, IMO.

> I have converted the davinci_emac driver to use pm_runtime but I
> can't formally submit it yet since it requires some changes on the
> mach-davinci side that haven't happened yet.  I will send it as an
> RFC in a reply to this thread.

Sekhar, are you planning to add runtime PM core support to davinci?
I recommend looking at the simple OMAP1 layer that implements a basic
clocks-only runtime PM layer.

Kevin

> The patches are based on:
> 	git://git.pwsan.com/linux-2.6 am35xx_hwmod_data_fixes_a_3.5
>
> Mark
> --
>
> Mark A. Greer (2):
>   arm: omap3: am35x: Add Davinci EMAC/MDIO hwmod support
>   arm: omap3: am35x: Disable hlt when using Davinci EMAC
>
>  arch/arm/mach-omap2/am35xx-emac.c          |  120 ++++++++++++++++++----------
>  arch/arm/mach-omap2/am35xx-emac.h          |   16 +++-
>  arch/arm/mach-omap2/board-am3517evm.c      |    3 +-
>  arch/arm/mach-omap2/board-cm-t3517.c       |    3 +-
>  arch/arm/mach-omap2/clock3xxx_data.c       |    2 +-
>  arch/arm/mach-omap2/include/mach/am35xx.h  |    2 +
>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |   85 ++++++++++++++++++++
>  7 files changed, 183 insertions(+), 48 deletions(-)

  parent reply	other threads:[~2012-05-14 23:28 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-11 21:12 [PATCH 0/2] arm: omap3: am35x: Convert emac to hwmod & disable hlt when open Mark A. Greer
2012-05-11 21:12 ` Mark A. Greer
2012-05-11 21:12 ` [PATCH 1/2] arm: omap3: am35x: Add Davinci EMAC/MDIO hwmod support Mark A. Greer
2012-05-11 21:12   ` Mark A. Greer
2012-05-11 21:12 ` [PATCH 2/2] arm: omap3: am35x: Disable hlt when using Davinci EMAC Mark A. Greer
2012-05-11 21:12   ` Mark A. Greer
2012-05-14  8:20   ` Igor Grinberg
2012-05-14  8:20     ` Igor Grinberg
2012-05-14 16:54     ` Mark A. Greer
2012-05-14 16:54       ` Mark A. Greer
2012-05-14 21:32       ` Kevin Hilman
2012-05-14 21:32         ` Kevin Hilman
2012-05-15 12:42         ` Igor Grinberg
2012-05-15 12:42           ` Igor Grinberg
2012-05-15 16:14           ` Mark A. Greer
2012-05-15 16:14             ` Mark A. Greer
2012-07-18  3:54   ` Paul Walmsley
2012-07-18  3:54     ` Paul Walmsley
2012-07-18 21:32     ` Mark A. Greer
2012-07-18 21:32       ` Mark A. Greer
2012-07-18 23:25       ` Paul Walmsley
2012-07-18 23:25         ` Paul Walmsley
2012-07-19 18:26         ` Mark A. Greer
2012-07-19 18:26           ` Mark A. Greer
2012-07-19 19:19           ` Paul Walmsley
2012-07-19 19:19             ` Paul Walmsley
2012-07-19 20:20             ` Mark A. Greer
2012-07-19 20:20               ` Mark A. Greer
2012-07-19 22:59           ` Paul Walmsley
2012-07-19 22:59             ` Paul Walmsley
2012-07-20 21:41             ` Mark A. Greer
2012-07-20 21:41               ` Mark A. Greer
2012-05-11 21:18 ` [RFC] net: ethernet: davinci_emac: add pm_runtime support Mark A. Greer
2012-05-14 23:28 ` Kevin Hilman [this message]
2012-05-14 23:28   ` [PATCH 0/2] arm: omap3: am35x: Convert emac to hwmod & disable hlt when open Kevin Hilman
2012-05-15 12:20   ` Sekhar Nori
2012-05-15 12:20     ` Sekhar Nori

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=874nripckw.fsf@ti.com \
    --to=khilman@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=mgreer@animalcreek.com \
    --cc=nsekhar@ti.com \
    --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.