All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/3] OMAP3: Support processor group selection by a peripheral
@ 2011-03-21 11:10 Rajendra Nayak
  2011-03-21 11:10 ` [RFC 1/3] OMAP3: PRM: Add grpsel programming support Rajendra Nayak
  0 siblings, 1 reply; 10+ messages in thread
From: Rajendra Nayak @ 2011-03-21 11:10 UTC (permalink / raw)
  To: linux-omap; +Cc: paul, b-cousson, Rajendra Nayak

OMAP3 has PM_<processor_name>GRPSEL_<domain_name> registers
which can be programmed to allow a peripheral to choose a
processor group which it expects to wake up.
This RFC series is an attempt to provide omap_device layer
api's for drivers to be able to do this instead of direct
PRCM accesses within drivers which is the case today.

Something similar exists on OMAP4, in the form of
wakeup dependencies, which are not addressed in this
series for now.

Rajendra Nayak (3):
  OMAP3: PRM: Add grpsel programming support
  OMAP3: hwmod: Add support to associate an initiator with a hwmod
  OMAP3: omap_device: Add support to associate a device with an
    initiator

 arch/arm/mach-omap2/omap_hwmod.c             |   33 ++++++++++++
 arch/arm/mach-omap2/prcm-common.h            |    1 -
 arch/arm/mach-omap2/prm2xxx_3xxx.c           |   70 ++++++++++++++++++++++++++
 arch/arm/mach-omap2/prm2xxx_3xxx.h           |    4 ++
 arch/arm/plat-omap/include/plat/omap_hwmod.h |    9 +++
 arch/arm/plat-omap/omap_device.c             |   54 ++++++++++++++++++++
 6 files changed, 170 insertions(+), 1 deletions(-)


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-03-22  8:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 11:10 [RFC 0/3] OMAP3: Support processor group selection by a peripheral Rajendra Nayak
2011-03-21 11:10 ` [RFC 1/3] OMAP3: PRM: Add grpsel programming support Rajendra Nayak
2011-03-21 11:10   ` [RFC 2/3] OMAP3: hwmod: Add support to associate an initiator with a hwmod Rajendra Nayak
2011-03-21 11:10     ` [RFC 3/3] OMAP3: omap_device: Add support to associate a device with an initiator Rajendra Nayak
2011-03-21 13:12       ` Hema Kalliguddi
2011-03-22  8:28         ` Rajendra Nayak
2011-03-21 13:08     ` [RFC 2/3] OMAP3: hwmod: Add support to associate an initiator with a hwmod Hema Kalliguddi
2011-03-22  8:28       ` Rajendra Nayak
2011-03-22  8:31         ` Hema Kalliguddi
2011-03-21 13:08   ` [RFC 1/3] OMAP3: PRM: Add grpsel programming support Hema Kalliguddi

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.