Message ID | 20191116205026.dvlevawj5obq7weh@smtp.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: iio: adc: ad7292: Update SPDX identifier | expand |
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>
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
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
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
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#
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(-)