]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
phy: rename struct omap_control_usb to struct omap_control_phy
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 6 Mar 2014 14:38:37 +0000 (16:38 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Sun, 9 Mar 2014 07:15:08 +0000 (12:45 +0530)
commit14da699bc04212559d5dda19d3f07c807fb58dfd
treeda70074191e90be6fef4ac02bff16dde3ce45721
parentdb68e80f080a21b295f2262976520c40bc505f9d
phy: rename struct omap_control_usb to struct omap_control_phy

Rename struct omap_control_usb to struct omap_control_phy since it can
be used to control PHY of USB, SATA and PCIE. Also move the driver and
include files under *phy* and made the corresponding changes in the users
of phy-omap-control.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-omap-control.c [moved from drivers/usb/phy/phy-omap-control.c with 55% similarity]
drivers/phy/phy-omap-usb2.c
drivers/phy/phy-ti-pipe3.c
drivers/usb/musb/omap2430.c
drivers/usb/phy/Kconfig
drivers/usb/phy/Makefile
include/linux/phy/omap_control_phy.h [moved from include/linux/usb/omap_control_usb.h with 68% similarity]