All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140813085304.GE7735@ulmo>

diff --git a/a/1.txt b/N1/1.txt
index 0ae6206..2284cbb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -38,7 +38,7 @@ Otherwise this could just as well be some random development board.
 
 What's "nyan"? Are there other variants of "big" other than "nyan"?
 
-> +	pinmux: pinmux@0,70000868 {
+> +	pinmux: pinmux at 0,70000868 {
 > +		pinctrl-names = "default";
 > +		pinctrl-0 = <&pinmux_default>;
 > +
@@ -62,7 +62,7 @@ bootloader already does (or could be modified to do)?
 
 [0]: http://patchwork.ozlabs.org/patch/363222/
 
-> +	serial@0,70006000 {
+> +	serial at 0,70006000 {
 > +		status = "okay";
 > +	};
 
@@ -77,16 +77,16 @@ device.
 Is this serial available as an accessible connector? Or is it some debug
 serial that's only available on a (non-equipped) header on the board?
 
-> +	i2c@0,7000c400 {
+> +	i2c at 0,7000c400 {
 > +		status = "okay";
 > +		clock-frequency = <100000>;
 > +	};
 > +
-> +	i2c@0,7000c500 {
+> +	i2c at 0,7000c500 {
 > +		status = "okay";
 > +		clock-frequency = <400000>;
 > +
-> +		tpm@20 {
+> +		tpm at 20 {
 > +			compatible = "infineon,slb9645tt";
 > +			reg = <0x20>;
 > +		};
@@ -96,7 +96,7 @@ know the reason for why it isn't being reset? What's needed to reset
 this module? I assume it's something that can (and will eventually) be
 fixed?
 
-> +		cros_ec: cros-ec@0 {
+> +		cros_ec: cros-ec at 0 {
 > +			compatible = "google,cros-ec-spi";
 > +			spi-max-frequency = <3000000>;
 > +			interrupt-parent = <&gpio>;
@@ -112,7 +112,7 @@ fixed?
 > +
 > +				google,remote-bus = <0>;
 > +
-> +				charger: bq24735@9 {
+> +				charger: bq24735 at 9 {
 > +					compatible = "ti,bq24735";
 > +					reg = <0x9>;
 > +					interrupt-parent = <&gpio>;
@@ -124,7 +124,7 @@ fixed?
 
 Given this, I wonder how useful the 80-chars limit is for DTS files...
 
-> +				battery: sbs-battery@b {
+> +				battery: sbs-battery at b {
 > +					compatible = "sbs,sbs-battery";
 > +					reg = <0xb>;
 > +					sbs,i2c-retry-count = <2>;
@@ -133,10 +133,10 @@ Given this, I wonder how useful the 80-chars limit is for DTS files...
 
 The sbs-battery binding doesn't define a power-supplies property.
 
-> +	spi@0,7000da00 {
+> +	spi at 0,7000da00 {
 > +		status = "okay";
 > +		spi-max-frequency = <25000000>;
-> +		spi-flash@0 {
+> +		spi-flash at 0 {
 
 I think it's customary to separate the properties and child nodes using
 a blank line.
@@ -150,7 +150,7 @@ kind of redundant, since it's a child of an SPI node.
 
 Isn't the maximum frequency inherited from the parent?
 
-> +	sdhci@0,700b0000 {
+> +	sdhci at 0,700b0000 {
 > +		status = "okay";
 > +		power-gpios = <&gpio TEGRA_GPIO(X, 7) GPIO_ACTIVE_HIGH>;
 > +		bus-width = <4>;
@@ -158,7 +158,7 @@ Isn't the maximum frequency inherited from the parent?
 > +		non-removable;
 > +	};
 > +
-> +	sdhci@0,700b0400 {
+> +	sdhci at 0,700b0400 {
 > +		status = "okay";
 > +		cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
 > +		power-gpios = <&gpio TEGRA_GPIO(R, 0) GPIO_ACTIVE_HIGH>;
@@ -168,7 +168,7 @@ Isn't the maximum frequency inherited from the parent?
 > +		vqmmc-supply = <&vddio_sdmmc3>;
 > +	};
 > +
-> +	sdhci@0,700b0600 {
+> +	sdhci at 0,700b0600 {
 > +		status = "okay";
 > +		bus-width = <8>;
 > +		no-1-8-v;
@@ -176,32 +176,32 @@ Isn't the maximum frequency inherited from the parent?
 > +	};
 
 For these it might be good to know which is the external one (I assume
-there is one). I'm guessing sdhc@0,700b0000 is eMMC because it is marked
+there is one). I'm guessing sdhc at 0,700b0000 is eMMC because it is marked
 non-removable, but a comment would be good to make it explicit.
 
-> +	usb@0,7d000000 {
+> +	usb at 0,7d000000 {
 > +		status = "okay";
 > +	};
 > +
-> +	usb-phy@0,7d000000 {
+> +	usb-phy at 0,7d000000 {
 > +		status = "okay";
 > +		vbus-supply = <&vdd_usb1_vbus>;
 > +	};
 > +
-> +	usb@0,7d004000 {
+> +	usb at 0,7d004000 {
 > +		status = "okay";
 > +	};
 > +
-> +	usb-phy@0,7d004000 {
+> +	usb-phy at 0,7d004000 {
 > +		status = "okay";
 > +		vbus-supply = <&vdd_run_cam>;
 > +	};
 > +
-> +	usb@0,7d008000 {
+> +	usb at 0,7d008000 {
 > +		status = "okay";
 > +	};
 > +
-> +	usb-phy@0,7d008000 {
+> +	usb-phy at 0,7d008000 {
 > +		status = "okay";
 > +		vbus-supply = <&vdd_usb3_vbus>;
 > +	};
@@ -266,3 +266,10 @@ and also gets rid of the OF match table entry in the panel-simple
 driver.
 
 Thierry
+-------------- next part --------------
+A non-text attachment was scrubbed...
+Name: not available
+Type: application/pgp-signature
+Size: 819 bytes
+Desc: not available
+URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140813/26244c7a/attachment.sig>
diff --git a/a/2.bin b/a/2.bin
deleted file mode 100644
index d0a607f..0000000
--- a/a/2.bin
+++ /dev/null
@@ -1,17 +0,0 @@
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iQIcBAEBAgAGBQJT6ydwAAoJEN0jrNd/PrOh3n0QAKBADiJWL4wpkL5QAEnaelif
-9JEHOU6nN7atErlgoEgkQwQz2mxI2vPCwU30yfKFRcrramUcn9uMJx3qBAtDjmeM
-J1MMaHVNvgjeKAIdbxV9KLgMTe9u3gKMIBaXkZ3kVVgJdhFy24/0JaBo8gdSFAdN
-k/41HFW9I0ACHnyTVmzcyXTQY770UEvFzsllzCISJxCR5vA+jmht5maOyxgKbImc
-lSFJi8QNT2BCCEcKMm413PpmQG4Z1GYiqkyU2dbKH9WeY04AM2Bo8JY7H74uucJG
-E3UMjyx7FRBKmBpyCBPHzPjEO/fHIL620D8VjOAPN1YGpHAp7b1p7ocLzuHFgDM0
-SQRE2ZBUdNPU0YsAPCE0o0faqzQ4gR5negZXaPLj0qAZftkM2Mw6gmuYU7ZkWRJj
-zoZFcEOojLT1CQ0Os048Ce8td91NIzcB/J7+cNVGh5l9uDmleu7yEqvjHbFCe0ZH
-imWCnEjVFZLKpNuBsysy5qOYzTcoCqA7fpIteZEA8zPrbOMFsbBJF578Ukggco96
-ahdNihPMk1qT5nzIzvXs8T9Sfu0WCBt58ctZ5DWYrtePIwpgv9K9LVhkpHk2sbdE
-Mw/Bh5f1oHFeHDtjHiivGWvuEuArynF4nmDmBWNEfcQ/fGL9mCRc/ST+PNjs9bXE
-dzb+SVICuLs1TOQ5O54S
-=dsau
------END PGP SIGNATURE-----
diff --git a/a/2.hdr b/a/2.hdr
deleted file mode 100644
index a09cc95..0000000
--- a/a/2.hdr
+++ /dev/null
@@ -1 +0,0 @@
-Content-Type: application/pgp-signature
diff --git a/a/content_digest b/N1/content_digest
index f8900cb..bb121a9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,9 @@
  "ref\01407894967-18300-1-git-send-email-dgreid@chromium.org\0"
- "ref\01407894967-18300-1-git-send-email-dgreid-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org\0"
- "From\0Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
- "Subject\0Re: [PATCH 1/2] ARM: tegra: add Acer Chromebook 13 device tree\0"
+ "From\0thierry.reding@gmail.com (Thierry Reding)\0"
+ "Subject\0[PATCH 1/2] ARM: tegra: add Acer Chromebook 13 device tree\0"
  "Date\0Wed, 13 Aug 2014 10:53:05 +0200\0"
- "To\0Dylan Reid <dgreid-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\0"
- "Cc\0linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org
-  abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org\0"
- "\01:1\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
+ "\00:1\0"
  "b\0"
  "On Tue, Aug 12, 2014 at 06:56:07PM -0700, Dylan Reid wrote:\n"
  "> The Acer Chromebook 13, codenamed \"Big\", contains an NVIDIA tegra124\n"
@@ -51,7 +45,7 @@
  "\n"
  "What's \"nyan\"? Are there other variants of \"big\" other than \"nyan\"?\n"
  "\n"
- "> +\tpinmux: pinmux@0,70000868 {\n"
+ "> +\tpinmux: pinmux at 0,70000868 {\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\t\tpinctrl-0 = <&pinmux_default>;\n"
  "> +\n"
@@ -75,7 +69,7 @@
  "\n"
  "[0]: http://patchwork.ozlabs.org/patch/363222/\n"
  "\n"
- "> +\tserial@0,70006000 {\n"
+ "> +\tserial at 0,70006000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t};\n"
  "\n"
@@ -90,16 +84,16 @@
  "Is this serial available as an accessible connector? Or is it some debug\n"
  "serial that's only available on a (non-equipped) header on the board?\n"
  "\n"
- "> +\ti2c@0,7000c400 {\n"
+ "> +\ti2c at 0,7000c400 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tclock-frequency = <100000>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\ti2c@0,7000c500 {\n"
+ "> +\ti2c at 0,7000c500 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tclock-frequency = <400000>;\n"
  "> +\n"
- "> +\t\ttpm@20 {\n"
+ "> +\t\ttpm at 20 {\n"
  "> +\t\t\tcompatible = \"infineon,slb9645tt\";\n"
  "> +\t\t\treg = <0x20>;\n"
  "> +\t\t};\n"
@@ -109,7 +103,7 @@
  "this module? I assume it's something that can (and will eventually) be\n"
  "fixed?\n"
  "\n"
- "> +\t\tcros_ec: cros-ec@0 {\n"
+ "> +\t\tcros_ec: cros-ec at 0 {\n"
  "> +\t\t\tcompatible = \"google,cros-ec-spi\";\n"
  "> +\t\t\tspi-max-frequency = <3000000>;\n"
  "> +\t\t\tinterrupt-parent = <&gpio>;\n"
@@ -125,7 +119,7 @@
  "> +\n"
  "> +\t\t\t\tgoogle,remote-bus = <0>;\n"
  "> +\n"
- "> +\t\t\t\tcharger: bq24735@9 {\n"
+ "> +\t\t\t\tcharger: bq24735 at 9 {\n"
  "> +\t\t\t\t\tcompatible = \"ti,bq24735\";\n"
  "> +\t\t\t\t\treg = <0x9>;\n"
  "> +\t\t\t\t\tinterrupt-parent = <&gpio>;\n"
@@ -137,7 +131,7 @@
  "\n"
  "Given this, I wonder how useful the 80-chars limit is for DTS files...\n"
  "\n"
- "> +\t\t\t\tbattery: sbs-battery@b {\n"
+ "> +\t\t\t\tbattery: sbs-battery at b {\n"
  "> +\t\t\t\t\tcompatible = \"sbs,sbs-battery\";\n"
  "> +\t\t\t\t\treg = <0xb>;\n"
  "> +\t\t\t\t\tsbs,i2c-retry-count = <2>;\n"
@@ -146,10 +140,10 @@
  "\n"
  "The sbs-battery binding doesn't define a power-supplies property.\n"
  "\n"
- "> +\tspi@0,7000da00 {\n"
+ "> +\tspi at 0,7000da00 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tspi-max-frequency = <25000000>;\n"
- "> +\t\tspi-flash@0 {\n"
+ "> +\t\tspi-flash at 0 {\n"
  "\n"
  "I think it's customary to separate the properties and child nodes using\n"
  "a blank line.\n"
@@ -163,7 +157,7 @@
  "\n"
  "Isn't the maximum frequency inherited from the parent?\n"
  "\n"
- "> +\tsdhci@0,700b0000 {\n"
+ "> +\tsdhci at 0,700b0000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tpower-gpios = <&gpio TEGRA_GPIO(X, 7) GPIO_ACTIVE_HIGH>;\n"
  "> +\t\tbus-width = <4>;\n"
@@ -171,7 +165,7 @@
  "> +\t\tnon-removable;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsdhci@0,700b0400 {\n"
+ "> +\tsdhci at 0,700b0400 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tcd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;\n"
  "> +\t\tpower-gpios = <&gpio TEGRA_GPIO(R, 0) GPIO_ACTIVE_HIGH>;\n"
@@ -181,7 +175,7 @@
  "> +\t\tvqmmc-supply = <&vddio_sdmmc3>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsdhci@0,700b0600 {\n"
+ "> +\tsdhci at 0,700b0600 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tbus-width = <8>;\n"
  "> +\t\tno-1-8-v;\n"
@@ -189,32 +183,32 @@
  "> +\t};\n"
  "\n"
  "For these it might be good to know which is the external one (I assume\n"
- "there is one). I'm guessing sdhc@0,700b0000 is eMMC because it is marked\n"
+ "there is one). I'm guessing sdhc at 0,700b0000 is eMMC because it is marked\n"
  "non-removable, but a comment would be good to make it explicit.\n"
  "\n"
- "> +\tusb@0,7d000000 {\n"
+ "> +\tusb at 0,7d000000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tusb-phy@0,7d000000 {\n"
+ "> +\tusb-phy at 0,7d000000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tvbus-supply = <&vdd_usb1_vbus>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tusb@0,7d004000 {\n"
+ "> +\tusb at 0,7d004000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tusb-phy@0,7d004000 {\n"
+ "> +\tusb-phy at 0,7d004000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tvbus-supply = <&vdd_run_cam>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tusb@0,7d008000 {\n"
+ "> +\tusb at 0,7d008000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tusb-phy@0,7d008000 {\n"
+ "> +\tusb-phy at 0,7d008000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tvbus-supply = <&vdd_usb3_vbus>;\n"
  "> +\t};\n"
@@ -278,25 +272,13 @@
  "and also gets rid of the OF match table entry in the panel-simple\n"
  "driver.\n"
  "\n"
- Thierry
- "\01:2\0"
- "b\0"
- "-----BEGIN PGP SIGNATURE-----\n"
- "Version: GnuPG v2\n"
- "\n"
- "iQIcBAEBAgAGBQJT6ydwAAoJEN0jrNd/PrOh3n0QAKBADiJWL4wpkL5QAEnaelif\n"
- "9JEHOU6nN7atErlgoEgkQwQz2mxI2vPCwU30yfKFRcrramUcn9uMJx3qBAtDjmeM\n"
- "J1MMaHVNvgjeKAIdbxV9KLgMTe9u3gKMIBaXkZ3kVVgJdhFy24/0JaBo8gdSFAdN\n"
- "k/41HFW9I0ACHnyTVmzcyXTQY770UEvFzsllzCISJxCR5vA+jmht5maOyxgKbImc\n"
- "lSFJi8QNT2BCCEcKMm413PpmQG4Z1GYiqkyU2dbKH9WeY04AM2Bo8JY7H74uucJG\n"
- "E3UMjyx7FRBKmBpyCBPHzPjEO/fHIL620D8VjOAPN1YGpHAp7b1p7ocLzuHFgDM0\n"
- "SQRE2ZBUdNPU0YsAPCE0o0faqzQ4gR5negZXaPLj0qAZftkM2Mw6gmuYU7ZkWRJj\n"
- "zoZFcEOojLT1CQ0Os048Ce8td91NIzcB/J7+cNVGh5l9uDmleu7yEqvjHbFCe0ZH\n"
- "imWCnEjVFZLKpNuBsysy5qOYzTcoCqA7fpIteZEA8zPrbOMFsbBJF578Ukggco96\n"
- "ahdNihPMk1qT5nzIzvXs8T9Sfu0WCBt58ctZ5DWYrtePIwpgv9K9LVhkpHk2sbdE\n"
- "Mw/Bh5f1oHFeHDtjHiivGWvuEuArynF4nmDmBWNEfcQ/fGL9mCRc/ST+PNjs9bXE\n"
- "dzb+SVICuLs1TOQ5O54S\n"
- "=dsau\n"
- "-----END PGP SIGNATURE-----\n"
+ "Thierry\n"
+ "-------------- next part --------------\n"
+ "A non-text attachment was scrubbed...\n"
+ "Name: not available\n"
+ "Type: application/pgp-signature\n"
+ "Size: 819 bytes\n"
+ "Desc: not available\n"
+ URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140813/26244c7a/attachment.sig>
 
-b1054c85ad8873a65e4d68500c3a0fc63b68f15902254e5286e381bb54a542da
+f5f18eeac3fbcb2865256eb880df66c17cb12494f35d02b39dd19ba86f91f577

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.