Re: [RFCv4 09/21] v4l2: add request API support

2018-02-19 Thread Philippe Ombredanne
/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/license-rules.rst -- Cordially Philippe Ombredanne

Re: [PATCH v4 3/9] v4l: platform: Add Renesas CEU driver

2018-01-23 Thread Philippe Ombredanne
On Fri, Jan 12, 2018 at 2:38 PM, jacopo mondi <jac...@jmondi.org> wrote: > Hi Philippe, Laurent, Geert, > > On Fri, Jan 12, 2018 at 11:36:31AM +0100, Philippe Ombredanne wrote: >> On Tue, Jan 9, 2018 at 5:25 PM, Jacopo Mondi <jacopo+rene...@jmondi.org> >> w

Re: [PATCH v4 3/9] v4l: platform: Add Renesas CEU driver

2018-01-12 Thread Philippe Ombredanne
nstead: > +MODULE_LICENSE("GPL v2"); ... to match your > +// SPDX-License-Identifier: GPL-2.0 I know this can be confusing, but updating the MODULE_LICENSE tags definitions in module.h to match SPDX tags is unlikely to happen as it would create mayhem for everyone and every module loader relying on this established convention. -- Cordially Philippe Ombredanne

Re: [PATCH v2 6/9] v4l: i2c: Copy ov772x soc_camera sensor driver

2017-12-29 Thread Philippe Ombredanne
version 2 as > + * published by the Free Software Foundation. > + */ Do you mind using a simpler SPDX identifier instead of this long legalese boilerplate? This is documented in Thomas doc patches. This applies to your entire patch set of course. Thanks! -- Cordially Philippe Ombredanne

Re: [PATCH v5 05/16] media: rkisp1: add Rockchip ISP1 subdev driver

2017-12-29 Thread Philippe Ombredanne
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN > + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE > + * SOFTWARE. > + */ Do you mind using a simpler SPDX identifier instead of this long legalese boilerplate? This is documented in Thomas doc patches. This applies to your entire patch set of course. Thanks! -- Cordially Philippe Ombredanne

Re: [PATCH v5 6/6] [media] cxusb: add analog mode support for Medion MD95700

2017-12-23 Thread Philippe Ombredanne
00..969d82b24f41 > --- /dev/null > +++ b/drivers/media/usb/dvb-usb/cxusb-analog.c > @@ -0,0 +1,1914 @@ > +// SPDX-License-Identifier: GPL-2.0+ Thanks! For the SPDX tags usage: Acked-by: Philippe Ombredanne <pombreda...@nexb.com>

Re: [PATCH v5 3/6] cx25840: add pin to pad mapping and output format configuration

2017-12-23 Thread Philippe Ombredanne
n redistribute it and/or > * modify it under the terms of the GNU General Public License > * as published by the Free Software Foundation; either version 2 Since you are touching the copyright here, I wonder if you could reach out to other copyright holders and switch to using an SPDX tag instead? -- Cordially Philippe Ombredanne

Re: [linux-sunxi] [PATCH v4 2/2] media: V3s: Add support for Allwinner CSI.

2017-12-22 Thread Philippe Ombredanne
Would you mind using the new SPDX tags documented in Thomas patch set [1] rather than this fine but longer legalese? >> +MODULE_LICENSE("GPL v2"); Per module.h this means GPL2 only. This is not matching your top license above which is GPL2 or later. Please make sure your MODULE_LICENSE is consistent with the top level license. [1] https://lkml.org/lkml/2017/12/4/934 -- Cordially Philippe Ombredanne

Re: [PATCH 1/2] [media] Add Rockchip RK1608 driver

2017-12-22 Thread Philippe Ombredanne
so much of it and replace all this only with a single SPDX tag line ;) But then everyone loves code much more than legalese too! so you would be making the world a service anyway. And if other contributors in your team could follow suit and you could spread the word that would be even better! See Thomas doc patches [1] for details. [1] https://lkml.org/lkml/2017/12/4/934 -- Cordially Philippe Ombredanne

