Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp613545imu; Thu, 20 Dec 2018 02:27:06 -0800 (PST) X-Google-Smtp-Source: AFSGD/VsnVT7IcLWQnCaZ96PFvjQH5qMhzhEj6sN3V0CGnmkj/2hFtNjbHroVS03NIpawujI12IX X-Received: by 2002:a17:902:6b83:: with SMTP id p3mr23458302plk.118.1545301626042; Thu, 20 Dec 2018 02:27:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545301625; cv=none; d=google.com; s=arc-20160816; b=sbc256ZvQUYyxRSUuAN3bXdxmDwzEAXBmm71vdNn8ZHxVh7dm+t2E29MYfSs4vYpvT RrqnORM0YCyTzDno8yWsdMZgydXuzmAQDNMPAygUvKmXDbishADyVwquQD0yf+pzS676 W6gLCmIEjy8xAEFO59/9rhkFAVObohknNBNd0dl5PwHC7++1xoedde9grP7QmnvNrVSU RtGlPwo7OonFHEZD26MYnDBRKkAxvpmi+ptEeOq88oV0GF3yjRg7ZSqAniPcjbNICvOl aeEdqTV/cEhgqCMzvvgA1s82z2gZohu6BqAbGM9MG+7X5yA8wU78RzeI2vJuLFGzV68Q EQog== 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=hafqcUMbhx1FcxYsibhi8LEIckrpTmcOD0d+lpm0HMM=; b=nNrOs6VJoMTvEHs6WOlSyJua3M7Nq9dc8tNvfTGO+FE1MguLNjGdXlQRGLIgk/I20H APiU2NSWczk3LAIBqULYAwaMEJWNvUKZd6ZJYzV0BpUgaBR3IEQ5QaTvskfNsHx1BLC4 /M8JisVCghwanFFQQnX+zxzQa8sqS/VkxJ0nJ714kvex74hvheYAGN+bBfO5yTRShXbU +OPbiKoyDkkZmjdoyaDqmGy+zxP6bhjqCNADKUDcpdNyE0U5a0pci+KoaHPPSSlXslok jbVAPU3jQcyUfYZO02o0ZuooGC6VKWoypA7TEVgJ41SPNzeABOcvyyiNjeaNZzZgzkEI ZMzQ== 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 e2si17630024pgs.94.2018.12.20.02.26.49; Thu, 20 Dec 2018 02:27:05 -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 S1728766AbeLTJGQ (ORCPT + 99 others); Thu, 20 Dec 2018 04:06:16 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:45805 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725775AbeLTJGP (ORCPT ); Thu, 20 Dec 2018 04:06:15 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 61ECA8097F; Thu, 20 Dec 2018 10:06:09 +0100 (CET) Date: Thu, 20 Dec 2018 10:06:12 +0100 From: Pavel Machek To: Dan Murphy Cc: jacek.anaszewski@gmail.com, linux-leds@vger.kernel.org, kernel list Subject: Re: [PATCH 2/2] leds: lp5024: Add the LP5024/18 RGB LED driver Message-ID: <20181220090612.GA21972@amd> References: <20181219162626.12297-3-dmurphy@ti.com> <20181219193455.GA21159@amd> <8740cfd6-a6b5-ad27-313b-984a9febf18a@ti.com> <20181219201047.GA23448@amd> <54f28115-0a7d-8e9c-3bec-6e91fb3981ec@gmail.com> <20181219220326.GA28244@amd> <20181219222737.GB30496@amd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline In-Reply-To: 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 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > > Anyway, if your 36 channels can be set independently, I believe you > > just want them to export as 36 LEDs. >=20 > I am not sure that is what the "customers" would want to have to set 36 d= ifferent nodes or even declare those 36 nodes. > That is 36 independent user space to kernel space calls that are very exp= ensive just to set a LED color and brightness. >=20 No, 36 independend calls to kernel space are not that expensive. Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlwbW4QACgkQMOfwapXb+vIX5gCfbSoZAB6VrN4h8DnjYJr1VN0/ XJ0AoKGMJ00yzItHxFC4vtxppLvmclBq =G+17 -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA--