All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/4] omap: mailbox: hwmod support
@ 2011-02-18  1:42 ` Omar Ramirez Luna
  0 siblings, 0 replies; 12+ messages in thread
From: Omar Ramirez Luna @ 2011-02-18  1:42 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Russell King, Kevin Hilman, Benoit Cousson, Hiroshi DOYU,
	Sourav Poddar, lo, lak, Omar Ramirez Luna

Mailbox hwmod support for OMAP 2,3,4.

This was tested on OMAP3 (3430, 3630) by using
tidspbridge and OMAP4 (blaze). Also using Kevin's
mailbox test: http://bit.ly/fdk8Au 

No testing on OMAP2 since I don't have the hardware.

Changes on v6 include:
- Dropping OMAP4 hwmod patch, as Benoit already sent it.
- Removing irq names in hwmod data for single irq, changed
  mailbox to use platform_request_irq in these cases.
- Moved ick to be the main_clk so it can be disabled on
  pm_runtime_put_sync.

Highlights from v5 include the comments received from
previous version v4 (http://bit.ly/gfLaIs)

Felipe Contreras (2):
  OMAP3: hwmod data: add mailbox data
  OMAP: mailbox: build device using omap_device/omap_hwmod

Omar Ramirez Luna (2):
  OMAP2: hwmod data: add mailbox data
  OMAP: mailbox: use runtime pm for clk and sysc handling

 arch/arm/mach-omap2/devices.c              |   98 +++++-----------------------
 arch/arm/mach-omap2/mailbox.c              |   72 ++------------------
 arch/arm/mach-omap2/omap_hwmod_2420_data.c |   73 +++++++++++++++++++++
 arch/arm/mach-omap2/omap_hwmod_2430_data.c |   72 ++++++++++++++++++++
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |   71 ++++++++++++++++++++
 5 files changed, 240 insertions(+), 146 deletions(-)


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

end of thread, other threads:[~2011-02-24 20:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-18  1:42 [PATCH v6 0/4] omap: mailbox: hwmod support Omar Ramirez Luna
2011-02-18  1:42 ` Omar Ramirez Luna
2011-02-18  1:42 ` [PATCH v6 1/4] OMAP2: hwmod data: add mailbox data Omar Ramirez Luna
2011-02-18  1:42   ` Omar Ramirez Luna
2011-02-18  1:42 ` [PATCH v6 2/4] OMAP3: " Omar Ramirez Luna
2011-02-18  1:42   ` Omar Ramirez Luna
2011-02-18  1:42 ` [PATCH v6 3/4] OMAP: mailbox: build device using omap_device/omap_hwmod Omar Ramirez Luna
2011-02-18  1:42   ` Omar Ramirez Luna
2011-02-18  1:42 ` [PATCH v6 4/4] OMAP: mailbox: use runtime pm for clk and sysc handling Omar Ramirez Luna
2011-02-18  1:42   ` Omar Ramirez Luna
2011-02-24 20:35 ` [PATCH v6 0/4] omap: mailbox: hwmod support Tony Lindgren
2011-02-24 20:35   ` Tony Lindgren

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.