From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9308C43603 for ; Sun, 8 Dec 2019 19:14:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C47CE20663 for ; Sun, 8 Dec 2019 19:14:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575832488; bh=tTkmzbY4m+GKco6n1uwSzJblEedVC6WFt6EjHSfS5Ig=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=dRbfxwsoi8BEf99ANW2ZhbA1oV/Epga8ANSErrUm34YY5YSB06XGv92vH/Lh1B96N WMWiDajUIyb3ExazXH7GDUWz5/YJg1ZWAjbJJyznycOUu++J6ejVcMslsZAojn3IxC JUDkw9UBd6f3F48xBn3Ezj+KvT9SA+gLrNB3u/y0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726508AbfLHTOo (ORCPT ); Sun, 8 Dec 2019 14:14:44 -0500 Received: from mail.kernel.org ([198.145.29.99]:56352 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726505AbfLHTOo (ORCPT ); Sun, 8 Dec 2019 14:14:44 -0500 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 59DA820663; Sun, 8 Dec 2019 19:14:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575832483; bh=tTkmzbY4m+GKco6n1uwSzJblEedVC6WFt6EjHSfS5Ig=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QK050Y3INjD1EssBXAmgItNIdmGUfnDGORDizBHL7bLQjmL77lx61/JB+nC7w59H5 nGW443OOavMV4qkp/CiWnOKya6I+cj6P/nJO9jz+UVA45tX8sykS7giSE4206Po596 Mxcu4IzfJ6d1ZhuayRW7B5GXF3eaHLsT/3MsZKDw= Date: Sun, 8 Dec 2019 19:14:39 +0000 From: Jonathan Cameron To: Rob Herring Cc: Marcelo Schmitt , Dragos Bogdan , Alexandru Ardelean , "linux-kernel@vger.kernel.org" , "open list:IIO SUBSYSTEM AND DRIVERS" , devicetree@vger.kernel.org, kernel-usp@googlegroups.com Subject: Re: [PATCH 1/2] dt-bindings: iio: adc: ad7292: Update SPDX identifier Message-ID: <20191208191439.3d24086b@archlinux> In-Reply-To: References: <20191116205026.dvlevawj5obq7weh@smtp.gmail.com> <20191123122548.54f0f529@archlinux> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 2 Dec 2019 10:48:01 -0600 Rob Herring wrote: > On Sat, Nov 23, 2019 at 6:25 AM Jonathan Cameron wrote: > > > > On Fri, 22 Nov 2019 10:05:52 -0600 > > Rob Herring wrote: > > > > > On Sat, Nov 16, 2019 at 2:50 PM Marcelo Schmitt > > > wrote: > > > > > > > > Update SPDX identifier to the preferred dual GPL-2.0 OR BSD-2-Clause > > > > licensing. > > > > > > > > Signed-off-by: Marcelo Schmitt > > > > --- > > > > 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 > > 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