Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp165609imu; Wed, 19 Dec 2018 15:51:35 -0800 (PST) X-Google-Smtp-Source: AFSGD/WJMm4pDMmRjCyvQUOKHy5bX1DZ5mK7GnpqTdql08pEgEFPYJRgqhZHaTsKeK++b3C0GJHE X-Received: by 2002:a17:902:5a0b:: with SMTP id q11mr22379513pli.186.1545263495020; Wed, 19 Dec 2018 15:51:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545263494; cv=none; d=google.com; s=arc-20160816; b=J30rShou7mqTtOv05H9l3TjiMDVSPXzEkH/N8NFYZ0qKAR/3zyGSWjhp6dG9VSkmBB H0cpIiph1+et5tzCSgs/gGgkTe9HPUNvpIi2Z9kyBY80o7XRdE7aCE134KEezgiOSW7B C6+Hf/3cyr6Ad6tKdiUUKMGGsiy4Qz0dZ8JelQ1kDbYCnECLKdhA/fh/ihmXZOxWLguB w1u8szqEd3WeXy72PAz/JJgXFNHSTEC3ywkv8mudjtxdk8zUOFc1BUpB695gpZG8rK6f XPCGBM8RBkczX4JTVVhBhnGwPfhgeZf+teezqj4NGLtM6/Fb10WuzGEiTMCVT526HdcU enYQ== 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=CeNoBKhos44WkhDDFWc3gwGS4UV8hxQgPTIFJyZ03qQ=; b=hiNXOOeS+mTt/psuQlEcLWQQtoAfKF+aCfccRcILpCeQ/+J6h9fDPFHnPwdgXM6Utn JN3N3/fR0ZPA8To7J0R2hF+qq9nfa8hDNjNl6fnxucrThVHav0D5gUKtk+0UgT7eaKnG azTmZREalyDyMpVt+oktsBARD5DGP+Nlr7tMqwXNwXBBj0Ne6s7+kt5E7bTXO9+90RDC hpuO+rptBSgQzC5hxtHnnHpICHsaUgdZPFXOXVkoqXE4SbDDwQYTTRb32ul2SmtHQ4Rc eIRreoAyDHbB7/9onUq9caPEH9AFjZ7gbgG4Xo3dWDsw0e0u0aeFkrE/GgMV7uIGcEDe ylcg== 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 o89si17861430pfk.223.2018.12.19.15.51.17; Wed, 19 Dec 2018 15:51:34 -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 S1728707AbeLSTe6 (ORCPT + 99 others); Wed, 19 Dec 2018 14:34:58 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:51340 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727613AbeLSTe6 (ORCPT ); Wed, 19 Dec 2018 14:34:58 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id F300C80A87; Wed, 19 Dec 2018 20:34:51 +0100 (CET) Date: Wed, 19 Dec 2018 20:34:55 +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: <20181219193455.GA21159@amd> References: <20181219162626.12297-1-dmurphy@ti.com> <20181219162626.12297-3-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline In-Reply-To: <20181219162626.12297-3-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 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > +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); =2E.. > + > +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); Ok, so you are adding new sysfs files. Are they _really_ neccessary? We'd like to have uniform interfaces for the leds. If they are neccessary, we need documentation for them. Thanks, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlwanV8ACgkQMOfwapXb+vJcsgCgoDf6Ygk2LIK09xDjs70WVjLa F40An31rlizGm0+OPasF2r2CeWK+pGOi =bOXm -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq--