All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140528093653.GN4730@lukather>

diff --git a/a/1.txt b/N1/1.txt
index 92ad79a..f65c5ab 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,12 +1,12 @@
 On Tue, May 27, 2014 at 04:18:29PM +0200, Linus Walleij wrote:
-> On Mon, May 26, 2014 at 9:47 AM, Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
+> On Mon, May 26, 2014 at 9:47 AM, Hans de Goede <hdegoede@redhat.com> wrote:
 > 
 > > With level triggered interrupt mask / unmask will get called for each
 > > interrupt, doing the somewhat expensive mux setting on each unmask thus is
 > > not a good idea. Instead move it to the set_type callback, which is typically
 > > done only once for each irq.
 > >
-> > Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
+> > Signed-off-by: Hans de Goede <hdegoede@redhat.com>
 > 
 > Yes move it out of mask/unmask but no, not into set_type().
 > 
diff --git a/a/content_digest b/N1/content_digest
index 9fcc90d..06c1938 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,33 +1,32 @@
  "ref\01401090486-4414-1-git-send-email-hdegoede@redhat.com\0"
  "ref\01401090486-4414-4-git-send-email-hdegoede@redhat.com\0"
  "ref\0CACRpkdZcGJTXfcxN_sogm+hYHM56d_VxtuZqth0t-c2mgAJ0vA@mail.gmail.com\0"
- "ref\0CACRpkdZcGJTXfcxN_sogm+hYHM56d_VxtuZqth0t-c2mgAJ0vA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0"
- "From\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "From\0Maxime Ripard <maxime.ripard@free-electrons.com>\0"
  "Subject\0Re: [PATCH 03/11] pinctrl: sunxi: Move setting of mux to irq type from unmask to set_type\0"
  "Date\0Wed, 28 May 2014 11:36:53 +0200\0"
- "To\0Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
- "Cc\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>"
-  Chris Ball <chris-OsFVWbfNK3isTnJN9+BGXg@public.gmane.org>
-  Ulf Hansson <ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  Arend van Spriel <arend-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
-  John W. Linville <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
-  Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
-  linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  linux-wireless <linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
- " linux-sunxi <linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>\0"
+ "To\0Linus Walleij <linus.walleij@linaro.org>\0"
+ "Cc\0Hans de Goede <hdegoede@redhat.com>"
+  Chris Ball <chris@printf.net>
+  Ulf Hansson <ulf.hansson@linaro.org>
+  Arend van Spriel <arend@broadcom.com>
+  John W. Linville <linville@tuxdriver.com>
+  Chen-Yu Tsai <wens@csie.org>
+  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
+  linux-mmc@vger.kernel.org <linux-mmc@vger.kernel.org>
+  linux-wireless <linux-wireless@vger.kernel.org>
+  devicetree <devicetree@vger.kernel.org>
+ " linux-sunxi <linux-sunxi@googlegroups.com>\0"
  "\01:1\0"
  "b\0"
  "On Tue, May 27, 2014 at 04:18:29PM +0200, Linus Walleij wrote:\n"
- "> On Mon, May 26, 2014 at 9:47 AM, Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:\n"
+ "> On Mon, May 26, 2014 at 9:47 AM, Hans de Goede <hdegoede@redhat.com> wrote:\n"
  "> \n"
  "> > With level triggered interrupt mask / unmask will get called for each\n"
  "> > interrupt, doing the somewhat expensive mux setting on each unmask thus is\n"
  "> > not a good idea. Instead move it to the set_type callback, which is typically\n"
  "> > done only once for each irq.\n"
  "> >\n"
- "> > Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n"
+ "> > Signed-off-by: Hans de Goede <hdegoede@redhat.com>\n"
  "> \n"
  "> Yes move it out of mask/unmask but no, not into set_type().\n"
  "> \n"
@@ -81,4 +80,4 @@
  "=oL2X\n"
  "-----END PGP SIGNATURE-----\n"
 
-97ade8f5f49f47ecbff04b55ddefca30ba3b532d8e29cbcaefe4255cbf777e80
+4fdd79e82961d523d03bfd8a806b571a959c2a277a6d348d226c348cdafe2c1f

diff --git a/a/1.txt b/N2/1.txt
index 92ad79a..7afac1a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,12 +1,12 @@
 On Tue, May 27, 2014 at 04:18:29PM +0200, Linus Walleij wrote:
