linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: iio: adc: ad7292: Update SPDX identifier
@ 2019-11-16 20:50 Marcelo Schmitt
  2019-11-22 16:05 ` Rob Herring
  0 siblings, 1 reply; 5+ messages in thread
From: Marcelo Schmitt @ 2019-11-16 20:50 UTC (permalink / raw)
  To: jic23, robh
  Cc: dragos.bogdan, alexandru.ardelean, linux-kernel, linux-iio,
	devicetree, kernel-usp

Update SPDX identifier to the preferred dual GPL-2.0 OR BSD-2-Clause
licensing.

Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
---
I split the changes into 2 different patches since they are about
different issues.

 Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml
index b68be3aaf587..5770f63dd511 100644
--- a/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 %YAML 1.2
 ---
 $id: http://devicetree.org/schemas/iio/adc/adi,ad7292.yaml#
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] dt-bindings: iio: adc: ad7292: Update SPDX identifier
  2019-11-16 20:50 [PATCH 1/2] dt-bindings: iio: adc: ad7292: Update SPDX identifier Marcelo Schmitt
@ 2019-11-22 16:05 ` Rob Herring
  2019-11-23 12:25   ` Jonathan Cameron
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2019-11-22 16:05 UTC (permalink / raw)
  To: Marcelo Schmitt
  Cc: Jonathan Cameron, Dragos Bogdan, Alexandru Ardelean,
	linux-kernel, open list:IIO SUBSYSTEM AND DRIVERS, devicetree,
	kernel-usp

On Sat, Nov 16, 2019 at 2:50 PM Marcelo Schmitt
<marcelo.schmitt1@gmail.com> wrote:
>
> Update SPDX identifier to the preferred dual GPL-2.0 OR BSD-2-Clause
> licensing.
>
> Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
> ---
> I split the changes into 2 different patches since they are about
> different issues.
>
>  Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] dt-bindings: iio: adc: ad7292: Update SPDX identifier
  2019-11-22 16:05 ` Rob Herring
@ 2019-11-23 12:25   ` Jonathan Cameron
  2019-12-02 16:48     ` Rob Herring
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Cameron @ 2019-11-23 12:25 UTC (permalink / raw)
  To: Rob Herring
  Cc: Marcelo Schmitt, Dragos Bogdan, Alexandru Ardelean, linux-kernel,
	open list:IIO SUBSYSTEM AND DRIVERS, devicetree, kernel-usp

On Fri, 22 Nov 2019 10:05:52 -0600
Rob Herring <robh@kernel.org> wrote:

> On Sat, Nov 16, 2019 at 2:50 PM Marcelo Schmitt
> <marcelo.schmitt1@gmail.com> wrote:
> >
> > Update SPDX identifier to the preferred dual GPL-2.0 OR BSD-2-Clause
> > licensing.
> >
> > Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
> > ---
> > I split the changes into 2 different patches since they are about
> > different issues.
> >
> >  Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)  
> 
> Reviewed-by: Rob Herring <robh@kernel.org>
I've applied this to the fixes-togreg branch so it'll go in during
the early RCs.  Nice not to have a release with a different
license, particularly as this was me running too fast at taking
patches.

Thanks,

Jonathan



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] dt-bindings: iio: adc: ad7292: Update SPDX identifier
  2019-11-23 12:25   ` Jonathan Cameron
@ 2019-12-02 16:48     ` Rob Herring
  2019-12-08 19:14       ` Jonathan Cameron
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2019-12-02 16:48 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Marcelo Schmitt, Dragos Bogdan, Alexandru Ardelean, linux-kernel,
	open list:IIO SUBSYSTEM AND DRIVERS, devicetree, kernel-usp

On Sat, Nov 23, 2019 at 6:25 AM Jonathan Cameron <jic23@kernel.org> wrote:
>
> On Fri, 22 Nov 2019 10:05:52 -0600
> Rob Herring <robh@kernel.org> wrote:
>
> > On Sat, Nov 16, 2019 at 2:50 PM Marcelo Schmitt
> > <marcelo.schmitt1@gmail.com> wrote:
> > >
> > > Update SPDX identifier to the preferred dual GPL-2.0 OR BSD-2-Clause
> > > licensing.
> > >
> > > Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
> > > ---
> > > I split the changes into 2 different patches since they are about
> > > different issues.
> > >
> > >  Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > Reviewed-by: Rob Herring <robh@kernel.org>
> I've applied this to the fixes-togreg branch so it'll go in during
> the early RCs.  Nice not to have a release with a different
> license, particularly as this was me running too fast at taking
> patches.

Please send patch 2 sooner rather than later. I would like 'make
dt_binding_check' to pass in rc1 (or rc2 at the latest) rather than
rc5/6 as happened in 5.4 cycle. It's hard to complain that patches
fail it when mainline is already broken.

Rob

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] dt-bindings: iio: adc: ad7292: Update SPDX identifier
  2019-12-02 16:48     ` Rob Herring
@ 2019-12-08 19:14       ` Jonathan Cameron
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2019-12-08 19:14 UTC (permalink / raw)
  To: Rob Herring
  Cc: Marcelo Schmitt, Dragos Bogdan, Alexandru Ardelean, linux-kernel,
	open list:IIO SUBSYSTEM AND DRIVERS, devicetree, kernel-usp

On Mon, 2 Dec 2019 10:48:01 -0600
Rob Herring <robh@kernel.org> wrote:

> On Sat, Nov 23, 2019 at 6:25 AM Jonathan Cameron <jic23@kernel.org> wrote:
> >
> > On Fri, 22 Nov 2019 10:05:52 -0600
> > Rob Herring <robh@kernel.org> wrote:
> >  
> > > On Sat, Nov 16, 2019 at 2:50 PM Marcelo Schmitt
> > > <marcelo.schmitt1@gmail.com> wrote:  
> > > >
> > > > Update SPDX identifier to the preferred dual GPL-2.0 OR BSD-2-Clause
> > > > licensing.
> > > >
> > > > Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
> > > > ---
> > > > I split the changes into 2 different patches since they are about
> > > > different issues.
> > > >
> > > >  Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml | 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)  
> > >
> > > Reviewed-by: Rob Herring <robh@kernel.org>  
> > I've applied this to the fixes-togreg branch so it'll go in during
> > the early RCs.  Nice not to have a release with a different
> > license, particularly as this was me running too fast at taking
> > patches.  
> 
> Please send patch 2 sooner rather than later. I would like 'make
> dt_binding_check' to pass in rc1 (or rc2 at the latest) rather than
> rc5/6 as happened in 5.4 cycle. It's hard to complain that patches
> fail it when mainline is already broken.

I've sent Greg a pull request with these in, so hopefully should be in 
place before rc2.

Thanks,

Jonathan

> 
> Rob


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-08 19:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-16 20:50 [PATCH 1/2] dt-bindings: iio: adc: ad7292: Update SPDX identifier Marcelo Schmitt
2019-11-22 16:05 ` Rob Herring
2019-11-23 12:25   ` Jonathan Cameron
2019-12-02 16:48     ` Rob Herring
2019-12-08 19:14       ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).