All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180315135647.48456-1-npcomplete13@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 0dfc0b5..7cd980d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -14,7 +14,7 @@ On Northstar, the usb3 phy is connected at address 0x10 on the
 internal mdio bus. This change moves the usb3_phy node and makes
 it a child node of internal mdio bus.
 
-Thanks to Rafa? Mi?ecki's commit af850e14a7ae
+Thanks to Rafał Miłecki's commit af850e14a7ae
 ("phy: bcm-ns-usb3: add MDIO driver using proper bus layer") the
 same usb3 platform driver can now act as usb3 phy mdio driver.
 
@@ -59,7 +59,7 @@ index 9a076c409f4e..7ba6533f7615 100644
 -		#phy-cells = <0>;
 -	};
 -
- 	axi at 18000000 {
+ 	axi@18000000 {
  		compatible = "brcm,bus-axi";
  		reg = <0x18000000 0x1000>;
 @@ -359,7 +352,32 @@
@@ -77,12 +77,12 @@ index 9a076c409f4e..7ba6533f7615 100644
 +		reg = <0x18003000 0x4>;
 +		mux-mask = <0x200>;
 +
-+		mdio_int: mdio at 0 {
++		mdio_int: mdio@0 {
 +			reg = <0x0>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +
-+			usb3_phy: usb3-phy at 10 {
++			usb3_phy: usb3-phy@10 {
 +				compatible = "brcm,ns-ax-usb3-phy";
 +				reg = <0x10>;
 +				usb3-dmp-syscon = <&usb3_dmp>;
@@ -91,10 +91,10 @@ index 9a076c409f4e..7ba6533f7615 100644
 +		};
 +	};
 +
-+	usb3_dmp: syscon at 18105000 {
++	usb3_dmp: syscon@18105000 {
 +		reg = <0x18105000 0x1000>;
  	};
  
- 	i2c0: i2c at 18009000 {
+ 	i2c0: i2c@18009000 {
 -- 
 2.11.0
diff --git a/a/content_digest b/N1/content_digest
index f872813..bbe4035 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,18 @@
- "From\0npcomplete13@gmail.com (Vivek Unune)\0"
+ "From\0Vivek Unune <npcomplete13@gmail.com>\0"
  "Subject\0[PATCH] ARM: dts: BCM5301X:Make usb3 phy use mdio phy driver\0"
  "Date\0Thu, 15 Mar 2018 09:56:47 -0400\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0florian.fainelli@broadcom.com"
+  hauke@hauke-m.de
+  zajec5@gmail.com
+  jonmason@broadcom.com
+  bcm-kernel-feedback-list@broadcom.com
+  robh+dt@kernel.org
+  mark.rutland@arm.com
+ " linux@armlinux.org.uk\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+  devicetree@vger.kernel.org
+  linux-kernel@vger.kernel.org
+ " Vivek Unune <npcomplete13@gmail.com>\0"
  "\00:1\0"
  "b\0"
  "Currently, usb3 phy in bcm5301x.dtsi uses platform driver which\n"
@@ -20,7 +31,7 @@
  "internal mdio bus. This change moves the usb3_phy node and makes\n"
  "it a child node of internal mdio bus.\n"
  "\n"
- "Thanks to Rafa? Mi?ecki's commit af850e14a7ae\n"
+ "Thanks to Rafa\305\202 Mi\305\202ecki's commit af850e14a7ae\n"
  "(\"phy: bcm-ns-usb3: add MDIO driver using proper bus layer\") the\n"
  "same usb3 platform driver can now act as usb3 phy mdio driver.\n"
  "\n"
@@ -65,7 +76,7 @@
  "-\t\t#phy-cells = <0>;\n"
  "-\t};\n"
  "-\n"
- " \taxi at 18000000 {\n"
+ " \taxi@18000000 {\n"
  " \t\tcompatible = \"brcm,bus-axi\";\n"
  " \t\treg = <0x18000000 0x1000>;\n"
  "@@ -359,7 +352,32 @@\n"
@@ -83,12 +94,12 @@
  "+\t\treg = <0x18003000 0x4>;\n"
  "+\t\tmux-mask = <0x200>;\n"
  "+\n"
- "+\t\tmdio_int: mdio at 0 {\n"
+ "+\t\tmdio_int: mdio@0 {\n"
  "+\t\t\treg = <0x0>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\n"
- "+\t\t\tusb3_phy: usb3-phy at 10 {\n"
+ "+\t\t\tusb3_phy: usb3-phy@10 {\n"
  "+\t\t\t\tcompatible = \"brcm,ns-ax-usb3-phy\";\n"
  "+\t\t\t\treg = <0x10>;\n"
  "+\t\t\t\tusb3-dmp-syscon = <&usb3_dmp>;\n"
@@ -97,12 +108,12 @@
  "+\t\t};\n"
  "+\t};\n"
  "+\n"
- "+\tusb3_dmp: syscon at 18105000 {\n"
+ "+\tusb3_dmp: syscon@18105000 {\n"
  "+\t\treg = <0x18105000 0x1000>;\n"
  " \t};\n"
  " \n"
- " \ti2c0: i2c at 18009000 {\n"
+ " \ti2c0: i2c@18009000 {\n"
  "-- \n"
  2.11.0
 
-9f00948f9124bbe1819705e1c37794b44b67f8a381d49dfe0b28fdaf5fc1ff62
+f7c4341fcce83dd91b35acad2cbd56bfccd45da20d657463b356a258f382d1d1

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.