From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/8] omap: musb: Adding support for ti81xx Date: Mon, 12 Dec 2011 10:47:40 -0800 Message-ID: <20111212184740.GB32251@atomide.com> References: <1318332369-9732-1-git-send-email-ajay.gupta@ti.com> <1318332369-9732-2-git-send-email-ajay.gupta@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1318332369-9732-2-git-send-email-ajay.gupta-l0cyMroinI0@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ajay Kumar Gupta Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, balbi-l0cyMroinI0@public.gmane.org, Ravi Babu List-Id: linux-omap@vger.kernel.org * Ajay Kumar Gupta [111011 03:53]: > From: Ravi Babu > > Added musb support for ti81xx platform which has two instances of musb > interface and uses CPPI4.1 DMA. The current patch set adds support for > single instance and in PIO mode only. Applying into musb branch. Tony > Signed-off-by: Ajay Kumar Gupta > Signed-off-by: Ravi Babu > Acked-by: Felipe Balbi > --- > arch/arm/mach-omap2/usb-musb.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c > index a65145b..8bceeca 100644 > --- a/arch/arm/mach-omap2/usb-musb.c > +++ b/arch/arm/mach-omap2/usb-musb.c > @@ -143,6 +143,9 @@ void __init usb_musb_init(struct omap_musb_board_data *musb_board_data) > if (cpu_is_omap3517() || cpu_is_omap3505()) { > oh_name = "am35x_otg_hs"; > name = "musb-am35x"; > + } else if (cpu_is_ti81xx()) { > + oh_name = "usb_otg_hs"; > + name = "musb-ti81xx"; > } else { > oh_name = "usb_otg_hs"; > name = "musb-omap2430"; > -- > 1.6.2.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html