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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 7A191C4363D for ; Fri, 2 Oct 2020 10:47:38 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CCAAF206CD for ; Fri, 2 Oct 2020 10:47:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ZLrMl6rF" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CCAAF206CD Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=thorsis.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:References:In-Reply-To:Message-ID:Date:Subject:To: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=fAGhtpbBmYnHbjeffIVpS1mTJ/9GFtuoz7/bvTjyCgg=; b=ZLrMl6rFhLFYbk3bc3KfZ1b80f 8HHE3pMDil5LR68/hLokJ7AENvzGg3ntgUjDAhMxajPsSY2I9G3stvjSL8MLmkSutI9Wtp2cxsQVu f7HIBcDRCbhvY6tez7Yr3PXTjHrLwA1IqTkD8T4AJAPOlNqeiks9AgZQNSXaMyF7NJVk+50cR4soP 3PN1LitNOTbRyrL4kHHQ3aet5MD+SpBnf/zRhLvsk1MjK3yfDn56w6PyRzRGOWa62NmYa9G0dnmE+ o4EagCSw41TU2BnO8b1ws3LDJkGVlnxfJRSGT2IEVC4PUcPAPII2Xw9spYoIJtDQWkMwniM292rzu ENLuK1oQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kOIZs-0005MM-Af; Fri, 02 Oct 2020 10:46:16 +0000 Received: from mail.thorsis.com ([92.198.35.195]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kOIZp-0005Kl-0Q; Fri, 02 Oct 2020 10:46:13 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 6B3353E3A; Fri, 2 Oct 2020 12:46:11 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.thorsis.com Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K0ltrlPS8NWO; Fri, 2 Oct 2020 12:46:11 +0200 (CEST) Received: by mail.thorsis.com (Postfix, from userid 109) id CC5233829; Fri, 2 Oct 2020 12:46:09 +0200 (CEST) From: Alexander Dahl To: linux-leds@vger.kernel.org Subject: Re: [PATCH v6 2/7] dt-bindings: leds: Convert pwm to yaml Date: Fri, 02 Oct 2020 12:46:03 +0200 Message-ID: <9895379.VNsV0mSTfq@ada> In-Reply-To: References: <20200930234637.7573-1-post@lespocky.de> <20200930234637.7573-3-post@lespocky.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201002_064613_338253_FE30C8E7 X-CRM114-Status: GOOD ( 14.40 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, "linux-samsung-soc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Krzysztof Kozlowski , linux-mips@vger.kernel.org, Peter Ujfalusi , Rob Herring , Alexander Dahl , Dan Murphy , Pavel Machek , linux-amlogic@lists.infradead.org, linux-omap@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, Jacek Anaszewski MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hei hei, Am Freitag, 2. Oktober 2020, 11:31:09 CEST schrieb Krzysztof Kozlowski: > On Thu, 1 Oct 2020 at 01:52, Alexander Dahl wrote: > > The example was adapted in the following ways: > > > > - make use of the now supported 'function' and 'color' properties > > - remove pwm nodes, those are documented elsewhere > > - tweake node names to be matched by new dtschema rules > > tweak? or align? Depends on if schema actually checks it (child nodes) or if it's just DT policy (parent node). I'll reword in v7. > > License was discussed with the original author. > > Since you relicense their work, you need an ack or signed off from > every author. You cannot just say "I discussed" and post it. That way > I could pretend (lie) I talked to Linus and try to relicense Linux to > BSD... I know. Peter promised to give his Ack publicly on the list back when I worked on v2 or v3, so he is in Cc since then, but apparently he did not yet post it. ;-) > You need acks/SoB from Peter and Russel. Well, I should add Russel in v7, too, then. Thanks Alex _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel