All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140214093254.GN31787@pengutronix.de>

diff --git a/a/1.txt b/N1/1.txt
index 81980a8..cd1a67d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 Hi,
 
-On Thu, Feb 13, 2014 at 08:44:31PM +0100, Uwe Kleine-König wrote:
+On Thu, Feb 13, 2014 at 08:44:31PM +0100, Uwe Kleine-K?nig wrote:
 > On Wed, Dec 18, 2013 at 05:47:19PM +0100, Markus Pargmann wrote:
 > > This driver extracts the hardware macid from the control module of
 > > am335x processors. It exports a function cpsw_ctrl_macid_read for cpsw
@@ -45,7 +45,7 @@ Sounds better, will fix.
 > > +
 > > +Examples:
 > > +
-> > +	cpsw_ctrl_macid: cpsw-ctrl-macid@44e10630 {
+> > +	cpsw_ctrl_macid: cpsw-ctrl-macid at 44e10630 {
 > > +		compatible = "ti,am3352-cpsw-ctrl-macid";
 > > +		#ti,mac-address-ctrl-cells = <1>;
 > > +		reg = <0x44e10630 0x16>;
@@ -59,11 +59,11 @@ Thanks, that's a bug, obviously we only have 4, not 5.5 registers.
 > > +
 > > +Used in cpsw slave nodes like this:
 > > +
-> > +	cpsw_emac0: slave@4a100200 {
+> > +	cpsw_emac0: slave at 4a100200 {
 > > +		ti,mac-address-ctrl = <&cpsw_ctrl_macid 0>;
 > > +	};
 > > +
-> > +	cpsw_emac1: slave@4a100300 {
+> > +	cpsw_emac1: slave at 4a100300 {
 > > +		ti,mac-address-ctrl = <&cpsw_ctrl_macid 1>;
 > > +	};
 > > diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig
@@ -113,7 +113,3 @@ Pengutronix e.K.                           |                             |
 Industrial Linux Solutions                 | http://www.pengutronix.de/  |
 Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
 Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
---
-To unsubscribe from this list: send the line "unsubscribe linux-omap" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index a655c39..3494b40 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,15 @@
  "ref\01387385242-1161-1-git-send-email-mpa@pengutronix.de\0"
  "ref\01387385242-1161-4-git-send-email-mpa@pengutronix.de\0"
  "ref\020140213194431.GF17650@pengutronix.de\0"
- "From\0Markus Pargmann <mpa@pengutronix.de>\0"
- "Subject\0Re: [PATCH 3/6] net: cpsw: Add control-module macid driver\0"
+ "From\0mpa@pengutronix.de (Markus Pargmann)\0"
+ "Subject\0[PATCH 3/6] net: cpsw: Add control-module macid driver\0"
  "Date\0Fri, 14 Feb 2014 10:32:54 +0100\0"
- "To\0Uwe Kleine-K\303\266nig <u.kleine-koenig@pengutronix.de>\0"
- "Cc\0David S. Miller <davem@davemloft.net>"
- " Beno\303\256t Cousson <bcousson@baylibre.com>"
-  linux-omap@vger.kernel.org
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " kernel@pengutronix.de\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
  "\n"
- "On Thu, Feb 13, 2014 at 08:44:31PM +0100, Uwe Kleine-K\303\266nig wrote:\n"
+ "On Thu, Feb 13, 2014 at 08:44:31PM +0100, Uwe Kleine-K?nig wrote:\n"
  "> On Wed, Dec 18, 2013 at 05:47:19PM +0100, Markus Pargmann wrote:\n"
  "> > This driver extracts the hardware macid from the control module of\n"
  "> > am335x processors. It exports a function cpsw_ctrl_macid_read for cpsw\n"
@@ -60,7 +54,7 @@
  "> > +\n"
  "> > +Examples:\n"
  "> > +\n"
- "> > +\tcpsw_ctrl_macid: cpsw-ctrl-macid@44e10630 {\n"
+ "> > +\tcpsw_ctrl_macid: cpsw-ctrl-macid at 44e10630 {\n"
  "> > +\t\tcompatible = \"ti,am3352-cpsw-ctrl-macid\";\n"
  "> > +\t\t#ti,mac-address-ctrl-cells = <1>;\n"
  "> > +\t\treg = <0x44e10630 0x16>;\n"
@@ -74,11 +68,11 @@
  "> > +\n"
  "> > +Used in cpsw slave nodes like this:\n"
  "> > +\n"
- "> > +\tcpsw_emac0: slave@4a100200 {\n"
+ "> > +\tcpsw_emac0: slave at 4a100200 {\n"
  "> > +\t\tti,mac-address-ctrl = <&cpsw_ctrl_macid 0>;\n"
  "> > +\t};\n"
  "> > +\n"
- "> > +\tcpsw_emac1: slave@4a100300 {\n"
+ "> > +\tcpsw_emac1: slave at 4a100300 {\n"
  "> > +\t\tti,mac-address-ctrl = <&cpsw_ctrl_macid 1>;\n"
  "> > +\t};\n"
  "> > diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig\n"
@@ -127,10 +121,6 @@
  "Pengutronix e.K.                           |                             |\n"
  "Industrial Linux Solutions                 | http://www.pengutronix.de/  |\n"
  "Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |\n"
- "Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
 
-e3d58a4b7dda3d842459500654e15a797bb41a584fc17f7d3fe607a3af31741d
+ff99c35f3ac4daeda32eef3e15cb027964cad50bda9c377d8d4ef6212dcd2d29

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.