瀏覽代碼

usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c

Since usb otg fsm implementation is not related to usb phy.
We move it from usb/phy/ to usb/common/, and rename it to
reflect its real meaning.

Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Peter Chen 11 年之前
父節點
當前提交
1dfa91aa5b
共有 5 個文件被更改,包括 10 次插入10 次删除
  1. 1 0
      drivers/usb/common/Makefile
  2. 0 0
      drivers/usb/common/usb-otg-fsm.c
  3. 9 0
      drivers/usb/core/Kconfig
  4. 0 9
      drivers/usb/phy/Kconfig
  5. 0 1
      drivers/usb/phy/Makefile

+ 1 - 0
drivers/usb/common/Makefile

@@ -3,3 +3,4 @@
 #
 #
 
 
 obj-$(CONFIG_USB_COMMON) += usb-common.o
 obj-$(CONFIG_USB_COMMON) += usb-common.o
+obj-$(CONFIG_USB_OTG_FSM) += usb-otg-fsm.o

+ 0 - 0
drivers/usb/phy/phy-fsm-usb.c → drivers/usb/common/usb-otg-fsm.c


+ 9 - 0
drivers/usb/core/Kconfig

@@ -81,3 +81,12 @@ config USB_OTG_BLACKLIST_HUB
 	  and software costs by not supporting external hubs.  So
 	  and software costs by not supporting external hubs.  So
 	  are "Embedded Hosts" that don't offer OTG support.
 	  are "Embedded Hosts" that don't offer OTG support.
 
 
+config USB_OTG_FSM
+	tristate "USB 2.0 OTG FSM implementation"
+	depends on USB
+	select USB_OTG
+	select USB_PHY
+	help
+	  Implements OTG Finite State Machine as specified in On-The-Go
+	  and Embedded Host Supplement to the USB Revision 2.0 Specification.
+

+ 0 - 9
drivers/usb/phy/Kconfig

@@ -6,15 +6,6 @@ menu "USB Physical Layer drivers"
 config USB_PHY
 config USB_PHY
 	def_bool n
 	def_bool n
 
 
-config USB_OTG_FSM
-	tristate "USB 2.0 OTG FSM implementation"
-	depends on USB
-	select USB_OTG
-	select USB_PHY
-	help
-	  Implements OTG Final State Machine as specified in On-The-Go
-	  and Embedded Host Supplement to the USB Revision 2.0 Specification.
-
 #
 #
 # USB Transceiver Drivers
 # USB Transceiver Drivers
 #
 #

+ 0 - 1
drivers/usb/phy/Makefile

@@ -3,7 +3,6 @@
 #
 #
 obj-$(CONFIG_USB_PHY)			+= phy.o
 obj-$(CONFIG_USB_PHY)			+= phy.o
 obj-$(CONFIG_OF)			+= of.o
 obj-$(CONFIG_OF)			+= of.o
-obj-$(CONFIG_USB_OTG_FSM)		+= phy-fsm-usb.o
 
 
 # transceiver drivers, keep the list sorted
 # transceiver drivers, keep the list sorted