-> On Mon, May 26, 2014 at 9:47 AM, Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
+> On Mon, May 26, 2014 at 9:47 AM, Hans de Goede <hdegoede@redhat.com> wrote:
 > 
 > > With level triggered interrupt mask / unmask will get called for each
 > > interrupt, doing the somewhat expensive mux setting on each unmask thus is
 > > not a good idea. Instead move it to the set_type callback, which is typically
 > > done only once for each irq.
 > >
-> > Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
+> > Signed-off-by: Hans de Goede <hdegoede@redhat.com>
 > 
 > Yes move it out of mask/unmask but no, not into set_type().
 > 
@@ -38,3 +38,10 @@ Maxime
 Maxime Ripard, Free Electrons
 Embedded Linux, Kernel and Android engineering
 http://free-electrons.com
+-------------- next part --------------
+A non-text attachment was scrubbed...
+Name: signature.asc
+Type: application/pgp-signature
+Size: 819 bytes
+Desc: Digital signature
+URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140528/e08db759/attachment.sig>
diff --git a/a/2.bin b/a/2.bin
deleted file mode 100644
index 2a347ad..0000000
--- a/a/2.bin
+++ /dev/null
@@ -1,17 +0,0 @@
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1
-
-iQIcBAEBAgAGBQJTha41AAoJEBx+YmzsjxAg4tcP/1UvvatNfABOs5guVCHqh4Tr
-YnK8WvmzQJkSsmXb7Tktl29YU9aUWacvc+cKf8t+ByWZgyOUefJWVgMO/PT7f1id
-mr/Ux9w5UqgcNEJ6r69pYJoXb8GVkT2aXGaJ2jwQY4zrPuY0DlLObbTK/aKTJv/r
-LhdSN3VFkRIfJroPCZdKdU8/lTes7lAhUAI0J1UHniYof3pZsx/+q45PvB2TxbeG
-plnex8U0yRGe+kEL0waf3G/K64PS2mP71WBVHnksZpb2JhHhp53PwCEvnl/g4qRd
-YUW7oRXwFiner+ASyAwkHuzOumGPb2MbndEAQvT+CM6uOuIpT6IeaAd1le9Kytp6
-EjQ4PQeZIjCsETy6yN5whF/RfUgz2FqvwkJmEBKDdRuWC2p3y/O2l1LbEFO2txay
-+s3scBoP0tfMPv3uWfwPz05U24QPuSMCpAG1+XhvekW4f2PGgn+WTJxA7M9tYAF9
-655p2aYWYwPBWtLXYeHy3BPf2R4DwkDQrTkhVwM3s+6e5FoAAI/hQlr4un6pSX0Y
-A5X+Tlvwh1XyPLSOEGPwamWWiwgTLanRwpgjC/9NYlk48Zg5C2vCo2s8+XFuJcQz
-6wGinKnQ03mm6GdcMHi43ykK2rC3pPGVf1RmPNoXySI1S4bKNVZ8xK05lGZzjXCq
-2V4qiKjeHXHRoM+fXYpp
-=oL2X
------END PGP SIGNATURE-----
diff --git a/a/2.hdr b/a/2.hdr
deleted file mode 100644
index 3237378..0000000
--- a/a/2.hdr
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Type: application/pgp-signature; name="signature.asc"
-Content-Description: Digital signature
diff --git a/a/content_digest b/N2/content_digest
index 9fcc90d..7e1df0b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,33 +1,21 @@
  "ref\01401090486-4414-1-git-send-email-hdegoede@redhat.com\0"
  "ref\01401090486-4414-4-git-send-email-hdegoede@redhat.com\0"
  "ref\0CACRpkdZcGJTXfcxN_sogm+hYHM56d_VxtuZqth0t-c2mgAJ0vA@mail.gmail.com\0"
- "ref\0CACRpkdZcGJTXfcxN_sogm+hYHM56d_VxtuZqth0t-c2mgAJ0vA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0"
- "From\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
- "Subject\0Re: [PATCH 03/11] pinctrl: sunxi: Move setting of mux to irq type from unmask to set_type\0"
+ "From\0maxime.ripard@free-electrons.com (Maxime Ripard)\0"
+ "Subject\0[PATCH 03/11] pinctrl: sunxi: Move setting of mux to irq type from unmask to set_type\0"
  "Date\0Wed, 28 May 2014 11:36:53 +0200\0"
