[RFC PATCH 3/3] arm: omap: phy: remove unused functions from omap-phy-internal.c

2012-05-30 Thread Kishon Vijay Abraham I
All the unnessary functions in omap-phy-internal is removed. These functionality are now handled by omap-usb2 phy driver. Cc: Felipe Balbi Signed-off-by: Kishon Vijay Abraham I --- arch/arm/mach-omap2/omap_phy_internal.c | 138 --- arch/arm/mach-omap2/twl-common.c

Re: [RFC PATCH 3/3] arm: omap: phy: remove unused functions from omap-phy-internal.c

2012-05-30 Thread Shilimkar, Santosh
On Wed, May 30, 2012 at 8:04 PM, Kishon Vijay Abraham I wrote: > All the unnessary functions in omap-phy-internal is removed. > These functionality are now handled by omap-usb2 phy driver. > Cool. One less item in platform code. -- To unsubscribe from this list: send the line "unsubscribe linux-om

Re: [RFC PATCH 3/3] arm: omap: phy: remove unused functions from omap-phy-internal.c

2012-06-20 Thread Tony Lindgren
* Kishon Vijay Abraham I [120530 07:38]: > All the unnessary functions in omap-phy-internal is removed. > These functionality are now handled by omap-usb2 phy driver. Glad to see these move to live under drivers. Up to Felipe to merge via linux-usb once the driver parts are finished: Acked-by: T