From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: OMAP: zoom: Use pwm stack for lcd and keyboard backlight Date: Mon, 8 Apr 2013 14:46:19 -0700 Message-ID: <20130408214618.GY10155@atomide.com> References: <1363003076-17360-1-git-send-email-peter.ujfalusi@ti.com> <513DCA13.40705@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:29576 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S965011Ab3DHVqU (ORCPT ); Mon, 8 Apr 2013 17:46:20 -0400 Content-Disposition: inline In-Reply-To: <513DCA13.40705@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tomi Valkeinen Cc: Peter Ujfalusi , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org * Tomi Valkeinen [130311 05:16]: > On 2013-03-11 13:57, Peter Ujfalusi wrote: > > Use pwm_leds driver for the keyboard light and pwm-backlight for the lcd > > backlight control (instead of implementing the PWM driver part in the board > > file). > > > > Signed-off-by: Peter Ujfalusi > > --- > > arch/arm/mach-omap2/board-zoom-display.c | 56 ---------------------------- > > arch/arm/mach-omap2/board-zoom-peripherals.c | 53 +++++++++++++++++++++++++- > > 2 files changed, 52 insertions(+), 57 deletions(-) > > I can't test this, but looks fine to me. Good to get rid of the hacky > backlight code in board-zoom-display.c. Thanks applying into omap-for-v3.10/board. Tony