From 629138dbaec33cecbb61fda1f5c1f047a1374993 Mon Sep 17 00:00:00 2001 From: Roger Quadros Date: Thu, 6 Mar 2014 16:38:43 +0200 Subject: [PATCH] phy: ti-pipe3: streamline PHY operations Limit .power_on() and .power_off() to just control the PHY power and not the DPLL. The DPLL will be enabled in .init() and idled in .exit(). Don't reprogram the DPLL if it has been already locked by the bootloader. This fixes a problem with SATA, where it fails if SATA was used by the bootloader. Signed-off-by: Roger Quadros Signed-off-by: Kishon Vijay Abraham I --- Reading git-format-patch failed