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=-8.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 2AB95C433E1 for ; Sun, 12 Jul 2020 19:55:19 +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 EC3272067D for ; Sun, 12 Jul 2020 19:55:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="K3S8SOrn" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EC3272067D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ucw.cz 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-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=G+D/j1n2cHSFf2g+vddmjK6ViY/lMJnGTzpYMbQHY7k=; b=K3S8SOrnGjV3jctxQCVbGRiA/ 1XMjtOfurhVMNJgckjdDdbNQL/h4d1t2M2XtG+K+0baTF53liDzj2bQ8+WqOLktZCV/KZwHL2SOcp Lb5civLm8IcwbrYzV4GSyDnGPmeHy7lYgwP3B10c75IGCY+0iVqatlxvIOclXzzfuSi3VGXSFpgZH qkWNPaQOvh404t+Wi0zOphSsvZ1eQV5VTMQ6PsJML1PBQr7ODa+u0RftbJO82tj77OkkQ8YSerSWe WxoYvdBqo5qw61Whc6we6TLy4TBQnU/2usi/ih94UnvJIuChsTj64W6hzI+wgXygy7ZV4t3ovZfkU gj/xMT/iw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jui27-0007FF-5b; Sun, 12 Jul 2020 19:53:07 +0000 Received: from jabberwock.ucw.cz ([46.255.230.98]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jui23-0007Eu-KB for linux-arm-kernel@lists.infradead.org; Sun, 12 Jul 2020 19:53:05 +0000 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id DF04B1C0BD2; Sun, 12 Jul 2020 21:52:57 +0200 (CEST) Date: Sun, 12 Jul 2020 21:52:57 +0200 From: Pavel Machek To: Rob Herring Subject: Re: [PATCH v29 01/16] dt: bindings: Add multicolor class dt bindings documention Message-ID: <20200712195257.GB20592@amd> References: <20200622185919.2131-1-dmurphy@ti.com> <20200622185919.2131-2-dmurphy@ti.com> <20200709192421.GA748160@bogus> MIME-Version: 1.0 In-Reply-To: <20200709192421.GA748160@bogus> User-Agent: Mutt/1.5.23 (2014-03-12) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200712_155303_829694_79F942B0 X-CRM114-Status: GOOD ( 14.32 ) 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: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, jacek.anaszewski@gmail.com, linux-leds@vger.kernel.org, Dan Murphy Content-Type: multipart/mixed; boundary="===============3388130229320555720==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============3388130229320555720== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nVMJ2NtxeReIH9PS" Content-Disposition: inline --nVMJ2NtxeReIH9PS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu 2020-07-09 13:24:21, Rob Herring wrote: > 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. > >=20 > > 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-m= ulticolor.yaml > >=20 >=20 > Reviewed-by: Rob Herring Thank you for the review! Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --nVMJ2NtxeReIH9PS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl8LahkACgkQMOfwapXb+vJY6QCfefS/vt49I44uOsqQdMeJ3lBZ 9tkAoJeFAqZlbdF2AbsGyZpZ3LIGdUvd =3qMs -----END PGP SIGNATURE----- --nVMJ2NtxeReIH9PS-- --===============3388130229320555720== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============3388130229320555720==--