From patchwork Tue Jan 22 10:11:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 214492 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 897072C007B for ; Tue, 22 Jan 2013 21:14:46 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Txapn-0000GK-Dl; Tue, 22 Jan 2013 10:12:03 +0000 Received: from devils.ext.ti.com ([198.47.26.153]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TxapZ-0000Bh-Hx for linux-arm-kernel@lists.infradead.org; Tue, 22 Jan 2013 10:11:50 +0000 Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r0MABmc6001366; Tue, 22 Jan 2013 04:11:48 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id r0MABmVO002961; Tue, 22 Jan 2013 04:11:48 -0600 Received: from dlelxv22.itg.ti.com (172.17.1.197) by dfle72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.1.323.3; Tue, 22 Jan 2013 04:11:48 -0600 Received: from [137.167.125.64] (barack.emea.dhcp.ti.com [137.167.125.64]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r0MABkb0020332; Tue, 22 Jan 2013 04:11:47 -0600 Message-ID: <50FE65E2.9020301@ti.com> Date: Tue, 22 Jan 2013 11:11:46 +0100 From: Peter Ujfalusi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130115 Thunderbird/17.0.2 MIME-Version: 1.0 To: Tony Lindgren , Benoit Cousson Subject: Re: [PATCH 0/5] ARM: dts: OMAP3+: PWM support for TWL and selected boards References: <1358519794-13214-1-git-send-email-peter.ujfalusi@ti.com> In-Reply-To: <1358519794-13214-1-git-send-email-peter.ujfalusi@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130122_051149_724867_40A2027A X-CRM114-Status: GOOD ( 12.93 ) X-Spam-Score: -7.6 (-------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-7.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [198.47.26.153 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: devicetree-discuss@lists.ozlabs.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Benoit, I have prepared for you a branch from where you can pull this set on top of mainline v3.8-rc4: Regards, Péter --- The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: Linux 3.8-rc4 (2013-01-17 19:25:45 -0800) are available in the git repository at: git://gitorious.org/omap-audio/linux-audio.git peter/for-benoit for you to fetch changes up to b6230ae20bc018d042d703d0667ba9e7ac027ccb: ARM: dts: omap4-sdp: Add support for pwm-backlight (2013-01-22 11:08:37 +0100) ---------------------------------------------------------------- Peter Ujfalusi (5): ARM: dts: twl4030: Add PWM support ARM: dts: twl6030: Add PWM support ARM: dts: omap3-beagle-xm: Use pwm-leds for pmu_stat LED ARM: dts: omap4-sdp: Add support for pwm-leds (keypad and charging LED) ARM: dts: omap4-sdp: Add support for pwm-backlight arch/arm/boot/dts/omap3-beagle-xm.dts | 14 ++++++++++---- arch/arm/boot/dts/omap4-sdp.dts | 26 ++++++++++++++++++++++++++ arch/arm/boot/dts/twl4030.dtsi | 10 ++++++++++ arch/arm/boot/dts/twl6030.dtsi | 12 ++++++++++++ 4 files changed, 58 insertions(+), 4 deletions(-) On 01/18/2013 03:36 PM, Peter Ujfalusi wrote: > Hi, > > Add the needed DT sections for twl4030 and twl6030 for the PWM childs. > Update the omap4-sdp to have working backlight and keypad/charging LED support. > Use the pwm-leds driver on BeagleBoard for the pmu_stat LED instead of the hacky > twl403-gpio mapped PWM. > > Regards, > Peter > --- > Peter Ujfalusi (5): > ARM: dts: twl4030: Add PWM support > ARM: dts: twl6030: Add PWM support > ARM: dts: omap3-beagle-xm: Use pwm-leds for pmu_stat LED > ARM: dts: omap4-sdp: Add support for pwm-leds (keypad and charging LED) > ARM: dts: omap4-sdp: Add support for pwm-backlight > > arch/arm/boot/dts/omap3-beagle-xm.dts | 14 ++++++++++---- > arch/arm/boot/dts/omap4-sdp.dts | 26 ++++++++++++++++++++++++++ > arch/arm/boot/dts/twl4030.dtsi | 10 ++++++++++ > arch/arm/boot/dts/twl6030.dtsi | 12 ++++++++++++ > 4 files changed, 58 insertions(+), 4 deletions(-) >