All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Suman Anna <s-anna@ti.com>
Cc: Jassi Brar <jaswinder.singh@linaro.org>,
	Dave Gerlach <d-gerlach@ti.com>,
	linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [REPOST PATCHv3 0/2] OMAP Mailbox DT support for 3.18
Date: Thu, 11 Sep 2014 11:45:38 -0700	[thread overview]
Message-ID: <20140911184537.GD18849@atomide.com> (raw)
In-Reply-To: <1410376859-7297-1-git-send-email-s-anna@ti.com>

* Suman Anna <s-anna@ti.com> [140910 12:21]:
> Hi Tony,
> 
> This is a repost of just the DT support patches (first 2 patches out
> of 5) from the OMAP Mailbox framework adoption and DT support series [1],
> so that they can be picked up for 3.18. The only change is an Acked-by
> picked up on the second patch. I will repost the third patch separately,
> and the last 2 patches once a framework branch is published (no changes
> on those as well).
> 
> The patches are rebased onto 3.17-rc3. The previous dependencies - the
> OMAP mailbox DT/hwmod cleanup series [2] and the OMAP mailbox cleanup
> series [3] have already been merged in 3.17-rc1, so there are no more
> pending dependencies for these patches.
> 
> The following shows the boot logs on various OMAP platforms with just these
> patches:
>   OMAP2 (SDP2430)           : http://pastebin.ubuntu.com/8311033
>   OMAP3 (BeagleXM)          : http://pastebin.ubuntu.com/8310760
>   OMAP4 (PandaBoard)        : http://pastebin.ubuntu.com/8310633 
>   OMAP5 (OMAP5 uEVM)        : http://pastebin.ubuntu.com/8310650
>   DRA7  (DRA7 EVM)          : http://pastebin.ubuntu.com/8310700
>   AM33xx (BeagleBone Black) : http://pastebin.ubuntu.com/8310732
>   AM43xx (AM437x GP EVM)    : http://pastebin.ubuntu.com/8310824
> 
> [1] http://marc.info/?l=linux-omap&m=140668054422693&w=2
> [2] http://marc.info/?l=linux-omap&m=140511512208519&w=2
> [3] http://www.spinics.net/lists/linux-omap/msg108574.html

Thanks applying into omap-for-v3.18/mailbox.

Regards,

Tony
 
> Suman Anna (2):
>   Documentation: dt: add omap mailbox bindings
>   mailbox/omap: add support for parsing dt devices
> 
>  .../devicetree/bindings/mailbox/omap-mailbox.txt   | 108 ++++++++++++++
>  drivers/mailbox/omap-mailbox.c                     | 156 +++++++++++++++++----
>  2 files changed, 240 insertions(+), 24 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/mailbox/omap-mailbox.txt
> 
> -- 
> 2.0.4
> 

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [REPOST PATCHv3 0/2] OMAP Mailbox DT support for 3.18
Date: Thu, 11 Sep 2014 11:45:38 -0700	[thread overview]
Message-ID: <20140911184537.GD18849@atomide.com> (raw)
In-Reply-To: <1410376859-7297-1-git-send-email-s-anna@ti.com>

* Suman Anna <s-anna@ti.com> [140910 12:21]:
> Hi Tony,
> 
> This is a repost of just the DT support patches (first 2 patches out
> of 5) from the OMAP Mailbox framework adoption and DT support series [1],
> so that they can be picked up for 3.18. The only change is an Acked-by
> picked up on the second patch. I will repost the third patch separately,
> and the last 2 patches once a framework branch is published (no changes
> on those as well).
> 
> The patches are rebased onto 3.17-rc3. The previous dependencies - the
> OMAP mailbox DT/hwmod cleanup series [2] and the OMAP mailbox cleanup
> series [3] have already been merged in 3.17-rc1, so there are no more
> pending dependencies for these patches.
> 
> The following shows the boot logs on various OMAP platforms with just these
> patches:
>   OMAP2 (SDP2430)           : http://pastebin.ubuntu.com/8311033
>   OMAP3 (BeagleXM)          : http://pastebin.ubuntu.com/8310760
>   OMAP4 (PandaBoard)        : http://pastebin.ubuntu.com/8310633 
>   OMAP5 (OMAP5 uEVM)        : http://pastebin.ubuntu.com/8310650
>   DRA7  (DRA7 EVM)          : http://pastebin.ubuntu.com/8310700
>   AM33xx (BeagleBone Black) : http://pastebin.ubuntu.com/8310732
>   AM43xx (AM437x GP EVM)    : http://pastebin.ubuntu.com/8310824
> 
> [1] http://marc.info/?l=linux-omap&m=140668054422693&w=2
> [2] http://marc.info/?l=linux-omap&m=140511512208519&w=2
> [3] http://www.spinics.net/lists/linux-omap/msg108574.html

Thanks applying into omap-for-v3.18/mailbox.

Regards,

Tony
 
> Suman Anna (2):
>   Documentation: dt: add omap mailbox bindings
>   mailbox/omap: add support for parsing dt devices
> 
>  .../devicetree/bindings/mailbox/omap-mailbox.txt   | 108 ++++++++++++++
>  drivers/mailbox/omap-mailbox.c                     | 156 +++++++++++++++++----
>  2 files changed, 240 insertions(+), 24 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/mailbox/omap-mailbox.txt
> 
> -- 
> 2.0.4
> 

  parent reply	other threads:[~2014-09-11 18:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-10 19:20 [REPOST PATCHv3 0/2] OMAP Mailbox DT support for 3.18 Suman Anna
2014-09-10 19:20 ` Suman Anna
2014-09-10 19:20 ` [REPOST PATCHv3 1/2] Documentation: dt: add omap mailbox bindings Suman Anna
2014-09-10 19:20   ` Suman Anna
2014-09-10 19:20 ` [REPOST PATCHv3 2/2] mailbox/omap: add support for parsing dt devices Suman Anna
2014-09-10 19:20   ` Suman Anna
2014-09-11 18:45 ` Tony Lindgren [this message]
2014-09-11 18:45   ` [REPOST PATCHv3 0/2] OMAP Mailbox DT support for 3.18 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=20140911184537.GD18849@atomide.com \
    --to=tony@atomide.com \
    --cc=d-gerlach@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jaswinder.singh@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=s-anna@ti.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.