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=-4.1 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 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 8007AC433E1 for ; Thu, 9 Jul 2020 19:24:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4F81A20775 for ; Thu, 9 Jul 2020 19:24:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594322666; bh=d4YmZ+mtAJK1Q2RuSseDQqLh0TuxehSKLpOOKyK2UAg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=GxzSAy3d0wZTe03YzPFa7wZ9IyXOPEkXRo7EzO060aFBpHLNVNpWaBXKZOQ8Bj1Sz 3oOzJJTY7R+RohhdCdv8EBAv9alB5iNIMTWVUzlzVaGAox0GT3y7/JeGa3HDckW2hp 4eHt6HKbsXcCJ+Fl1BqGT9RavFkr5IdApr4jkHNI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726442AbgGITYZ (ORCPT ); Thu, 9 Jul 2020 15:24:25 -0400 Received: from mail-io1-f66.google.com ([209.85.166.66]:40407 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726116AbgGITYY (ORCPT ); Thu, 9 Jul 2020 15:24:24 -0400 Received: by mail-io1-f66.google.com with SMTP id q8so3538903iow.7; Thu, 09 Jul 2020 12:24:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=UIqCztKevCneF6ioGbTspyIoGpmry5+/Dok5gYJ3WyA=; b=Bfb0fLGfoHm3W+w9nuLpz5fVIcUfOfykOP4lgs6AcF4wtQlZ5vI8C+YuBDZg+Rhwz+ nLGeiyogZPbsImBITwgx1cBJltMxKhvb0gjlD54YD/c1F9ZrnObTzoImdTmvVGP1Lh2v ZL6a4gCB2DqEgtJxzK3YYa5AuRBv37GrclcYQdTDUJmSCKluY/q0oEGc8fqxvLArC8tf kIl4M5hwZSElNY0WIadxD///xJE8SD7yaxHJEdQieTEUK5k0Vmuk+sRGmHthWcpP6oJG Z3+EJPRJ8xZOfZt0tfOfM+G5zPgnMkrGQGsTbBg2Ir/3Bbgo6IOmQMv8MSfCWePD0iFZ euiQ== X-Gm-Message-State: AOAM531P+E4IDegWuB/wg9ncJFjOPiWJ5BUOjqeLHrinvq/R3N7SybPf oU4TtPC7sfk150Xa/9DXsg== X-Google-Smtp-Source: ABdhPJzaUxygIC2tbULNK/BDA6hFWcftrUrUMq9KH6e62eedm3LwsJzQia+bXGBLxytk6b1Iei/pmA== X-Received: by 2002:a05:6638:1187:: with SMTP id f7mr74696113jas.58.1594322663539; Thu, 09 Jul 2020 12:24:23 -0700 (PDT) Received: from xps15 ([64.188.179.254]) by smtp.gmail.com with ESMTPSA id s17sm2717111ioj.10.2020.07.09.12.24.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jul 2020 12:24:22 -0700 (PDT) Received: (nullmailer pid 748212 invoked by uid 1000); Thu, 09 Jul 2020 19:24:21 -0000 Date: Thu, 9 Jul 2020 13:24:21 -0600 From: Rob Herring To: Dan Murphy Cc: devicetree@vger.kernel.org, pavel@ucw.cz, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, jacek.anaszewski@gmail.com, linux-leds@vger.kernel.org Subject: Re: [PATCH v29 01/16] dt: bindings: Add multicolor class dt bindings documention Message-ID: <20200709192421.GA748160@bogus> References: <20200622185919.2131-1-dmurphy@ti.com> <20200622185919.2131-2-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200622185919.2131-2-dmurphy@ti.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 22 Jun 2020 13:59:04 -0500, Dan Murphy wrote: > Add DT bindings for the LEDs multicolor class framework. > Add multicolor ID to the color ID list for device tree bindings. > > CC: Rob Herring > Acked-by: Pavel Machek > Acked-by: Jacek Anaszewski > Signed-off-by: Dan Murphy > --- > .../bindings/leds/leds-class-multicolor.yaml | 37 +++++++++++++++++++ > include/dt-bindings/leds/common.h | 3 +- > 2 files changed, 39 insertions(+), 1 deletion(-) > create mode 100644 Documentation/devicetree/bindings/leds/leds-class-multicolor.yaml > Reviewed-by: Rob Herring