All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20151124162658.GJ807@x1>

diff --git a/a/1.txt b/N1/1.txt
index 3f33fc2..a1516b7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -52,8 +52,8 @@ Applied, thanks.
 > +		 * appropriate time. Therefore, if it is disabled, keep it so.
 > +		 */
 > +		if (phandle &&
-> +		    gpiod_get_direction(pb->enable_gpio) = GPIOF_DIR_OUT &&
-> +		    gpiod_get_value(pb->enable_gpio) = 0)
+> +		    gpiod_get_direction(pb->enable_gpio) == GPIOF_DIR_OUT &&
+> +		    gpiod_get_value(pb->enable_gpio) == 0)
 > +			initial_blank = FB_BLANK_POWERDOWN;
 > +		else
 > +			gpiod_direction_output(pb->enable_gpio, 1);
@@ -83,5 +83,5 @@ Applied, thanks.
 -- 
 Lee Jones
 Linaro STMicroelectronics Landing Team Lead
-Linaro.org │ Open source software for ARM SoCs
+Linaro.org │ Open source software for ARM SoCs
 Follow Linaro: Facebook | Twitter | Blog
diff --git a/a/content_digest b/N1/content_digest
index 32e82e7..9cde290 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,18 @@
  "From\0Lee Jones <lee.jones@linaro.org>\0"
  "Subject\0Re: [PATCH v5] pwm-backlight: Avoid backlight flicker when probed from DT\0"
  "Date\0Tue, 24 Nov 2015 16:26:58 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Philipp Zabel <p.zabel@pengutronix.de>\0"
+ "Cc\0Thierry Reding <thierry.reding@gmail.com>"
+  Jingoo Han <jingoohan1@gmail.com>
+  Ajay Kumar <ajaykumar.rs@samsung.com>
+  YH Huang <yh.huang@mediatek.com>
+  Christian Gmeiner <christian.gmeiner@gmail.com>
+  Heiko Stuebner <heiko@sntech.de>
+  linux-pwm@vger.kernel.org
+  linux-fbdev@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " kernel@pengutronix.de\0"
  "\00:1\0"
  "b\0"
  "On Wed, 18 Nov 2015, Philipp Zabel wrote:\n"
@@ -59,8 +70,8 @@
  "> +\t\t * appropriate time. Therefore, if it is disabled, keep it so.\n"
  "> +\t\t */\n"
  "> +\t\tif (phandle &&\n"
- "> +\t\t    gpiod_get_direction(pb->enable_gpio) = GPIOF_DIR_OUT &&\n"
- "> +\t\t    gpiod_get_value(pb->enable_gpio) = 0)\n"
+ "> +\t\t    gpiod_get_direction(pb->enable_gpio) == GPIOF_DIR_OUT &&\n"
+ "> +\t\t    gpiod_get_value(pb->enable_gpio) == 0)\n"
  "> +\t\t\tinitial_blank = FB_BLANK_POWERDOWN;\n"
  "> +\t\telse\n"
  "> +\t\t\tgpiod_direction_output(pb->enable_gpio, 1);\n"
@@ -90,7 +101,7 @@
  "-- \n"
  "Lee Jones\n"
  "Linaro STMicroelectronics Landing Team Lead\n"
- "Linaro.org \303\242\342\200\235\342\200\232 Open source software for ARM SoCs\n"
+ "Linaro.org \342\224\202 Open source software for ARM SoCs\n"
  Follow Linaro: Facebook | Twitter | Blog
 
-3d806e09d61047755ddb6ba88d0be799182f8df7b508287c75dd664c14856388
+ce79b5867ffee4577a27f8a4567d9f8b795d20b5373b79cd9ce101bd3f666958

diff --git a/a/1.txt b/N2/1.txt
index 3f33fc2..ed16094 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -52,8 +52,8 @@ Applied, thanks.
 > +		 * appropriate time. Therefore, if it is disabled, keep it so.
 > +		 */
 > +		if (phandle &&
-> +		    gpiod_get_direction(pb->enable_gpio) = GPIOF_DIR_OUT &&
-> +		    gpiod_get_value(pb->enable_gpio) = 0)
+> +		    gpiod_get_direction(pb->enable_gpio) == GPIOF_DIR_OUT &&
+> +		    gpiod_get_value(pb->enable_gpio) == 0)
 > +			initial_blank = FB_BLANK_POWERDOWN;
 > +		else
 > +			gpiod_direction_output(pb->enable_gpio, 1);
@@ -83,5 +83,5 @@ Applied, thanks.
 -- 
 Lee Jones
 Linaro STMicroelectronics Landing Team Lead
-Linaro.org │ Open source software for ARM SoCs
+Linaro.org ? Open source software for ARM SoCs
 Follow Linaro: Facebook | Twitter | Blog
diff --git a/a/content_digest b/N2/content_digest
index 32e82e7..c772fe2 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,6 +1,6 @@
  "ref\01447866745-21567-1-git-send-email-p.zabel@pengutronix.de\0"
- "From\0Lee Jones <lee.jones@linaro.org>\0"
- "Subject\0Re: [PATCH v5] pwm-backlight: Avoid backlight flicker when probed from DT\0"
+ "From\0lee.jones@linaro.org (Lee Jones)\0"
+ "Subject\0[PATCH v5] pwm-backlight: Avoid backlight flicker when probed from DT\0"
  "Date\0Tue, 24 Nov 2015 16:26:58 +0000\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
@@ -59,8 +59,8 @@
  "> +\t\t * appropriate time. Therefore, if it is disabled, keep it so.\n"
  "> +\t\t */\n"
  "> +\t\tif (phandle &&\n"
- "> +\t\t    gpiod_get_direction(pb->enable_gpio) = GPIOF_DIR_OUT &&\n"
- "> +\t\t    gpiod_get_value(pb->enable_gpio) = 0)\n"
+ "> +\t\t    gpiod_get_direction(pb->enable_gpio) == GPIOF_DIR_OUT &&\n"
+ "> +\t\t    gpiod_get_value(pb->enable_gpio) == 0)\n"
  "> +\t\t\tinitial_blank = FB_BLANK_POWERDOWN;\n"
  "> +\t\telse\n"
  "> +\t\t\tgpiod_direction_output(pb->enable_gpio, 1);\n"
@@ -90,7 +90,7 @@
  "-- \n"
  "Lee Jones\n"
  "Linaro STMicroelectronics Landing Team Lead\n"
- "Linaro.org \303\242\342\200\235\342\200\232 Open source software for ARM SoCs\n"
+ "Linaro.org ? Open source software for ARM SoCs\n"
  Follow Linaro: Facebook | Twitter | Blog
 
-3d806e09d61047755ddb6ba88d0be799182f8df7b508287c75dd664c14856388
+5ca4add6a461e3f33137a43d6ef2335f8493e6af078281e102bdb6021c4ea816

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.