Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp74400imu; Wed, 19 Dec 2018 13:56:43 -0800 (PST) X-Google-Smtp-Source: AFSGD/V9G86U6zX1uhT4jUQPku4byfolE2jWHnrrW7rEKjEfI6eBDDh5nJm/GOFlHVxL1pM70QmV X-Received: by 2002:a63:d846:: with SMTP id k6mr21304328pgj.251.1545256603236; Wed, 19 Dec 2018 13:56:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545256603; cv=none; d=google.com; s=arc-20160816; b=B7iQmNQqZfKFcJgv/Yn3LaToKb1q9hhAZILaLUZgaNj5sAusHVETU6w5hxqZzTIsqr 3gE63FyltUERs3mZ50MUREnr967qChFPVwEc+Ag/FbOpY1AAdE3vmtf/mBu4KAumOq9v 6H0Jk/J++ICpBLpGB2U+er0hKrz3eUmj93ZrTe/kRPnO2tp/XAXk4JXLoKqK09ziKVht Et1tvrwW4BF+gSILfEnvjZz7NSgsAySiI7Lsgvt0h8l4G8hvakbOOWn1Riw3U4xCY4v9 U6xydhrwgLfV2fJEHQ97rZLjs6wghZGfxugAQmy6z7QPaGd1lN3GTO+z4tcRhM4vC6Hi H6SA== 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=Jg+QMzaxzvTHArvEDTHsl5KOsZCX22+bTmR5cmq8B1Q=; b=VRQGA7olrtFmuMZgoDFzH+0NnG/AJlC78EKSEehNVQroiOWjTD+mVDtqFbOYsE7WK5 kHqIkzFRW17CfDGUTS4KT9w91H2hgQE+SDrmgffpPeylPauD59LBev1jgRRucg+7W6jt kuouaqbZXLrgnAO8DOPxMVigOzE9pZhL27OgTETEq4XN/o2a9p9aozFrEPC6ILyKmovq T8uE2aFyhWoA0Ywfb+UU8lvUFaseS4OITZC3gbQtq6YLuQdTWapHk9ThLqOA0Lx1f+Yk wUI5CXbgR/GVK9nwwXUROK8nRLmYOye3K1MAxHlYdQpiO3HvEyCOTRjt8PAQLe6lQo9v 2oNw== 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 p22si16699341pgl.340.2018.12.19.13.56.22; Wed, 19 Dec 2018 13:56:43 -0800 (PST) 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 S1729703AbeLSUKu (ORCPT + 99 others); Wed, 19 Dec 2018 15:10:50 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:52410 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728479AbeLSUKu (ORCPT ); Wed, 19 Dec 2018 15:10:50 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 720B080A8C; Wed, 19 Dec 2018 21:10:43 +0100 (CET) Date: Wed, 19 Dec 2018 21:10:47 +0100 From: Pavel Machek To: Dan Murphy Cc: robh+dt@kernel.org, jacek.anaszewski@gmail.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org Subject: Re: [PATCH 2/2] leds: lp5024: Add the LP5024/18 RGB LED driver Message-ID: <20181219201047.GA23448@amd> References: <20181219162626.12297-1-dmurphy@ti.com> <20181219162626.12297-3-dmurphy@ti.com> <20181219193455.GA21159@amd> <8740cfd6-a6b5-ad27-313b-984a9febf18a@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <8740cfd6-a6b5-ad27-313b-984a9febf18a@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 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed 2018-12-19 13:41:18, Dan Murphy wrote: > Pavel >=20 > Thanks for the review. >=20 > On 12/19/2018 01:34 PM, Pavel Machek wrote: > > Hi! > >=20 > >> +static DEVICE_ATTR_WO(ctrl_bank_a_mix); > >> +static DEVICE_ATTR_WO(ctrl_bank_b_mix); > >> +static DEVICE_ATTR_WO(ctrl_bank_c_mix); > >> + > >> +static struct attribute *lp5024_ctrl_bank_attrs[] =3D { > >> + &dev_attr_ctrl_bank_a_mix.attr, > >> + &dev_attr_ctrl_bank_b_mix.attr, > >> + &dev_attr_ctrl_bank_c_mix.attr, > >> + NULL > >> +}; > >> +ATTRIBUTE_GROUPS(lp5024_ctrl_bank); > >=20 > > ... > >> + > >> +static DEVICE_ATTR_WO(led1_mix); > >> +static DEVICE_ATTR_WO(led2_mix); > >> +static DEVICE_ATTR_WO(led3_mix); > >> + > >> +static struct attribute *lp5024_led_independent_attrs[] =3D { > >> + &dev_attr_led1_mix.attr, > >> + &dev_attr_led2_mix.attr, > >> + &dev_attr_led3_mix.attr, > >> + NULL > >> +}; > >> +ATTRIBUTE_GROUPS(lp5024_led_independent); > >=20 > > Ok, so you are adding new sysfs files. Are they _really_ neccessary? > > We'd like to have uniform interfaces for the leds. >=20 > Yes I am adding these for this driver. > They adjust the individual brightness of each LED connected (what the HW = guys called mixing). >=20 > The standard brightness sysfs adjusts all 3 LEDs simultaneously so that a= ll 3 LEDs brightness are > uniform. 1 LED, 1 brightness file... that's what we do. Why should this one be diffe= rent? > I did not think these belonged in the dt as they should be user space con= figurable >=20 > >=20 > > If they are neccessary, we need documentation for them. >=20 > Sure I have no problem documenting them but where do I do that? > I am assuming Documentation/leds/leds-lp5024.txt Documentation/abi/... Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlwapccACgkQMOfwapXb+vKbmACfdrR6iMX5b7SewUD8Q44amTHK TQUAnieGmLLgxm7S3o05Eg8KzrAOxw5j =mBmG -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG--