All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
To: felipe.contreras@gmail.com
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	tony@atomide.com, linux@arm.linux.org.uk
Subject: Re: [PATCH v4 00/14] omap: mailbox: bunch of cleanups
Date: Wed, 16 Jun 2010 12:21:41 +0300 (EEST)	[thread overview]
Message-ID: <20100616.122141.245405863.Hiroshi.DOYU@nokia.com> (raw)
In-Reply-To: <1276271509-11983-1-git-send-email-felipe.contreras@gmail.com>

From: ext Felipe Contreras <felipe.contreras@gmail.com>
Subject: [PATCH v4 00/14] omap: mailbox: bunch of cleanups
Date: Fri, 11 Jun 2010 17:51:35 +0200

> From: Felipe Contreras <--global>
> 
> Hi,
> 
> These are hopefully non-functional changes. Just shuffling code around, and
> removing unecessary stuff.
> 
> This v4 includes minor changes suggested by Felipe Balbi, Hiroshi, and Russell.
> 
> Comments from Felipe Balbi, Tony Lindgren, Hiroshi DOYU, and Russell King.

Applied against:
  git://gitorious.org/~doyu/lk/mainline.git v2.6.35-rc3-mailbox

Only [PATCH 1/14] isn't used since the original patch is correct but
messed up at applying just in my branch.


WARNING: multiple messages have this Message-ID (diff)
From: Hiroshi.DOYU@nokia.com (Hiroshi DOYU)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 00/14] omap: mailbox: bunch of cleanups
Date: Wed, 16 Jun 2010 12:21:41 +0300 (EEST)	[thread overview]
Message-ID: <20100616.122141.245405863.Hiroshi.DOYU@nokia.com> (raw)
In-Reply-To: <1276271509-11983-1-git-send-email-felipe.contreras@gmail.com>

From: ext Felipe Contreras <felipe.contreras@gmail.com>
Subject: [PATCH v4 00/14] omap: mailbox: bunch of cleanups
Date: Fri, 11 Jun 2010 17:51:35 +0200

> From: Felipe Contreras <--global>
> 
> Hi,
> 
> These are hopefully non-functional changes. Just shuffling code around, and
> removing unecessary stuff.
> 
> This v4 includes minor changes suggested by Felipe Balbi, Hiroshi, and Russell.
> 
> Comments from Felipe Balbi, Tony Lindgren, Hiroshi DOYU, and Russell King.

Applied against:
  git://gitorious.org/~doyu/lk/mainline.git v2.6.35-rc3-mailbox

Only [PATCH 1/14] isn't used since the original patch is correct but
messed up at applying just in my branch.

  parent reply	other threads:[~2010-06-16  9:22 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-11 15:51 [PATCH v4 00/14] omap: mailbox: bunch of cleanups Felipe Contreras
2010-06-11 15:51 ` Felipe Contreras
2010-06-11 15:51 ` [PATCH v4 01/14] omap: mailbox: trivial whitespace cleanups Felipe Contreras
2010-06-11 15:51   ` Felipe Contreras
2010-06-11 15:51 ` [PATCH v4 02/14] omap: mailbox: trivial cleanups Felipe Contreras
2010-06-11 15:51   ` Felipe Contreras
2010-06-11 15:51 ` [PATCH v4 03/14] omap: mailbox: reorganize structures Felipe Contreras
2010-06-11 15:51   ` Felipe Contreras
2010-06-11 15:51 ` [PATCH v4 04/14] omap: mailbox: 2420 should be detected at run-time Felipe Contreras
2010-06-11 15:51   ` Felipe Contreras
2010-06-11 15:51 ` [PATCH v4 05/14] omap: mailbox: use correct config for omap1 Felipe Contreras
2010-06-11 15:51   ` Felipe Contreras
2010-06-11 15:51 ` [PATCH v4 06/14] omap: mailbox: update omap1 probing Felipe Contreras
2010-06-11 15:51   ` Felipe Contreras
2010-06-11 15:51 ` [PATCH v4 07/14] omap: mailbox: don't export unecessary symbols Felipe Contreras
2010-06-11 15:51   ` Felipe Contreras
2010-06-11 15:51 ` [PATCH v4 08/14] omap: mailbox: remove unecessary fields Felipe Contreras
2010-06-11 15:51   ` Felipe Contreras
2010-06-11 15:51 ` [PATCH v4 09/14] omap: mailbox: add IRQ names Felipe Contreras
2010-06-11 15:51   ` Felipe Contreras
2010-06-11 15:51 ` [PATCH v4 10/14] omap: mailbox: reorganize registering Felipe Contreras
2010-06-11 15:51   ` Felipe Contreras
2010-06-11 15:51 ` [PATCH v4 11/14] omap: mailbox: simplify omap_mbox_register() Felipe Contreras
2010-06-11 15:51   ` Felipe Contreras
2010-06-11 15:51 ` [PATCH v4 12/14] omap: mailbox: only compile for configured archs Felipe Contreras
2010-06-11 15:51   ` Felipe Contreras
2010-06-11 15:51 ` [PATCH v4 13/14] omap: mailbox: standarize on 'omap-mailbox' Felipe Contreras
2010-06-11 15:51   ` Felipe Contreras
2010-06-11 15:51 ` [PATCH v4 14/14] omap: mailbox: reorganize headers Felipe Contreras
2010-06-11 15:51   ` Felipe Contreras
2010-06-16  9:21 ` Hiroshi DOYU [this message]
2010-06-16  9:21   ` [PATCH v4 00/14] omap: mailbox: bunch of cleanups Hiroshi DOYU

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=20100616.122141.245405863.Hiroshi.DOYU@nokia.com \
    --to=hiroshi.doyu@nokia.com \
    --cc=felipe.contreras@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --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.