All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1512379059.2574.17.camel@baylibre.com>

diff --git a/a/1.txt b/N1/1.txt
index 7149c8b..6340a4c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -25,7 +25,7 @@ On Mon, 2017-12-04 at 14:00 +0800, Yixun Lan wrote:
 >  				clock-names = "clk_i2c";
 >  			};
 >  
-> +			pwm_AO_ab: pwm at 7000 {
+> +			pwm_AO_ab: pwm@7000 {
 > +				compatible = "amlogic,meson-axg-ao-pwm";
 > +				reg = <0x0 0x07000 0x0 0x20>;
 > +				#pwm-cells = <3>;
@@ -38,7 +38,7 @@ Later on, if we want to "correctly" get the clock from DT, it will have to gothr
 > +				status = "disabled";
 > +			};
 > +
-> +			pwm_AO_cd: pwm at 2000 {
+> +			pwm_AO_cd: pwm@2000 {
 > +				compatible = "amlogic,axg-ao-pwm";
 > +				reg = <0x0 0x02000  0x0 0x20>;
 > +				#pwm-cells = <3>;
@@ -47,7 +47,7 @@ Later on, if we want to "correctly" get the clock from DT, it will have to gothr
 > +				status = "disabled";
 > +			};
 > +
->  			uart_AO: serial at 3000 {
+>  			uart_AO: serial@3000 {
 >  				compatible = "amlogic,meson-gx-uart",
 > "amlogic,meson-ao-uart";
 >  				reg = <0x0 0x3000 0x0 0x18>;
diff --git a/a/content_digest b/N1/content_digest
index 08a75ee..87911bd 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,21 @@
  "ref\020171204060018.8856-1-yixun.lan@amlogic.com\0"
  "ref\020171204060018.8856-4-yixun.lan@amlogic.com\0"
- "From\0jbrunet@baylibre.com (Jerome Brunet)\0"
- "Subject\0[PATCH 3/3] ARM64: dts: meson-axg: add PWM DT info for Meson-Axg SoC\0"
+ "From\0Jerome Brunet <jbrunet@baylibre.com>\0"
+ "Subject\0Re: [PATCH 3/3] ARM64: dts: meson-axg: add PWM DT info for Meson-Axg SoC\0"
  "Date\0Mon, 04 Dec 2017 10:17:39 +0100\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Yixun Lan <yixun.lan@amlogic.com>"
+  Thierry Reding <thierry.reding@gmail.com>
+  Kevin Hilman <khilman@baylibre.com>
+  linux-pwm@vger.kernel.org
+ " linux-amlogic@lists.infradead.org\0"
+ "Cc\0Rob Herring <robh+dt@kernel.org>"
+  devicetree@vger.kernel.org
+  Neil Armstrong <narmstrong@baylibre.com>
+  Mark Rutland <mark.rutland@arm.com>
+  Carlo Caione <carlo@caione.org>
+  Jian Hu <jian.hu@amlogic.com>
+  linux-arm-kernel@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, 2017-12-04 at 14:00 +0800, Yixun Lan wrote:\n"
@@ -33,7 +45,7 @@
  ">  \t\t\t\tclock-names = \"clk_i2c\";\n"
  ">  \t\t\t};\n"
  ">  \n"
- "> +\t\t\tpwm_AO_ab: pwm at 7000 {\n"
+ "> +\t\t\tpwm_AO_ab: pwm@7000 {\n"
  "> +\t\t\t\tcompatible = \"amlogic,meson-axg-ao-pwm\";\n"
  "> +\t\t\t\treg = <0x0 0x07000 0x0 0x20>;\n"
  "> +\t\t\t\t#pwm-cells = <3>;\n"
@@ -46,7 +58,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpwm_AO_cd: pwm at 2000 {\n"
+ "> +\t\t\tpwm_AO_cd: pwm@2000 {\n"
  "> +\t\t\t\tcompatible = \"amlogic,axg-ao-pwm\";\n"
  "> +\t\t\t\treg = <0x0 0x02000  0x0 0x20>;\n"
  "> +\t\t\t\t#pwm-cells = <3>;\n"
@@ -55,9 +67,9 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- ">  \t\t\tuart_AO: serial at 3000 {\n"
+ ">  \t\t\tuart_AO: serial@3000 {\n"
  ">  \t\t\t\tcompatible = \"amlogic,meson-gx-uart\",\n"
  "> \"amlogic,meson-ao-uart\";\n"
  ">  \t\t\t\treg = <0x0 0x3000 0x0 0x18>;"
 
-52f877d8b12d805dbc8cd934106ad9207846e805e7c8c897685dd15ae68af68e
+2f891e1a617cd702dc79731ec2a69e8300ee1584b9f168442de4c104a0b572ee

diff --git a/a/content_digest b/N2/content_digest
index 08a75ee..eb24ef3 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,7 +3,7 @@
  "From\0jbrunet@baylibre.com (Jerome Brunet)\0"
  "Subject\0[PATCH 3/3] ARM64: dts: meson-axg: add PWM DT info for Meson-Axg SoC\0"
  "Date\0Mon, 04 Dec 2017 10:17:39 +0100\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, 2017-12-04 at 14:00 +0800, Yixun Lan wrote:\n"
@@ -60,4 +60,4 @@
  "> \"amlogic,meson-ao-uart\";\n"
  ">  \t\t\t\treg = <0x0 0x3000 0x0 0x18>;"
 
-52f877d8b12d805dbc8cd934106ad9207846e805e7c8c897685dd15ae68af68e
+bf9177a46e5a277cf9d6ec62fbbbed94a4a060340b4b4f4c6f9a411b80212db9

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.