From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932748Ab2HHPmN (ORCPT ); Wed, 8 Aug 2012 11:42:13 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:49744 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932345Ab2HHPmL (ORCPT ); Wed, 8 Aug 2012 11:42:11 -0400 Message-ID: <502288BB.6020709@ti.com> Date: Wed, 8 Aug 2012 17:41:47 +0200 From: Benoit Cousson Organization: Texas Instruments User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Peter Ujfalusi CC: Mark Brown , Samuel Ortiz , Liam Girdwood , Tony Lindgren , Dmitry Torokhov , , , , , , Subject: Re: [PATCH 04/11] MFD: twl4030-audio: Add DT support References: <1344418887-5262-1-git-send-email-peter.ujfalusi@ti.com> <1344418887-5262-5-git-send-email-peter.ujfalusi@ti.com> <5022529D.3090406@ti.com> <20120808125252.GR16861@opensource.wolfsonmicro.com> <50227936.3040701@ti.com> In-Reply-To: <50227936.3040701@ti.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/08/2012 04:35 PM, Peter Ujfalusi wrote: > On 08/08/2012 03:52 PM, Mark Brown wrote: >> On Wed, Aug 08, 2012 at 01:50:53PM +0200, Benoit Cousson wrote: >> >>> That being said, since we do have the clock binding now, maybe we should >>> create a clock provider at board level for the sys_clk and thus you will >>> just have to create a phandle to it in your audio description. >> >> Yes, we should be doing this. > > Does this needs the common clock framework on the platform? OMAP3 certainly > does not have it enabled since it has not been adopted. > Yeah, good point, we are still not there yet. Rajendra is still working on it and I hope we can get something for 3.7, but let's avoid having a strong dependency on that migration for the moment. Regards, Benoit From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benoit Cousson Subject: Re: [PATCH 04/11] MFD: twl4030-audio: Add DT support Date: Wed, 8 Aug 2012 17:41:47 +0200 Message-ID: <502288BB.6020709@ti.com> References: <1344418887-5262-1-git-send-email-peter.ujfalusi@ti.com> <1344418887-5262-5-git-send-email-peter.ujfalusi@ti.com> <5022529D.3090406@ti.com> <20120808125252.GR16861@opensource.wolfsonmicro.com> <50227936.3040701@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <50227936.3040701@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Peter Ujfalusi Cc: alsa-devel@alsa-project.org, Samuel Ortiz , Tony Lindgren , Dmitry Torokhov , devicetree-discuss@lists.ozlabs.org, Mark Brown , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, linux-omap@vger.kernel.org, Liam Girdwood , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On 08/08/2012 04:35 PM, Peter Ujfalusi wrote: > On 08/08/2012 03:52 PM, Mark Brown wrote: >> On Wed, Aug 08, 2012 at 01:50:53PM +0200, Benoit Cousson wrote: >> >>> That being said, since we do have the clock binding now, maybe we should >>> create a clock provider at board level for the sys_clk and thus you will >>> just have to create a phandle to it in your audio description. >> >> Yes, we should be doing this. > > Does this needs the common clock framework on the platform? OMAP3 certainly > does not have it enabled since it has not been adopted. > Yeah, good point, we are still not there yet. Rajendra is still working on it and I hope we can get something for 3.7, but let's avoid having a strong dependency on that migration for the moment. Regards, Benoit From mboxrd@z Thu Jan 1 00:00:00 1970 From: b-cousson@ti.com (Benoit Cousson) Date: Wed, 8 Aug 2012 17:41:47 +0200 Subject: [PATCH 04/11] MFD: twl4030-audio: Add DT support In-Reply-To: <50227936.3040701@ti.com> References: <1344418887-5262-1-git-send-email-peter.ujfalusi@ti.com> <1344418887-5262-5-git-send-email-peter.ujfalusi@ti.com> <5022529D.3090406@ti.com> <20120808125252.GR16861@opensource.wolfsonmicro.com> <50227936.3040701@ti.com> Message-ID: <502288BB.6020709@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/08/2012 04:35 PM, Peter Ujfalusi wrote: > On 08/08/2012 03:52 PM, Mark Brown wrote: >> On Wed, Aug 08, 2012 at 01:50:53PM +0200, Benoit Cousson wrote: >> >>> That being said, since we do have the clock binding now, maybe we should >>> create a clock provider at board level for the sys_clk and thus you will >>> just have to create a phandle to it in your audio description. >> >> Yes, we should be doing this. > > Does this needs the common clock framework on the platform? OMAP3 certainly > does not have it enabled since it has not been adopted. > Yeah, good point, we are still not there yet. Rajendra is still working on it and I hope we can get something for 3.7, but let's avoid having a strong dependency on that migration for the moment. Regards, Benoit