diff for duplicates of <5240608F.4090900@atmel.com> diff --git a/a/1.txt b/N1/1.txt index 758a5a9..b02983d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -40,7 +40,7 @@ On 22/09/2013 10:05, Bo Shen : > + > +Example: > + -> + pwm0: pwm@f8034000 { +> + pwm0: pwm at f8034000 { > + compatible = "atmel,at91sam9rl-pwm"; > + reg = <0xf8034000 0x400>; > + #pwm-cells = <3>; @@ -48,7 +48,7 @@ On 22/09/2013 10:05, Bo Shen : > + > +The following the pwm led based example: > + -> + pwm0: pwm@f8034000 { +> + pwm0: pwm at f8034000 { > + compatible = "atmel,at91sam9rl-pwm"; > + reg = <0xf8034000 0x400>; > + #pwm-cells = <3>; @@ -465,8 +465,3 @@ check this (even if on at91 it can't fail for the moment). -- Nicolas Ferre - -_______________________________________________ -linux-arm-kernel mailing list -linux-arm-kernel@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N1/content_digest index f2ca07b..ee7c2ed 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,8 @@ "ref\01379837101-2165-1-git-send-email-voice.shen@atmel.com\0" - "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0" - "Subject\0Re: [PATCH v3] PWM: at91: add Atmel PWM controller driver\0" + "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0" + "Subject\0[PATCH v3] PWM: at91: add Atmel PWM controller driver\0" "Date\0Mon, 23 Sep 2013 17:38:55 +0200\0" - "To\0Bo Shen <voice.shen@atmel.com>" - " Thierry Reding <thierry.reding@gmail.com>\0" - "Cc\0linux-pwm@vger.kernel.org" - plagnioj@jcrosoft.com - linux-kernel@vger.kernel.org - linux-arm-kernel@lists.infradead.org - " devicetree@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 22/09/2013 10:05, Bo Shen :\n" @@ -53,7 +47,7 @@ "> +\n" "> +Example:\n" "> +\n" - "> +\tpwm0: pwm@f8034000 {\n" + "> +\tpwm0: pwm at f8034000 {\n" "> +\t\tcompatible = \"atmel,at91sam9rl-pwm\";\n" "> +\t\treg = <0xf8034000 0x400>;\n" "> +\t\t#pwm-cells = <3>;\n" @@ -61,7 +55,7 @@ "> +\n" "> +The following the pwm led based example:\n" "> +\n" - "> +\tpwm0: pwm@f8034000 {\n" + "> +\tpwm0: pwm at f8034000 {\n" "> +\t\tcompatible = \"atmel,at91sam9rl-pwm\";\n" "> +\t\treg = <0xf8034000 0x400>;\n" "> +\t\t#pwm-cells = <3>;\n" @@ -477,11 +471,6 @@ "\n" "\n" "-- \n" - "Nicolas Ferre\n" - "\n" - "_______________________________________________\n" - "linux-arm-kernel mailing list\n" - "linux-arm-kernel@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-arm-kernel + Nicolas Ferre -72ba68a4567d13e304b357ba69a2edd979f5d734d0d1adcfa2e465389c40eb14 +a137bfc2d86618237bfe391b4704d2727dbeda6eac5d51678d84524644276ae6
diff --git a/a/1.txt b/N2/1.txt index 758a5a9..47baf21 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,7 +4,7 @@ On 22/09/2013 10:05, Bo Shen : > This is the basic function implementation of Atmel PWM controller. > It can work with PWM based led and backlight. > -> Signed-off-by: Bo Shen <voice.shen@atmel.com> +> Signed-off-by: Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> > --- > Changes in v3: > - change compatible string from "atmel,sama5-pwm" to "atmel,sama5d3-pwm" @@ -111,7 +111,7 @@ On 22/09/2013 10:05, Bo Shen : > + * Driver for Atmel Pulse Width Modulation Controller > + * > + * Copyright (C) 2013 Atmel Corporation -> + * Bo Shen <voice.shen@atmel.com> +> + * Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> > + * > + * Licensed under GPLv2. > + */ @@ -457,7 +457,7 @@ check this (even if on at91 it can't fail for the moment). > +module_platform_driver(atmel_pwm_driver); > + > +MODULE_ALIAS("platform:atmel-pwm"); -> +MODULE_AUTHOR("Bo Shen <voice.shen@atmel.com>"); +> +MODULE_AUTHOR("Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>"); > +MODULE_DESCRIPTION("Atmel PWM driver"); > +MODULE_LICENSE("GPL v2"); > @@ -465,8 +465,7 @@ check this (even if on at91 it can't fail for the moment). -- Nicolas Ferre - -_______________________________________________ -linux-arm-kernel mailing list -linux-arm-kernel@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-arm-kernel +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index f2ca07b..bfb73d2 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,14 +1,15 @@ "ref\01379837101-2165-1-git-send-email-voice.shen@atmel.com\0" - "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0" + "ref\01379837101-2165-1-git-send-email-voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org\0" + "From\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0" "Subject\0Re: [PATCH v3] PWM: at91: add Atmel PWM controller driver\0" "Date\0Mon, 23 Sep 2013 17:38:55 +0200\0" - "To\0Bo Shen <voice.shen@atmel.com>" - " Thierry Reding <thierry.reding@gmail.com>\0" - "Cc\0linux-pwm@vger.kernel.org" - plagnioj@jcrosoft.com - linux-kernel@vger.kernel.org - linux-arm-kernel@lists.infradead.org - " devicetree@vger.kernel.org\0" + "To\0Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>" + " Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Cc\0plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org" + linux-pwm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On 22/09/2013 10:05, Bo Shen :\n" @@ -17,7 +18,7 @@ "> This is the basic function implementation of Atmel PWM controller.\n" "> It can work with PWM based led and backlight.\n" ">\n" - "> Signed-off-by: Bo Shen <voice.shen@atmel.com>\n" + "> Signed-off-by: Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n" "> ---\n" "> Changes in v3:\n" "> - change compatible string from \"atmel,sama5-pwm\" to \"atmel,sama5d3-pwm\"\n" @@ -124,7 +125,7 @@ "> + * Driver for Atmel Pulse Width Modulation Controller\n" "> + *\n" "> + * Copyright (C) 2013 Atmel Corporation\n" - "> + *\t\t Bo Shen <voice.shen@atmel.com>\n" + "> + *\t\t Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n" "> + *\n" "> + * Licensed under GPLv2.\n" "> + */\n" @@ -470,7 +471,7 @@ "> +module_platform_driver(atmel_pwm_driver);\n" "> +\n" "> +MODULE_ALIAS(\"platform:atmel-pwm\");\n" - "> +MODULE_AUTHOR(\"Bo Shen <voice.shen@atmel.com>\");\n" + "> +MODULE_AUTHOR(\"Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\");\n" "> +MODULE_DESCRIPTION(\"Atmel PWM driver\");\n" "> +MODULE_LICENSE(\"GPL v2\");\n" ">\n" @@ -478,10 +479,9 @@ "\n" "-- \n" "Nicolas Ferre\n" - "\n" - "_______________________________________________\n" - "linux-arm-kernel mailing list\n" - "linux-arm-kernel@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-arm-kernel + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -72ba68a4567d13e304b357ba69a2edd979f5d734d0d1adcfa2e465389c40eb14 +cb129f591b29238a64fcf32286d06a1cb6d0c4c758e627439499d8cebcc6a6c8
diff --git a/a/1.txt b/N3/1.txt index 758a5a9..a5b7fa8 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -465,8 +465,3 @@ check this (even if on at91 it can't fail for the moment). -- Nicolas Ferre - -_______________________________________________ -linux-arm-kernel mailing list -linux-arm-kernel@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N3/content_digest index f2ca07b..67b5265 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -4,11 +4,11 @@ "Date\0Mon, 23 Sep 2013 17:38:55 +0200\0" "To\0Bo Shen <voice.shen@atmel.com>" " Thierry Reding <thierry.reding@gmail.com>\0" - "Cc\0linux-pwm@vger.kernel.org" - plagnioj@jcrosoft.com - linux-kernel@vger.kernel.org - linux-arm-kernel@lists.infradead.org - " devicetree@vger.kernel.org\0" + "Cc\0<plagnioj@jcrosoft.com>" + <linux-pwm@vger.kernel.org> + <linux-kernel@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + " <devicetree@vger.kernel.org>\0" "\00:1\0" "b\0" "On 22/09/2013 10:05, Bo Shen :\n" @@ -477,11 +477,6 @@ "\n" "\n" "-- \n" - "Nicolas Ferre\n" - "\n" - "_______________________________________________\n" - "linux-arm-kernel mailing list\n" - "linux-arm-kernel@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-arm-kernel + Nicolas Ferre -72ba68a4567d13e304b357ba69a2edd979f5d734d0d1adcfa2e465389c40eb14 +3af683f439d1df6991bcb59df871e61e7aaeb3104e3a8481251d8513492ba6d4
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.