commit | d86d29df57adf9258f56939e59cdd70932845885 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Wed Jul 13 12:13:47 2011 +0200 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Aug 19 08:22:44 2011 +0200 |
tree | a8a4c65a7adeef40caf5df084c8078f4aab0c4d8 | |
parent | 7963e21e50c8e712553347f900f0d0afaf5be2aa [diff] |
fbdev: sh_mobile_meram: Fix MExxCTL register save on runtime PM suspend To reset the ICB on resume the MExxCTL register needs to be OR'ed with MExxCTL_WBF | MExxCTL_WF | MExxCTL_RF, no set to that value. Fix this. This fixes corruption at the bottom of the display when resuming from runtime PM. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>