diff for duplicates of <52F7F79C.1010001@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 56f9f95..395519d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ On 06/02/14 07:00, Matt Ranostay wrote: > AS3935 chipset can detect lightning strikes and reports those back as > events and the estimated distance to the storm. > -> Signed-off-by: Matt Ranostay <mranostay@gmail.com> +> Signed-off-by: Matt Ranostay <mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Hi Matt, Sorry for my somewhat late entry in the discussion of the interface for this @@ -56,7 +56,7 @@ Jonathan > +What /sys/bus/iio/devices/iio:deviceX/in_proximity_raw > +Date: January 2014 > +KernelVersion: 3.15 -> +Contact: Matt Ranostay <mranostay@gmail.com> +> +Contact: Matt Ranostay <mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > +Description: > + Get the current distance in kilometers of storm > + 1 = storm overhead @@ -70,7 +70,7 @@ be in meters not kilometers. > +What /sys/bus/iio/devices/iio:deviceX/gain_boost > +Date: January 2014 > +KernelVersion: 3.15 -> +Contact: Matt Ranostay <mranostay@gmail.com> +> +Contact: Matt Ranostay <mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > +Description: > + Show or set the gain boost of the amp, from 0-31 range. > + 18 = indoors (default) @@ -150,7 +150,7 @@ so it is a good to have an idea of what it actually is. > +/* > + * as3935.c - Support for AS3935 Franklin lightning sensor > + * -> + * Copyright (C) 2014 Matt Ranostay <mranostay@gmail.com> +> + * Copyright (C) 2014 Matt Ranostay <mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by @@ -637,7 +637,7 @@ is removed in the device_unregister. > +}; > +module_spi_driver(as3935_driver); > + -> +MODULE_AUTHOR("Matt Ranostay <mranostay@gmail.com>"); +> +MODULE_AUTHOR("Matt Ranostay <mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"); > +MODULE_DESCRIPTION("AS3935 lightning sensor"); > +MODULE_LICENSE("GPL"); > +MODULE_ALIAS("spi:as3935"); diff --git a/a/content_digest b/N1/content_digest index 136a9b8..80ad1e2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,21 +1,22 @@ "ref\01391670015-6551-1-git-send-email-mranostay@gmail.com\0" "ref\01391670015-6551-3-git-send-email-mranostay@gmail.com\0" - "From\0Jonathan Cameron <jic23@kernel.org>\0" + "ref\01391670015-6551-3-git-send-email-mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" "Subject\0Re: [PATCH 2/2] iio: Add AS3935 lightning sensor support\0" "Date\0Sun, 09 Feb 2014 21:48:12 +0000\0" - "To\0Matt Ranostay <mranostay@gmail.com>" - linux-kernel@vger.kernel.org - linux-iio@vger.kernel.org - " devicetree@vger.kernel.org\0" - "Cc\0matt.porter@linaro.org" - " pantelis.antoniou@gmail.com\0" + "To\0Matt Ranostay <mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "Cc\0matt.porter-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org" + " pantelis.antoniou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" "\00:1\0" "b\0" "On 06/02/14 07:00, Matt Ranostay wrote:\n" "> AS3935 chipset can detect lightning strikes and reports those back as\n" "> events and the estimated distance to the storm.\n" ">\n" - "> Signed-off-by: Matt Ranostay <mranostay@gmail.com>\n" + "> Signed-off-by: Matt Ranostay <mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "Hi Matt,\n" "\n" "Sorry for my somewhat late entry in the discussion of the interface for this\n" @@ -69,7 +70,7 @@ "> +What\t\t/sys/bus/iio/devices/iio:deviceX/in_proximity_raw\n" "> +Date:\t\tJanuary 2014\n" "> +KernelVersion:\t3.15\n" - "> +Contact:\tMatt Ranostay <mranostay@gmail.com>\n" + "> +Contact:\tMatt Ranostay <mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "> +Description:\n" "> +\t\tGet the current distance in kilometers of storm\n" "> +\t\t1 = storm overhead\n" @@ -83,7 +84,7 @@ "> +What\t\t/sys/bus/iio/devices/iio:deviceX/gain_boost\n" "> +Date:\t\tJanuary 2014\n" "> +KernelVersion:\t3.15\n" - "> +Contact:\tMatt Ranostay <mranostay@gmail.com>\n" + "> +Contact:\tMatt Ranostay <mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "> +Description:\n" "> +\t\tShow or set the gain boost of the amp, from 0-31 range.\n" "> +\t\t18 = indoors (default)\n" @@ -163,7 +164,7 @@ "> +/*\n" "> + * as3935.c - Support for AS3935 Franklin lightning sensor\n" "> + *\n" - "> + * Copyright (C) 2014 Matt Ranostay <mranostay@gmail.com>\n" + "> + * Copyright (C) 2014 Matt Ranostay <mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License as published by\n" @@ -650,10 +651,10 @@ "> +};\n" "> +module_spi_driver(as3935_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"Matt Ranostay <mranostay@gmail.com>\");\n" + "> +MODULE_AUTHOR(\"Matt Ranostay <mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\");\n" "> +MODULE_DESCRIPTION(\"AS3935 lightning sensor\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "> +MODULE_ALIAS(\"spi:as3935\");\n" > -8f3e3fda855b66f0a1a99bb6a0b7fa035fe840f9aba45954bd4556edb847c627 +d7671e03896ca39cffd91c19c3f035b621e894e311bfba84d410bc88c6641dd3
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.