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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 13CDFC07E9D for ; Sat, 24 Sep 2022 17:57:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233688AbiIXR5Z (ORCPT ); Sat, 24 Sep 2022 13:57:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39456 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230117AbiIXR5Y (ORCPT ); Sat, 24 Sep 2022 13:57:24 -0400 Received: from mail-oi1-f179.google.com (mail-oi1-f179.google.com [209.85.167.179]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B043F57272; Sat, 24 Sep 2022 10:57:23 -0700 (PDT) Received: by mail-oi1-f179.google.com with SMTP id r125so3577736oia.8; Sat, 24 Sep 2022 10:57:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date; bh=MNOSZz5lgglfdVhYVEsjBp40JWxVfkPldnmOTbA13Os=; b=xVnaZ9R40dX+676GMVW6h/C0Az/p9Ft3ZiDTvVKT8Rhw8xk9Hy1iWE1Fp0Ud0rlZiN 6tvb8M9676a1oWNhHbTfYo8FGc5N+88iv4mA5MWjzQKS+iOTK7QjQfvJ4UL2Lj2npu1J BSfWQ3K0e+C26cbLMnoKzEPeL+ZsDhhj3kdN4zTqllwDPGcYaXz60XMGHaVe5WsKrpzG ldEAElSBn72BgC65NyLTw1E1kAQuz6MFtGfb7UULyu2pYe0UMFd8eScThW7bUCpP3oSD yvMU1WkC4XAtAAARp4kwLu3WmBqgBEqzPn8beUAatvSU5h2i5GFmcAhM/muRpq56G345 RZUA== X-Gm-Message-State: ACrzQf2GyWodpJO76aJJPp2B2aJi7Ea/4Ts8KdNeYiNBOCX8tEXKXrIL VuOsWIVXbvVSrKO0OySd7eTlMwWUG7ub X-Google-Smtp-Source: AMsMyM6oyPLVaeViQti/HxPQuX6anjWMfjhjh3Jm8yYM5cghzCKRbfOr/ouhp8go5OYafCTsPE8RHQ== X-Received: by 2002:a05:6808:2c8:b0:350:504b:ee10 with SMTP id a8-20020a05680802c800b00350504bee10mr10798246oid.103.1664042242955; Sat, 24 Sep 2022 10:57:22 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id i12-20020a056871028c00b0010d5d5c3fc3sm6205331oae.8.2022.09.24.10.57.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 10:57:22 -0700 (PDT) Received: (nullmailer pid 1055544 invoked by uid 1000); Sat, 24 Sep 2022 17:57:21 -0000 Date: Sat, 24 Sep 2022 12:57:21 -0500 From: Rob Herring To: Bartosz Golaszewski Cc: Etienne Carriere , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, Stephen Warren , Linus Walleij , Laxman Dewangan , Andrew Jeffery , Thomas Petazzoni , Nuno =?iso-8859-1?Q?S=E1?= , Krzysztof Kozlowski Subject: Re: [PATCH v3] dt-binding: gpio: publish binding IDs under dual license Message-ID: <20220924175721.GA1051922-robh@kernel.org> References: <20220905145555.674800-1-etienne.carriere@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, Sep 22, 2022 at 10:37:03AM +0200, Bartosz Golaszewski wrote: > On Mon, Sep 5, 2022 at 4:57 PM Etienne Carriere > wrote: > > > > Changes gpio.h DT binding header file to be published under GPLv2 or > > BSD-2-Clause license terms. This change allows this GPIO generic > > bindings header file to be used in software components as bootloaders > > and OSes that are not published under GPLv2 terms. > > > > All contributors to gpio.h file in copy. > > > > Cc: Stephen Warren > > Cc: Linus Walleij > > Cc: Laxman Dewangan > > Cc: Andrew Jeffery > > Cc: Thomas Petazzoni > > Cc: Nuno Sá > > Cc: Bartosz Golaszewski > > Cc: Rob Herring > > Cc: Krzysztof Kozlowski > > > > Signed-off-by: Etienne Carriere > > --- > > Applied, thanks! I don't think anyone is really going to care, but you first need acks from the Cc list to re-license or a lawyer to tell you it's not copyrightable anyways and doesn't matter. Your choice. ;) Rob