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 AAD70C433F5 for ; Tue, 22 Mar 2022 12:07:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234585AbiCVMI4 (ORCPT ); Tue, 22 Mar 2022 08:08:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234546AbiCVMIv (ORCPT ); Tue, 22 Mar 2022 08:08:51 -0400 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 503B383B3E for ; Tue, 22 Mar 2022 05:07:23 -0700 (PDT) Received: by mail-wm1-x330.google.com with SMTP id bg31-20020a05600c3c9f00b00381590dbb33so1459062wmb.3 for ; Tue, 22 Mar 2022 05:07:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=e3ViaRO1Rr2sI+l49irYHhSyo75k9Je9Jgyertt2k5E=; b=GgC5/8cQ71t5bSlOD9BnaRPBc608es5k4URD9kvqaEkT5DWFsenaaorsTuFWteaFEd hpAgAGB6IWCH2dJaavSJ8jFwayIZcsQp1IRPc0iau+6hitpeD+xeFMSCkcUaPvtQGyIw AWVLJ3L+lhqEBpo73QXJIPEoxkhP5agkIxkUU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=e3ViaRO1Rr2sI+l49irYHhSyo75k9Je9Jgyertt2k5E=; b=4cUUzW322vZG0X0LRhZicZCh9GWEJuDYndt5D5BR4b9jN51MoRKNIP7e75/1bDd3KH bYfwSvgSgCHS/BHXfy5VLFRiC0M2y4dT7lp9Geu+waObxewFnBNxVl6QwA3bEWEAjKQS 50kC3R37uHtChCOncSDG39wMzJGLU0INjBrVj7rTxoTclhu+3gsOS3r5FX53DBP3TLHD za/uhnZFxnKV9kpnzxU5i+LID9Elxya8TtnrsYiv0T3f43DYbrlqVDXq2KvEthVfwdzf ip+vkPKEpT6HOJNo7uhdbfx4Oax/WNqYRqxtkVLsNjnVpxlBilxUKCLIQ+881GRdyXVS +Lgw== X-Gm-Message-State: AOAM530ogG9tx5IseeBTIzzxAmbuvRqGIDwpOPhcd1CF9Btluafvxw5u agIKBLClRbE3ghvQIuULTqO+Ig== X-Google-Smtp-Source: ABdhPJzzDktpUdftxhms3YkoLwxzADyuJj5fnu5TzuR25YBbuhb6hxkCKVsQ1/mv6cY18+N8sYJWbw== X-Received: by 2002:a5d:6da9:0:b0:204:16b9:ce7d with SMTP id u9-20020a5d6da9000000b0020416b9ce7dmr6518191wrs.293.1647950842504; Tue, 22 Mar 2022 05:07:22 -0700 (PDT) Received: from google.com ([37.228.205.1]) by smtp.gmail.com with ESMTPSA id m28-20020a05600c3b1c00b0038cb3e1773asm1704764wms.44.2022.03.22.05.07.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Mar 2022 05:07:21 -0700 (PDT) Date: Tue, 22 Mar 2022 12:07:19 +0000 From: Fabio Baltieri To: Krzysztof Kozlowski Cc: Benson Leung , Guenter Roeck , Thierry Reding , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Lee Jones , Rob Herring , chrome-platform@lists.linux.dev, linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] dt-bindings: add mfd/cros_ec definitions Message-ID: References: <20220321143222.2523373-1-fabiobaltieri@chromium.org> <20220321143222.2523373-2-fabiobaltieri@chromium.org> <2942ea7a-3e23-7df1-daff-c266a82682fb@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2942ea7a-3e23-7df1-daff-c266a82682fb@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 21, 2022 at 04:46:49PM +0100, Krzysztof Kozlowski wrote: > On 21/03/2022 15:32, Fabio Baltieri wrote: > > Add a dt-bindings include file for cros_ec devicetree definition, define > > a pair of special purpose PWM channels in it. > > > > Signed-off-by: Fabio Baltieri > > --- > > include/dt-bindings/mfd/cros_ec.h | 18 ++++++++++++++++++ > > 1 file changed, 18 insertions(+) > > create mode 100644 include/dt-bindings/mfd/cros_ec.h > > > > diff --git a/include/dt-bindings/mfd/cros_ec.h b/include/dt-bindings/mfd/cros_ec.h > > new file mode 100644 > > index 000000000000..e02414eae622 > > --- /dev/null > > +++ b/include/dt-bindings/mfd/cros_ec.h > > @@ -0,0 +1,18 @@ > > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > > Same license as for bindings (GPL-2.0-only OR BSD-2-Clause), unless you > cannot (is it a derivative work?). Ack, it's not, will change in v2, thanks! > > > Best regards, > Krzysztof -- Fabio Baltieri