From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752755AbdKJLWY (ORCPT ); Fri, 10 Nov 2017 06:22:24 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:52950 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750835AbdKJLWW (ORCPT ); Fri, 10 Nov 2017 06:22:22 -0500 Subject: Re: [PATCH 0/2] backlight: pwm_bl: prevent backlight flicker when switching PWM on To: Daniel Thompson , =?UTF-8?Q?Lothar_Wa=c3=9fmann?= , Bartlomiej Zolnierkiewicz , Jacek Anaszewski , Jingoo Han , Lee Jones , Mark Rutland , Pavel Machek , Richard Purdie , Rob Herring , Thierry Reding , devicetree@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, linux-pwm@vger.kernel.org References: <1509022186-19636-1-git-send-email-LW@KARO-electronics.de> <1509022186-19636-2-git-send-email-LW@KARO-electronics.de> From: Enric Balletbo i Serra Message-ID: <8682e9c4-518d-5dce-55c5-c221dddd5fd6@collabora.com> Date: Fri, 10 Nov 2017 12:22:15 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, On 08/11/17 11:48, Daniel Thompson wrote: > On 26/10/17 13:49, Lothar Waßmann wrote: >> These patches implement some measures to prevent backlight flicker >> when the backlight is being switched on for a display with an active >> low brightness control pin. >> GIT: [PATCH 1/2] backlight: pwm_bl: Enable PWM before switching regulator >> GIT: [PATCH 2/2] backlight: pwm_bl: add configurable delay between > > Other than hoisting the pwm_enable() even earlier in the setup sequence this > patchset seems to have a significant overlap with Enric's recent posting: > > https://lkml.org/lkml/2017/7/21/211 > > Any chance of a shared view on this, especially on the DT bindings? > The DT binding were discussed some time ago for the patch series I sent, though there isn't a final ack from DT maintainer. Lothar, the series I sent have been reviewed and acked, can you test if the series fixes the problem for you too? Thanks, Enric > > > Daniel.