From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753841Ab1JKICG (ORCPT ); Tue, 11 Oct 2011 04:02:06 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:35585 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753268Ab1JKICD (ORCPT ); Tue, 11 Oct 2011 04:02:03 -0400 Message-ID: <4E93F7F2.5090805@ti.com> Date: Tue, 11 Oct 2011 10:01:54 +0200 From: "Cousson, Benoit" Organization: Texas Instruments User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Paul Walmsley CC: "Munegowda, Keshava" , "linux-usb@vger.kernel.org" , "linux-omap@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "Balbi, Felipe" , "Hilman, Kevin" , "Gadiyar, Anand" , "sameo@linux.intel.com" , "parthab@india.ti.com" , "tony@atomide.com" , "johnstul@us.ibm.com" , "Sripathy, Vishwanath" Subject: Re: [PATCH 1/5 v13] arm: omap: usb: ehci and ohci hwmod structures for omap4 References: <1317901099-2519-1-git-send-email-keshava_mgowda@ti.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Paul, On 10/11/2011 2:40 AM, Paul Walmsley wrote: > Hi > > and some comments on this one ... > > On Thu, 6 Oct 2011, Keshava Munegowda wrote: [...] >> +static struct omap_hwmod_ocp_if omap44xx_l4_cfg__usb_tll_hs = { >> + .master =&omap44xx_l4_cfg_hwmod, >> + .slave =&omap44xx_usb_tll_hs_hwmod, >> + .addr = omap44xx_usb_tll_hs_addrs, >> + .user = OCP_USER_MPU | OCP_USER_SDMA, >> +}; > > This one has the .master pointing to something reasonable, but is missing > a .clk entry. In that case, there is only an interface clock and a couple of optional clocks, that why I did not populate the main_clk. IIRC, we decided to not duplicate the iclk into the main_clk in case of module that are using only the interface clock as their functional clock. Regards, Benoit