From: Tomer Maimon <tmaimon77@gmail.com>
To: openbmc@lists.ozlabs.org
Cc: Joel Stanley <joel@jms.id.au>, Tomer Maimon <tmaimon77@gmail.com>
Subject: [PATCH linux dev-4.13 v1 0/2] net: npcm: add NPCM7xx EMC
Date: Thu, 4 Jan 2018 12:34:04 +0200 [thread overview]
Message-ID: <1515062046-11944-1-git-send-email-tmaimon77@gmail.com> (raw)
This patch set adds Ethernet MAC controller support for the
Nuvoton NPCM7xx Baseboard Management Controller (BMC).
The NPCM750x contain two Ethernet MAC Controllers (10/100)
for WAN/LAN applications
Tomer Maimon (2):
dt-binding: net: document NPCM7xx EMC DT bindings
net: npcm: add NPCM7xx Ethernet MAC controller
.../bindings/net/nuvoton,npcm7xx-emc.txt | 24 +
drivers/net/ethernet/nuvoton/Kconfig | 23 +-
drivers/net/ethernet/nuvoton/Makefile | 2 +
drivers/net/ethernet/nuvoton/npcm7xx_emc.c | 2248 ++++++++++++++++++++
4 files changed, 2296 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/net/nuvoton,npcm7xx-emc.txt
create mode 100644 drivers/net/ethernet/nuvoton/npcm7xx_emc.c
--
2.14.1
next reply other threads:[~2018-01-04 10:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-04 10:34 Tomer Maimon [this message]
2018-01-04 10:34 ` [PATCH linux dev-4.13 v1 1/2] dt-binding: net: document NPCM7xx EMC DT bindings Tomer Maimon
2018-01-04 10:34 ` [PATCH linux dev-4.13 v1 2/2] net: npcm: add NPCM7xx Ethernet MAC controller Tomer Maimon
2018-01-11 23:11 ` Joel Stanley
2018-01-12 3:49 ` Benjamin Herrenschmidt
2018-01-25 14:19 ` Avi Fishman
2018-01-25 23:21 ` Benjamin Herrenschmidt
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=1515062046-11944-1-git-send-email-tmaimon77@gmail.com \
--to=tmaimon77@gmail.com \
--cc=joel@jms.id.au \
--cc=openbmc@lists.ozlabs.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.