Re: [PATCH v5 4/6] media: i2c: Add TDA1997x HDMI receiver driver

2017-12-19 Thread Philippe Ombredanne
e terms of the GNU General Public License as published by >> + * the Free Software Foundation; either version 2 of the License, or >> + * (at your option) any later version. >> + */ Would you mind using the new SPDX tags documented in Thomas patch set [1] rather than this fine but longer legalese? Thank you! [1] https://lkml.org/lkml/2017/12/4/934 -- Cordially Philippe Ombredanne

Re: [PATCH v1] media: videobuf2: Add new uAPI for DVB streaming I/O

2017-12-18 Thread Philippe Ombredanne
[2] https://blogs.s-osg.org/linux-kernel-license-practices-revisited-spdx/ -- Cordially Philippe Ombredanne

Re: [PATCH v4 0/6] [media] Add analog mode support for Medion MD95700

2017-12-17 Thread Philippe Ombredanne
On Sun, Dec 17, 2017 at 7:46 PM, Maciej S. Szmigiero <m...@maciej.szmigiero.name> wrote: > This series adds support for analog part of Medion 95700 in the cxusb > driver. > Changes from v3: > Add SPDX tag to a newly added "cxusb-analog.c" file. Thank you. -- Cordially Philippe Ombredanne

Re: [PATCH v3 6/6] [media] cxusb: add analog mode support for Medion MD95700

2017-12-17 Thread Philippe Ombredanne
r (at your option) any later version. > + */ Would you mind using the new SPDX tags here. See Thomas patches [1]. Thanks! [1] https://lkml.org/lkml/2017/12/4/934 -- Cordially Philippe Ombredanne

Re: [PATCH v5 3/6] media: dt-bindings: Add bindings for TDA1997X

2017-12-16 Thread Philippe Ombredanne
he Free Software Foundation; either version 2 of the License, or > + * (at your option) any later version. > + */ Please consider using the new SPDX tags per Thomas doc patches [1] Thanks! [1] https://lkml.org/lkml/2017/12/4/934 -- Cordially Philippe Ombredanne, your friendly kernel licensing scruffy

Re: [RFC PATCH 1/9] media: add request API core and UAPI

2017-12-15 Thread Philippe Ombredanne
nse for more details. > + */ Have you considered using the new SPDX tags instead of this fine but long legalese? And if other Chromium contributors could follow suit and you could spread the word that would be even better! See Thomas doc patches [1] for details. Thanks! [1] https://lkml.org/lkml/2017/12/4/934 -- Cordially Philippe Ombredanne

Re: [PATCH v4 00/12] [dt-bindings] [media] Add document file and driver for Sony CXD2880 DVB-T2/T tuner + demodulator

2017-12-14 Thread Philippe Ombredanne
by the copyright > owners, or by LF legal counseling. So, I prefer to not pick those myself, > except from people I trust. Exactly, and this why --after the first batch that Greg pushed and Linus pulled and that had been carefully reviewed--, I am trying to gently nit the submitters of new patches, one at a time to use the new SPDX tags. Eventually if I can find the time, I could also submit some bigger patches to add SPDX tags to a bunch of files at once but that would have to be organized in small batches by copyright holder and these would be only RFCs until reviewed by and agreed to by the actual copyright holders. -- Cordially Philippe Ombredanne

Re: [PATCH v4 00/12] [dt-bindings] [media] Add document file and driver for Sony CXD2880 DVB-T2/T tuner + demodulator

2017-12-14 Thread Philippe Ombredanne
are over 80+ licenses in the kernel and there is (or rather was before starting adding SPDX tags) 1000+ different license notices and over 700+ variations of "this file in under the GPL"... This starts to diminish a bit with the addition of SPDX tags and eventually most or all boilerplate could be removed over time with reviews and discussions, IMHO for the better: I will then be able to trash my tool and use a good ole grep instead ;) -- Cordially Philippe Ombredanne

