diff for duplicates of <20160111054618.GA3331@x1> diff --git a/a/1.txt b/N1/1.txt index 7d23cfd..ac0b1bb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,7 +6,7 @@ Any reason why you're not using your real name? On Fri, 08 Jan 2016, Linux Kernel wrote: > On Thursday 07 January 2016 08:08 PM, Laxman Dewangan wrote: -> +>=20 > >Maxim Semiconductor's PMIC MAX77620/MAX20024 has on chip > >RTC module. This support for setting alarm and time. > > @@ -19,23 +19,24 @@ On Fri, 08 Jan 2016, Linux Kernel wrote: > >--- > > drivers/rtc/Kconfig | 9 + > > drivers/rtc/Makefile | 1 + -> > drivers/rtc/rtc-max77620.c | 574 +++++++++++++++++++++++++++++++++++++++++++++ +> > drivers/rtc/rtc-max77620.c | 574 +++++++++++++++++++++++++++++++++++++= +++++++++ > > 3 files changed, 584 insertions(+) > > create mode 100644 drivers/rtc/rtc-max77620.c > > > (...) -> -> >+static struct platform_driver max77620_rtc_driver = { -> >+ .probe = max77620_rtc_probe, -> >+ .remove = max77620_rtc_remove, -> >+ .id_table = max77620_rtc_devtype, -> >+ .driver = { -> >+ .name = "max77620-rtc", -> >+ .owner = THIS_MODULE, -> +>=20 +> >+static struct platform_driver max77620_rtc_driver =3D { +> >+ .probe =3D max77620_rtc_probe, +> >+ .remove =3D max77620_rtc_remove, +> >+ .id_table =3D max77620_rtc_devtype, +> >+ .driver =3D { +> >+ .name =3D "max77620-rtc", +> >+ .owner =3D THIS_MODULE, +>=20 > Drop this line, .owner will be populated by driver core. -> -> >+ .pm = &max77620_rtc_pm_ops, +>=20 +> >+ .pm =3D &max77620_rtc_pm_ops, > >+ }, > >+}; > >+ @@ -47,12 +48,21 @@ On Fri, 08 Jan 2016, Linux Kernel wrote: > >+MODULE_ALIAS("platform:max77620-rtc"); > >+MODULE_LICENSE("GPL v2"); --- +--=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 --- -To unsubscribe from this list: send the line "unsubscribe linux-gpio" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html + +--=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 8bdad1e..7af5319 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01452177524-23192-6-git-send-email-ldewangan@nvidia.com\0" "ref\0568F0BD3.8080000@gmail.com\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH 5/6] rtc: max77620: add support for max77620/max20024 RTC driver\0" + "Subject\0[rtc-linux] Re: [PATCH 5/6] rtc: max77620: add support for max77620/max20024 RTC driver\0" "Date\0Mon, 11 Jan 2016 05:46:18 +0000\0" "To\0Linux Kernel <linuxkernelmails@gmail.com>\0" "Cc\0Laxman Dewangan <ldewangan@nvidia.com>" @@ -34,7 +34,7 @@ "\n" "On Fri, 08 Jan 2016, Linux Kernel wrote:\n" "> On Thursday 07 January 2016 08:08 PM, Laxman Dewangan wrote:\n" - "> \n" + ">=20\n" "> >Maxim Semiconductor's PMIC MAX77620/MAX20024 has on chip\n" "> >RTC module. This support for setting alarm and time.\n" "> >\n" @@ -47,23 +47,24 @@ "> >---\n" "> > drivers/rtc/Kconfig | 9 +\n" "> > drivers/rtc/Makefile | 1 +\n" - "> > drivers/rtc/rtc-max77620.c | 574 +++++++++++++++++++++++++++++++++++++++++++++\n" + "> > drivers/rtc/rtc-max77620.c | 574 +++++++++++++++++++++++++++++++++++++=\n" + "++++++++\n" "> > 3 files changed, 584 insertions(+)\n" "> > create mode 100644 drivers/rtc/rtc-max77620.c\n" "> >\n" "> (...)\n" - "> \n" - "> >+static struct platform_driver max77620_rtc_driver = {\n" - "> >+\t.probe = max77620_rtc_probe,\n" - "> >+\t.remove = max77620_rtc_remove,\n" - "> >+\t.id_table = max77620_rtc_devtype,\n" - "> >+\t.driver = {\n" - "> >+\t\t\t.name = \"max77620-rtc\",\n" - "> >+\t\t\t.owner = THIS_MODULE,\n" - "> \n" + ">=20\n" + "> >+static struct platform_driver max77620_rtc_driver =3D {\n" + "> >+\t.probe =3D max77620_rtc_probe,\n" + "> >+\t.remove =3D max77620_rtc_remove,\n" + "> >+\t.id_table =3D max77620_rtc_devtype,\n" + "> >+\t.driver =3D {\n" + "> >+\t\t\t.name =3D \"max77620-rtc\",\n" + "> >+\t\t\t.owner =3D THIS_MODULE,\n" + ">=20\n" "> Drop this line, .owner will be populated by driver core.\n" - "> \n" - "> >+\t\t\t.pm = &max77620_rtc_pm_ops,\n" + ">=20\n" + "> >+\t\t\t.pm =3D &max77620_rtc_pm_ops,\n" "> >+\t},\n" "> >+};\n" "> >+\n" @@ -75,14 +76,23 @@ "> >+MODULE_ALIAS(\"platform:max77620-rtc\");\n" "> >+MODULE_LICENSE(\"GPL v2\");\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" + "Linaro.org =E2=94=82 Open source software for ARM SoCs\n" "Follow Linaro: Facebook | Twitter | Blog\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-gpio\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + "\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. -fb1d87a1bbe460150ffd41a22776e29de4491e9068ebd7117415a1a390ff63c2 +0b7080ff5be383479f1649e72f7b9682897340dd5f30aba16f1fed79ae9dc49a
diff --git a/a/1.txt b/N2/1.txt index 7d23cfd..9cdec9e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -52,7 +52,3 @@ Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog --- -To unsubscribe from this list: send the line "unsubscribe linux-gpio" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 8bdad1e..7a42f95 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -79,10 +79,6 @@ "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\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-gpio\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Follow Linaro: Facebook | Twitter | Blog -fb1d87a1bbe460150ffd41a22776e29de4491e9068ebd7117415a1a390ff63c2 +c19d2564a54c3bd6d3a449b85c6e2de839697f6e4fdc6b8959c6536a09b51371
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.