diff for duplicates of <20151026142930.GJ597@x1> diff --git a/a/1.txt b/N1/1.txt index fcc6c54..912b397 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,14 +2,16 @@ On Mon, 26 Oct 2015, Alim Akhtar wrote: > Hi Lee, > Thanks for looking into this. -> +>=20 > On 10/26/2015 04:36 PM, Lee Jones wrote: > >On Mon, 26 Oct 2015, Alim Akhtar wrote: > > > >>From: Thomas Abraham <thomas.ab@samsung.com> > >> -> >>Add support for S2MPS15 PMIC which is similar to S2MPS11 PMIC. The S2MPS15 -> >>PMIC supports 27 LDO regulators, 10 buck regulators, RTC, three 32.768KHz +> >>Add support for S2MPS15 PMIC which is similar to S2MPS11 PMIC. The S2MP= +S15 +> >>PMIC supports 27 LDO regulators, 10 buck regulators, RTC, three 32.768K= +Hz > >>clock outputs and battery charger. This patch adds initial support for > >>LDO and buck regulators of S2MPS15 device. > >> @@ -21,7 +23,8 @@ On Mon, 26 Oct 2015, Alim Akhtar wrote: > >> drivers/mfd/sec-core.c | 31 +++++++ > >> drivers/mfd/sec-irq.c | 8 ++ > >> include/linux/mfd/samsung/core.h | 1 + -> >> include/linux/mfd/samsung/s2mps15.h | 161 +++++++++++++++++++++++++++++++++++ +> >> include/linux/mfd/samsung/s2mps15.h | 161 ++++++++++++++++++++++++++= ++++++++++ > >> 4 files changed, 201 insertions(+) > >> create mode 100644 include/linux/mfd/samsung/s2mps15.h > >> @@ -37,15 +40,15 @@ On Mon, 26 Oct 2015, Alim Akhtar wrote: > >> #include <linux/mfd/samsung/s2mpu02.h> > >> #include <linux/mfd/samsung/s5m8763.h> > >> #include <linux/mfd/samsung/s5m8767.h> -> >>@@ -96,6 +97,17 @@ static const struct mfd_cell s2mps14_devs[] = { +> >>@@ -96,6 +97,17 @@ static const struct mfd_cell s2mps14_devs[] =3D { > >> } > >> }; > >> -> >>+static const struct mfd_cell s2mps15_devs[] = { +> >>+static const struct mfd_cell s2mps15_devs[] =3D { > >>+ { -> >>+ .name = "s2mps15-pmic", +> >>+ .name =3D "s2mps15-pmic", > >>+ }, { -> >>+ .name = "s2mps15-rtc", +> >>+ .name =3D "s2mps15-rtc", > >>+ }, { > > > >Why don't these have compatibles? @@ -61,8 +64,21 @@ Regulator device as an MFD. That's a bit confusing don't you think? [...] --- +--=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 0b57c55..8591b1a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020151026110611.GH597@x1\0" "ref\0562E1F84.2000105@samsung.com\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH v2 2/5] mfd: sec: Add support for S2MPS15 PMIC\0" + "Subject\0[rtc-linux] Re: [PATCH v2 2/5] mfd: sec: Add support for S2MPS15 PMIC\0" "Date\0Mon, 26 Oct 2015 14:29:30 +0000\0" "To\0Alim Akhtar <alim.akhtar@samsung.com>\0" "Cc\0broonie@kernel.org" @@ -20,14 +20,16 @@ "\n" "> Hi Lee,\n" "> Thanks for looking into this.\n" - "> \n" + ">=20\n" "> On 10/26/2015 04:36 PM, Lee Jones wrote:\n" "> >On Mon, 26 Oct 2015, Alim Akhtar wrote:\n" "> >\n" "> >>From: Thomas Abraham <thomas.ab@samsung.com>\n" "> >>\n" - "> >>Add support for S2MPS15 PMIC which is similar to S2MPS11 PMIC. The S2MPS15\n" - "> >>PMIC supports 27 LDO regulators, 10 buck regulators, RTC, three 32.768KHz\n" + "> >>Add support for S2MPS15 PMIC which is similar to S2MPS11 PMIC. The S2MP=\n" + "S15\n" + "> >>PMIC supports 27 LDO regulators, 10 buck regulators, RTC, three 32.768K=\n" + "Hz\n" "> >>clock outputs and battery charger. This patch adds initial support for\n" "> >>LDO and buck regulators of S2MPS15 device.\n" "> >>\n" @@ -39,7 +41,8 @@ "> >> drivers/mfd/sec-core.c | 31 +++++++\n" "> >> drivers/mfd/sec-irq.c | 8 ++\n" "> >> include/linux/mfd/samsung/core.h | 1 +\n" - "> >> include/linux/mfd/samsung/s2mps15.h | 161 +++++++++++++++++++++++++++++++++++\n" + "> >> include/linux/mfd/samsung/s2mps15.h | 161 ++++++++++++++++++++++++++=\n" + "+++++++++\n" "> >> 4 files changed, 201 insertions(+)\n" "> >> create mode 100644 include/linux/mfd/samsung/s2mps15.h\n" "> >>\n" @@ -55,15 +58,15 @@ "> >> #include <linux/mfd/samsung/s2mpu02.h>\n" "> >> #include <linux/mfd/samsung/s5m8763.h>\n" "> >> #include <linux/mfd/samsung/s5m8767.h>\n" - "> >>@@ -96,6 +97,17 @@ static const struct mfd_cell s2mps14_devs[] = {\n" + "> >>@@ -96,6 +97,17 @@ static const struct mfd_cell s2mps14_devs[] =3D {\n" "> >> \t}\n" "> >> };\n" "> >>\n" - "> >>+static const struct mfd_cell s2mps15_devs[] = {\n" + "> >>+static const struct mfd_cell s2mps15_devs[] =3D {\n" "> >>+\t{\n" - "> >>+\t\t.name = \"s2mps15-pmic\",\n" + "> >>+\t\t.name =3D \"s2mps15-pmic\",\n" "> >>+\t}, {\n" - "> >>+\t\t.name = \"s2mps15-rtc\",\n" + "> >>+\t\t.name =3D \"s2mps15-rtc\",\n" "> >>+\t}, {\n" "> >\n" "> >Why don't these have compatibles?\n" @@ -79,10 +82,23 @@ "\n" "[...]\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. -ce26364dd3b2aa702fd448b77947ca16c3a14929be7184f2b57a9f6a8f78036d +aa1e74a8a9ca59d5f53cc752f6ff2a1d91fdf6fbdf885a1d1261cab2d1e62ac0
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.