Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1273341 > unrolled thread
| Started by | Alim Akhtar <alim.akhtar@gmail.com> |
|---|---|
| First post | 2015-11-19 19:10 +0100 |
| Last post | 2015-11-20 11:40 +0100 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v5 0/4] mfd: sec: add S2MPS15 PMIC support Alim Akhtar <alim.akhtar@gmail.com> - 2015-11-19 19:10 +0100
Re: [PATCH v5 0/4] mfd: sec: add S2MPS15 PMIC support Lee Jones <lee.jones@linaro.org> - 2015-11-20 10:10 +0100
Re: [PATCH v5 0/4] mfd: sec: add S2MPS15 PMIC support Alim Akhtar <alim.akhtar@samsung.com> - 2015-11-20 10:20 +0100
Re: [PATCH v5 0/4] mfd: sec: add S2MPS15 PMIC support Lee Jones <lee.jones@linaro.org> - 2015-11-20 11:40 +0100
| From | Alim Akhtar <alim.akhtar@gmail.com> |
|---|---|
| Date | 2015-11-19 19:10 +0100 |
| Subject | Re: [PATCH v5 0/4] mfd: sec: add S2MPS15 PMIC support |
| Message-ID | <qwBOG-4of-29@gated-at.bofh.it> |
Hi Lee, Do I need to resend this series? This series still apply cleanly on top of v4.4-rc1. I can see 1/4 is already applied. Thanks & Regards, Alim 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 compatible of s2mps13. > * Added acked-by on patch 2/4 > * 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 > as a sperate patch later. > > Changes since v3: > * 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: > * Addressed Lee Jones review comments. > > Changes since v1: > * Added suggestion from Krzysztof [1]. > * Added s2mps15's 32.768 clocks support. > * Added s2mps15's rtc support. > > V1 of these patches (with a lesser features) were posted a year back, > since then there is not much progress on this, this is my attempt to > move things forward. > > [1]-> https://lkml.org/lkml/2014/10/14/67 > [2]-> https://lkml.org/lkml/2015/10/28/417 > > This series is based on linux-next-20151022. > This is tested on exynos7-espresso board. > > Alim Akhtar (1): > drivers/rtc/rtc-s5m.c: add support for S2MPS15 RTC > > Thomas Abraham (3): > dt-bindings: mfd: s2mps11: add documentation for s2mps15 PMIC > mfd: sec: Add support for S2MPS15 PMIC > regulator: s2mps11: add support for S2MPS15 regulators > > Documentation/devicetree/bindings/mfd/s2mps11.txt | 21 ++- > drivers/mfd/sec-core.c | 31 ++++ > drivers/mfd/sec-irq.c | 8 ++ > drivers/regulator/Kconfig | 4 +- > 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 +++++++++++++++++++++ > 9 files changed, 383 insertions(+), 14 deletions(-) > create mode 100644 include/linux/mfd/samsung/s2mps15.h > > -- > 1.7.10.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Regards, Alim -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2015-11-20 10:10 +0100 |
| Message-ID | <qwPRE-5cO-13@gated-at.bofh.it> |
| In reply to | #1273341 |
On Thu, 19 Nov 2015, Alim Akhtar wrote: > Hi Lee, > Do I need to resend this series? This series still apply cleanly on > top of v4.4-rc1. > I can see 1/4 is already applied. Yes, rebase and resend please. > 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 compatible of s2mps13. > > * Added acked-by on patch 2/4 > > * 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 > > as a sperate patch later. > > > > Changes since v3: > > * 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: > > * Addressed Lee Jones review comments. > > > > Changes since v1: > > * Added suggestion from Krzysztof [1]. > > * Added s2mps15's 32.768 clocks support. > > * Added s2mps15's rtc support. > > > > V1 of these patches (with a lesser features) were posted a year back, > > since then there is not much progress on this, this is my attempt to > > move things forward. > > > > [1]-> https://lkml.org/lkml/2014/10/14/67 > > [2]-> https://lkml.org/lkml/2015/10/28/417 > > > > This series is based on linux-next-20151022. > > This is tested on exynos7-espresso board. > > > > Alim Akhtar (1): > > drivers/rtc/rtc-s5m.c: add support for S2MPS15 RTC > > > > Thomas Abraham (3): > > dt-bindings: mfd: s2mps11: add documentation for s2mps15 PMIC > > mfd: sec: Add support for S2MPS15 PMIC > > regulator: s2mps11: add support for S2MPS15 regulators > > > > Documentation/devicetree/bindings/mfd/s2mps11.txt | 21 ++- > > drivers/mfd/sec-core.c | 31 ++++ > > drivers/mfd/sec-irq.c | 8 ++ > > drivers/regulator/Kconfig | 4 +- > > 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 +++++++++++++++++++++ > > 9 files changed, 383 insertions(+), 14 deletions(-) > > create mode 100644 include/linux/mfd/samsung/s2mps15.h > > > > > > > -- 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-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Alim Akhtar <alim.akhtar@samsung.com> |
|---|---|
| Date | 2015-11-20 10:20 +0100 |
| Message-ID | <qwQ1k-5gs-5@gated-at.bofh.it> |
| In reply to | #1273876 |
Hi Lee, On 11/20/2015 02:35 PM, Lee Jones wrote: > On Thu, 19 Nov 2015, Alim Akhtar wrote: > >> Hi Lee, >> Do I need to resend this series? This series still apply cleanly on >> top of v4.4-rc1. >> I can see 1/4 is already applied. > > Yes, rebase and resend please. > Ok will resend, but I will drop patch #1/4 as this is already applied. >> 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 compatible of s2mps13. >>> * Added acked-by on patch 2/4 >>> * 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 >>> as a sperate patch later. >>> >>> Changes since v3: >>> * 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: >>> * Addressed Lee Jones review comments. >>> >>> Changes since v1: >>> * Added suggestion from Krzysztof [1]. >>> * Added s2mps15's 32.768 clocks support. >>> * Added s2mps15's rtc support. >>> >>> V1 of these patches (with a lesser features) were posted a year back, >>> since then there is not much progress on this, this is my attempt to >>> move things forward. >>> >>> [1]-> https://lkml.org/lkml/2014/10/14/67 >>> [2]-> https://lkml.org/lkml/2015/10/28/417 >>> >>> This series is based on linux-next-20151022. >>> This is tested on exynos7-espresso board. >>> >>> Alim Akhtar (1): >>> drivers/rtc/rtc-s5m.c: add support for S2MPS15 RTC >>> >>> Thomas Abraham (3): >>> dt-bindings: mfd: s2mps11: add documentation for s2mps15 PMIC >>> mfd: sec: Add support for S2MPS15 PMIC >>> regulator: s2mps11: add support for S2MPS15 regulators >>> >>> Documentation/devicetree/bindings/mfd/s2mps11.txt | 21 ++- >>> drivers/mfd/sec-core.c | 31 ++++ >>> drivers/mfd/sec-irq.c | 8 ++ >>> drivers/regulator/Kconfig | 4 +- >>> 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 +++++++++++++++++++++ >>> 9 files changed, 383 insertions(+), 14 deletions(-) >>> create mode 100644 include/linux/mfd/samsung/s2mps15.h >>> >>> >> >> >> > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2015-11-20 11:40 +0100 |
| Message-ID | <qwRgJ-60g-15@gated-at.bofh.it> |
| In reply to | #1273887 |
On Fri, 20 Nov 2015, Alim Akhtar wrote: > On 11/20/2015 02:35 PM, Lee Jones wrote: > >On Thu, 19 Nov 2015, Alim Akhtar wrote: > > > >>Hi Lee, > >>Do I need to resend this series? This series still apply cleanly on > >>top of v4.4-rc1. > >>I can see 1/4 is already applied. > > > >Yes, rebase and resend please. > > > Ok will resend, but I will drop patch #1/4 as this is already applied. Git should automatically do that when you rebase. -- 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-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web