From: Kweh Hock Leong <hock.leong.kweh@intel.com>
To: "David S. Miller" <davem@davemloft.net>,
Giuseppe Cavallaro <peppe.cavallaro@st.com>,
rayagond@vayavyalabs.com
Cc: Vince Bridgers <vbridgers2013@gmail.com>,
Srinivas Kandagatla <srinivas.kandagatla@st.com>,
Chen-Yu Tsai <wens@csie.org>,
netdev@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
Ong Boon Leong <boon.leong.ong@intel.com>,
Kweh Hock Leong <hock.leong.kweh@intel.com>
Subject: [PATCH v2 0/4] net: stmmac: Enable Intel Quark SoC X1000 Ethernet support
Date: Thu, 11 Sep 2014 16:38:36 +0800 [thread overview]
Message-ID: <cover.1410416223.git.hock.leong.kweh@intel.com> (raw)
From: "Kweh, Hock Leong" <hock.leong.kweh@intel.com>
Hi,
Intel Quark X1000 SoC has 2 Ethernet controllers integrated on chip and they are
PCI devices. We adopted the stmmac_pci driver and added on code to support Intel
Quark SoC X1000 by creating the patchset below. The patchset has been built and
tested on Galileo board and found to be working as expected.
We believe that the changes are transparent to other non Intel Quark platform.
Please help to review the code change and feedback if there is any concern.
Thank you very much.
---
changelog v2:
[PATCH 1/4]
* fix indentation to align with the 1st column of openning parenthesis
* replace the static variable instance_id by using pci bus & devfn number
[PATCH 2/4]
* replace the static variable instance_id by using pci bus & devfn number
[PATCH 3/4]
* replace the static variable instance_id by using pci bus & devfn number
Kweh, Hock Leong (4):
net: stmmac: enhance to support multiple device instances
net: stmmac: better code manageability with platform data struct
net: stmmac: add support for Intel Quark X1000
net: stmmac: add MSI support for Intel Quark X1000
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c | 194 +++++++++++++++++++---
1 file changed, 171 insertions(+), 23 deletions(-)
--
1.7.9.5
next reply other threads:[~2014-09-11 8:38 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-11 8:38 Kweh Hock Leong [this message]
2014-09-11 8:38 ` [PATCH v2 1/4] net: stmmac: enhance to support multiple device instances Kweh Hock Leong
2014-09-11 8:38 ` [PATCH v2 2/4] net: stmmac: better code manageability with platform data struct Kweh Hock Leong
2014-09-11 8:38 ` [PATCH v2 3/4] net: stmmac: add support for Intel Quark X1000 Kweh Hock Leong
2014-09-12 22:14 ` David Miller
2014-09-15 12:42 ` Kweh, Hock Leong
2014-09-16 19:00 ` David Miller
2014-09-17 2:41 ` Kweh, Hock Leong
2014-09-17 4:55 ` David Miller
2014-09-17 9:11 ` Kweh, Hock Leong
2014-09-17 15:57 ` David Miller
2014-09-11 8:38 ` [PATCH v2 4/4] net: stmmac: add MSI " Kweh Hock Leong
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=cover.1410416223.git.hock.leong.kweh@intel.com \
--to=hock.leong.kweh@intel.com \
--cc=boon.leong.ong@intel.com \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=peppe.cavallaro@st.com \
--cc=rayagond@vayavyalabs.com \
--cc=srinivas.kandagatla@st.com \
--cc=vbridgers2013@gmail.com \
--cc=wens@csie.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).