All of lore.kernel.org
 help / color / mirror / Atom feed
From: Murali Karicheri <m-karicheri2@ti.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, mugunthanvnm@ti.com,
	prabhakar.csengg@gmail.com, grygorii.strashko@ti.com,
	cj@linux.com, lokeshvutla@ti.com, mpa@pengutronix.de,
	galak@codeaurora.org, ijc+devicetree@hellion.org.uk,
	mark.rutland@arm.com, pawel.moll@arm.com, robh+dt@kernel.org
Subject: Re: [PATCH net-next 0/5] NetCP: Add support for version 1.5
Date: Mon, 23 Mar 2015 11:13:33 -0400	[thread overview]
Message-ID: <55102D9D.3080802@ti.com> (raw)
In-Reply-To: <20150320.220334.1613709882223685682.davem@davemloft.net>

On 03/20/2015 10:03 PM, David Miller wrote:
> From: Murali Karicheri<m-karicheri2@ti.com>
> Date: Fri, 20 Mar 2015 16:11:20 -0400
>
>> NetCP 1.5 is used in newer K2 SoCs from Texas Instruments
>> such as K2E, K2L etc. This patch series add support for Ethss
>> driver for this version of NetCP. While at it, fix couple of
>> bugs in the original driver.
>>
>> One of the earlier patch "net: netcp: select davinci_mdio driver
>> by default" is folded onto this series.
>>
>> Please review and let me know your comments.
>
> Series applied to net-next, thanks.
David,

Thanks for applying the series.

Regards,
-- 
Murali Karicheri
Linux Kernel, Texas Instruments

WARNING: multiple messages have this Message-ID (diff)
From: Murali Karicheri <m-karicheri2@ti.com>
To: David Miller <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<devicetree@vger.kernel.org>, <mugunthanvnm@ti.com>,
	<prabhakar.csengg@gmail.com>, <grygorii.strashko@ti.com>,
	<cj@linux.com>, <lokeshvutla@ti.com>, <mpa@pengutronix.de>,
	<galak@codeaurora.org>, <ijc+devicetree@hellion.org.uk>,
	<mark.rutland@arm.com>, <pawel.moll@arm.com>,
	<robh+dt@kernel.org>
Subject: Re: [PATCH net-next 0/5] NetCP: Add support for version 1.5
Date: Mon, 23 Mar 2015 11:13:33 -0400	[thread overview]
Message-ID: <55102D9D.3080802@ti.com> (raw)
In-Reply-To: <20150320.220334.1613709882223685682.davem@davemloft.net>

On 03/20/2015 10:03 PM, David Miller wrote:
> From: Murali Karicheri<m-karicheri2@ti.com>
> Date: Fri, 20 Mar 2015 16:11:20 -0400
>
>> NetCP 1.5 is used in newer K2 SoCs from Texas Instruments
>> such as K2E, K2L etc. This patch series add support for Ethss
>> driver for this version of NetCP. While at it, fix couple of
>> bugs in the original driver.
>>
>> One of the earlier patch "net: netcp: select davinci_mdio driver
>> by default" is folded onto this series.
>>
>> Please review and let me know your comments.
>
> Series applied to net-next, thanks.
David,

Thanks for applying the series.

Regards,
-- 
Murali Karicheri
Linux Kernel, Texas Instruments

  reply	other threads:[~2015-03-23 15:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-20 20:11 [PATCH net-next 0/5] NetCP: Add support for version 1.5 Murali Karicheri
2015-03-20 20:11 ` Murali Karicheri
2015-03-20 20:11 ` Murali Karicheri
2015-03-20 20:11 ` [PATCH net-next 1/5] net: netcp: fix forward port number usage for 10G ethss Murali Karicheri
2015-03-20 20:11   ` Murali Karicheri
2015-03-20 20:11 ` [PATCH net-next 2/5] net: netcp: use separate reg region for individual ethss modules Murali Karicheri
2015-03-20 20:11   ` Murali Karicheri
2015-03-20 20:11 ` [PATCH net-next 3/5] net: netcp: select davinci_mdio driver by default Murali Karicheri
2015-03-20 20:11   ` Murali Karicheri
2015-03-20 20:11 ` [PATCH net-next 4/5] net: netcp: enclose macros in parentheses Murali Karicheri
2015-03-20 20:11   ` Murali Karicheri
2015-03-20 20:11 ` [PATCH net-next 5/5] net: netcp: ethss: enhancement to support NetCP 1.5 ethss Murali Karicheri
2015-03-20 20:11   ` Murali Karicheri
2015-03-21  2:03 ` [PATCH net-next 0/5] NetCP: Add support for version 1.5 David Miller
2015-03-23 15:13   ` Murali Karicheri [this message]
2015-03-23 15:13     ` Murali Karicheri

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=55102D9D.3080802@ti.com \
    --to=m-karicheri2@ti.com \
    --cc=cj@linux.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=grygorii.strashko@ti.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lokeshvutla@ti.com \
    --cc=mark.rutland@arm.com \
    --cc=mpa@pengutronix.de \
    --cc=mugunthanvnm@ti.com \
    --cc=netdev@vger.kernel.org \
    --cc=pawel.moll@arm.com \
    --cc=prabhakar.csengg@gmail.com \
    --cc=robh+dt@kernel.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.