All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v6 0/7] net: cpsw: Support for am335x chip MACIDs
@ 2014-09-29  6:53 ` Markus Pargmann
  0 siblings, 0 replies; 22+ messages in thread
From: Markus Pargmann @ 2014-09-29  6:53 UTC (permalink / raw)
  To: David S. Miller
  Cc: Benoît Cousson, Tony Lindgren, Wolfram Sang, Steven Rostedt,
	Mugunthan V N, linux-omap, devicetree, linux-arm-kernel, netdev,
	kernel, Markus Pargmann

Hi,

Another resend of this series to add the netdev list.

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.

Best regards,

Markus


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                 | 45 ++++++++++++++++++++++++--
 drivers/net/ethernet/ti/cpsw.h                 |  1 +
 5 files changed, 57 insertions(+), 3 deletions(-)

-- 
2.1.0


^ permalink raw reply	[flat|nested] 22+ messages in thread
* [PATCH RESEND v6 0/7] DT doc: net: cpsw mac-address is optional
@ 2014-09-28 16:59 Markus Pargmann
  2014-09-28 16:59   ` Markus Pargmann
  0 siblings, 1 reply; 22+ messages in thread
From: Markus Pargmann @ 2014-09-28 16:59 UTC (permalink / raw)
  To: David S. Miller
  Cc: Benoît Cousson, Tony Lindgren, Wolfram Sang, Steven Rostedt,
	Mugunthan V N, linux-omap, devicetree, linux-arm-kernel, kernel,
	Markus Pargmann

Hi,

This is a resend of v6 of this series. I added the Acked-by of Tony Lindgren
for patch 5/7. There are no other changes.

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.

Best regards,

Markus


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                 | 45 ++++++++++++++++++++++++--
 drivers/net/ethernet/ti/cpsw.h                 |  1 +
 5 files changed, 57 insertions(+), 3 deletions(-)

-- 
2.1.0


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2014-09-30  5:31 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-29  6:53 [PATCH RESEND v6 0/7] net: cpsw: Support for am335x chip MACIDs Markus Pargmann
2014-09-29  6:53 ` Markus Pargmann
2014-09-29  6:53 ` [PATCH RESEND v6 1/7] DT doc: net: cpsw mac-address is optional Markus Pargmann
2014-09-29  6:53   ` Markus Pargmann
2014-09-29  6:53 ` [PATCH RESEND v6 2/7] net: cpsw: Add missing return value Markus Pargmann
2014-09-29  6:53   ` Markus Pargmann
2014-09-29  6:53 ` [PATCH RESEND v6 3/7] net: cpsw: header, Add missing include Markus Pargmann
2014-09-29  6:53   ` Markus Pargmann
2014-09-29  6:53 ` [PATCH RESEND v6 4/7] net: cpsw: Replace pr_err by dev_err Markus Pargmann
2014-09-29  6:53   ` Markus Pargmann
     [not found] ` <1411973599-18908-1-git-send-email-mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-09-29  6:53   ` [PATCH RESEND v6 5/7] net: cpsw: Add am33xx MACID readout Markus Pargmann
2014-09-29  6:53     ` Markus Pargmann
2014-09-29  6:53 ` [PATCH RESEND v6 6/7] am33xx: define syscon control module device node Markus Pargmann
2014-09-29  6:53   ` Markus Pargmann
2014-09-29  6:53 ` [PATCH RESEND v6 7/7] arm: dts: am33xx, Add syscon phandle to cpsw node Markus Pargmann
2014-09-29  6:53   ` Markus Pargmann
2014-09-29  8:51 ` [PATCH RESEND v6 0/7] net: cpsw: Support for am335x chip MACIDs Mugunthan V N
2014-09-29  8:51   ` Mugunthan V N
2014-09-30  5:31 ` David Miller
2014-09-30  5:31   ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2014-09-28 16:59 [PATCH RESEND v6 0/7] DT doc: net: cpsw mac-address is optional Markus Pargmann
2014-09-28 16:59 ` [PATCH RESEND v6 5/7] net: cpsw: Add am33xx MACID readout Markus Pargmann
2014-09-28 16:59   ` Markus Pargmann

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.