diff for duplicates of <53A55EDF.4010104@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 2a52cd7..cde8bc1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ On 13/06/14 16:21, Denis Carikli wrote: -> From: Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> +> From: Markus Pargmann <mpa@pengutronix.de> > > This is a conversion queue driver for the mx25 SoC. It uses the central > ADC which is used by two seperate independent queues. This driver @@ -11,12 +11,12 @@ On 13/06/14 16:21, Denis Carikli wrote: > The reference voltages are configurable through devicetree subnodes, > depending on the connections of the ADC inputs. > -> Signed-off-by: Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> -> Signed-off-by: Denis Carikli <denis-fO0SIAKYzcbQT0dZR+AlfA@public.gmane.org> +> Signed-off-by: Markus Pargmann <mpa@pengutronix.de> +> Signed-off-by: Denis Carikli <denis@eukrea.com> Couple of little bits + I think we have enough 'interesting' bits in the device tree binding that we are going to need an Ack from a device tree maintainer. Note any patch at all with device tree bindings should -be cc'd to devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +be cc'd to devicetree@vger.kernel.org > --- > .../devicetree/bindings/iio/adc/fsl,imx25-gcq.txt | 54 ++++ @@ -126,7 +126,7 @@ ack I think... > +++ b/drivers/iio/adc/fsl-imx25-gcq.c > @@ -0,0 +1,338 @@ > +/* -> + * Copyright 2014 Markus Pargmann, Pengutronix <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> +> + * Copyright 2014 Markus Pargmann, Pengutronix <mpa@pengutronix.de> > + * > + * The code contained herein is licensed under the GNU General Public > + * License. You may obtain a copy of the GNU General Public License @@ -476,6 +476,6 @@ causing significant problems? > +module_platform_driver(mx25_gcq_driver); > + > +MODULE_DESCRIPTION("ADC driver for Freescale mx25"); -> +MODULE_AUTHOR("Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>"); +> +MODULE_AUTHOR("Markus Pargmann <mpa@pengutronix.de>"); > +MODULE_LICENSE("GPL v2"); > diff --git a/a/content_digest b/N1/content_digest index 05f8f7e..b9a6cdf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,28 +1,27 @@ "ref\01392913312-9030-1-git-send-email-mpa@pengutronix.de\0" "ref\01402672899-6995-1-git-send-email-denis@eukrea.com\0" "ref\01402672899-6995-4-git-send-email-denis@eukrea.com\0" - "ref\01402672899-6995-4-git-send-email-denis-fO0SIAKYzcbQT0dZR+AlfA@public.gmane.org\0" - "From\0Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "From\0Jonathan Cameron <jic23@kernel.org>\0" "Subject\0Re: [PATCH v2 3/6] iio: adc: fsl,imx25-gcq driver\0" "Date\0Sat, 21 Jun 2014 11:30:55 +0100\0" - "To\0Denis Carikli <denis-fO0SIAKYzcbQT0dZR+AlfA@public.gmane.org>" - Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> - " Dmitry Torokhov <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Cc\0Eric B\303\251nard <eric-fO0SIAKYzcbQT0dZR+AlfA@public.gmane.org>" - Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Fabio Estevam <festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org> - Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> - " Devicetree List <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" + "To\0Denis Carikli <denis@eukrea.com>" + Shawn Guo <shawn.guo@linaro.org> + Samuel Ortiz <sameo@linux.intel.com> + " Dmitry Torokhov <dmitry.torokhov@gmail.com>\0" + "Cc\0Eric B\303\251nard <eric@eukrea.com>" + Sascha Hauer <kernel@pengutronix.de> + linux-arm-kernel@lists.infradead.org + Lee Jones <lee.jones@linaro.org> + linux-input@vger.kernel.org + linux-iio@vger.kernel.org + Fabio Estevam <festevam@gmail.com> + Lars-Peter Clausen <lars@metafoo.de> + Markus Pargmann <mpa@pengutronix.de> + " Devicetree List <devicetree@vger.kernel.org>\0" "\00:1\0" "b\0" "On 13/06/14 16:21, Denis Carikli wrote:\n" - "> From: Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n" + "> From: Markus Pargmann <mpa@pengutronix.de>\n" ">\n" "> This is a conversion queue driver for the mx25 SoC. It uses the central\n" "> ADC which is used by two seperate independent queues. This driver\n" @@ -34,12 +33,12 @@ "> The reference voltages are configurable through devicetree subnodes,\n" "> depending on the connections of the ADC inputs.\n" ">\n" - "> Signed-off-by: Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n" - "> Signed-off-by: Denis Carikli <denis-fO0SIAKYzcbQT0dZR+AlfA@public.gmane.org>\n" + "> Signed-off-by: Markus Pargmann <mpa@pengutronix.de>\n" + "> Signed-off-by: Denis Carikli <denis@eukrea.com>\n" "Couple of little bits + I think we have enough 'interesting' bits\n" "in the device tree binding that we are going to need an Ack from a device\n" "tree maintainer. Note any patch at all with device tree bindings should\n" - "be cc'd to devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "be cc'd to devicetree@vger.kernel.org\n" "\n" "> ---\n" "> .../devicetree/bindings/iio/adc/fsl,imx25-gcq.txt | 54 ++++\n" @@ -149,7 +148,7 @@ "> +++ b/drivers/iio/adc/fsl-imx25-gcq.c\n" "> @@ -0,0 +1,338 @@\n" "> +/*\n" - "> + * Copyright 2014 Markus Pargmann, Pengutronix <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n" + "> + * Copyright 2014 Markus Pargmann, Pengutronix <mpa@pengutronix.de>\n" "> + *\n" "> + * The code contained herein is licensed under the GNU General Public\n" "> + * License. You may obtain a copy of the GNU General Public License\n" @@ -499,8 +498,8 @@ "> +module_platform_driver(mx25_gcq_driver);\n" "> +\n" "> +MODULE_DESCRIPTION(\"ADC driver for Freescale mx25\");\n" - "> +MODULE_AUTHOR(\"Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\");\n" + "> +MODULE_AUTHOR(\"Markus Pargmann <mpa@pengutronix.de>\");\n" "> +MODULE_LICENSE(\"GPL v2\");\n" > -ec2b6d9a4194fa108eb10e8e882ae3235cd76e51c81ce1298d057e03398ace06 +6e207a020f1146c6825e24f78fca7adc64fb6fa1e982acb20fc0d4780e98ac22
diff --git a/a/1.txt b/N2/1.txt index 2a52cd7..85d2923 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,5 +1,5 @@ On 13/06/14 16:21, Denis Carikli wrote: -> From: Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> +> From: Markus Pargmann <mpa@pengutronix.de> > > This is a conversion queue driver for the mx25 SoC. It uses the central > ADC which is used by two seperate independent queues. This driver @@ -11,12 +11,12 @@ On 13/06/14 16:21, Denis Carikli wrote: > The reference voltages are configurable through devicetree subnodes, > depending on the connections of the ADC inputs. > -> Signed-off-by: Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> -> Signed-off-by: Denis Carikli <denis-fO0SIAKYzcbQT0dZR+AlfA@public.gmane.org> +> Signed-off-by: Markus Pargmann <mpa@pengutronix.de> +> Signed-off-by: Denis Carikli <denis@eukrea.com> Couple of little bits + I think we have enough 'interesting' bits in the device tree binding that we are going to need an Ack from a device tree maintainer. Note any patch at all with device tree bindings should -be cc'd to devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +be cc'd to devicetree at vger.kernel.org > --- > .../devicetree/bindings/iio/adc/fsl,imx25-gcq.txt | 54 ++++ @@ -73,7 +73,7 @@ be cc'd to devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > + > +Example: > + -> + adc: adc@50030800 { +> + adc: adc at 50030800 { > + compatible = "fsl,imx25-gcq"; > + reg = <0x50030800 0x60>; > + interrupt-parent = <&tscadc>; @@ -81,7 +81,7 @@ be cc'd to devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > + #address-cells = <1>; > + #size-cells = <0>; > + -> + inaux@5 { +> + inaux at 5 { > + reg = <5>; > + fsl,adc-refp = <3>; > + fsl,adc-refn = <3>; @@ -126,7 +126,7 @@ ack I think... > +++ b/drivers/iio/adc/fsl-imx25-gcq.c > @@ -0,0 +1,338 @@ > +/* -> + * Copyright 2014 Markus Pargmann, Pengutronix <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> +> + * Copyright 2014 Markus Pargmann, Pengutronix <mpa@pengutronix.de> > + * > + * The code contained herein is licensed under the GNU General Public > + * License. You may obtain a copy of the GNU General Public License @@ -476,6 +476,6 @@ causing significant problems? > +module_platform_driver(mx25_gcq_driver); > + > +MODULE_DESCRIPTION("ADC driver for Freescale mx25"); -> +MODULE_AUTHOR("Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>"); +> +MODULE_AUTHOR("Markus Pargmann <mpa@pengutronix.de>"); > +MODULE_LICENSE("GPL v2"); > diff --git a/a/content_digest b/N2/content_digest index 05f8f7e..a29b217 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,28 +1,14 @@ "ref\01392913312-9030-1-git-send-email-mpa@pengutronix.de\0" "ref\01402672899-6995-1-git-send-email-denis@eukrea.com\0" "ref\01402672899-6995-4-git-send-email-denis@eukrea.com\0" - "ref\01402672899-6995-4-git-send-email-denis-fO0SIAKYzcbQT0dZR+AlfA@public.gmane.org\0" - "From\0Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" - "Subject\0Re: [PATCH v2 3/6] iio: adc: fsl,imx25-gcq driver\0" + "From\0jic23@kernel.org (Jonathan Cameron)\0" + "Subject\0[PATCH v2 3/6] iio: adc: fsl,imx25-gcq driver\0" "Date\0Sat, 21 Jun 2014 11:30:55 +0100\0" - "To\0Denis Carikli <denis-fO0SIAKYzcbQT0dZR+AlfA@public.gmane.org>" - Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> - " Dmitry Torokhov <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Cc\0Eric B\303\251nard <eric-fO0SIAKYzcbQT0dZR+AlfA@public.gmane.org>" - Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Fabio Estevam <festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org> - Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> - " Devicetree List <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 13/06/14 16:21, Denis Carikli wrote:\n" - "> From: Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n" + "> From: Markus Pargmann <mpa@pengutronix.de>\n" ">\n" "> This is a conversion queue driver for the mx25 SoC. It uses the central\n" "> ADC which is used by two seperate independent queues. This driver\n" @@ -34,12 +20,12 @@ "> The reference voltages are configurable through devicetree subnodes,\n" "> depending on the connections of the ADC inputs.\n" ">\n" - "> Signed-off-by: Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n" - "> Signed-off-by: Denis Carikli <denis-fO0SIAKYzcbQT0dZR+AlfA@public.gmane.org>\n" + "> Signed-off-by: Markus Pargmann <mpa@pengutronix.de>\n" + "> Signed-off-by: Denis Carikli <denis@eukrea.com>\n" "Couple of little bits + I think we have enough 'interesting' bits\n" "in the device tree binding that we are going to need an Ack from a device\n" "tree maintainer. Note any patch at all with device tree bindings should\n" - "be cc'd to devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "be cc'd to devicetree at vger.kernel.org\n" "\n" "> ---\n" "> .../devicetree/bindings/iio/adc/fsl,imx25-gcq.txt | 54 ++++\n" @@ -96,7 +82,7 @@ "> +\n" "> +Example:\n" "> +\n" - "> +\tadc: adc@50030800 {\n" + "> +\tadc: adc at 50030800 {\n" "> +\t\tcompatible = \"fsl,imx25-gcq\";\n" "> +\t\treg = <0x50030800 0x60>;\n" "> +\t\tinterrupt-parent = <&tscadc>;\n" @@ -104,7 +90,7 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tinaux@5 {\n" + "> +\t\tinaux at 5 {\n" "> +\t\t\treg = <5>;\n" "> +\t\t\tfsl,adc-refp = <3>;\n" "> +\t\t\tfsl,adc-refn = <3>;\n" @@ -149,7 +135,7 @@ "> +++ b/drivers/iio/adc/fsl-imx25-gcq.c\n" "> @@ -0,0 +1,338 @@\n" "> +/*\n" - "> + * Copyright 2014 Markus Pargmann, Pengutronix <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n" + "> + * Copyright 2014 Markus Pargmann, Pengutronix <mpa@pengutronix.de>\n" "> + *\n" "> + * The code contained herein is licensed under the GNU General Public\n" "> + * License. You may obtain a copy of the GNU General Public License\n" @@ -499,8 +485,8 @@ "> +module_platform_driver(mx25_gcq_driver);\n" "> +\n" "> +MODULE_DESCRIPTION(\"ADC driver for Freescale mx25\");\n" - "> +MODULE_AUTHOR(\"Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\");\n" + "> +MODULE_AUTHOR(\"Markus Pargmann <mpa@pengutronix.de>\");\n" "> +MODULE_LICENSE(\"GPL v2\");\n" > -ec2b6d9a4194fa108eb10e8e882ae3235cd76e51c81ce1298d057e03398ace06 +a0f825f872ab6f3de74cfea36472c4c645710801f5f1c930bfdc9b3830f3f5ca
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.