- "To\0Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
- "Cc\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>"
-  Chris Ball <chris-OsFVWbfNK3isTnJN9+BGXg@public.gmane.org>
-  Ulf Hansson <ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  Arend van Spriel <arend-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
-  John W. Linville <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
-  Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
-  linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  linux-wireless <linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
- " linux-sunxi <linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>\0"
- "\01:1\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
+ "\00:1\0"
  "b\0"
  "On Tue, May 27, 2014 at 04:18:29PM +0200, Linus Walleij wrote:\n"
- "> On Mon, May 26, 2014 at 9:47 AM, Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:\n"
+ "> On Mon, May 26, 2014 at 9:47 AM, Hans de Goede <hdegoede@redhat.com> wrote:\n"
  "> \n"
  "> > With level triggered interrupt mask / unmask will get called for each\n"
  "> > interrupt, doing the somewhat expensive mux setting on each unmask thus is\n"
  "> > not a good idea. Instead move it to the set_type callback, which is typically\n"
  "> > done only once for each irq.\n"
  "> >\n"
- "> > Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n"
+ "> > Signed-off-by: Hans de Goede <hdegoede@redhat.com>\n"
  "> \n"
  "> Yes move it out of mask/unmask but no, not into set_type().\n"
  "> \n"
@@ -58,27 +46,13 @@
  "-- \n"
  "Maxime Ripard, Free Electrons\n"
  "Embedded Linux, Kernel and Android engineering\n"
- http://free-electrons.com
- "\01:2\0"
- "fn\0signature.asc\0"
- "d\0Digital signature\0"
- "b\0"
- "-----BEGIN PGP SIGNATURE-----\n"
- "Version: GnuPG v1\n"
- "\n"
- "iQIcBAEBAgAGBQJTha41AAoJEBx+YmzsjxAg4tcP/1UvvatNfABOs5guVCHqh4Tr\n"
- "YnK8WvmzQJkSsmXb7Tktl29YU9aUWacvc+cKf8t+ByWZgyOUefJWVgMO/PT7f1id\n"
- "mr/Ux9w5UqgcNEJ6r69pYJoXb8GVkT2aXGaJ2jwQY4zrPuY0DlLObbTK/aKTJv/r\n"
- "LhdSN3VFkRIfJroPCZdKdU8/lTes7lAhUAI0J1UHniYof3pZsx/+q45PvB2TxbeG\n"
- "plnex8U0yRGe+kEL0waf3G/K64PS2mP71WBVHnksZpb2JhHhp53PwCEvnl/g4qRd\n"
- "YUW7oRXwFiner+ASyAwkHuzOumGPb2MbndEAQvT+CM6uOuIpT6IeaAd1le9Kytp6\n"
- "EjQ4PQeZIjCsETy6yN5whF/RfUgz2FqvwkJmEBKDdRuWC2p3y/O2l1LbEFO2txay\n"
- "+s3scBoP0tfMPv3uWfwPz05U24QPuSMCpAG1+XhvekW4f2PGgn+WTJxA7M9tYAF9\n"
- "655p2aYWYwPBWtLXYeHy3BPf2R4DwkDQrTkhVwM3s+6e5FoAAI/hQlr4un6pSX0Y\n"
- "A5X+Tlvwh1XyPLSOEGPwamWWiwgTLanRwpgjC/9NYlk48Zg5C2vCo2s8+XFuJcQz\n"
- "6wGinKnQ03mm6GdcMHi43ykK2rC3pPGVf1RmPNoXySI1S4bKNVZ8xK05lGZzjXCq\n"
- "2V4qiKjeHXHRoM+fXYpp\n"
- "=oL2X\n"
- "-----END PGP SIGNATURE-----\n"
+ "http://free-electrons.com\n"
+ "-------------- next part --------------\n"
+ "A non-text attachment was scrubbed...\n"
+ "Name: signature.asc\n"
+ "Type: application/pgp-signature\n"
+ "Size: 819 bytes\n"
+ "Desc: Digital signature\n"
+ URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140528/e08db759/attachment.sig>
 
-97ade8f5f49f47ecbff04b55ddefca30ba3b532d8e29cbcaefe4255cbf777e80
+32cee32bb138b3295df14784019477662537373325b40209d69ad1fca483914a

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.