Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1316775 > unrolled thread
| Started by | Lee Jones <lee.jones@linaro.org> |
|---|---|
| First post | 2016-01-25 15:50 +0100 |
| Last post | 2016-01-26 09: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 v7 04/10] mfd: axp20x: Add missing copyright notice Lee Jones <lee.jones@linaro.org> - 2016-01-25 15:50 +0100
Re: [PATCH v7 04/10] mfd: axp20x: Add missing copyright notice Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-01-25 16:40 +0100
Re: [PATCH v7 04/10] mfd: axp20x: Add missing copyright notice Chen-Yu Tsai <wens@csie.org> - 2016-01-26 02:40 +0100
Re: [PATCH v7 04/10] mfd: axp20x: Add missing copyright notice Lee Jones <lee.jones@linaro.org> - 2016-01-26 09:40 +0100
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2016-01-25 15:50 +0100 |
| Subject | Re: [PATCH v7 04/10] mfd: axp20x: Add missing copyright notice |
| Message-ID | <qUQCS-5sa-23@gated-at.bofh.it> |
On Wed, 13 Jan 2016, Chen-Yu Tsai wrote: > When the driver was merged, the original author did not include a proper > copyright notice. This patch adds the notice, backdated to when the > driver was merged. This is very wordy. "Supply a backdated copyright notice." > Cc: Carlo Caione <carlo@caione.org> > Signed-off-by: Chen-Yu Tsai <wens@csie.org> > --- > > New patch in v7. > > --- > drivers/mfd/axp20x.c | 2 ++ > 1 file changed, 2 insertions(+) Patch looks fine though: Acked-by: Lee Jones <lee.jones@linaro.org> > diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c > index 3e186f2dcac3..cec51e689d1d 100644 > --- a/drivers/mfd/axp20x.c > +++ b/drivers/mfd/axp20x.c > @@ -5,6 +5,8 @@ > * converters, LDOs, multiple 12-bit ADCs of voltage, current and temperature > * as well as configurable GPIOs. > * > + * Copyright (C) 2014 Carlo Caione > + * > * Author: Carlo Caione <carlo@caione.org> > * > * This program is free software; you can redistribute it and/or modify -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2016-01-25 16:40 +0100 |
| Message-ID | <qURpi-60C-53@gated-at.bofh.it> |
| In reply to | #1316775 |
[Multipart message — attachments visible in raw view] — view raw
Hi Lee, On Mon, Jan 25, 2016 at 02:39:57PM +0000, Lee Jones wrote: > On Wed, 13 Jan 2016, Chen-Yu Tsai wrote: > > > When the driver was merged, the original author did not include a proper > > copyright notice. This patch adds the notice, backdated to when the > > driver was merged. > > This is very wordy. > > "Supply a backdated copyright notice." > > > Cc: Carlo Caione <carlo@caione.org> > > Signed-off-by: Chen-Yu Tsai <wens@csie.org> > > --- > > > > New patch in v7. > > > > --- > > drivers/mfd/axp20x.c | 2 ++ > > 1 file changed, 2 insertions(+) > > Patch looks fine though: > > Acked-by: Lee Jones <lee.jones@linaro.org> How do you want to merge these patches ? AFAIK, it's mostly MFD patches that could go through your tree, so feel free to apply them, I'll apply the DT parts. Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com
[toc] | [prev] | [next] | [standalone]
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Date | 2016-01-26 02:40 +0100 |
| Message-ID | <qV0LU-4dv-11@gated-at.bofh.it> |
| In reply to | #1316775 |
On Mon, Jan 25, 2016 at 10:39 PM, Lee Jones <lee.jones@linaro.org> wrote: > On Wed, 13 Jan 2016, Chen-Yu Tsai wrote: > >> When the driver was merged, the original author did not include a proper >> copyright notice. This patch adds the notice, backdated to when the >> driver was merged. > > This is very wordy. > > "Supply a backdated copyright notice." Fine with me. Would you like me to send another version? ChenYu >> Cc: Carlo Caione <carlo@caione.org> >> Signed-off-by: Chen-Yu Tsai <wens@csie.org> >> --- >> >> New patch in v7. >> >> --- >> drivers/mfd/axp20x.c | 2 ++ >> 1 file changed, 2 insertions(+) > > Patch looks fine though: > > Acked-by: Lee Jones <lee.jones@linaro.org> > >> diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c >> index 3e186f2dcac3..cec51e689d1d 100644 >> --- a/drivers/mfd/axp20x.c >> +++ b/drivers/mfd/axp20x.c >> @@ -5,6 +5,8 @@ >> * converters, LDOs, multiple 12-bit ADCs of voltage, current and temperature >> * as well as configurable GPIOs. >> * >> + * Copyright (C) 2014 Carlo Caione >> + * >> * Author: Carlo Caione <carlo@caione.org> >> * >> * This program is free software; you can redistribute it and/or modify > > -- > Lee Jones > Linaro STMicroelectronics Landing Team Lead > Linaro.org │ Open source software for ARM SoCs > Follow Linaro: Facebook | Twitter | Blog
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2016-01-26 09:40 +0100 |
| Message-ID | <qV7kn-1uA-39@gated-at.bofh.it> |
| In reply to | #1317449 |
On Tue, 26 Jan 2016, Chen-Yu Tsai wrote: > On Mon, Jan 25, 2016 at 10:39 PM, Lee Jones <lee.jones@linaro.org> wrote: > > On Wed, 13 Jan 2016, Chen-Yu Tsai wrote: > > > >> When the driver was merged, the original author did not include a proper > >> copyright notice. This patch adds the notice, backdated to when the > >> driver was merged. > > > > This is very wordy. > > > > "Supply a backdated copyright notice." > > Fine with me. Would you like me to send another version? No, I will fix this for you. > >> Cc: Carlo Caione <carlo@caione.org> > >> Signed-off-by: Chen-Yu Tsai <wens@csie.org> > >> --- > >> > >> New patch in v7. > >> > >> --- > >> drivers/mfd/axp20x.c | 2 ++ > >> 1 file changed, 2 insertions(+) > > > > Patch looks fine though: > > > > Acked-by: Lee Jones <lee.jones@linaro.org> > > > >> diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c > >> index 3e186f2dcac3..cec51e689d1d 100644 > >> --- a/drivers/mfd/axp20x.c > >> +++ b/drivers/mfd/axp20x.c > >> @@ -5,6 +5,8 @@ > >> * converters, LDOs, multiple 12-bit ADCs of voltage, current and temperature > >> * as well as configurable GPIOs. > >> * > >> + * Copyright (C) 2014 Carlo Caione > >> + * > >> * Author: Carlo Caione <carlo@caione.org> > >> * > >> * This program is free software; you can redistribute it and/or modify > > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web