Re: [PATCH v4 00/12] [dt-bindings] [media] Add document file and driver for Sony CXD2880 DVB-T2/T tuner + demodulator

2017-12-14 Thread Philippe Ombredanne
lp Greg and Thomas with kernel license scans). Net effect is that on a laptop on 8 threads it takes ~20 minutes to scan a whole kernel using this diff-based approach and obtain a fairly accurate license detection. -- Cordially Philippe Ombredanne

Re: [PATCH v1 07/10] v4l: i2c: Copy ov772x soc_camera sensor driver

2017-12-13 Thread Philippe Ombredanne
bute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + */ You may want to use the new SPDX ids as documented in Thomas doc patches instead of the loner legalese? -- Cordially Philippe Ombredanne

Re: [PATCH v10 4/4] [media] platform: Add Synopsys DesignWare HDMI RX Controller Driver

2017-12-13 Thread Philippe Ombredanne
gt; >>> Cc: Sylwester Nawrocki <snawro...@kernel.org> >>> Cc: Sakari Ailus <sakari.ai...@iki.fi> >>> Cc: Philippe Ombredanne <pombreda...@nexb.com> >>> --- >>> Changes from v9: >>> - Use SPDX License ID (Philippe) For the use of SPDX tags, thanks! Acked-by: Philippe Ombredanne <pombreda...@nexb.com>

Re: [PATCH v10 4/4] [media] platform: Add Synopsys DesignWare HDMI RX Controller Driver

2017-12-11 Thread Philippe Ombredanne
ct > accordingly). > > Signed-off-by: Jose Abreu <joab...@synopsys.com> > Cc: Joao Pinto <jpi...@synopsys.com> > Cc: Mauro Carvalho Chehab <mche...@kernel.org> > Cc: Hans Verkuil <hans.verk...@cisco.com> > Cc: Sylwester Nawrocki <snawro...@kern

Re: [PATCH v10 3/4] [media] platform: Add Synopsys DesignWare HDMI RX PHY e405 Driver

2017-12-11 Thread Philippe Ombredanne
igned-off-by: Jose Abreu <joab...@synopsys.com> > Cc: Joao Pinto <jpi...@synopsys.com> > Cc: Mauro Carvalho Chehab <mche...@kernel.org> > Cc: Hans Verkuil <hans.verk...@cisco.com> > Cc: Sylwester Nawrocki <snawro...@kernel.org> > Cc: Philippe Ombreda

Re: [PATCH v9 0/2] media: ov7740: Add a V4L2 sensor-level driver

2017-12-11 Thread Philippe Ombredanne
On Mon, Dec 11, 2017 at 2:31 AM, Wenyou Yang <wenyou.y...@microchip.com> wrote: > Add a Video4Linux2 sensor-level driver for the OmniVision OV7740 > VGA camera image sensor. > > Changes in v9: > - Use the new SPDX ids. Thank you for this Acked-by: Philippe Ombredanne

Re: [Patch v6 02/12] [media] s5p-mfc: Adding initial support for MFC v10.10

2017-12-08 Thread Philippe Ombredanne
ectronics Co., Ltd. // Register definition file for Samsung MFC V10.x Interface (FIMV) driver You can also read this fine article from a fellow Samsung colleague [1]. And if you ever consider doing this for all Samsung's past, present and future contributions, you will have my deep gratitude [1] h

Re: [PATCH v8 2/2] media: i2c: Add the ov7740 image sensor driver

2017-12-08 Thread Philippe Ombredanne
-2.0 // Copyright (c) 2017 Microchip Corporation. Short and neat! Check also Thomas doc patches and Linus comments on why he prefers the C++ comment style for these. -- Cordially Philippe Ombredanne

Re: [PATCH v9 4/4] [media] platform: Add Synopsys DesignWare HDMI RX Controller Driver

