All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20120204175903.GF1426@atomide.com>

diff --git a/a/1.txt b/N1/1.txt
index 421e928..96f3fff 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -65,7 +65,7 @@ index 0000000..ca1a48d
 +Example:
 +
 +	/* SoC common file, such as omap4.dtsi */
-+	omap4_pmx_core: pinmux@4a100040 {
++	omap4_pmx_core: pinmux at 4a100040 {
 +		compatible = "ti,omap4-pinmux";
 +		reg = <0x4a100040 0x0196>;
 +		#address-cells = <1>;
@@ -77,7 +77,7 @@ index 0000000..ca1a48d
 +		pinctrl-simple,pinconf-mask = <0xfff8>;
 +	};
 +
-+	omap4_pmx_wkup: pinmux@4a31e040 {
++	omap4_pmx_wkup: pinmux at 4a31e040 {
 +		compatible = "ti,omap4-pinmux";
 +		reg = <0x4a31e040 0x0038>;
 +		#address-cells = <1>;
@@ -89,14 +89,14 @@ index 0000000..ca1a48d
 +		pinctrl-simple,pinconf-mask = <0xfff8>;
 +	};
 +
-+	uart3: serial@48020000 {
++	uart3: serial at 48020000 {
 +		compatible = "ti,omap4-uart";
 +		ti,hwmods = "uart3";
 +		clock-frequency = <48000000>;
 +	}
 +
 +	/* board specific .dts file, such as omap4-sdp.dts */
-+	pinmux@4a100040 {
++	pinmux at 4a100040 {
 +		pmx_uart3: pinconfig-uart3 {
 +			mux = <0x0104 0x100
 +			       0x0106 0x0>;
@@ -104,7 +104,7 @@ index 0000000..ca1a48d
 +                };
 +	};
 +
-+	serial@48020000 {
++	serial at 48020000 {
 +        	pinctrl = <&pmx_uart3>;
 +	};
 +
diff --git a/a/content_digest b/N1/content_digest
index 4b9d5f7..1dee93b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,9 @@
  "ref\020120203205049.4089.74610.stgit@kaulin.local\0"
  "ref\020120203205508.4089.35304.stgit@kaulin.local\0"
- "From\0Tony Lindgren <tony@atomide.com>\0"
- "Subject\0Re: [PATCH 2/2] pinctrl: Add simple pinmux driver using device tree data\0"
+ "From\0tony@atomide.com (Tony Lindgren)\0"
+ "Subject\0[PATCH 2/2] pinctrl: Add simple pinmux driver using device tree data\0"
  "Date\0Sat, 4 Feb 2012 09:59:10 -0800\0"
- "To\0linux-omap@vger.kernel.org"
-  linux-kernel@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
- "Cc\0Stephen Warren <swarren@nvidia.com>"
-  Linus Walleij <linus.walleij@stericsson.com>
-  Barry Song <21cnbao@gmail.com>
-  Haojian Zhuang <haojian.zhuang@marvell.com>
-  Grant Likely <grant.likely@secretlab.ca>
-  Thomas Abraham <thomas.abraham@linaro.org>
-  Rajendra Nayak <rajendra.nayak@linaro.org>
-  Dong Aisheng <dong.aisheng@linaro.org>
-  Shawn Guo <shawn.guo@freescale.com>
- " Dong Aisheng <dongas86@gmail.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "* Tony Lindgren <tony@atomide.com> [120203 12:25]:\n"
@@ -85,7 +73,7 @@
  "+Example:\n"
  "+\n"
  "+\t/* SoC common file, such as omap4.dtsi */\n"
- "+\tomap4_pmx_core: pinmux@4a100040 {\n"
+ "+\tomap4_pmx_core: pinmux at 4a100040 {\n"
  "+\t\tcompatible = \"ti,omap4-pinmux\";\n"
  "+\t\treg = <0x4a100040 0x0196>;\n"
  "+\t\t#address-cells = <1>;\n"
@@ -97,7 +85,7 @@
  "+\t\tpinctrl-simple,pinconf-mask = <0xfff8>;\n"
  "+\t};\n"
  "+\n"
- "+\tomap4_pmx_wkup: pinmux@4a31e040 {\n"
+ "+\tomap4_pmx_wkup: pinmux at 4a31e040 {\n"
  "+\t\tcompatible = \"ti,omap4-pinmux\";\n"
  "+\t\treg = <0x4a31e040 0x0038>;\n"
  "+\t\t#address-cells = <1>;\n"
@@ -109,14 +97,14 @@
  "+\t\tpinctrl-simple,pinconf-mask = <0xfff8>;\n"
  "+\t};\n"
  "+\n"
- "+\tuart3: serial@48020000 {\n"
+ "+\tuart3: serial at 48020000 {\n"
  "+\t\tcompatible = \"ti,omap4-uart\";\n"
  "+\t\tti,hwmods = \"uart3\";\n"
  "+\t\tclock-frequency = <48000000>;\n"
  "+\t}\n"
  "+\n"
  "+\t/* board specific .dts file, such as omap4-sdp.dts */\n"
- "+\tpinmux@4a100040 {\n"
+ "+\tpinmux at 4a100040 {\n"
  "+\t\tpmx_uart3: pinconfig-uart3 {\n"
  "+\t\t\tmux = <0x0104 0x100\n"
  "+\t\t\t       0x0106 0x0>;\n"
@@ -124,7 +112,7 @@
  "+                };\n"
  "+\t};\n"
  "+\n"
- "+\tserial@48020000 {\n"
+ "+\tserial at 48020000 {\n"
  "+        \tpinctrl = <&pmx_uart3>;\n"
  "+\t};\n"
  "+\n"
@@ -1452,4 +1440,4 @@
  "+MODULE_DESCRIPTION(\"Simple device tree pinctrl driver\");\n"
  "+MODULE_LICENSE(\"GPL\");"
 
-6e1026d0b014edbb39706d6ad4319ab612cc0a8da9926b9a15a552c6a9c883bc
+c795c93666d92972c241e474726d5ef5562dc085bd350c62c536e6ff7d4fbeb4

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.