Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp4794784ybi; Tue, 30 Jul 2019 08:15:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqwvleEC12+BLuIkAuE7vKmGpF53urkP3Ep6b4KZlrNhd1Ol51k7Xg3RxY23ZhV9RY0eVVO4 X-Received: by 2002:a17:902:2865:: with SMTP id e92mr76156085plb.264.1564499746354; Tue, 30 Jul 2019 08:15:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564499746; cv=none; d=google.com; s=arc-20160816; b=YiGaxxRS5TiMlWFE1lqXfnzXvMmy9UtU57DHCcjj6PFm1x7iH7P4LK6XGQXBPjxKDe PT29jKIegdui2THrFgIJ6yOS6Kx74lJcFniE0pZ07blm4sCNLb08nAGCIysi5i3PogGC lct9DYl0SIyJ5oAPpyZR6hnd0t2UCOfo193ysK21BL7ieO8IW+Hmd7n3D/HZJX3x0D7S /OnGlllyLJDB+U5y2tpqSmg+lxSsLu4//ThV7W5IJ5r/QaJVmrrRw4lN4ziaytULV9M2 JDpppspgI3guKpyNZumLQDHpfSrroEu1Sq3AYgaQVsa79Vkat3oRcIsSo8SfepV8KmJn 1pOg== 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=6ONlgSyGgn58iF6is/KM0qERU+vUGL2ajxe2oAIxwlc=; b=cDjMV4OHPCEyS7bAIgjeN7kIW+sVEoyUwws3hWYuJMvrLbG6lKI8ChpiNuPZRuCZz3 F65/wdCNn//b/wWkGSsOMCG6ZmiZj+V9Ml5D5lWkf1/cGGeTHq4JEJUu+T+e6zD/blrb 0K927vON91Q5OsIKKbPxhB4Xpc0Z53nvrPx8ElifkWUrTZaUBBU7e95MO86qxNxH7g8Z 54tdyHLjrF4TkD1GH2grEU1sFvUaVARD8XWzYBl4CcaQCTx1BpdJPEPmeZpOrmflRzLU rmB6vdJeQt3Xe03zpEI+zsWP9ywaZUcPY6KMO2FyXdoCwC1JkxTleyz4VCZz8FSyq5yb XGhg== 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 t3si27350189plz.101.2019.07.30.08.15.30; Tue, 30 Jul 2019 08:15:46 -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 S1729727AbfG3LCQ (ORCPT + 99 others); Tue, 30 Jul 2019 07:02:16 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:59552 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725974AbfG3LCP (ORCPT ); Tue, 30 Jul 2019 07:02:15 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 2F7D1802B5; Tue, 30 Jul 2019 13:02:01 +0200 (CEST) Date: Tue, 30 Jul 2019 13:02:12 +0200 From: Pavel Machek To: Jean-Jacques Hiblot Cc: jacek.anaszewski@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com, lee.jones@linaro.org, daniel.thompson@linaro.org, jingoohan1@gmail.com, dmurphy@ti.com, linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, tomi.valkeinen@ti.com Subject: Re: [PATCH v4 1/4] leds: Add of_led_get() and led_put() Message-ID: <20190730110212.GA21815@amd> References: <20190717141514.21171-1-jjhiblot@ti.com> <20190717141514.21171-2-jjhiblot@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <20190717141514.21171-2-jjhiblot@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 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed 2019-07-17 16:15:11, Jean-Jacques Hiblot wrote: > From: Tomi Valkeinen >=20 > This patch adds basic support for a kernel driver to get a LED device. > This will be used by the led-backlight driver. >=20 > Only OF version is implemented for now, and the behavior is similar to > PWM's of_pwm_get() and pwm_put(). >=20 > Signed-off-by: Tomi Valkeinen > Signed-off-by: Jean-Jacques Hiblot Acked-by: Pavel Machek --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --gKMricLos+KVdGMg Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl1AI7QACgkQMOfwapXb+vJsRwCglnluzpArltYwDkrYu3S0hfhd JoAAnRuijBB2KPUT8ekHNFYou2NxkDOY =GGAz -----END PGP SIGNATURE----- --gKMricLos+KVdGMg--