From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751882Ab1GGP5a (ORCPT ); Thu, 7 Jul 2011 11:57:30 -0400 Received: from na3sys009aog119.obsmtp.com ([74.125.149.246]:55058 "EHLO na3sys009aog119.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750958Ab1GGP52 (ORCPT ); Thu, 7 Jul 2011 11:57:28 -0400 From: Kevin Hilman To: balbi@ti.com Cc: Keshava Munegowda , linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, gadiyar@ti.com, sameo@linux.intel.com, parthab@india.ti.com, tony@atomide.com, b-cousson@ti.com, paul@pwsan.com, johnstul@us.ibm.com, vishwanath.bs@ti.com Subject: Re: [PATCH 1/6 v2] arm: omap: usb: ehci and ohci hwmod structures for omap4 Organization: Texas Instruments, Inc. References: <1309546474-15363-1-git-send-email-keshava_mgowda@ti.com> <1309546474-15363-2-git-send-email-keshava_mgowda@ti.com> <20110707102900.GG1311@legolas.emea.dhcp.ti.com> Date: Thu, 07 Jul 2011 08:57:21 -0700 In-Reply-To: <20110707102900.GG1311@legolas.emea.dhcp.ti.com> (Felipe Balbi's message of "Thu, 7 Jul 2011 13:29:01 +0300") Message-ID: <87mxgqdqxq.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Felipe Balbi writes: > Hi Tony, Benoit, Kevin, Paul, > > On Sat, Jul 02, 2011 at 12:24:29AM +0530, Keshava Munegowda wrote: >> From: Benoit Cousson >> >> Following 4 hwmod strcuture are added: >> UHH hwmod of usbhs with uhh base address and functional clock, >> EHCI hwmod with irq and base address, >> OHCI hwmod with irq and base address, >> TLL hwmod of usbhs with the TLL base address and irq. >> >> Signed-off-by: Benoit Cousson >> Signed-off-by: Keshava Munegowda > > Can the hwmod part go into this merge window ? I can fix the PM part > later on but without hwmod, I can't do anything. The hwmod data parts of this series need to be udpated on top of Benoit's changes since some new fields have been added for proper clockdomain and modulemode support. Benoit has updated the autogen tools so any hwmod data submitted for new IP blocks needs to use the new autogenerated data. Kevin