Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3642833ybi; Mon, 27 May 2019 03:35:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqzRIkR2p6yusdL5MCkVeF3w6wxDFvQn05vewZS3HNhMcHuysWRGzEtizrhlPZif9V92uEVn X-Received: by 2002:a63:ed09:: with SMTP id d9mr8822105pgi.419.1558953344792; Mon, 27 May 2019 03:35:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558953344; cv=none; d=google.com; s=arc-20160816; b=GgNliF3KeEaHB8/doqIX1BHMl8Awcx5q44DYavECs7pxmmdtC2HwTa4RoqYplNvpKD 2yOt0Y2rZDdf4mievcUG6uu2GhKv9pRAQC6/+wX0ALKEPBYRlj4UcheZgnhIqYewFWgO ARtn2vKCWY3miPKo9BYCg4xRdOBk42PDHW4mlopThF871ugEAj84NC1yDBxQOTBHzODm 5sWU5AOMcduHS5UqQLlbafwGdkOxIMp0YIt/RJq0N1+McG1JFvTpFWtV3pctxxPgnVGb K7JAwptG+bhtI+xdimwN4Iytp9XHeOYUpzNtvFwo6ehPTwCg0R5daXa2lA4NLIw1WIMs rb0g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=favkVzHQf8WJgZ0x99WyPaL6m83W+rFZIWu+1sdcukg=; b=dJMqiJJoX6qAKTNqIYp1wlRSRlZJrKNbpoxKJj8yEhTe+X4Pdi0d9yyjIrv81vh/2D dNvZKW6W94rEGS/wy4J2BpyXEP4j6NhM8hsGurBw1tkOotKH0SLwk7+tU2dwkXTBSOjb MAv1Ir0OjxRBN1JGbzcDeSbKrHA43osdJl+ri0oMo/SCuOJ1LqG0cDRwZ8PKlzA1WD0K l4psC0THWZH9K+xr7yEdAEDC2D1FGgLjAT0DeJYkd3u9l9UZoJcwg1cq3V1lBb0avNCJ L1o/i7MOAXmhFrlDlN/TqTXzEESOV8YZEX/g6J8QeVOUD5VvGrQn1WiiOatzLe9cYYiH kEig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d62si17779515pga.447.2019.05.27.03.35.28; Mon, 27 May 2019 03:35:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726377AbfE0Kd6 (ORCPT + 99 others); Mon, 27 May 2019 06:33:58 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:50928 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725858AbfE0Kd6 (ORCPT ); Mon, 27 May 2019 06:33:58 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 7158D80490; Mon, 27 May 2019 12:33:46 +0200 (CEST) Date: Mon, 27 May 2019 12:33:56 +0200 From: Pavel Machek To: Dan Murphy Cc: jacek.anaszewski@gmail.com, robh+dt@kernel.org, devicetree@vger.kernel.org, linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/9] leds: multicolor: Add sysfs interface definition Message-ID: <20190527103355.GA5287@amd> References: <20190523190820.29375-1-dmurphy@ti.com> <20190523190820.29375-2-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lrZ03NoBR/3+SXJZ" Content-Disposition: inline In-Reply-To: <20190523190820.29375-2-dmurphy@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu 2019-05-23 14:08:12, Dan Murphy wrote: > Add a documentation of LED Multicolor LED class specific > sysfs attributes. >=20 > Signed-off-by: Dan Murphy > --- > .../ABI/testing/sysfs-class-led-multicolor | 57 +++++++++++++++++++ > 1 file changed, 57 insertions(+) > create mode 100644 Documentation/ABI/testing/sysfs-class-led-multicolor >=20 > diff --git a/Documentation/ABI/testing/sysfs-class-led-multicolor b/Docum= entation/ABI/testing/sysfs-class-led-multicolor > new file mode 100644 > index 000000000000..2f102ede258b > --- /dev/null > +++ b/Documentation/ABI/testing/sysfs-class-led-multicolor > @@ -0,0 +1,57 @@ > +What: /sys/class/leds//colors/sync_enable > +Date: April 2019 I believe I suggested more reasonable interface. Why not use that? --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --lrZ03NoBR/3+SXJZ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlzrvRIACgkQMOfwapXb+vJdxQCfXnAO1nLU1TIocQz6gagl1XRu PSsAn17PTm9eh3T5EcXZOPxosG8n4/3+ =xsN+ -----END PGP SIGNATURE----- --lrZ03NoBR/3+SXJZ--