Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp20951531ybl; Sun, 5 Jan 2020 15:52:55 -0800 (PST) X-Google-Smtp-Source: APXvYqyfu0LPcEFQk+KSWtw7vF4rDVuSg+/p+fROVD8Bx+d///a9D0uo4kmcbpYR3L4p0s+WwZ/3 X-Received: by 2002:a05:6830:1289:: with SMTP id z9mr115808620otp.317.1578268375085; Sun, 05 Jan 2020 15:52:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578268375; cv=none; d=google.com; s=arc-20160816; b=Mk5+VD52ss3qza/pjzKlzsHc434UjORdixRGxjM6erAuLXA/PQOyDaEHzAKcxKrd0+ ir2JSlQPzJYeSK9rdN+cJ8MepePS/ypEOQvnGVYDE/pn4SaQc8Kyt35SrjOUZhILalS7 vpOiKA6CkU4u9sLNaNBMO0ahrGZgO5ITib1FlRQjpGPWGu/3m27Ta2YZcQNs9YX+SEHB r51NwemK6cucHOV2H8obDhK06Z9CNQ9TM+/Ow/kNY8f4a6X6ZxRRd7+xXQOYkVmv5d9N EQZFwoc1uEFEhHYCRiXbvwU3RVgWYEX/1RxxkB0A8hlS9UZnrIS6F/CMBflMXTDGie1G d/Ig== 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=6EBkS40GkfsUAaNmI8ObOIutycuLHfAj3h872gN7f6E=; b=BYMUJkKafHPzC1dCRnUAUwOH4p2jAH6JQfRsM9ly6U7vd+u9u0JpNxcqSrZ8SvfmCw JU/+cZS+rthvEpOweOKcEvJb08LTU9DILlIMcVh0KA9AEEjOZkTTHYwiJpU9w+zYxmzz 6dkeYX9mv9aMBT154zunDYZ/B635/aPAX1XZ9yYwFFBeBO3i7U9UEd/0lwOCMVdAvpHU CI9/q5TFpxVir05qPqiIGpXldktMog+9MrP2BLb6qckLU/vU+w59j/JAzV/69I0PrT10 RFMP5fgn027NjRoLk77/aqA4wuR9QunBJYTxJGyM23ACPOMU92qCiSDP4USq/9TG1RzA jmyQ== 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 a20si34704648otf.271.2020.01.05.15.52.18; Sun, 05 Jan 2020 15:52:55 -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 S1727227AbgAEXrL (ORCPT + 99 others); Sun, 5 Jan 2020 18:47:11 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:39398 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726773AbgAEXrL (ORCPT ); Sun, 5 Jan 2020 18:47:11 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 824451C2453; Mon, 6 Jan 2020 00:47:09 +0100 (CET) Date: Mon, 6 Jan 2020 00:47:08 +0100 From: Pavel Machek To: Guido =?iso-8859-1?Q?G=FCnther?= Cc: Jacek Anaszewski , Dan Murphy , Rob Herring , Mark Rutland , linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/9] leds: lm3692x: Allow to set ovp and brigthness mode Message-ID: <20200105234708.GA7598@amd> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" 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 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > Overvoltage protection and brightness mode are currently hardcoded > as 29V and disabled in the driver. Make these configurable via DT. >=20 > Besides addressing review comments v3 folds in the patches to > disable the chip and turn of the regulator on brightness 0 from >=20 > https://lore.kernel.org/linux-leds/20191226101419.GE4033@amd/T/#t >=20 > Besides addressing review comments v2 also allows to limit the maximum led > current. > Patches are against next-20191220. I applied everything but the "exponential" changes and the last one. I'll apply the last one if I get version that applies on top of leds tree. Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl4SdXwACgkQMOfwapXb+vJaMQCgwV3gy5DFAEFexXL3O3QhZr1C 264An3kUacGLDJhhGUg/OGlcCubROOow =E8m6 -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT--