From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 09/11] omap: usb: ehci: introduce HSIC mode Date: Tue, 30 Nov 2010 10:42:04 -0800 Message-ID: <20101130184203.GV17222@atomide.com> References: <1290364814-4417-1-git-send-email-gadiyar@ti.com> <1290364814-4417-2-git-send-email-gadiyar@ti.com> <1290364814-4417-3-git-send-email-gadiyar@ti.com> <1290364814-4417-4-git-send-email-gadiyar@ti.com> <1290364814-4417-5-git-send-email-gadiyar@ti.com> <1290364814-4417-6-git-send-email-gadiyar@ti.com> <1290364814-4417-7-git-send-email-gadiyar@ti.com> <1290364814-4417-8-git-send-email-gadiyar@ti.com> <1290364814-4417-9-git-send-email-gadiyar@ti.com> <1290364814-4417-10-git-send-email-gadiyar@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:57543 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754155Ab0K3SmH (ORCPT ); Tue, 30 Nov 2010 13:42:07 -0500 Content-Disposition: inline In-Reply-To: <1290364814-4417-10-git-send-email-gadiyar@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Anand Gadiyar Cc: linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, Greg KH * Anand Gadiyar [101121 10:30]: > The EHCI controller in OMAP4 supports a new interface mode - HSIC. > Add this to the list of modes supported on OMAP3. > > Signed-off-by: Anand Gadiyar Acked-by: Tony Lindgren > --- > arch/arm/plat-omap/include/plat/usb.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/plat-omap/include/plat/usb.h b/arch/arm/plat-omap/include/plat/usb.h > index 59c7fe7..9b1893f 100644 > --- a/arch/arm/plat-omap/include/plat/usb.h > +++ b/arch/arm/plat-omap/include/plat/usb.h > @@ -11,6 +11,7 @@ enum ehci_hcd_omap_mode { > EHCI_HCD_OMAP_MODE_UNKNOWN, > EHCI_HCD_OMAP_MODE_PHY, > EHCI_HCD_OMAP_MODE_TLL, > + EHCI_HCD_OMAP_MODE_HSIC, > }; > > enum ohci_omap3_port_mode { > -- > 1.7.0.4 >