Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp962124ybv; Wed, 19 Feb 2020 12:54:43 -0800 (PST) X-Google-Smtp-Source: APXvYqxML5ZPPfJXTnKKO4VPaJPaqj+UOeYUxCPuokoJHNsEQBJgh6/rCbQ9U/I6SX0GU4JraHGY X-Received: by 2002:aca:5303:: with SMTP id h3mr5631812oib.109.1582145683422; Wed, 19 Feb 2020 12:54:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582145683; cv=none; d=google.com; s=arc-20160816; b=WAhBWXqrpxBqkQjDjUJhPerf3/wPATUpMGJtPFSt/9YebyO2H2/PowZJUCllJZrQfv YkoD9K4sNNA2cJZH+w0jtMT1cnH3wwJft6xM2ZjcBg8dAg/YxPHSureUO8K/C6ZG2kmS CBLvKFKTLgJtdIzBsZoFfpGZ0rgXHunJ0bu/iLLwS0/aLbabjJDBl4JcRTEndILqcqjq bix92Bv++2AxJjF/qLiEMKCKlgZVbXgAV/fpYQHfpNtd/cc0YNNbYRZl79gBsxk4No11 Q2ipLFGEcuI/FA6VWT6+1rP3As6qV8WH6xtHENb7+Y6hysrKvJfFQCJJ9OZdjH44XQXm iU9Q== 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=hOEEL96y+bX8Bc33yqCUnllwdcg4d1v4bddPGqXl6Ls=; b=dBwfWNruTrDKKjQjBjPZroX87Sb++EVS72ojv4xohQiDM51mP9B/q+FwaYNiOE8Tiz sc2PI8vkxRzQFzLECHlLBJdlI1/kZDHVH8Hms0QnhpCCRItFPilXDZpiFY+k80Hb1F1V p6dTM6OWFgV+Pi4j9hrdpfYHBYPvwK/g0OvBv98zEBAgxxzNhUGWVvpkI8bXUsi66lE0 u60G6KMdmA3hw7DO8zY+gYDULptXFkO/QOe8d12CZLQYWRIHSyLJzOjOkmqmmrpd7Ab9 eN95GDKQ9z6rw3HOe4qelDPMN7Cqp2Bg4G9BrJwQnUtDQIYNof5UvDMYLlTZDUa2NpD5 YnqA== 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 j16si503413otq.23.2020.02.19.12.54.31; Wed, 19 Feb 2020 12:54: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 S1727581AbgBSUx0 (ORCPT + 99 others); Wed, 19 Feb 2020 15:53:26 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:52942 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726703AbgBSUxZ (ORCPT ); Wed, 19 Feb 2020 15:53:25 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 804FC1C013C; Wed, 19 Feb 2020 21:53:23 +0100 (CET) Date: Wed, 19 Feb 2020 21:53:23 +0100 From: Pavel Machek To: Tony Lindgren Cc: Lee Jones , kernel list , linux-arm-kernel , linux-omap@vger.kernel.org, sre@kernel.org, nekit1000@gmail.com, mpartap@gmx.net, merlijn@wizzup.org, martin_rysavy@centrum.cz, agx@sigxcpu.org, daniel.thompson@linaro.org, jingoohan1@gmail.com, dri-devel@lists.freedesktop.org, tomi.valkeinen@ti.com, jjhiblot@ti.com Subject: Re: [PATCH] backlight: add led-backlight driver Message-ID: <20200219205322.GA1227@duo.ucw.cz> References: <20200219191412.GA15905@amd> <20200219194540.GD37466@atomide.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline In-Reply-To: <20200219194540.GD37466@atomide.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > > This patch adds a led-backlight driver (led_bl), which is similar to > > pwm_bl except the driver uses a LED class driver to adjust the > > brightness in the HW. Multiple LEDs can be used for a single backlight. > >=20 > > Signed-off-by: Tomi Valkeinen > > Signed-off-by: Jean-Jacques Hiblot > > Acked-by: Pavel Machek > > Reviewed-by: Daniel Thompson > > Acked-by: Lee Jones > > Acked-by: Tony Lindgren > > Tested-by: Tony Lindgren > > Signed-off-by: Pavel Machek > > --- > > drivers/video/backlight/Kconfig | 7 ++ > > drivers/video/backlight/Makefile | 1 + > > drivers/video/backlight/led_bl.c | 260 +++++++++++++++++++++++++++++++= ++++++++ > > 3 files changed, 268 insertions(+) > > create mode 100644 drivers/video/backlight/led_bl.c > > Here's the version of the driver I have. AFAICT > > default-brightness-level handling is ok, so does not need to be > > changed. > >=20 > > Lee, it would be easiest for me if you could apply it to your tree and > > push, but given enough time I can push it to Linus, too. >=20 > Oh you're using quoted-printable for patches.. Got it applied now, > and it still works. Below is also the related dts change that > I tested with. >=20 > Feel free to pick the dts change too, naturally that should > not be applied before the driver. >=20 > If you guys instead want me to pick these both into my fixes > branch, just let me know and I'll do the explaining why these > are needed as fixes. Basically we no longer have a way to enable > the LCD backlight for droid4 manually starting with v5.6-rc1 > unlike earlier. If you are willing to do that, it looks like good solution from my point of view. Thanks, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --UugvWAfsgieZRqgk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCXk2gQgAKCRAw5/Bqldv6 8r5AAKC+AwUw3ENNYRcBhsb1uvxfuPaG+QCeOluKPDkiJcP+0psjlCyM4oMe06k= =iDlU -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk--