提交 a8480ea0 编写于 作者: F Felipe Balbi

arm: omap2: usb: rename usb-ehci.c to usb-host.c

We already have both EHCI and OHCI there, so let's
rename to be sure everybody will understand the entire
USB HOST functionality is setup on this file.
Signed-off-by: NFelipe Balbi <balbi@ti.com>
上级 09f0607d
...@@ -229,7 +229,7 @@ usbfs-$(CONFIG_ARCH_OMAP_OTG) := usb-fs.o ...@@ -229,7 +229,7 @@ usbfs-$(CONFIG_ARCH_OMAP_OTG) := usb-fs.o
obj-y += $(usbfs-m) $(usbfs-y) obj-y += $(usbfs-m) $(usbfs-y)
obj-y += usb-musb.o obj-y += usb-musb.o
obj-$(CONFIG_MACH_OMAP2_TUSB6010) += usb-tusb6010.o obj-$(CONFIG_MACH_OMAP2_TUSB6010) += usb-tusb6010.o
obj-y += usb-ehci.o obj-y += usb-host.o
onenand-$(CONFIG_MTD_ONENAND_OMAP2) := gpmc-onenand.o onenand-$(CONFIG_MTD_ONENAND_OMAP2) := gpmc-onenand.o
obj-y += $(onenand-m) $(onenand-y) obj-y += $(onenand-m) $(onenand-y)
......
/* /*
* linux/arch/arm/mach-omap2/usb-ehci.c * usb-host.c - OMAP USB Host
* *
* This file will contain the board specific details for the * This file will contain the board specific details for the
* Synopsys EHCI host controller on OMAP3430 * Synopsys EHCI/OHCI host controller on OMAP3430 and onwards
* *
* Copyright (C) 2007 Texas Instruments * Copyright (C) 2007-2011 Texas Instruments
* Author: Vikram Pandita <vikram.pandita@ti.com> * Author: Vikram Pandita <vikram.pandita@ti.com>
* *
* Generalization by: * Generalization by:
* Felipe Balbi <felipe.balbi@nokia.com> * Felipe Balbi <balbi@ti.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册