Re: [RFC PATCH 01/15] phy: rename struct omap_control_usb to struct omap_control_phy

2013-09-19 Thread Daniel Mack
On 19.09.2013 15:05, Roger Quadros wrote: > From: Kishon Vijay Abraham I > > 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

[RFC PATCH 01/15] phy: rename struct omap_control_usb to struct omap_control_phy

2013-09-19 Thread Roger Quadros
From: Kishon Vijay Abraham I 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 Ab