From: mpa@pengutronix.de (Markus Pargmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 0/7] net: cpsw: Support for am335x chip MACIDs
Date: Mon, 25 Aug 2014 08:23:41 +0200 [thread overview]
Message-ID: <1408947828-22316-1-git-send-email-mpa@pengutronix.de> (raw)
This series adds support to the cpsw driver to read the MACIDs of the am335x
chip and use them as fallback. These addresses are only used if there are no
mac addresses in the devicetree, for example set by a bootloader.
v5 contains just a small style fix in patch 5.
Best regards,
Markus Pargmann
Markus Pargmann (7):
DT doc: net: cpsw mac-address is optional
net: cpsw: Add missing return value
net: cpsw: header, Add missing include
net: cpsw: Replace pr_err by dev_err
net: cpsw: Add am33xx MACID readout
am33xx: define syscon control module device node
arm: dts: am33xx, Add syscon phandle to cpsw node
Documentation/devicetree/bindings/net/cpsw.txt | 6 +++-
arch/arm/boot/dts/am33xx.dtsi | 6 ++++
drivers/net/ethernet/ti/Kconfig | 2 ++
drivers/net/ethernet/ti/cpsw.c | 46 ++++++++++++++++++++++++--
drivers/net/ethernet/ti/cpsw.h | 1 +
5 files changed, 58 insertions(+), 3 deletions(-)
--
2.1.0.rc1
next reply other threads:[~2014-08-25 6:23 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-25 6:23 Markus Pargmann [this message]
2014-08-25 6:23 ` [PATCH v5 1/7] DT doc: net: cpsw mac-address is optional Markus Pargmann
2014-08-25 6:23 ` [PATCH v5 2/7] net: cpsw: Add missing return value Markus Pargmann
2014-08-25 6:23 ` [PATCH v5 3/7] net: cpsw: header, Add missing include Markus Pargmann
2014-08-25 6:23 ` [PATCH v5 4/7] net: cpsw: Replace pr_err by dev_err Markus Pargmann
2014-08-25 6:23 ` [PATCH v5 5/7] net: cpsw: Add am33xx MACID readout Markus Pargmann
2014-08-25 16:01 ` Tony Lindgren
2014-08-26 5:55 ` Markus Pargmann
2014-08-25 6:23 ` [PATCH v5 6/7] am33xx: define syscon control module device node Markus Pargmann
2014-08-25 16:01 ` Tony Lindgren
2014-08-25 6:23 ` [PATCH v5 7/7] arm: dts: am33xx, Add syscon phandle to cpsw node Markus Pargmann
2014-08-25 16:02 ` Tony Lindgren
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=1408947828-22316-1-git-send-email-mpa@pengutronix.de \
--to=mpa@pengutronix.de \
--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 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).