From: Erick Chen <erick.chen-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>
To: Philippe Ombredanne <pombredanne-od1rfyK75/E@public.gmane.org>
Cc: Mark <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
baolin.wang-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
baolin.wang-lxIno14LUO0EEoCn2XhGlw@public.gmane.org
Subject: Re: [PATCH 2/2] regulator: sc2731: Add regulator driver to support Spreadtrum SC2731 PMIC
Date: Mon, 4 Dec 2017 17:11:24 +0800 [thread overview]
Message-ID: <20171204091118.GB2242@spreadtrum.com> (raw)
In-Reply-To: <CAOFm3uFWhOMy=0nibOjDP_vP+m7Dcf1cGOmXXgcrSy6PDfqEWQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
Hi Philippe,
On Fri, Dec 01, 2017 at 10:13:27AM +0100, Philippe Ombredanne wrote:
> Erik,
>
> On Fri, Dec 1, 2017 at 9:58 AM, Erick Chen <erick.chen-lxIno14LUO0EEoCn2XhGlw@public.gmane.org> wrote:
> > Add regulator driver for Spreadtrum SC2731 device.
> > It has 17 general purpose LDOs, BUCKs generator and
> > digital output to control regulators.
> >
> > Signed-off-by: Erick Chen <erick.chen-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>
> > Reviewed-by: Baolin Wang <baolin.wang-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>
> > ---
> > drivers/regulator/Kconfig | 7 +
> > drivers/regulator/Makefile | 1 +
> > drivers/regulator/sc2731-regulator.c | 276 ++++++++++++++++++++++++++++++++++
> > 3 files changed, 284 insertions(+)
> > create mode 100644 drivers/regulator/sc2731-regulator.c
> >
> > diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
> > index 96cd55f..b27417c 100644
> > --- a/drivers/regulator/Kconfig
> > +++ b/drivers/regulator/Kconfig
> > @@ -744,6 +744,13 @@ config REGULATOR_S5M8767
> > via I2C bus. S5M8767A have 9 Bucks and 28 LDOs output and
> > supports DVS mode with 8bits of output voltage control.
> >
> > +config REGULATOR_SC2731
> > + tristate "Spreadtrum SC2731 power regulator driver"
> > + depends on MFD_SC27XX_PMIC || COMPILE_TEST
> > + help
> > + This driver provides support for the voltage regulators on the
> > + SC2731 PMIC.
> > +
> > config REGULATOR_SKY81452
> > tristate "Skyworks Solutions SKY81452 voltage regulator"
> > depends on MFD_SKY81452
> > diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile
> > index 80ffc57..19fea09 100644
> > --- a/drivers/regulator/Makefile
> > +++ b/drivers/regulator/Makefile
> > @@ -95,6 +95,7 @@ obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o
> > obj-$(CONFIG_REGULATOR_S2MPA01) += s2mpa01.o
> > obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o
> > obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
> > +obj-$(CONFIG_REGULATOR_SC2731) += sc2731-regulator.o
> > obj-$(CONFIG_REGULATOR_SKY81452) += sky81452-regulator.o
> > obj-$(CONFIG_REGULATOR_STM32_VREFBUF) += stm32-vrefbuf.o
> > obj-$(CONFIG_REGULATOR_STW481X_VMMC) += stw481x-vmmc.o
> > diff --git a/drivers/regulator/sc2731-regulator.c b/drivers/regulator/sc2731-regulator.c
> > new file mode 100644
> > index 0000000..e56448a
> > --- /dev/null
> > +++ b/drivers/regulator/sc2731-regulator.c
> > @@ -0,0 +1,276 @@
> > +/*
> > + * Copyright (C) 2017 Spreadtrum Communications Inc.
> > + *
> > + * SPDX-License-Identifier: GPL-2.0
> > + */
>
> I think that per Linus, and Thomas doc patches for SPDX ids this
> should be instead either:
>
> > +// SPDX-License-Identifier: GPL-2.0
> > + // Copyright (c) 2017 Spreadtrum Communications Inc.
>
> or at least this with the id on the first and the // comment style
>
Thanks for pointing out this, and I will modify them in next version.
> > +// SPDX-License-Identifier: GPL-2.0
> > +/*
> > + * Copyright (C) 2017 Spreadtrum Communications Inc.
> > + *
> > + */
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Erick Chen <erick.chen@spreadtrum.com>
To: Philippe Ombredanne <pombredanne@nexb.com>
Cc: Mark <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>, <lgirdwood@gmail.com>,
LKML <linux-kernel@vger.kernel.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@vger.kernel.org>, <baolin.wang@linaro.org>,
<baolin.wang@spreadtrum.com>
Subject: Re: [PATCH 2/2] regulator: sc2731: Add regulator driver to support Spreadtrum SC2731 PMIC
Date: Mon, 4 Dec 2017 17:11:24 +0800 [thread overview]
Message-ID: <20171204091118.GB2242@spreadtrum.com> (raw)
In-Reply-To: <CAOFm3uFWhOMy=0nibOjDP_vP+m7Dcf1cGOmXXgcrSy6PDfqEWQ@mail.gmail.com>
Hi Philippe,
On Fri, Dec 01, 2017 at 10:13:27AM +0100, Philippe Ombredanne wrote:
> Erik,
>
> On Fri, Dec 1, 2017 at 9:58 AM, Erick Chen <erick.chen@spreadtrum.com> wrote:
> > Add regulator driver for Spreadtrum SC2731 device.
> > It has 17 general purpose LDOs, BUCKs generator and
> > digital output to control regulators.
> >
> > Signed-off-by: Erick Chen <erick.chen@spreadtrum.com>
> > Reviewed-by: Baolin Wang <baolin.wang@spreadtrum.com>
> > ---
> > drivers/regulator/Kconfig | 7 +
> > drivers/regulator/Makefile | 1 +
> > drivers/regulator/sc2731-regulator.c | 276 ++++++++++++++++++++++++++++++++++
> > 3 files changed, 284 insertions(+)
> > create mode 100644 drivers/regulator/sc2731-regulator.c
> >
> > diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
> > index 96cd55f..b27417c 100644
> > --- a/drivers/regulator/Kconfig
> > +++ b/drivers/regulator/Kconfig
> > @@ -744,6 +744,13 @@ config REGULATOR_S5M8767
> > via I2C bus. S5M8767A have 9 Bucks and 28 LDOs output and
> > supports DVS mode with 8bits of output voltage control.
> >
> > +config REGULATOR_SC2731
> > + tristate "Spreadtrum SC2731 power regulator driver"
> > + depends on MFD_SC27XX_PMIC || COMPILE_TEST
> > + help
> > + This driver provides support for the voltage regulators on the
> > + SC2731 PMIC.
> > +
> > config REGULATOR_SKY81452
> > tristate "Skyworks Solutions SKY81452 voltage regulator"
> > depends on MFD_SKY81452
> > diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile
> > index 80ffc57..19fea09 100644
> > --- a/drivers/regulator/Makefile
> > +++ b/drivers/regulator/Makefile
> > @@ -95,6 +95,7 @@ obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o
> > obj-$(CONFIG_REGULATOR_S2MPA01) += s2mpa01.o
> > obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o
> > obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
> > +obj-$(CONFIG_REGULATOR_SC2731) += sc2731-regulator.o
> > obj-$(CONFIG_REGULATOR_SKY81452) += sky81452-regulator.o
> > obj-$(CONFIG_REGULATOR_STM32_VREFBUF) += stm32-vrefbuf.o
> > obj-$(CONFIG_REGULATOR_STW481X_VMMC) += stw481x-vmmc.o
> > diff --git a/drivers/regulator/sc2731-regulator.c b/drivers/regulator/sc2731-regulator.c
> > new file mode 100644
> > index 0000000..e56448a
> > --- /dev/null
> > +++ b/drivers/regulator/sc2731-regulator.c
> > @@ -0,0 +1,276 @@
> > +/*
> > + * Copyright (C) 2017 Spreadtrum Communications Inc.
> > + *
> > + * SPDX-License-Identifier: GPL-2.0
> > + */
>
> I think that per Linus, and Thomas doc patches for SPDX ids this
> should be instead either:
>
> > +// SPDX-License-Identifier: GPL-2.0
> > + // Copyright (c) 2017 Spreadtrum Communications Inc.
>
> or at least this with the id on the first and the // comment style
>
Thanks for pointing out this, and I will modify them in next version.
> > +// SPDX-License-Identifier: GPL-2.0
> > +/*
> > + * Copyright (C) 2017 Spreadtrum Communications Inc.
> > + *
> > + */
next prev parent reply other threads:[~2017-12-04 9:11 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-01 8:58 [PATCH 1/2] dt-bindings: regulator: Add Spreadtrum SC27xx regulator documentation Erick Chen
2017-12-01 8:58 ` Erick Chen
2017-12-01 8:58 ` [PATCH 2/2] regulator: sc2731: Add regulator driver to support Spreadtrum SC2731 PMIC Erick Chen
2017-12-01 8:58 ` Erick Chen
2017-12-01 9:13 ` Philippe Ombredanne
[not found] ` <CAOFm3uFWhOMy=0nibOjDP_vP+m7Dcf1cGOmXXgcrSy6PDfqEWQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-12-01 12:49 ` Mark Brown
2017-12-01 12:49 ` Mark Brown
[not found] ` <20171201124935.qgqclyoatnnph63p-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2017-12-01 13:39 ` Philippe Ombredanne
2017-12-01 13:39 ` Philippe Ombredanne
[not found] ` <CAOFm3uHsT8PTZL0tQ0E+7Bje9C8ZUcPd13qz9v6jZHzqEoXqKQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-12-01 14:24 ` Mark Brown
2017-12-01 14:24 ` Mark Brown
2017-12-04 9:11 ` Erick Chen [this message]
2017-12-04 9:11 ` Erick Chen
[not found] ` <75a6a48f603a25d744ef46287e036975b0203608.1512118703.git.erick.chen-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>
2017-12-01 13:01 ` Mark Brown
2017-12-01 13:01 ` Mark Brown
[not found] ` <201712020333.vB23X0mT082692@TPSPAM01.spreadtrum.com>
2017-12-04 9:03 ` Erick Chen
2017-12-04 9:03 ` Erick Chen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171204091118.GB2242@spreadtrum.com \
--to=erick.chen-lxino14luo0eeocn2xhglw@public.gmane.org \
--cc=baolin.wang-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=baolin.wang-lxIno14LUO0EEoCn2XhGlw@public.gmane.org \
--cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pombredanne-od1rfyK75/E@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.