Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp7884401ybi; Thu, 6 Jun 2019 03:09:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqzNRkRqMhRVbsxuWDY5cu6wPzi+sEK2tJuVn6z56O22jAzO8BrcfpQc2x73jcAdprDktQu4 X-Received: by 2002:a63:246:: with SMTP id 67mr2687239pgc.145.1559815771664; Thu, 06 Jun 2019 03:09:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559815771; cv=none; d=google.com; s=arc-20160816; b=tW+MGL4Ow/SWsHMd4sJGD0QiKna73yVeoKIKwbFg4S6NSOdG0fl1qlVHKnzGAQ9flp WL866HYmv36BNuASQAIHtQrBde8L3B4foETUuNzcoghCIax0fTw8ilcEsHcue8HpTOi+ Kje0VYdOJfHpYux8DOZk7FnLJteMcb2iN0iQeJlW8H2zEKO7d0TEaTbV4UJ8HebUpA2A wHoo1qNIc+0m6x+map6EtRWm8SBEGxmrBE8VlsrlAoHPhNOGUe2IYklj5jNCBiCygfqT ygGJm8wgyytEdezWw+CbMFTFPYC4Nks4cXAJCdQ876m9dj2k5lv+3ko6Uenqg8ab7ldL fcfQ== 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=BxRXtLPFgYps4QxDyA+0ggupVBgXXYJRgektK3BuJ8Q=; b=SuTjabZRyfEJFEQQppte0ilSGx2za5d/aw9ZbKfxq0pgXwstc5Q03faR9S+iDOcar0 qjDIQOIWJVrwkvFCmtRkUguLWzW+Lh5ctPkvi0WjQIGKsNhV9mbSGGAc42kO07O3X28Z cOBYZfwL77L/0ZW/Q8JOCrvWkiub4ni/25aJLNh1q2vw8LNYUoMi8T3ebD6PQZCwAjxX kEpPa529JuPzbgPhQYRlCuSmuia+Dso6UBFHtrYJAf+SmDxGv+Gy68rJIsOyICaCwn0P e3+Ey2XUUoZQD8yyx1EXM2YOpZDM9ZzNeZt2t6ZNktx+BYnpt6LMEKJ4MRrZzTP1VDLC zgVg== 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 d11si1356758plr.323.2019.06.06.03.09.14; Thu, 06 Jun 2019 03:09:31 -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 S1728151AbfFFKIC (ORCPT + 99 others); Thu, 6 Jun 2019 06:08:02 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:45897 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726972AbfFFKIC (ORCPT ); Thu, 6 Jun 2019 06:08:02 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 2E461803DB; Thu, 6 Jun 2019 12:07:50 +0200 (CEST) Date: Thu, 6 Jun 2019 12:07:59 +0200 From: Pavel Machek To: Dan Murphy Cc: jacek.anaszewski@gmail.com, broonie@kernel.org, lgirdwood@gmail.com, lee.jones@linaro.org, linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 5/5] leds: lm36274: Introduce the TI LM36274 LED driver Message-ID: <20190606100759.GB1825@amd> References: <20190605125634.7042-1-dmurphy@ti.com> <20190605125634.7042-6-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wq9mPyueHGvFACwf" Content-Disposition: inline In-Reply-To: <20190605125634.7042-6-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 --wq9mPyueHGvFACwf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed 2019-06-05 07:56:34, Dan Murphy wrote: > Introduce the LM36274 LED driver. This driver uses the ti-lmu > MFD driver to probe this LED driver. The driver configures only the > LED registers and enables the outputs according to the config file. >=20 > The driver utilizes the TI LMU (Lighting Management Unit) LED common > framework to set the brightness bits. >=20 > Signed-off-by: Dan Murphy > Signed-off-by: Jacek Anaszewski Actually, one more thing. Not too important, but.. how did Jacek's signoff get there? He should add his signoff when he applies it to the git... --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --wq9mPyueHGvFACwf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlz45f8ACgkQMOfwapXb+vKL+gCeMex2PG2Uitc6YIKYv/eT33nC btgAmwXJiiYzEKZ+X1ldCmbovfr8/JtA =dGFR -----END PGP SIGNATURE----- --wq9mPyueHGvFACwf--