All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53D796CB.5020805@suse.de>

diff --git a/a/1.txt b/N1/1.txt
index ea6adb3..b4fe25e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 Hi Thomas,
 
 Am 29.07.2014 14:35, schrieb Thomas Abraham:
-> On Tue, Jul 29, 2014 at 5:38 PM, Andreas Färber <afaerber@suse.de> wrote:
+> On Tue, Jul 29, 2014 at 5:38 PM, Andreas F?rber <afaerber@suse.de> wrote:
 >> Am 29.07.2014 07:28, schrieb Thomas Abraham:
 >>> diff --git a/arch/arm/boot/dts/exynos5250-cros-common.dtsi b/arch/arm/boot/dts/exynos5250-cros-common.dtsi
 >>> index 89ac90f..34bb31c 100644
@@ -12,12 +12,12 @@ Am 29.07.2014 14:35, schrieb Thomas Abraham:
 >>>       };
 >>>
 >>> +     cpus {
->>> +             cpu@0 {
+>>> +             cpu at 0 {
 >>> +                     cpu0-supply = <&buck2_reg>;
 >>> +             };
 >>> +     };
 >>> +
->>>       pinctrl@11400000 {
+>>>       pinctrl at 11400000 {
 >>>               /*
 >>>                * Disabled pullups since external part has its own pullups and
 >>
@@ -41,12 +41,12 @@ Are those available publicly somewhere? I guess not...
 
 Instead of adding
 
-cpus { cpu@0 { ... }; };
+cpus { cpu at 0 { ... }; };
 
 to the board's / node, I am suggesting you do in the SoC's .dtsi:
 
-- cpu@0 {
-+ cpu0: cpu@0 {
+- cpu at 0 {
++ cpu0: cpu at 0 {
 
 and then in the board's file after / { ... }; add the following:
 
@@ -61,5 +61,5 @@ Cheers,
 Andreas
 
 -- 
-SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
-GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
+SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
+GF: Jeff Hawn, Jennifer Guild, Felix Imend?rffer; HRB 16746 AG N?rnberg
diff --git a/a/content_digest b/N1/content_digest
index 2bad464..8d1bcc2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,28 +2,16 @@
  "ref\01406611711-25112-4-git-send-email-thomas.ab@samsung.com\0"
  "ref\053D78ED3.9090703@suse.de\0"
  "ref\0CAJuA9ag1xHm=vaXxXzj7ykKxYHxBndDsOTwN0vRdXvhb_DtQ2g@mail.gmail.com\0"
- "From\0Andreas F\303\244rber <afaerber@suse.de>\0"
- "Subject\0Re: [PATCH v8 3/6] ARM: dts: Exynos: add CPU OPP and regulator supply property\0"
+ "From\0afaerber@suse.de (Andreas F\303\244rber)\0"
+ "Subject\0[PATCH v8 3/6] ARM: dts: Exynos: add CPU OPP and regulator supply property\0"
  "Date\0Tue, 29 Jul 2014 14:42:51 +0200\0"
- "To\0Thomas Abraham <ta.omasab@gmail.com>\0"
- "Cc\0linux-pm@vger.kernel.org <linux-pm@vger.kernel.org>"
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  Lukasz Majewski <l.majewski@samsung.com>
-  Kukjin Kim <kgene.kim@samsung.com>
-  Mike Turquette <mturquette@linaro.org>
- " Heiko St\303\274bner <heiko@sntech.de>"
-  Viresh Kumar <viresh.kumar@linaro.org>
-  Tomasz Figa <t.figa@samsung.com>
-  Doug Anderson <dianders@chromium.org>
-  Chanwoo Choi <cw00.choi@samsung.com>
-  linux-samsung-soc@vger.kernel.org <linux-samsung-soc@vger.kernel.org>
- " Javier Martinez Canillas <javier.martinez@collabora.co.uk>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Thomas,\n"
  "\n"
  "Am 29.07.2014 14:35, schrieb Thomas Abraham:\n"
- "> On Tue, Jul 29, 2014 at 5:38 PM, Andreas F\303\244rber <afaerber@suse.de> wrote:\n"
+ "> On Tue, Jul 29, 2014 at 5:38 PM, Andreas F?rber <afaerber@suse.de> wrote:\n"
  ">> Am 29.07.2014 07:28, schrieb Thomas Abraham:\n"
  ">>> diff --git a/arch/arm/boot/dts/exynos5250-cros-common.dtsi b/arch/arm/boot/dts/exynos5250-cros-common.dtsi\n"
  ">>> index 89ac90f..34bb31c 100644\n"
@@ -34,12 +22,12 @@
  ">>>       };\n"
  ">>>\n"
  ">>> +     cpus {\n"
- ">>> +             cpu@0 {\n"
+ ">>> +             cpu at 0 {\n"
  ">>> +                     cpu0-supply = <&buck2_reg>;\n"
  ">>> +             };\n"
  ">>> +     };\n"
  ">>> +\n"
- ">>>       pinctrl@11400000 {\n"
+ ">>>       pinctrl at 11400000 {\n"
  ">>>               /*\n"
  ">>>                * Disabled pullups since external part has its own pullups and\n"
  ">>\n"
@@ -63,12 +51,12 @@
  "\n"
  "Instead of adding\n"
  "\n"
- "cpus { cpu@0 { ... }; };\n"
+ "cpus { cpu at 0 { ... }; };\n"
  "\n"
  "to the board's / node, I am suggesting you do in the SoC's .dtsi:\n"
  "\n"
- "- cpu@0 {\n"
- "+ cpu0: cpu@0 {\n"
+ "- cpu at 0 {\n"
+ "+ cpu0: cpu at 0 {\n"
  "\n"
  "and then in the board's file after / { ... }; add the following:\n"
  "\n"
@@ -83,7 +71,7 @@
  "Andreas\n"
  "\n"
  "-- \n"
- "SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N\303\274rnberg, Germany\n"
- "GF: Jeff Hawn, Jennifer Guild, Felix Imend\303\266rffer; HRB 16746 AG N\303\274rnberg"
+ "SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany\n"
+ GF: Jeff Hawn, Jennifer Guild, Felix Imend?rffer; HRB 16746 AG N?rnberg
 
-0518dd04a411778f0fb8eddaefce0588e755675b599d3e1ec230d43a0e492fa3
+3806220346ab9a49673ca9d1ba00381f807eed84b31fb791e5469e8c40970ff3

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.