All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150702094319.11794da8@bbrezillon>

diff --git a/a/1.txt b/N1/1.txt
index b220511..a858fb4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 Hi Heiko,
 
 On Wed, 01 Jul 2015 23:48:31 +0200
-Heiko Stübner <heiko@sntech.de> wrote:
+Heiko Stübner <heiko@sntech.de> wrote:
 
 > Hi Boris,
 > 
@@ -31,7 +31,7 @@ Heiko Stübner <heiko@sntech.de> wrote:
 > > +
 > > +	enable_conf = PWM_DUTY_NEGATIVE | PWM_INACTIVE_POSITIVE;
 > > +
-> > +	if ((val & enable_conf) = enable_conf)
+> > +	if ((val & enable_conf) == enable_conf)
 > > +		pwm->state.polarity = PWM_POLARITY_INVERSED;
 > 
 > the inactive setting does not affect the polarity of the running pwm, only what 
@@ -45,7 +45,7 @@ Indeed
 > -       enable_conf = PWM_DUTY_NEGATIVE | PWM_INACTIVE_POSITIVE;
 > +       enable_conf = PWM_DUTY_POSITIVE;
 >  
-> -       if ((val & enable_conf) = enable_conf)
+> -       if ((val & enable_conf) == enable_conf)
 > +       if ((val & enable_conf) != enable_conf)
 
 Or just:
diff --git a/a/content_digest b/N1/content_digest
index bb244b4..1f695e3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,14 +3,33 @@
  "ref\01709826.dVqTms8REP@diego\0"
  "From\0Boris Brezillon <boris.brezillon@free-electrons.com>\0"
  "Subject\0Re: [RFC PATCH 13/15] pwm: rockchip: add support for atomic update\0"
- "Date\0Thu, 02 Jul 2015 07:43:19 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Thu, 2 Jul 2015 09:43:19 +0200\0"
+ "To\0Heiko St\303\274bner <heiko@sntech.de>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+  Thierry Reding <thierry.reding@gmail.com>
+  linux-pwm@vger.kernel.org
+  Alexandre Courbot <gnurou@gmail.com>
+  linux-fbdev@vger.kernel.org
+  Lee Jones <lee.jones@linaro.org>
+  Stephen Warren <swarren@wwwdotorg.org>
+  Tomi Valkeinen <tomi.valkeinen@ti.com>
+  Bryan Wu <cooloney@gmail.com>
+  Liam Girdwood <lgirdwood@gmail.com>
+  Doug Anderson <dianders@google.com>
+  Mark Brown <broonie@kernel.org>
+  Richard Purdie <rpurdie@rpsys.net>
+  Jingoo Han <jingoohan1@gmail.com>
+  linux-tegra@vger.kernel.org
+  Maxime Ripard <maxime.ripard@free-electrons.com>
+  Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
+  Jacek Anaszewski <j.anaszewski@samsung.com>
+ " linux-leds@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Hi Heiko,\n"
  "\n"
  "On Wed, 01 Jul 2015 23:48:31 +0200\n"
- "Heiko St\303\203\302\274bner <heiko@sntech.de> wrote:\n"
+ "Heiko St\303\274bner <heiko@sntech.de> wrote:\n"
  "\n"
  "> Hi Boris,\n"
  "> \n"
@@ -40,7 +59,7 @@
  "> > +\n"
  "> > +\tenable_conf = PWM_DUTY_NEGATIVE | PWM_INACTIVE_POSITIVE;\n"
  "> > +\n"
- "> > +\tif ((val & enable_conf) = enable_conf)\n"
+ "> > +\tif ((val & enable_conf) == enable_conf)\n"
  "> > +\t\tpwm->state.polarity = PWM_POLARITY_INVERSED;\n"
  "> \n"
  "> the inactive setting does not affect the polarity of the running pwm, only what \n"
@@ -54,7 +73,7 @@
  "> -       enable_conf = PWM_DUTY_NEGATIVE | PWM_INACTIVE_POSITIVE;\n"
  "> +       enable_conf = PWM_DUTY_POSITIVE;\n"
  ">  \n"
- "> -       if ((val & enable_conf) = enable_conf)\n"
+ "> -       if ((val & enable_conf) == enable_conf)\n"
  "> +       if ((val & enable_conf) != enable_conf)\n"
  "\n"
  "Or just:\n"
