From patchwork Wed Jun 19 03:25:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 252468 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 599F42C0347 for ; Wed, 19 Jun 2013 13:25:37 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1Up91T-0004j7-MF; Wed, 19 Jun 2013 03:25:27 +0000 Received: from mail-ye0-f172.google.com ([209.85.213.172]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1Up91N-0004j1-MP for kernel-team@lists.ubuntu.com; Wed, 19 Jun 2013 03:25:21 +0000 Received: by mail-ye0-f172.google.com with SMTP id l13so1666626yen.31 for ; Tue, 18 Jun 2013 20:25:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:x-gm-message-state; bh=AZu2kR/ynHj7d7FO2NXwTx8notFFsokpRK7Zy1+uk60=; b=DfnXaVMLl1muHBfbYsMLiLQ1PKo0/jBbgGSXTLXq7sQ5VA5k2lMRivmfgYmBZWuxWg VRo2SA0t8peW0px/zIu1t3zIEiFd/jkyRWZa3HplGClJYvQ3TFvIB44nchPXn6ZfxN3H RG5xL+UROf8wTFv1SaCogE21sIglthk43wI7tkzrq1iRmOKXvH4ArWWnv9CIIurN/yTr Lm7RKhi7tloquSf7sR8IKcMFRMQpwfvaNS3F5bBSNILHQ3i5EBWJDGJFUGgYyKl2GxYn Hn/6Gfo9CVRfequPnaF5cQYoVSgbUzuoi/rDB56x3mEBxJhhivF/g9n11XAg13wIDBLx 0ziQ== X-Received: by 10.236.47.132 with SMTP id t4mr477268yhb.171.1371612321031; Tue, 18 Jun 2013 20:25:21 -0700 (PDT) Received: from localhost (64-126-112-59.dyn.everestkc.net. [64.126.112.59]) by mx.google.com with ESMTPSA id a24sm34857842yho.24.2013.06.18.20.25.19 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 18 Jun 2013 20:25:20 -0700 (PDT) From: Seth Forshee To: kernel-team@lists.ubuntu.com Subject: [PATCH][nexus7] UBUNTU: SAUCE: Allow grouper backlight to be turned off Date: Tue, 18 Jun 2013 22:25:19 -0500 Message-Id: <1371612319-3762-1-git-send-email-seth.forshee@canonical.com> X-Mailer: git-send-email 1.8.1.2 X-Gm-Message-State: ALoCoQkRw7UhZzzOua4NX5XZIUWi5kMJtksluyZblCzu2CP8zd7B7GnHyJ+MATysty68WOXcCdBU X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com This reverts commit a11146ee05877e2ad0dff9144c680fa0dec1c79d. With this commit in place we have no way to turn off the backlight, and we want to do this when the screen is off but the device is not suspended. Restore the original behavior. BugLink: http://bugs.launchpad.net/bugs/1187867 Signed-off-by: Seth Forshee --- arch/arm/mach-tegra/board-grouper-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/board-grouper-panel.c b/arch/arm/mach-tegra/board-grouper-panel.c index aa1d040..c4e4489 100755 --- a/arch/arm/mach-tegra/board-grouper-panel.c +++ b/arch/arm/mach-tegra/board-grouper-panel.c @@ -66,7 +66,7 @@ static struct regulator *grouper_lvds_reg; static struct regulator *grouper_lvds_vdd_panel; static tegra_dc_bl_output grouper_bl_output_measured = { - 13, 13, 13, 13, 13, 13, 13, 13, + 0, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,