diff for duplicates of <20150723150735.GJ3436@x1> diff --git a/a/1.txt b/N1/1.txt index f712a9a..b97ef17 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,25 +1,25 @@ On Mon, 20 Jul 2015, S Twiss wrote: > From: S Twiss <stwiss.opensource@diasemi.com> -> +>=20 > Add MFD core driver support for a OnKey component -> +>=20 > - MFD core adds the resource da9062_onkey_resources[] for the OnKey > - An appropriate value has been added into mfd_cell da9062_devs[] to -> support component .name = "da9062-onkey" and -> .of_compatible = "dlg,da9062-onkey" -> +> support component .name =3D "da9062-onkey" and +> .of_compatible =3D "dlg,da9062-onkey" +>=20 > Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com> -> +>=20 > --- > Checks performed with linux-next/next-20150708/scripts/checkpatch.pl > da9062-core.c total: 0 errors, 0 warnings, 523 lines checked > Changes in V2: > - No change -> -> This patch applies against linux-next and next-20150708 -> -> +>=20 +> This patch applies against linux-next and next-20150708=20 +>=20 +>=20 > drivers/mfd/da9062-core.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) @@ -30,38 +30,47 @@ For my own reference: > index 4cf0643..0732977 100644 > --- a/drivers/mfd/da9062-core.c > +++ b/drivers/mfd/da9062-core.c -> @@ -118,6 +118,10 @@ static struct resource da9062_wdt_resources[] = { +> @@ -118,6 +118,10 @@ static struct resource da9062_wdt_resources[] =3D { > DEFINE_RES_NAMED(DA9062_IRQ_WDG_WARN, 1, "WD_WARN", IORESOURCE_IRQ), > }; -> -> +static struct resource da9062_onkey_resources[] = { +> =20 +> +static struct resource da9062_onkey_resources[] =3D { > + DEFINE_RES_NAMED(DA9062_IRQ_ONKEY, 1, "ONKEY", IORESOURCE_IRQ), > +}; > + -> static const struct mfd_cell da9062_devs[] = { +> static const struct mfd_cell da9062_devs[] =3D { > { -> .name = "da9062-core", -> @@ -141,6 +145,13 @@ static const struct mfd_cell da9062_devs[] = { -> .resources = da9062_thermal_resources, -> .of_compatible = "dlg,da9062-thermal", +> .name =3D "da9062-core", +> @@ -141,6 +145,13 @@ static const struct mfd_cell da9062_devs[] =3D { +> .resources =3D da9062_thermal_resources, +> .of_compatible =3D "dlg,da9062-thermal", > }, > + { -> + .name = "da9062-onkey", -> + .num_resources = ARRAY_SIZE(da9062_onkey_resources), -> + .resources = da9062_onkey_resources, -> + .of_compatible = "dlg,da9062-onkey", +> + .name =3D "da9062-onkey", +> + .num_resources =3D ARRAY_SIZE(da9062_onkey_resources), +> + .resources =3D da9062_onkey_resources, +> + .of_compatible =3D "dlg,da9062-onkey", > + }, > + > }; -> +> =20 > static int da9062_clear_fault_log(struct da9062 *chip) --- +--=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-input" 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 29ab575..bd7f356 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0cover.1437399438.git.stwiss.opensource@diasemi.com\0" "ref\09c56142bcfae19a370da54e558f4f70e068d9529.1437399438.git.stwiss.opensource@diasemi.com\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH V2 1/3] mfd: da9062: Support for the DA9063 OnKey in the DA9062 core\0" + "Subject\0[rtc-linux] Re: [PATCH V2 1/3] mfd: da9062: Support for the DA9063 OnKey in the DA9062 core\0" "Date\0Thu, 23 Jul 2015 16:07:35 +0100\0" "To\0S Twiss <stwiss.opensource@diasemi.com>\0" "Cc\0DEVICETREE <devicetree@vger.kernel.org>" @@ -22,25 +22,25 @@ "On Mon, 20 Jul 2015, S Twiss wrote:\n" "\n" "> From: S Twiss <stwiss.opensource@diasemi.com>\n" - "> \n" + ">=20\n" "> Add MFD core driver support for a OnKey component\n" - "> \n" + ">=20\n" "> - MFD core adds the resource da9062_onkey_resources[] for the OnKey\n" "> - An appropriate value has been added into mfd_cell da9062_devs[] to\n" - "> support component .name = \"da9062-onkey\" and\n" - "> .of_compatible = \"dlg,da9062-onkey\"\n" - "> \n" + "> support component .name =3D \"da9062-onkey\" and\n" + "> .of_compatible =3D \"dlg,da9062-onkey\"\n" + ">=20\n" "> Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>\n" - "> \n" + ">=20\n" "> ---\n" "> Checks performed with linux-next/next-20150708/scripts/checkpatch.pl\n" "> da9062-core.c total: 0 errors, 0 warnings, 523 lines checked\n" "> Changes in V2:\n" "> - No change\n" - "> \n" - "> This patch applies against linux-next and next-20150708 \n" - "> \n" - "> \n" + ">=20\n" + "> This patch applies against linux-next and next-20150708=20\n" + ">=20\n" + ">=20\n" "> drivers/mfd/da9062-core.c | 11 +++++++++++\n" "> 1 file changed, 11 insertions(+)\n" "\n" @@ -51,40 +51,49 @@ "> index 4cf0643..0732977 100644\n" "> --- a/drivers/mfd/da9062-core.c\n" "> +++ b/drivers/mfd/da9062-core.c\n" - "> @@ -118,6 +118,10 @@ static struct resource da9062_wdt_resources[] = {\n" + "> @@ -118,6 +118,10 @@ static struct resource da9062_wdt_resources[] =3D {\n" "> \tDEFINE_RES_NAMED(DA9062_IRQ_WDG_WARN, 1, \"WD_WARN\", IORESOURCE_IRQ),\n" "> };\n" - "> \n" - "> +static struct resource da9062_onkey_resources[] = {\n" + "> =20\n" + "> +static struct resource da9062_onkey_resources[] =3D {\n" "> +\tDEFINE_RES_NAMED(DA9062_IRQ_ONKEY, 1, \"ONKEY\", IORESOURCE_IRQ),\n" "> +};\n" "> +\n" - "> static const struct mfd_cell da9062_devs[] = {\n" + "> static const struct mfd_cell da9062_devs[] =3D {\n" "> \t{\n" - "> \t\t.name\t\t= \"da9062-core\",\n" - "> @@ -141,6 +145,13 @@ static const struct mfd_cell da9062_devs[] = {\n" - "> \t\t.resources\t= da9062_thermal_resources,\n" - "> \t\t.of_compatible = \"dlg,da9062-thermal\",\n" + "> \t\t.name\t\t=3D \"da9062-core\",\n" + "> @@ -141,6 +145,13 @@ static const struct mfd_cell da9062_devs[] =3D {\n" + "> \t\t.resources\t=3D da9062_thermal_resources,\n" + "> \t\t.of_compatible =3D \"dlg,da9062-thermal\",\n" "> \t},\n" "> +\t{\n" - "> +\t\t.name\t\t= \"da9062-onkey\",\n" - "> +\t\t.num_resources\t= ARRAY_SIZE(da9062_onkey_resources),\n" - "> +\t\t.resources\t= da9062_onkey_resources,\n" - "> +\t\t.of_compatible = \"dlg,da9062-onkey\",\n" + "> +\t\t.name\t\t=3D \"da9062-onkey\",\n" + "> +\t\t.num_resources\t=3D ARRAY_SIZE(da9062_onkey_resources),\n" + "> +\t\t.resources\t=3D da9062_onkey_resources,\n" + "> +\t\t.of_compatible =3D \"dlg,da9062-onkey\",\n" "> +\t},\n" "> +\n" "> };\n" - "> \n" + "> =20\n" "> static int da9062_clear_fault_log(struct da9062 *chip)\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-input\" 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. -bc9d6b6120d77436d67907c068354fa01dd6fe8300843715a0d2e5d86fddeb7e +02367933742c9f02f092b04656f055e860a4bebc61e383fba5e1038f8365ff1f
diff --git a/a/1.txt b/N2/1.txt index f712a9a..533ed40 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -61,7 +61,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-input" 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 29ab575..6561b27 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -81,10 +81,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-input\" 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 -bc9d6b6120d77436d67907c068354fa01dd6fe8300843715a0d2e5d86fddeb7e +c98c5af2df2f56374539a6b4a9032213b95b7d90d10593ccb17ad60c0ee11e2b
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.