@@ -73,4 +92,4 @@
  "Embedded Linux and Kernel engineering\n"
  http://free-electrons.com
 
-a99262e6be8b50d254504ee276ef96ceb801e4c1459917ea003f2cb9c5005e1b
+8c180054aab1d69945f5682d5ba1a03951ed518c59a653dfefad5f2b112c6e9a

diff --git a/a/1.txt b/N2/1.txt
index b220511..3156324 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,7 +1,7 @@
 Hi Heiko,
 
 On Wed, 01 Jul 2015 23:48:31 +0200
-Heiko Stübner <heiko@sntech.de> wrote:
+Heiko St?bner <heiko@sntech.de> wrote:
 
 > Hi Boris,
 > 
@@ -31,7 +31,7 @@ Heiko Stübner <heiko@sntech.de> wrote:
 > > +
 > > +	enable_conf = PWM_DUTY_NEGATIVE | PWM_INACTIVE_POSITIVE;
 > > +
-> > +	if ((val & enable_conf) = enable_conf)
+> > +	if ((val & enable_conf) == enable_conf)
 > > +		pwm->state.polarity = PWM_POLARITY_INVERSED;
 > 
 > the inactive setting does not affect the polarity of the running pwm, only what 
@@ -45,7 +45,7 @@ Indeed
 > -       enable_conf = PWM_DUTY_NEGATIVE | PWM_INACTIVE_POSITIVE;
 > +       enable_conf = PWM_DUTY_POSITIVE;
 >  
-> -       if ((val & enable_conf) = enable_conf)
+> -       if ((val & enable_conf) == enable_conf)
 > +       if ((val & enable_conf) != enable_conf)
 
 Or just:
diff --git a/a/content_digest b/N2/content_digest
index bb244b4..ab80cf8 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,16 +1,16 @@
  "ref\01435738921-25027-1-git-send-email-boris.brezillon@free-electrons.com\0"
  "ref\01435738921-25027-14-git-send-email-boris.brezillon@free-electrons.com\0"
  "ref\01709826.dVqTms8REP@diego\0"
- "From\0Boris Brezillon <boris.brezillon@free-electrons.com>\0"
- "Subject\0Re: [RFC PATCH 13/15] pwm: rockchip: add support for atomic update\0"
- "Date\0Thu, 02 Jul 2015 07:43:19 +0000\0"
+ "From\0boris.brezillon@free-electrons.com (Boris Brezillon)\0"
+ "Subject\0[RFC PATCH 13/15] pwm: rockchip: add support for atomic update\0"
+ "Date\0Thu, 2 Jul 2015 09:43:19 +0200\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Heiko,\n"
  "\n"
  "On Wed, 01 Jul 2015 23:48:31 +0200\n"
- "Heiko St\303\203\302\274bner <heiko@sntech.de> wrote:\n"
+ "Heiko St?bner <heiko@sntech.de> wrote:\n"
  "\n"
  "> Hi Boris,\n"
  "> \n"
@@ -40,7 +40,7 @@
  "> > +\n"
  "> > +\tenable_conf = PWM_DUTY_NEGATIVE | PWM_INACTIVE_POSITIVE;\n"
  "> > +\n"
- "> > +\tif ((val & enable_conf) = enable_conf)\n"
+ "> > +\tif ((val & enable_conf) == enable_conf)\n"
  "> > +\t\tpwm->state.polarity = PWM_POLARITY_INVERSED;\n"
  "> \n"
  "> the inactive setting does not affect the polarity of the running pwm, only what \n"
@@ -54,7 +54,7 @@
  "> -       enable_conf = PWM_DUTY_NEGATIVE | PWM_INACTIVE_POSITIVE;\n"
  "> +       enable_conf = PWM_DUTY_POSITIVE;\n"
  ">  \n"
- "> -       if ((val & enable_conf) = enable_conf)\n"
+ "> -       if ((val & enable_conf) == enable_conf)\n"
  "> +       if ((val & enable_conf) != enable_conf)\n"
  "\n"
  "Or just:\n"
@@ -73,4 +73,4 @@
  "Embedded Linux and Kernel engineering\n"
  http://free-electrons.com
 
-a99262e6be8b50d254504ee276ef96ceb801e4c1459917ea003f2cb9c5005e1b
+d848ee99b1df3380bb62551d7960f56e77e49d0128196bf4b220971709311963

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.