Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp8218649pxb; Fri, 19 Feb 2021 10:13:36 -0800 (PST) X-Google-Smtp-Source: ABdhPJwD/yoj1oPc6CivO1ax0rDhbUiuRfeGqPC0yEoDB9U7oHcJji4xdW+lwmAbsUeKDZURYq/0 X-Received: by 2002:a17:906:d1d0:: with SMTP id bs16mr10135594ejb.468.1613758416632; Fri, 19 Feb 2021 10:13:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613758416; cv=none; d=google.com; s=arc-20160816; b=g9bbqoeEYDAeMNjSm5nD++ZyAjuXuF+B0NmCWlkBIyYVLzSpqEFEo0SKvXT5Obxac0 RRFDRagaciJQSr4UWFUgVeZbOhCKi/s3zkWFxveW/yVMynGxnHUFeMfgk/m/J0LQ5SLG sS/1uUwcvhGQWkM+/xAtfb/+70YqE5pc500M7/Z4veNtd0Mf0/A58l3FAmpuH4aVyUSe 1UhvD54DcbQ2Rb2T9MSfgUvlD2YN8hdb+4ysx4sdeV8kqJl0GcTNvVFjIYKQCpGTUrQF BYXHoJ35pCdpOecM0t1sbvKdk87JOvBCvLEWGCWf9vVj/27GZtBvtmkMm7rnhvy8/64I yGWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=HdgRNM6z6XwS1YBuUrbUrw+/hUCWKsRWdIWX1sFon1w=; b=sOMIteHDvZs2j9+0zplTVALrqxzOtV7bb+5Fmkjxu/KGU+nAyr3+4oKi9kz1IjXuK+ c47ZdROnhvxKKhINDsqEX08ibaHSfF8tEA8hCjCQh558ptZNA0/t2vP/2c8ymseq/eqw AP/dX4GMW9FzrtlsdoZ4QnknOqBc4SaJg9aO9EMmZtw39Lu8Jjb4k7UZMGxl1tTKlC4c Esya80lf7xdwWKjyR9D6302xatIrKEToGULBlDQpcCuycGZ6dWdDZjEYS77pGZ7p5Vsl jGxhjEx01qWaYqKtwXv80z+B50TlwYG3qhhuR8R7X2kWx9y84RsQsYkxtqWLe992yeCE PxYg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w14si6276799ede.222.2021.02.19.10.13.12; Fri, 19 Feb 2021 10:13:36 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229691AbhBSSJ3 (ORCPT + 99 others); Fri, 19 Feb 2021 13:09:29 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:33048 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229524AbhBSSJW (ORCPT ); Fri, 19 Feb 2021 13:09:22 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 5B9D41C0B98; Fri, 19 Feb 2021 19:08:40 +0100 (CET) Date: Fri, 19 Feb 2021 19:08:39 +0100 From: Pavel Machek To: Kiran Gunda Cc: bjorn.andersson@linaro.org, jingoohan1@gmail.com, lee.jones@linaro.org, b.zolnierkie@samsung.com, dri-devel@lists.freedesktop.org, daniel.thompson@linaro.org, jacek.anaszewski@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH V1 0/2] Fix WLED FSC Sync and brightness Sync settings Message-ID: <20210219180839.GB8596@duo.ucw.cz> References: <1613743659-4726-1-git-send-email-kgunda@codeaurora.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GID0FwUMdk1T2AWN" Content-Disposition: inline In-Reply-To: <1613743659-4726-1-git-send-email-kgunda@codeaurora.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --GID0FwUMdk1T2AWN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > The FSC (Full scale current) setting is not updated properly due to the > wrong register toggling for WLED5. Also the ILED_SYNC toggle and MOD_SYNC > toggle sequence is updated as per the hardware team recommendation to fix > the FSC update and brightness update issue. If this is phone hardware, it might make sense to cc: phone-devel@vger... Best regards, Pavel --=20 http://www.livejournal.com/~pavelmachek --GID0FwUMdk1T2AWN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCYC/+pwAKCRAw5/Bqldv6 8v0PAJ9ISDz0UXnceiQ5xhbRxHROiNEIPQCeLTRKWGIGaXXN9i9uX3Wdz5F1rXw= =ujV2 -----END PGP SIGNATURE----- --GID0FwUMdk1T2AWN--