diff for duplicates of <20150428100719.GN11956@x1> diff --git a/a/1.txt b/N1/1.txt index eb3c9ce..3f02371 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ On Tue, 28 Apr 2015, Eddie Huang wrote: > Provide MT6397 RTC interrupt, base address, and register in > MT6397 MFD. -> +>=20 > Signed-off-by: Eddie Huang <eddie.huang@mediatek.com> > --- > drivers/mfd/mt6397-core.c | 18 ++++++++++++++++++ @@ -21,34 +21,47 @@ FWIW, I quite like straight lines. :) > @@ -21,9 +21,27 @@ > #include <linux/mfd/mt6397/core.h> > #include <linux/mfd/mt6397/registers.h> -> +> =20 > +#define MT6397_RTC_BASE 0xe000 > +#define MT6397_RTC_SIZE 0x3e > + -> +static const struct resource mt6397_rtc_resources[] = { +> +static const struct resource mt6397_rtc_resources[] =3D { > + { -> + .start = MT6397_RTC_BASE, -> + .end = MT6397_RTC_BASE + MT6397_RTC_SIZE, -> + .flags = IORESOURCE_MEM, +> + .start =3D MT6397_RTC_BASE, +> + .end =3D MT6397_RTC_BASE + MT6397_RTC_SIZE, +> + .flags =3D IORESOURCE_MEM, > + }, > + { -> + .start = MT6397_IRQ_RTC, -> + .end = MT6397_IRQ_RTC, -> + .flags = IORESOURCE_IRQ, +> + .start =3D MT6397_IRQ_RTC, +> + .end =3D MT6397_IRQ_RTC, +> + .flags =3D IORESOURCE_IRQ, > + }, > +}; > + -> static const struct mfd_cell mt6397_devs[] = { +> static const struct mfd_cell mt6397_devs[] =3D { > { -> .name = "mt6397-rtc", -> + .num_resources = ARRAY_SIZE(mt6397_rtc_resources), -> + .resources = mt6397_rtc_resources, -> .of_compatible = "mediatek,mt6397-rtc", +> .name =3D "mt6397-rtc", +> + .num_resources =3D ARRAY_SIZE(mt6397_rtc_resources), +> + .resources =3D mt6397_rtc_resources, +> .of_compatible =3D "mediatek,mt6397-rtc", > }, { -> .name = "mt6397-regulator", +> .name =3D "mt6397-regulator", --- +--=20 Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org │ Open source software for ARM SoCs +Linaro.org =E2=94=82 Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog + +--=20 +--=20 +You received this message because you are subscribed to "rtc-linux". +Membership options at http://groups.google.com/group/rtc-linux . +Please read http://groups.google.com/group/rtc-linux/web/checklist +before submitting a driver. +---=20 +You received this message because you are subscribed to the Google Groups "= +rtc-linux" group. +To unsubscribe from this group and stop receiving emails from it, send an e= +mail to rtc-linux+unsubscribe@googlegroups.com. +For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N1/content_digest index 0246970..b9dc720 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01430206556-18254-1-git-send-email-eddie.huang@mediatek.com\0" "ref\01430206556-18254-2-git-send-email-eddie.huang@mediatek.com\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH v3 1/3] mfd: provide RTC resource in MT6397 MFD\0" + "Subject\0[rtc-linux] Re: [PATCH v3 1/3] mfd: provide RTC resource in MT6397 MFD\0" "Date\0Tue, 28 Apr 2015 11:07:19 +0100\0" "To\0Eddie Huang <eddie.huang@mediatek.com>\0" "Cc\0Alessandro Zummo <a.zummo@towertech.it>" @@ -23,7 +23,7 @@ "\n" "> Provide MT6397 RTC interrupt, base address, and register in\n" "> MT6397 MFD.\n" - "> \n" + ">=20\n" "> Signed-off-by: Eddie Huang <eddie.huang@mediatek.com>\n" "> ---\n" "> drivers/mfd/mt6397-core.c | 18 ++++++++++++++++++\n" @@ -42,36 +42,49 @@ "> @@ -21,9 +21,27 @@\n" "> #include <linux/mfd/mt6397/core.h>\n" "> #include <linux/mfd/mt6397/registers.h>\n" - "> \n" + "> =20\n" "> +#define MT6397_RTC_BASE\t\t0xe000\n" "> +#define MT6397_RTC_SIZE\t\t0x3e\n" "> +\n" - "> +static const struct resource mt6397_rtc_resources[] = {\n" + "> +static const struct resource mt6397_rtc_resources[] =3D {\n" "> +\t{\n" - "> +\t\t.start = MT6397_RTC_BASE,\n" - "> +\t\t.end = MT6397_RTC_BASE + MT6397_RTC_SIZE,\n" - "> +\t\t.flags = IORESOURCE_MEM,\n" + "> +\t\t.start =3D MT6397_RTC_BASE,\n" + "> +\t\t.end =3D MT6397_RTC_BASE + MT6397_RTC_SIZE,\n" + "> +\t\t.flags =3D IORESOURCE_MEM,\n" "> +\t},\n" "> +\t{\n" - "> +\t\t.start = MT6397_IRQ_RTC,\n" - "> +\t\t.end = MT6397_IRQ_RTC,\n" - "> +\t\t.flags = IORESOURCE_IRQ,\n" + "> +\t\t.start =3D MT6397_IRQ_RTC,\n" + "> +\t\t.end =3D MT6397_IRQ_RTC,\n" + "> +\t\t.flags =3D IORESOURCE_IRQ,\n" "> +\t},\n" "> +};\n" "> +\n" - "> static const struct mfd_cell mt6397_devs[] = {\n" + "> static const struct mfd_cell mt6397_devs[] =3D {\n" "> \t{\n" - "> \t\t.name = \"mt6397-rtc\",\n" - "> +\t\t.num_resources = ARRAY_SIZE(mt6397_rtc_resources),\n" - "> +\t\t.resources = mt6397_rtc_resources,\n" - "> \t\t.of_compatible = \"mediatek,mt6397-rtc\",\n" + "> \t\t.name =3D \"mt6397-rtc\",\n" + "> +\t\t.num_resources =3D ARRAY_SIZE(mt6397_rtc_resources),\n" + "> +\t\t.resources =3D mt6397_rtc_resources,\n" + "> \t\t.of_compatible =3D \"mediatek,mt6397-rtc\",\n" "> \t}, {\n" - "> \t\t.name = \"mt6397-regulator\",\n" + "> \t\t.name =3D \"mt6397-regulator\",\n" "\n" - "-- \n" + "--=20\n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \342\224\202 Open source software for ARM SoCs\n" - Follow Linaro: Facebook | Twitter | Blog + "Linaro.org =E2=94=82 Open source software for ARM SoCs\n" + "Follow Linaro: Facebook | Twitter | Blog\n" + "\n" + "--=20\n" + "--=20\n" + "You received this message because you are subscribed to \"rtc-linux\".\n" + "Membership options at http://groups.google.com/group/rtc-linux .\n" + "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" + "before submitting a driver.\n" + "---=20\n" + "You received this message because you are subscribed to the Google Groups \"=\n" + "rtc-linux\" group.\n" + "To unsubscribe from this group and stop receiving emails from it, send an e=\n" + "mail to rtc-linux+unsubscribe@googlegroups.com.\n" + For more options, visit https://groups.google.com/d/optout. -635d99b52847e1df0721264356f579af5496b63472f331e93e8b34eb6caf9673 +6cabe3dfd3bd706ba37ec6e1e622f6545cef8b2e6d90502aa1b71718eba8a310
diff --git a/a/1.txt b/N2/1.txt index eb3c9ce..bd60f50 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -50,5 +50,5 @@ FWIW, I quite like straight lines. :) -- 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 0246970..28bdeac 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,22 +1,9 @@ "ref\01430206556-18254-1-git-send-email-eddie.huang@mediatek.com\0" "ref\01430206556-18254-2-git-send-email-eddie.huang@mediatek.com\0" - "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH v3 1/3] mfd: provide RTC resource in MT6397 MFD\0" + "From\0lee.jones@linaro.org (Lee Jones)\0" + "Subject\0[PATCH v3 1/3] mfd: provide RTC resource in MT6397 MFD\0" "Date\0Tue, 28 Apr 2015 11:07:19 +0100\0" - "To\0Eddie Huang <eddie.huang@mediatek.com>\0" - "Cc\0Alessandro Zummo <a.zummo@towertech.it>" - Matthias Brugger <matthias.bgg@gmail.com> - Andrew Morton <akpm@linux-foundation.org> - Tomasz Figa <tfiga@google.com> - " Uwe Kleine-K\303\266nig <kernel@pengutronix.de>" - srv_heupstream@mediatek.com - Samuel Ortiz <sameo@linux.intel.com> - Greg KH <gregkh@linuxfoundation.org> - Joe Perches <joe@perches.com> - linux-kernel@vger.kernel.org - rtc-linux@googlegroups.com - linux-arm-kernel@lists.infradead.org - " linux-mediatek@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Tue, 28 Apr 2015, Eddie Huang wrote:\n" @@ -71,7 +58,7 @@ "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \342\224\202 Open source software for ARM SoCs\n" + "Linaro.org ? Open source software for ARM SoCs\n" Follow Linaro: Facebook | Twitter | Blog -635d99b52847e1df0721264356f579af5496b63472f331e93e8b34eb6caf9673 +8f07c094f9ba3d0572c4eb6f8e41fde10547cf7cbdb567e17c14f2e9411dacf3
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.