All of lore.kernel.org
 help / color / mirror / Atom feed
From: michal.simek@xilinx.com (Michal Simek)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 01/12] net: axienet: Support for RGMII
Date: Wed, 6 May 2015 07:29:35 +0200	[thread overview]
Message-ID: <5549A6BF.1030205@xilinx.com> (raw)
In-Reply-To: <20150505.193520.1238479814165419495.davem@davemloft.net>

Hi David,

On 05/06/2015 01:35 AM, David Miller wrote:
> 
> Series applied to net-next.

Thanks.

> 
> Next time, you should give an initial "[PATCH 00/nn] " posting
> describing overall at a high level what the series is doing.
> 
> That way I can use that information in the commit message of
> a merge commit for your series, and also have one posting I
> can reply to in order to give high level feedback or to simply
> say I applied everything.

Will do.

Thanks,
Michal

WARNING: multiple messages have this Message-ID (diff)
From: Michal Simek <michal.simek@xilinx.com>
To: David Miller <davem@davemloft.net>, <michal.simek@xilinx.com>
Cc: <netdev@vger.kernel.org>, <srikanth.thokala@xilinx.com>,
	<soren.brinkmann@xilinx.com>, <monstr@monstr.eu>,
	<John.Linn@xilinx.com>, <anirudh@xilinx.com>,
	<linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 01/12] net: axienet: Support for RGMII
Date: Wed, 6 May 2015 07:29:35 +0200	[thread overview]
Message-ID: <5549A6BF.1030205@xilinx.com> (raw)
In-Reply-To: <20150505.193520.1238479814165419495.davem@davemloft.net>

Hi David,

On 05/06/2015 01:35 AM, David Miller wrote:
> 
> Series applied to net-next.

Thanks.

> 
> Next time, you should give an initial "[PATCH 00/nn] " posting
> describing overall at a high level what the series is doing.
> 
> That way I can use that information in the commit message of
> a merge commit for your series, and also have one posting I
> can reply to in order to give high level feedback or to simply
> say I applied everything.

Will do.

Thanks,
Michal



  reply	other threads:[~2015-05-06  5:29 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-05  9:25 [PATCH 01/12] net: axienet: Support for RGMII Michal Simek
2015-05-05  9:25 ` Michal Simek
2015-05-05  9:25 ` [PATCH 02/12] net: axienet: Handle 0 packet receive gracefully Michal Simek
2015-05-05  9:25   ` Michal Simek
2015-05-05  9:58   ` Shubhrajyoti Datta
2015-05-05  9:58     ` Shubhrajyoti Datta
2015-05-05 13:57   ` Joe Perches
2015-05-05 13:57     ` Joe Perches
2015-05-05 18:49     ` Michal Simek
2015-05-05 18:49       ` Michal Simek
2015-05-05 18:53       ` Joe Perches
2015-05-05 18:53         ` Joe Perches
2015-05-05  9:25 ` [PATCH 03/12] net: axienet: Service completion interrupts ASAP Michal Simek
2015-05-05  9:25   ` Michal Simek
2015-05-05  9:25 ` [PATCH 04/12] net: axienet: Handle jumbo frames for lesser frame sizes Michal Simek
2015-05-05  9:25   ` Michal Simek
2015-05-05  9:25   ` Michal Simek
2015-05-05  9:25 ` [PATCH 05/12] net: axienet: Support phy-less mode of operation Michal Simek
2015-05-05  9:25   ` Michal Simek
2015-05-05  9:25   ` Michal Simek
2015-05-05  9:25 ` [PATCH 06/12] net: axienet: Removed coding style errors and warnings Michal Simek
2015-05-05  9:25   ` Michal Simek
2015-05-05  9:25   ` Michal Simek
2015-05-05  9:26 ` [PATCH 07/12] net: axienet: Fix comments blocks Michal Simek
2015-05-05  9:26   ` Michal Simek
2015-05-05  9:26   ` Michal Simek
2015-05-05  9:26 ` [PATCH 08/12] net: axienet: Use pdev instead of op Michal Simek
2015-05-05  9:26   ` Michal Simek
2015-05-05  9:26 ` [PATCH 09/12] net: axienet: Use devm_* calls Michal Simek
2015-05-05  9:26   ` Michal Simek
2015-05-05  9:26 ` [PATCH 10/12] net: axienet: Use of_property_* calls Michal Simek
2015-05-05  9:26   ` Michal Simek
2015-05-05  9:26 ` [PATCH 11/12] net: axienet: Removed _of_ prefix in probe and remove functions Michal Simek
2015-05-05  9:26   ` Michal Simek
2015-05-05  9:26 ` [PATCH 12/12] net: axienet: Fix kernel-doc warnings Michal Simek
2015-05-05  9:26   ` Michal Simek
2015-05-05 12:54 ` [PATCH 01/12] net: axienet: Support for RGMII John Linn
2015-05-05 14:59   ` David Miller
2015-05-06  4:32   ` Florian Fainelli
2015-05-05 23:35 ` David Miller
2015-05-05 23:35   ` David Miller
2015-05-06  5:29   ` Michal Simek [this message]
2015-05-06  5:29     ` Michal Simek

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=5549A6BF.1030205@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.