From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Subject: Re: [Question] ehci_hcd: inclusion of multiple platform drivers Date: Fri, 17 Jun 2011 15:18:18 +0200 Message-ID: <20110617131818.GC12271@linutronix.de> References: <4d6bde24de4d4824d89438ebe97c6e6c.squirrel@www.codeaurora.org> <4DFB4EF8.101@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Return-path: Received: from www.linutronix.de ([62.245.132.108]:40141 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758956Ab1FQNSU (ORCPT ); Fri, 17 Jun 2011 09:18:20 -0400 Content-Disposition: inline In-Reply-To: <4DFB4EF8.101@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Anirudh Ghayal Cc: mgautam@codeaurora.org, linux-usb@vger.kernel.org, linux-arm-msm@vger.kernel.org * Anirudh Ghayal | 2011-06-17 18:26:24 [+0530]: >Including linux-usb. > >On 6/17/2011 6:18 PM, mgautam@codeaurora.org wrote: >>Hi, >> >>I am working on an SOC where requirement is to include more than one host >>controller platform driver from ehci_hcd.c. >>Since, the current framework supports inclusion of just one platform >>driver, I was wondering if we can have some generic solution similar to >>below in ehci_hcd.c: Take a look at the "usb: host: xhci: give xhci a platform_device" thread where Felipe suggest a platform device for xhci [0]. Maybe something similar should be done [eou]hci as well. Simply add one device with proper ressources. [0] http://article.gmane.org/gmane.linux.usb.general/48028 Sebastian