All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <51978519.7090907@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 79e9753..43d9452 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -8,7 +8,7 @@ On 05/18/2013 03:28 PM, Alexey Charkov wrote:
 >>         writel(0xf,                    fbi->regbase + REG_GOVRH_FHI);
 >> -       writel(4,                      fbi->regbase + REG_GOVRH_DVO_SET);
 >> +
->> +       if (fbi->interface = INTERFACE_VGA)
+>> +       if (fbi->interface == INTERFACE_VGA)
 >> +               writel(0xe, fbi->regbase + REG_GOVRH_DVO_SET);
 >> +       else
 >> +               writel(4, fbi->regbase + REG_GOVRH_DVO_SET);
@@ -19,7 +19,7 @@ On 05/18/2013 03:28 PM, Alexey Charkov wrote:
 HDMI output can work simultaneously with LCD (on 8850 at least), which
 fbi->interface in its current form would not allow to express.
 
-> +       if (fbi->interface = INTERFACE_VGA)
+> +       if (fbi->interface == INTERFACE_VGA)
 > +               writel(h_sync,  fbi->regbase + REG_GOVRH_VGA_HSYNW);
 > Will it misbehave on LCD if you write to the VGA register unconditionally?
 >
diff --git a/a/content_digest b/N1/content_digest
index e6e65ee..c26de9a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,9 @@
  "ref\01368868514-18975-1-git-send-email-linux@prisktech.co.nz\0"
  "ref\01368868514-18975-5-git-send-email-linux@prisktech.co.nz\0"
  "ref\0CABjd4Yxrk3hXnB5f6u+1HcJjymDZbtQ1F1HXkZ2dzF3dwCrWhg@mail.gmail.com\0"
- "From\0Andy Chernyak <andy.chernyak@gmail.com>\0"
- "Subject\0Re: [PATCH 4/4] fb: vt8500: Add VGA output support to wm8505fb driver.\0"
- "Date\0Sat, 18 May 2013 13:41:45 +0000\0"
+ "From\0andy.chernyak@gmail.com (Andy Chernyak)\0"
+ "Subject\0[PATCH 4/4] fb: vt8500: Add VGA output support to wm8505fb driver.\0"
+ "Date\0Sat, 18 May 2013 15:41:45 +0200\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -17,7 +17,7 @@
  ">>         writel(0xf,                    fbi->regbase + REG_GOVRH_FHI);\n"
  ">> -       writel(4,                      fbi->regbase + REG_GOVRH_DVO_SET);\n"
  ">> +\n"
- ">> +       if (fbi->interface = INTERFACE_VGA)\n"
+ ">> +       if (fbi->interface == INTERFACE_VGA)\n"
  ">> +               writel(0xe, fbi->regbase + REG_GOVRH_DVO_SET);\n"
  ">> +       else\n"
  ">> +               writel(4, fbi->regbase + REG_GOVRH_DVO_SET);\n"
@@ -28,7 +28,7 @@
  "HDMI output can work simultaneously with LCD (on 8850 at least), which\n"
  "fbi->interface in its current form would not allow to express.\n"
  "\n"
- "> +       if (fbi->interface = INTERFACE_VGA)\n"
+ "> +       if (fbi->interface == INTERFACE_VGA)\n"
  "> +               writel(h_sync,  fbi->regbase + REG_GOVRH_VGA_HSYNW);\n"
  "> Will it misbehave on LCD if you write to the VGA register unconditionally?\n"
  ">\n"
@@ -38,4 +38,4 @@
  "Regards,\n"
  Andy.
 
-8c4e0e52dce4a6e3a7d2e9baa579331ac5cfeb31d5dd335ba5ca84b933c35361
+433ff9c0e4c722a23e0a6a9be83c915961d61dbbde08964e104d9412a679934b

diff --git a/a/1.txt b/N2/1.txt
index 79e9753..43d9452 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -8,7 +8,7 @@ On 05/18/2013 03:28 PM, Alexey Charkov wrote:
 >>         writel(0xf,                    fbi->regbase + REG_GOVRH_FHI);
 >> -       writel(4,                      fbi->regbase + REG_GOVRH_DVO_SET);
 >> +
->> +       if (fbi->interface = INTERFACE_VGA)
+>> +       if (fbi->interface == INTERFACE_VGA)
 >> +               writel(0xe, fbi->regbase + REG_GOVRH_DVO_SET);
 >> +       else
 >> +               writel(4, fbi->regbase + REG_GOVRH_DVO_SET);
@@ -19,7 +19,7 @@ On 05/18/2013 03:28 PM, Alexey Charkov wrote:
 HDMI output can work simultaneously with LCD (on 8850 at least), which
 fbi->interface in its current form would not allow to express.
 
-> +       if (fbi->interface = INTERFACE_VGA)
+> +       if (fbi->interface == INTERFACE_VGA)
 > +               writel(h_sync,  fbi->regbase + REG_GOVRH_VGA_HSYNW);
 > Will it misbehave on LCD if you write to the VGA register unconditionally?
 >
diff --git a/a/content_digest b/N2/content_digest
index e6e65ee..fad45f8 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,8 +3,15 @@
  "ref\0CABjd4Yxrk3hXnB5f6u+1HcJjymDZbtQ1F1HXkZ2dzF3dwCrWhg@mail.gmail.com\0"
  "From\0Andy Chernyak <andy.chernyak@gmail.com>\0"
  "Subject\0Re: [PATCH 4/4] fb: vt8500: Add VGA output support to wm8505fb driver.\0"
- "Date\0Sat, 18 May 2013 13:41:45 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Sat, 18 May 2013 15:41:45 +0200\0"
+ "To\0vt8500-wm8505-linux-kernel@googlegroups.com\0"
+ "Cc\0Alexey Charkov <alchark@gmail.com>"
+  Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
+  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
+  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+  tomi.valkeinen@ti.com
+  linux-fbdev@vger.kernel.org <linux-fbdev@vger.kernel.org>
+ " Tony Prisk <linux@prisktech.co.nz>\0"
  "\00:1\0"
  "b\0"
  "On 05/18/2013 03:28 PM, Alexey Charkov wrote:\n"
@@ -17,7 +24,7 @@
  ">>         writel(0xf,                    fbi->regbase + REG_GOVRH_FHI);\n"
  ">> -       writel(4,                      fbi->regbase + REG_GOVRH_DVO_SET);\n"
  ">> +\n"
- ">> +       if (fbi->interface = INTERFACE_VGA)\n"
+ ">> +       if (fbi->interface == INTERFACE_VGA)\n"
  ">> +               writel(0xe, fbi->regbase + REG_GOVRH_DVO_SET);\n"
  ">> +       else\n"
  ">> +               writel(4, fbi->regbase + REG_GOVRH_DVO_SET);\n"
@@ -28,7 +35,7 @@
  "HDMI output can work simultaneously with LCD (on 8850 at least), which\n"
  "fbi->interface in its current form would not allow to express.\n"
  "\n"
- "> +       if (fbi->interface = INTERFACE_VGA)\n"
+ "> +       if (fbi->interface == INTERFACE_VGA)\n"
  "> +               writel(h_sync,  fbi->regbase + REG_GOVRH_VGA_HSYNW);\n"
  "> Will it misbehave on LCD if you write to the VGA register unconditionally?\n"
  ">\n"
@@ -38,4 +45,4 @@
  "Regards,\n"
  Andy.
 
-8c4e0e52dce4a6e3a7d2e9baa579331ac5cfeb31d5dd335ba5ca84b933c35361
+04d740aca8e094176548c10b5195f0b4cdecbc25d50efd1942ea42c642f94405

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.