diff for duplicates of <20151120090528.GC3098@x1> diff --git a/a/1.txt b/N1/1.txt index 3f68a6d..4bbc373 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,35 +7,25 @@ On Thu, 19 Nov 2015, Alim Akhtar wrote: Yes, rebase and resend please. -> On Fri, Oct 30, 2015 at 11:55 AM, Alim Akhtar <alim.akhtar@samsung.com> w= -rote: -> > Samsung's S2MPS15 PMIC is targetted to be used with Samsung's Exynos7 S= -oC. -> > The S2MPS15 PMIC is similar in functionality to S2MPS11/14 PMIC. It con= -tains -> > 27 LDO and 10 Buck regulators, RTC, three 32.768 KHz clock outputs and = -allows -> > programming these blocks via a I2C interface. This patch series adds in= -itial +> On Fri, Oct 30, 2015 at 11:55 AM, Alim Akhtar <alim.akhtar@samsung.com> wrote: +> > Samsung's S2MPS15 PMIC is targetted to be used with Samsung's Exynos7 SoC. +> > The S2MPS15 PMIC is similar in functionality to S2MPS11/14 PMIC. It contains +> > 27 LDO and 10 Buck regulators, RTC, three 32.768 KHz clock outputs and allows +> > programming these blocks via a I2C interface. This patch series adds initial > > support for LDO/Buck regulators of S2MPS15 PMIC. > > > > Changes since v4: > > * Dorpped Krzysztof reviewed-by and Lee Acked-by tags from patch 1/4, -> > because of the new changes to DT bindings. Seeking a fresh review/ack= - tags. -> > * Removed samsung,s2mps15-clk compatible as we can reuse exsisting comp= -atible of s2mps13. +> > because of the new changes to DT bindings. Seeking a fresh review/ack tags. +> > * Removed samsung,s2mps15-clk compatible as we can reuse exsisting compatible of s2mps13. > > * Added acked-by on patch 2/4 -> > * Modified rtc driver as s2mps15 differs from s2mps14/13 etc, addressed= - Krzysztof +> > * Modified rtc driver as s2mps15 differs from s2mps14/13 etc, addressed Krzysztof > > concerns on rtc patch. -> > There are some other improvement suggestion from Krzystof for the rtc= -, I feel that can be done +> > There are some other improvement suggestion from Krzystof for the rtc, I feel that can be done > > as a sperate patch later. > > > > Changes since v3: -> > * Changes regulator driver name from s2mps15-pmic -> s2mps15-regulator = -as disscussed here [2] +> > * Changes regulator driver name from s2mps15-pmic -> s2mps15-regulator as disscussed here [2] > > * Re-use the exsisting compatible/names for s2mps15 clock block. > > > > Changes since v2: @@ -68,36 +58,21 @@ as disscussed here [2] > > drivers/mfd/sec-core.c | 31 ++++ > > drivers/mfd/sec-irq.c | 8 ++ > > drivers/regulator/Kconfig | 4 +- -> > drivers/regulator/s2mps11.c | 135 +++++++++++++= -++++- +> > drivers/regulator/s2mps11.c | 135 +++++++++++++++++- > > drivers/rtc/rtc-s5m.c | 37 ++++- > > include/linux/mfd/samsung/core.h | 1 + > > include/linux/mfd/samsung/rtc.h | 2 + -> > include/linux/mfd/samsung/s2mps15.h | 158 +++++++++++++= -++++++++ +> > include/linux/mfd/samsung/s2mps15.h | 158 +++++++++++++++++++++ > > 9 files changed, 383 insertions(+), 14 deletions(-) > > create mode 100644 include/linux/mfd/samsung/s2mps15.h > > > > ->=20 ->=20 ->=20 +> +> +> ---=20 +-- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org =E2=94=82 Open source software for ARM SoCs +Linaro.org │ 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 e36c529..62cb518 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01446186334-16510-1-git-send-email-alim.akhtar@samsung.com\0" "ref\0CAGOxZ51aPo3rdB6R6x-Y4SUD4nsAcUo3X5XoEUSg0gfxuJpdyQ@mail.gmail.com\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0[rtc-linux] Re: [PATCH v5 0/4] mfd: sec: add S2MPS15 PMIC support\0" + "Subject\0Re: [PATCH v5 0/4] mfd: sec: add S2MPS15 PMIC support\0" "Date\0Fri, 20 Nov 2015 09:05:28 +0000\0" "To\0Alim Akhtar <alim.akhtar@gmail.com>\0" "Cc\0Alim Akhtar <alim.akhtar@samsung.com>" @@ -21,35 +21,25 @@ "\n" "Yes, rebase and resend please.\n" "\n" - "> On Fri, Oct 30, 2015 at 11:55 AM, Alim Akhtar <alim.akhtar@samsung.com> w=\n" - "rote:\n" - "> > Samsung's S2MPS15 PMIC is targetted to be used with Samsung's Exynos7 S=\n" - "oC.\n" - "> > The S2MPS15 PMIC is similar in functionality to S2MPS11/14 PMIC. It con=\n" - "tains\n" - "> > 27 LDO and 10 Buck regulators, RTC, three 32.768 KHz clock outputs and =\n" - "allows\n" - "> > programming these blocks via a I2C interface. This patch series adds in=\n" - "itial\n" + "> On Fri, Oct 30, 2015 at 11:55 AM, Alim Akhtar <alim.akhtar@samsung.com> wrote:\n" + "> > Samsung's S2MPS15 PMIC is targetted to be used with Samsung's Exynos7 SoC.\n" + "> > The S2MPS15 PMIC is similar in functionality to S2MPS11/14 PMIC. It contains\n" + "> > 27 LDO and 10 Buck regulators, RTC, three 32.768 KHz clock outputs and allows\n" + "> > programming these blocks via a I2C interface. This patch series adds initial\n" "> > support for LDO/Buck regulators of S2MPS15 PMIC.\n" "> >\n" "> > Changes since v4:\n" "> > * Dorpped Krzysztof reviewed-by and Lee Acked-by tags from patch 1/4,\n" - "> > because of the new changes to DT bindings. Seeking a fresh review/ack=\n" - " tags.\n" - "> > * Removed samsung,s2mps15-clk compatible as we can reuse exsisting comp=\n" - "atible of s2mps13.\n" + "> > because of the new changes to DT bindings. Seeking a fresh review/ack tags.\n" + "> > * Removed samsung,s2mps15-clk compatible as we can reuse exsisting compatible of s2mps13.\n" "> > * Added acked-by on patch 2/4\n" - "> > * Modified rtc driver as s2mps15 differs from s2mps14/13 etc, addressed=\n" - " Krzysztof\n" + "> > * Modified rtc driver as s2mps15 differs from s2mps14/13 etc, addressed Krzysztof\n" "> > concerns on rtc patch.\n" - "> > There are some other improvement suggestion from Krzystof for the rtc=\n" - ", I feel that can be done\n" + "> > There are some other improvement suggestion from Krzystof for the rtc, I feel that can be done\n" "> > as a sperate patch later.\n" "> >\n" "> > Changes since v3:\n" - "> > * Changes regulator driver name from s2mps15-pmic -> s2mps15-regulator =\n" - "as disscussed here [2]\n" + "> > * Changes regulator driver name from s2mps15-pmic -> s2mps15-regulator as disscussed here [2]\n" "> > * Re-use the exsisting compatible/names for s2mps15 clock block.\n" "> >\n" "> > Changes since v2:\n" @@ -82,38 +72,23 @@ "> > drivers/mfd/sec-core.c | 31 ++++\n" "> > drivers/mfd/sec-irq.c | 8 ++\n" "> > drivers/regulator/Kconfig | 4 +-\n" - "> > drivers/regulator/s2mps11.c | 135 +++++++++++++=\n" - "++++-\n" + "> > drivers/regulator/s2mps11.c | 135 +++++++++++++++++-\n" "> > drivers/rtc/rtc-s5m.c | 37 ++++-\n" "> > include/linux/mfd/samsung/core.h | 1 +\n" "> > include/linux/mfd/samsung/rtc.h | 2 +\n" - "> > include/linux/mfd/samsung/s2mps15.h | 158 +++++++++++++=\n" - "++++++++\n" + "> > include/linux/mfd/samsung/s2mps15.h | 158 +++++++++++++++++++++\n" "> > 9 files changed, 383 insertions(+), 14 deletions(-)\n" "> > create mode 100644 include/linux/mfd/samsung/s2mps15.h\n" "> >\n" "> >\n" - ">=20\n" - ">=20\n" - ">=20\n" + "> \n" + "> \n" + "> \n" "\n" - "--=20\n" + "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "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. + "Linaro.org \342\224\202 Open source software for ARM SoCs\n" + Follow Linaro: Facebook | Twitter | Blog -4d5a9bfb05c2d486f17f273c4a50153df46a86bc8ed6ec8300c61bf6c4d66eb9 +9d2e638c9d8cb5d96e8e1cef8160e506f0b12500bf3cb24f565c02fa4e80265e
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.