All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180922144103.479b64f6@jawa>

diff --git a/a/1.txt b/N1/1.txt
index ceab81d..e2deb95 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -34,7 +34,7 @@ Thanks for review,
 > > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 > > +/*
 > > + * Copyright 2018
-> > + * Lukasz Majewski, DENX Software Engineering, lukma at denx.de
+> > + * Lukasz Majewski, DENX Software Engineering, lukma@denx.de
 > > + */
 > > +
 > > +/dts-v1/;
@@ -48,7 +48,7 @@ Thanks for review,
 > > +		bootargs = "console=ttyLP1,115200";
 > > +	};
 > > +
-> > +	memory at 80000000 {
+> > +	memory@80000000 {
 > > +		reg = <0x80000000 0x8000000>;
 > > +	};
 > > +
@@ -105,7 +105,7 @@ Ok.
 
 > 
 > > +
-> > +		reg_3p3v: regulator at 0 {
+> > +		reg_3p3v: regulator@0 {
 > > +			compatible = "regulator-fixed";
 > > +			reg = <0>;
 > > +			regulator-name = "3P3V";
@@ -114,7 +114,7 @@ Ok.
 > > +			regulator-always-on;
 > > +		};
 > > +
-> > +		reg_vcc_3v3_mcu: regulator at 1 {
+> > +		reg_vcc_3v3_mcu: regulator@1 {
 > > +			compatible = "regulator-fixed";
 > > +			reg = <1>;
 > > +			regulator-name = "vcc_3v3_mcu";
@@ -157,7 +157,7 @@ Ok.
 > > +	bus-num = <0>;
 > > +	status = "okay";
 > > +
-> > +	spidev0 at 0 {
+> > +	spidev0@0 {
 > > +		compatible = "fsl,vf610-dspi";  
 > 
 > I don't think this is right. A subnode of the dspi controller should
@@ -167,7 +167,7 @@ Ok.
 The dspi IP block provides SPI communication with variety of devices
 (connected via external cable).
 
->From SW point of view, the spidev driver is used. User space program(s)
+From SW point of view, the spidev driver is used. User space program(s)
 via the /dev/spidevX.Y device communicate with connected HW.
 
 I would need "just" to add:
@@ -193,7 +193,7 @@ end very board specific.
 > > +	bus-num = <3>;
 > > +	status = "okay";
 > > +
-> > +	spidev3 at 0 {
+> > +	spidev3@0 {
 > > +		compatible = "fsl,vf610-dspi";  
 > 
 > Same here...
@@ -230,7 +230,7 @@ end very board specific.
 > > +	mdio {
 > > +		#address-cells = <1>;
 > > +		#size-cells = <0>;
-> > +		ethphy0: ethernet-phy at 1 {
+> > +		ethphy0: ethernet-phy@1 {
 > > +			reg = <1>;
 > > +			clocks = <&clks VF610_CLK_ENET_50M>;
 > > +			clock-names = "rmii-ref";
@@ -248,7 +248,7 @@ end very board specific.
 > > +	mdio {
 > > +		#address-cells = <1>;
 > > +		#size-cells = <0>;
-> > +		ethphy1: ethernet-phy at 1 {
+> > +		ethphy1: ethernet-phy@1 {
 > > +			reg = <1>;
 > > +			clocks = <&clks VF610_CLK_ENET_50M>;
 > > +			clock-names = "rmii-ref";
@@ -262,12 +262,12 @@ end very board specific.
 > > +	pinctrl-0 = <&pinctrl_i2c2>;
 > > +	status = "okay";
 > > +
-> > +	eeprom: eeprom at 50 {
+> > +	eeprom: eeprom@50 {
 > > +		compatible = "at24,24c256";
 > > +		reg = <0x50>;
 > > +	};
 > > +
-> > +	rtc: rtc at 68 {
+> > +	rtc: rtc@68 {
 > > +		compatible = "stm,rv4162";
 > > +		reg = <0x68>;
 > > +	};
@@ -628,7 +628,7 @@ Yes, I'm aware of that.
 > > +	pinctrl-0 = <&pinctrl_nfc>;
 > > +	status = "okay";
 > > +
-> > +	nand at 0 {
+> > +	nand@0 {
 > > +		compatible = "fsl,vf610-nfc-nandcs";
 > > +		reg = <0>;
 > > +		#address-cells = <1>;
@@ -696,7 +696,7 @@ Yes, I'm aware of that.
 > > +	pinctrl-0 = <&pinctrl_qspi0>;
 > > +	status = "okay";
 > > +
-> > +	flash0: n25q128a13 at 0 {
+> > +	flash0: n25q128a13@0 {
 > > +		compatible = "n25q128a13", "jedec,spi-nor";
 > > +		#address-cells = <1>;
 > > +		#size-cells = <1>;
@@ -705,7 +705,7 @@ Yes, I'm aware of that.
 > > +		reg = <0>;
 > > +	};
 > > +
-> > +	flash1: n25q128a13 at 1 {
+> > +	flash1: n25q128a13@1 {
 > > +		compatible = "n25q128a13", "jedec,spi-nor";
 > > +		#address-cells = <1>;
 > > +		#size-cells = <1>;
@@ -726,11 +726,4 @@ Lukasz Majewski
 
 DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
 HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
-Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
--------------- next part --------------
-A non-text attachment was scrubbed...
-Name: not available
-Type: application/pgp-signature
-Size: 488 bytes
-Desc: OpenPGP digital signature
-URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180922/2ed20cd9/attachment-0001.sig>
+Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
diff --git a/N1/2.bin b/N1/2.bin
new file mode 100644
index 0000000..cdd9cf6
--- /dev/null
+++ b/N1/2.bin
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAEBCAAdFiEEgAyFJ+N6uu6+XupJAR8vZIA0zr0FAlumOF8ACgkQAR8vZIA0
+zr2bTAf5ARjIKc9zWwTXxZJ4VM/vZQ2oLtvfA+QPlA3/gkwvlNXITkNGz1sLugde
+E1q1egLt4HkOb5KDCWNmuqN9LFPcMY/dvu9riLd2sahZBlf8fknd7EQN4ZUp5nWs
+RaL9t+bH15mOX7qeiZ1xNRtDUMqGjnrDLO+jRaiyr7BuoEj1NMrE1JwenQyGH6Ee
+TpUmjNbg4p0EnYm46ghimC5hsPjxuFKy/epulYWtpJa3fPc96RHrYV/nW84boLVH
+Yn3WB2pAyXLSMJmLIZzC1nIGU/0u3VuyP9fYdKqABQc8OtL3am/OzV0xNwaftmlj
+a5KGrCMOii+tG/ZzJ7BHGqBRnamh+g==
+=Cn1L
+-----END PGP SIGNATURE-----
diff --git a/N1/2.hdr b/N1/2.hdr
new file mode 100644
index 0000000..d21864c
--- /dev/null
+++ b/N1/2.hdr
@@ -0,0 +1,2 @@
+Content-Type: application/pgp-signature
+Content-Description: OpenPGP digital signature
diff --git a/a/content_digest b/N1/content_digest
index 8f697f4..e2e0936 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,20 @@
  "ref\020180921152726.31742-1-lukma@denx.de\0"
  "ref\06208c70880286ec061f02f1ce679dcdc@agner.ch\0"
- "From\0lukma@denx.de (Lukasz Majewski)\0"
- "Subject\0[PATCH] ARM: dts: Add support for Liebherr's BK4 device (vf610 based)\0"
+ "From\0Lukasz Majewski <lukma@denx.de>\0"
+ "Subject\0Re: [PATCH] ARM: dts: Add support for Liebherr's BK4 device (vf610 based)\0"
  "Date\0Sat, 22 Sep 2018 14:41:03 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
- "\00:1\0"
+ "To\0Stefan Agner <stefan@agner.ch>\0"
+ "Cc\0Shawn Guo <shawnguo@kernel.org>"
+  Rob Herring <robh+dt@kernel.org>
+  Mark Rutland <mark.rutland@arm.com>
+  Sascha Hauer <s.hauer@pengutronix.de>
+  devicetree@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  Pengutronix Kernel Team <kernel@pengutronix.de>
+  Fabio Estevam <festevam@gmail.com>
+ " Fabio Estevam <fabio.estevam@nxp.com>\0"
+ "\01:1\0"
  "b\0"
  "Hi Stefan,\n"
  "\n"
@@ -42,7 +52,7 @@
  "> > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)\n"
  "> > +/*\n"
  "> > + * Copyright 2018\n"
- "> > + * Lukasz Majewski, DENX Software Engineering, lukma at denx.de\n"
+ "> > + * Lukasz Majewski, DENX Software Engineering, lukma@denx.de\n"
  "> > + */\n"
  "> > +\n"
  "> > +/dts-v1/;\n"
@@ -56,7 +66,7 @@
  "> > +\t\tbootargs = \"console=ttyLP1,115200\";\n"
  "> > +\t};\n"
  "> > +\n"
- "> > +\tmemory at 80000000 {\n"
+ "> > +\tmemory@80000000 {\n"
  "> > +\t\treg = <0x80000000 0x8000000>;\n"
  "> > +\t};\n"
  "> > +\n"
@@ -113,7 +123,7 @@
  "\n"
  "> \n"
  "> > +\n"
- "> > +\t\treg_3p3v: regulator at 0 {\n"
+ "> > +\t\treg_3p3v: regulator@0 {\n"
  "> > +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> > +\t\t\treg = <0>;\n"
  "> > +\t\t\tregulator-name = \"3P3V\";\n"
@@ -122,7 +132,7 @@
  "> > +\t\t\tregulator-always-on;\n"
  "> > +\t\t};\n"
  "> > +\n"
- "> > +\t\treg_vcc_3v3_mcu: regulator at 1 {\n"
+ "> > +\t\treg_vcc_3v3_mcu: regulator@1 {\n"
  "> > +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> > +\t\t\treg = <1>;\n"
  "> > +\t\t\tregulator-name = \"vcc_3v3_mcu\";\n"
@@ -165,7 +175,7 @@
  "> > +\tbus-num = <0>;\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tspidev0 at 0 {\n"
+ "> > +\tspidev0@0 {\n"
  "> > +\t\tcompatible = \"fsl,vf610-dspi\";  \n"
  "> \n"
  "> I don't think this is right. A subnode of the dspi controller should\n"
@@ -175,7 +185,7 @@
  "The dspi IP block provides SPI communication with variety of devices\n"
  "(connected via external cable).\n"
  "\n"
- ">From SW point of view, the spidev driver is used. User space program(s)\n"
+ "From SW point of view, the spidev driver is used. User space program(s)\n"
  "via the /dev/spidevX.Y device communicate with connected HW.\n"
  "\n"
  "I would need \"just\" to add:\n"
@@ -201,7 +211,7 @@
  "> > +\tbus-num = <3>;\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tspidev3 at 0 {\n"
+ "> > +\tspidev3@0 {\n"
  "> > +\t\tcompatible = \"fsl,vf610-dspi\";  \n"
  "> \n"
  "> Same here...\n"
@@ -238,7 +248,7 @@
  "> > +\tmdio {\n"
  "> > +\t\t#address-cells = <1>;\n"
  "> > +\t\t#size-cells = <0>;\n"
- "> > +\t\tethphy0: ethernet-phy at 1 {\n"
+ "> > +\t\tethphy0: ethernet-phy@1 {\n"
  "> > +\t\t\treg = <1>;\n"
  "> > +\t\t\tclocks = <&clks VF610_CLK_ENET_50M>;\n"
  "> > +\t\t\tclock-names = \"rmii-ref\";\n"
@@ -256,7 +266,7 @@
  "> > +\tmdio {\n"
  "> > +\t\t#address-cells = <1>;\n"
  "> > +\t\t#size-cells = <0>;\n"
- "> > +\t\tethphy1: ethernet-phy at 1 {\n"
+ "> > +\t\tethphy1: ethernet-phy@1 {\n"
  "> > +\t\t\treg = <1>;\n"
  "> > +\t\t\tclocks = <&clks VF610_CLK_ENET_50M>;\n"
  "> > +\t\t\tclock-names = \"rmii-ref\";\n"
@@ -270,12 +280,12 @@
  "> > +\tpinctrl-0 = <&pinctrl_i2c2>;\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\teeprom: eeprom at 50 {\n"
+ "> > +\teeprom: eeprom@50 {\n"
  "> > +\t\tcompatible = \"at24,24c256\";\n"
  "> > +\t\treg = <0x50>;\n"
  "> > +\t};\n"
  "> > +\n"
- "> > +\trtc: rtc at 68 {\n"
+ "> > +\trtc: rtc@68 {\n"
  "> > +\t\tcompatible = \"stm,rv4162\";\n"
  "> > +\t\treg = <0x68>;\n"
  "> > +\t};\n"
@@ -636,7 +646,7 @@
  "> > +\tpinctrl-0 = <&pinctrl_nfc>;\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tnand at 0 {\n"
+ "> > +\tnand@0 {\n"
  "> > +\t\tcompatible = \"fsl,vf610-nfc-nandcs\";\n"
  "> > +\t\treg = <0>;\n"
  "> > +\t\t#address-cells = <1>;\n"
@@ -704,7 +714,7 @@
  "> > +\tpinctrl-0 = <&pinctrl_qspi0>;\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tflash0: n25q128a13 at 0 {\n"
+ "> > +\tflash0: n25q128a13@0 {\n"
  "> > +\t\tcompatible = \"n25q128a13\", \"jedec,spi-nor\";\n"
  "> > +\t\t#address-cells = <1>;\n"
  "> > +\t\t#size-cells = <1>;\n"
@@ -713,7 +723,7 @@
  "> > +\t\treg = <0>;\n"
  "> > +\t};\n"
  "> > +\n"
- "> > +\tflash1: n25q128a13 at 1 {\n"
+ "> > +\tflash1: n25q128a13@1 {\n"
  "> > +\t\tcompatible = \"n25q128a13\", \"jedec,spi-nor\";\n"
  "> > +\t\t#address-cells = <1>;\n"
  "> > +\t\t#size-cells = <1>;\n"
@@ -734,13 +744,20 @@
  "\n"
  "DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk\n"
  "HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany\n"
- "Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de\n"
- "-------------- next part --------------\n"
- "A non-text attachment was scrubbed...\n"
- "Name: not available\n"
- "Type: application/pgp-signature\n"
- "Size: 488 bytes\n"
- "Desc: OpenPGP digital signature\n"
- URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180922/2ed20cd9/attachment-0001.sig>
+ Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
+ "\01:2\0"
+ "d\0OpenPGP digital signature\0"
+ "b\0"
+ "-----BEGIN PGP SIGNATURE-----\n"
+ "\n"
+ "iQEzBAEBCAAdFiEEgAyFJ+N6uu6+XupJAR8vZIA0zr0FAlumOF8ACgkQAR8vZIA0\n"
+ "zr2bTAf5ARjIKc9zWwTXxZJ4VM/vZQ2oLtvfA+QPlA3/gkwvlNXITkNGz1sLugde\n"
+ "E1q1egLt4HkOb5KDCWNmuqN9LFPcMY/dvu9riLd2sahZBlf8fknd7EQN4ZUp5nWs\n"
+ "RaL9t+bH15mOX7qeiZ1xNRtDUMqGjnrDLO+jRaiyr7BuoEj1NMrE1JwenQyGH6Ee\n"
+ "TpUmjNbg4p0EnYm46ghimC5hsPjxuFKy/epulYWtpJa3fPc96RHrYV/nW84boLVH\n"
+ "Yn3WB2pAyXLSMJmLIZzC1nIGU/0u3VuyP9fYdKqABQc8OtL3am/OzV0xNwaftmlj\n"
+ "a5KGrCMOii+tG/ZzJ7BHGqBRnamh+g==\n"
+ "=Cn1L\n"
+ "-----END PGP SIGNATURE-----\n"
 
-8a5c71b982e60960a1cf8d11704a155f43a0d6dcc6798874a1c16e3829a2c802
+5c2ad44dd15b46a0cf415e3c1c910c6b5a42809e2a0a0f01404628d4d72a2b3f

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.