Received: by 10.213.65.68 with SMTP id h4csp1235070imn; Mon, 26 Mar 2018 03:43:16 -0700 (PDT) X-Google-Smtp-Source: AIpwx49eQT+B6NPcz3l8JPo+ZMCFH83KnAvO3Q6W2fzDzvCrh8l5XCT1aIKANL3SJ54nB+p98AvT X-Received: by 2002:a17:902:5367:: with SMTP id b94-v6mr3691307pli.120.1522060996567; Mon, 26 Mar 2018 03:43:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522060996; cv=none; d=google.com; s=arc-20160816; b=zG865Y5YG30PsjvpFrP85qRlujLYwwjjFAGP0HmWxpiHOjyJ+4pmXVizRvFDqi0RRD kSU+0u+2kdkF7bkpxGXpJZ/OG8hFiQW3L64TubtIW+Cljo5qMV3wFtPn8L17w7f4aDXN tqLzAbYCyyZ5zzGiL+tAAXVhGeus6YSEj1VXcjDiYKFkTJqCHEMDQxLZ90h2ZYTsxYry ecSfCl62YORfUf2cwbHRSuH7gNCKJbDCSYcR99GvB3WJ2T4x5osoT/zmqD/TvPMwtC5w QBcd+Mg9gCKfURYS/Gy/8YpF9jzt29dg5kxrZ1NJ/DcuSei7fyST6/nGAnk9pCWuDhwr NVHg== 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:arc-authentication-results; bh=tBgjkESRsO2bCuHL20Hx5I9KVFs4M9ynQW6gkM81/lE=; b=Yh5fJeipH6VqO0+/l9LWFYSC8LR4jgd/ko9VEkmolr8we6A9V6mazCZjkG+njbxAS3 aQ03EHS6N08BWFM2BwPEhM/KNq+lL04sjNklaNDssBC9J9/12hArWNY1E+UoV55UJzSB fRp9KTwypVjvYkajeWBLAdpbodghYR0GoAqHSJBgDbAiqQqcF7ePafAUoAWtcm4HFHzy YNFj6io1wKibqcmgjMF5ct5CShkxweOIVk6pJwG5o5aEQAAUYeCJDtGKZfmV4hqYUxiA C1eUzNQpN7ElCMR7THpdPPDIqtCNuK1evEMAj+comQHoehTdBx34XQZwgS/F/NmXHopi x17w== 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 u19si9455730pgv.798.2018.03.26.03.43.02; Mon, 26 Mar 2018 03:43:16 -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 S1751686AbeCZKmK (ORCPT + 99 others); Mon, 26 Mar 2018 06:42:10 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:36436 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750989AbeCZKmI (ORCPT ); Mon, 26 Mar 2018 06:42:08 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id E236A80392; Mon, 26 Mar 2018 12:42:05 +0200 (CEST) Date: Mon, 26 Mar 2018 12:42:05 +0200 From: Pavel Machek To: Enric Balletbo i Serra Cc: Lee Jones , Daniel Thompson , Jingoo Han , Rob Herring , Heiko Stuebner , Thierry Reding , Bartlomiej Zolnierkiewicz , Richard Purdie , Jacek Anaszewski , linux-pwm@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, groeck@chromium.org, linux-rockchip@lists.infradead.org, linux-leds@vger.kernel.org, devicetree@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCH v6 1/5] pwm-backlight: enable/disable the PWM before/after LCD enable toggle. Message-ID: <20180326104205.GA12425@amd> References: <20180326095213.18362-1-enric.balletbo@collabora.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline In-Reply-To: <20180326095213.18362-1-enric.balletbo@collabora.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 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon 2018-03-26 11:52:09, Enric Balletbo i Serra wrote: > Before this patch the enable signal was set before the PWM signal and > vice-versa on power off. This sequence is wrong, at least, it is on > the different panels datasheets that I checked, so I inverted the sequence > to follow the specs. >=20 > For reference the following panels have the mentioned sequence: > - N133HSE-EA1 (Innolux) > - N116BGE (Innolux) > - N156BGE-L21 (Innolux) > - B101EAN0 (Auo) > - B101AW03 (Auo) > - LTN101NT05 (Samsung) > - CLAA101WA01A (Chunghwa) Ok, but this changes behaviour for other panels, too. Are you sure you are not breaking one of those? Pavel =09 --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlq4zn0ACgkQMOfwapXb+vKSXACfZaOfjeF95+CzMhuUpGBOPHww tr8An3bjundCo47dYL3pdQr6jE33jl1s =7evW -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ--