commit | ac3f918d5a069f1c34c6e0d39cccb0e9c8ac9334 | [log] [tgz] |
---|---|---|
author | Thomas Richter <thor@math.tu-berlin.de> | Sat May 30 20:25:53 2015 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Jun 15 12:21:01 2015 +0200 |
tree | 9705623e18c29048ce8a2e21eae7a23a82aa280c | |
parent | 8a1ebd7480fe8e80119d12bef2906f9480c2916f [diff] |
Fix resume from suspend on IBM X30 This patch fixes the resume from suspend-to-ram on the IBM X30 laptop. The problem is caused by the Bios missing to re-initialize the iVCH registers, especially the PLL registers. This patch records the iVCH registers during initialization, and re-installs this register set when resuming. Signed-off-by: Thomas Richter <thor@math.tu-berlin.de> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>