[PATCH 24/28] phy: ti-pipe3: streamline PHY operations

2014-03-08 Thread Kishon Vijay Abraham I
From: Roger Quadros 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

[PATCH 24/28] phy: ti-pipe3: streamline PHY operations

2014-03-08 Thread Kishon Vijay Abraham I
From: Roger Quadros rog...@ti.com 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