From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: board-zoom: Do not request LCD panel enable GPIO from twl4030 Date: Mon, 21 Jan 2013 10:32:20 -0800 Message-ID: <20130121183220.GH22517@atomide.com> References: <1358774834-32463-1-git-send-email-peter.ujfalusi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:54109 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751635Ab3AUScX (ORCPT ); Mon, 21 Jan 2013 13:32:23 -0500 Content-Disposition: inline In-Reply-To: <1358774834-32463-1-git-send-email-peter.ujfalusi@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Peter Ujfalusi Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org * Peter Ujfalusi [130121 05:30]: > The pin in question is muxed between GPIO7 and PWM1. For backlight control > there is a custom code in board-zoom-display to control the backlight. > No need to request the GPIO7 - which was failing since the way it is > requested no longer valid: twl's gpio range is allocated dynamically. > > Signed-off-by: Peter Ujfalusi > --- > Hi Tony, > > This patch is generated on top of my previous series for audio/pwm support: > http://www.spinics.net/lists/linux-omap/msg85085.html Can you do a pull request for me for all the arch/arm/*omap* parts against v3.8-rc4 for the v3.9 merge window? That way you can also merge the same branch into ASoC tree if needed as long as you keep your arch/arm/*omap* branch immutable. Regards, Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 21 Jan 2013 10:32:20 -0800 Subject: [PATCH] ARM: board-zoom: Do not request LCD panel enable GPIO from twl4030 In-Reply-To: <1358774834-32463-1-git-send-email-peter.ujfalusi@ti.com> References: <1358774834-32463-1-git-send-email-peter.ujfalusi@ti.com> Message-ID: <20130121183220.GH22517@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Peter Ujfalusi [130121 05:30]: > The pin in question is muxed between GPIO7 and PWM1. For backlight control > there is a custom code in board-zoom-display to control the backlight. > No need to request the GPIO7 - which was failing since the way it is > requested no longer valid: twl's gpio range is allocated dynamically. > > Signed-off-by: Peter Ujfalusi > --- > Hi Tony, > > This patch is generated on top of my previous series for audio/pwm support: > http://www.spinics.net/lists/linux-omap/msg85085.html Can you do a pull request for me for all the arch/arm/*omap* parts against v3.8-rc4 for the v3.9 merge window? That way you can also merge the same branch into ASoC tree if needed as long as you keep your arch/arm/*omap* branch immutable. Regards, Tony