All of lore.kernel.org
 help / color / mirror / Atom feed
From: Omar Ramirez Luna <omar.ramirez@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: Russell King <linux@arm.linux.org.uk>,
	Kevin Hilman <khilman@ti.com>, Benoit Cousson <b-cousson@ti.com>,
	Hiroshi DOYU <Hiroshi.DOYU@nokia.com>,
	Sourav Poddar <sourav.poddar@ti.com>,
	lo <linux-omap@vger.kernel.org>,
	lak <linux-arm-kernel@lists.infradead.org>,
	Omar Ramirez Luna <omar.ramirez@ti.com>
Subject: [PATCH v6 0/4] omap: mailbox: hwmod support
Date: Thu, 17 Feb 2011 19:42:23 -0600	[thread overview]
Message-ID: <1297993347-5654-1-git-send-email-omar.ramirez@ti.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: omar.ramirez@ti.com (Omar Ramirez Luna)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 0/4] omap: mailbox: hwmod support
Date: Thu, 17 Feb 2011 19:42:23 -0600	[thread overview]
Message-ID: <1297993347-5654-1-git-send-email-omar.ramirez@ti.com> (raw)

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

             reply	other threads:[~2011-02-18  1:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-18  1:42 Omar Ramirez Luna [this message]
2011-02-18  1:42 ` [PATCH v6 0/4] omap: mailbox: hwmod support 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

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=1297993347-5654-1-git-send-email-omar.ramirez@ti.com \
    --to=omar.ramirez@ti.com \
    --cc=Hiroshi.DOYU@nokia.com \
    --cc=b-cousson@ti.com \
    --cc=khilman@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=sourav.poddar@ti.com \
    --cc=tony@atomide.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.