2017-12-07 Thread Philippe Ombredanne
ode, you will have saved a tree or two and be a good earth citizen. And even better, you can now grep your code for licenses, unambiguously. If you could do this that would be really nice: we already have tagged ~13K files with SPDX and they are now in Linus's tree. We still have roughly 60K files to do... so every little help that would avoid piling up more work for us with new and innovative legalese boilerplate would really be much appreciated. Extra bonus: you can also do this for all your past, present and future contributions and spread the good word at your company so that everyone does the same: with this small thing you will earn at least 10 or more extra good karma points and my eternal gratitude. Thank you for your kind consideration, your friendly kernel licensing janitor! -- Cordially Philippe Ombredanne

Re: [PATCH] media: platform: sti: Adopt SPDX identifier

2017-12-07 Thread Philippe Ombredanne
i/hva/hva-mem.c > b/drivers/media/platform/sti/hva/hva-mem.c > index 821c78ed208c..caf50cd4bb77 100644 > --- a/drivers/media/platform/sti/hva/hva-mem.c > +++ b/drivers/media/platform/sti/hva/hva-mem.c > @@ -1,8 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* >

Re: [PATCH] media: platform: stm32: Adopt SPDX identifier

2017-12-07 Thread Philippe Ombredanne
or STM32 Digital Camera Memory Interface > * > @@ -5,7 +6,6 @@ > * Authors: Yannick Fertre <yannick.fer...@st.com> > * Hugues Fruchet <hugues.fruc...@st.com> > * for STMicroelectronics. > - * License terms: GNU General Public License (GPL), version 2 >

Re: [PATCH] media: usbvision: remove unneeded DRIVER_LICENSE #define

2017-11-17 Thread Philippe Ombredanne
On Fri, Nov 17, 2017 at 6:01 PM, Mauro Carvalho Chehab <mche...@s-opensource.com> wrote: > Em Fri, 17 Nov 2017 16:01:41 +0100 > Philippe Ombredanne <pombreda...@nexb.com> escreveu: > >> On Fri, Nov 17, 2017 at 3:58 PM, Mauro Carvalho Chehab >> <mche...@s-openso

Re: [PATCH 6/6] media: usb: add SPDX identifiers to some code I wrote

2017-11-17 Thread Philippe Ombredanne
On Fri, Nov 17, 2017 at 4:01 PM, Mauro Carvalho Chehab <mche...@s-opensource.com> wrote: > Em Fri, 17 Nov 2017 12:54:15 +0100 > Philippe Ombredanne <pombreda...@nexb.com> escreveu: > >> On Fri, Nov 17, 2017 at 11:21 AM, Mauro Carvalho Chehab >> <mche...@s-open

Re: [PATCH] media: usbvision: remove unneeded DRIVER_LICENSE #define

2017-11-17 Thread Philippe Ombredanne
s4all.nl> >> Cc: Mauro Carvalho Chehab <mche...@kernel.org> >> Cc: Johan Hovold <jo...@kernel.org> >> Cc: Davidlohr Bueso <d...@stgolabs.net> >> Cc: Sakari Ailus <sakari.ai...@linux.intel.com> >> Reported-by: Philippe Ombredanne <pombreda...@

Re: [PATCH] media: usbvision: remove unneeded DRIVER_LICENSE #define

2017-11-17 Thread Philippe Ombredanne
r Bueso <d...@stgolabs.net> > Cc: Sakari Ailus <sakari.ai...@linux.intel.com> > Reported-by: Philippe Ombredanne <pombreda...@nexb.com> > Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> Reviewed-by: Philippe Ombredanne <pombreda...@nexb.com> -- Cordially Philippe Ombredanne

Re: [PATCH 6/6] media: usb: add SPDX identifiers to some code I wrote

2017-11-17 Thread Philippe Ombredanne
c language of your notices in the scancode-toolkit! FWIW for this 6 patch series: Reviewed-by: Philippe Ombredanne <pombreda...@nexb.com> CC: Thomas Gleixner <t...@linutronix.de> CC: Greg Kroah-Hartman <gre...@linuxfoundation.org> -- Cordially Philippe Ombredanne