From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754535Ab3AKJkn (ORCPT ); Fri, 11 Jan 2013 04:40:43 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:50441 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751591Ab3AKJkl (ORCPT ); Fri, 11 Jan 2013 04:40:41 -0500 Message-ID: <50EFDE10.9080902@ti.com> Date: Fri, 11 Jan 2013 11:40:32 +0200 From: Roger Quadros User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: Tony Lindgren CC: , , , , , , Subject: Re: [PATCH 01/14] mfd: omap-usb-host: Consolidate OMAP USB-HS platform data References: <1357836694-30788-1-git-send-email-rogerq@ti.com> <1357836694-30788-2-git-send-email-rogerq@ti.com> <20130110234537.GB15458@atomide.com> In-Reply-To: <20130110234537.GB15458@atomide.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 Tony, On 01/11/2013 01:45 AM, Tony Lindgren wrote: > * Roger Quadros [130110 08:54]: >> Let's have a single platform data structure for the OMAP's High-Speed >> USB host subsystem instead of having 3 separate ones i.e. one for >> board data, one for USB Host (UHH) module and one for USB-TLL module. >> >> This makes the code much simpler and avoids creating multiple copies of >> platform data. > > I can apply just this patch alone into an immutable branch that > we all can merge in as needed as long as we have acks for the USB > and MFD parts. > > Or does this one need to be changed based on Alan's comments > on the EHCI lib related changes? > This does not depend on EHCI lib based changes but it depends on the OMAP USB Host cleanup series posted earlier. regards, -roger