[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191217142537.GN18955@dell>
Date: Tue, 17 Dec 2019 14:25:37 +0000
From: Lee Jones <lee.jones@...aro.org>
To: "gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>
Cc: "Vaittinen, Matti" <Matti.Vaittinen@...rohmeurope.com>,
"corbet@....net" <corbet@....net>,
"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
"phil.edworthy@...esas.com" <phil.edworthy@...esas.com>,
"dmurphy@...com" <dmurphy@...com>,
"linux-leds@...r.kernel.org" <linux-leds@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-rtc@...r.kernel.org" <linux-rtc@...r.kernel.org>,
"linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>,
"mchehab+samsung@...nel.org" <mchehab+samsung@...nel.org>,
"alexandre.belloni@...tlin.com" <alexandre.belloni@...tlin.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"mturquette@...libre.com" <mturquette@...libre.com>,
"lgirdwood@...il.com" <lgirdwood@...il.com>,
"jacek.anaszewski@...il.com" <jacek.anaszewski@...il.com>,
"mazziesaccount@...il.com" <mazziesaccount@...il.com>,
"a.zummo@...ertech.it" <a.zummo@...ertech.it>,
"linus.walleij@...aro.org" <linus.walleij@...aro.org>,
"arnd@...db.de" <arnd@...db.de>,
"mark.rutland@....com" <mark.rutland@....com>,
"robh+dt@...nel.org" <robh+dt@...nel.org>,
"noralf@...nnes.org" <noralf@...nnes.org>,
"bgolaszewski@...libre.com" <bgolaszewski@...libre.com>,
"linux-clk@...r.kernel.org" <linux-clk@...r.kernel.org>,
"pavel@....cz" <pavel@....cz>,
"sboyd@...nel.org" <sboyd@...nel.org>,
"broonie@...nel.org" <broonie@...nel.org>,
"wsa+renesas@...g-engineering.com" <wsa+renesas@...g-engineering.com>
Subject: Re: [PATCH v6 05/15] mfd: bd71828: Support ROHM BD71828 PMIC - core
On Tue, 17 Dec 2019, gregkh@...uxfoundation.org wrote:
> On Tue, Dec 17, 2019 at 01:54:30PM +0000, Lee Jones wrote:
> > On Tue, 17 Dec 2019, Vaittinen, Matti wrote:
> > > On Mon, 2019-12-16 at 16:46 +0000, Lee Jones wrote:
> > > > On Wed, 11 Dec 2019, Matti Vaittinen wrote:
> > > >
> > > > > BD71828GW is a single-chip power management IC for battery-powered
> > > > > portable
> > > > > devices. The IC integrates 7 buck converters, 7 LDOs, and a 1500 mA
> > > > > single-cell linear charger. Also included is a Coulomb counter, a
> > > > > real-time
> > > > > clock (RTC), 3 GPO/regulator control pins, HALL input and a 32.768
> > > > > kHz
> > > > > clock gate.
> > > > >
> > > > > Add MFD core driver providing interrupt controller facilities and
> > > > > i2c
> > > > > access to sub device drivers.
> > > > >
> > > > > Signed-off-by: Matti Vaittinen <matti.vaittinen@...rohmeurope.com>
> > > > > ---
> > > > >
> > > > > Changes since v5:
> > > > > - No changes
> > > > >
> > > > > drivers/mfd/Kconfig | 15 ++
> > > > > drivers/mfd/Makefile | 2 +-
> > > > > drivers/mfd/rohm-bd71828.c | 319 +++++++++++++++++++++++
> > > > > include/linux/mfd/rohm-bd71828.h | 425
> > > > > +++++++++++++++++++++++++++++++
> > > > > include/linux/mfd/rohm-generic.h | 1 +
> > > > > 5 files changed, 761 insertions(+), 1 deletion(-)
> > > > > create mode 100644 drivers/mfd/rohm-bd71828.c
> > > > > create mode 100644 include/linux/mfd/rohm-bd71828.h
[...]
> >
> > If you have this in your header:
> >
> > GPL-2.0-only
> >
> > Your MODULE tags should read:
> >
> > MODULE_LICENSE("GPL v2");
>
> Nope, as per module.h, which is quoted here, either:
> MODULE_LICENSE("GPL");
> or:
> MODULE_LICENSE("GPL v2");
> mean the exact same thing.
Interesting. I always took a non-specified version to mean:
"... and any other future version of the licence"
Educated, thanks!
--
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Powered by blists - more mailing lists