Re: [PATCH 0/2] arm: omap3: am35x: Convert emac to hwmod disable hlt when open

2012-05-15 Thread Sekhar Nori
Hi Kevin,

On 5/15/2012 4:58 AM, Kevin Hilman wrote:
 +Sekhar,
 
 Mark A. Greer mgr...@animalcreek.com writes:
 
 From: Mark A. Greer mgr...@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?

Yes, Vaibhav is going to be working on this and will start very soon.

 I recommend looking at the simple OMAP1 layer that implements a basic
 clocks-only runtime PM layer.

Thanks. I have CCed Vaibhav on this mail for his information.

Regards,
Sekhar
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] arm: omap3: am35x: Convert emac to hwmod disable hlt when open

2012-05-14 Thread Kevin Hilman
+Sekhar,

Mark A. Greer mgr...@animalcreek.com writes:

 From: Mark A. Greer mgr...@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(-)
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/2] arm: omap3: am35x: Convert emac to hwmod disable hlt when open

2012-05-11 Thread Mark A. Greer
From: Mark A. Greer mgr...@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.

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.

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(-)

-- 
1.7.9.4

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html