1. 06 12月, 2011 1 次提交
  2. 03 12月, 2011 1 次提交
    • M
      ARM: S3C64XX: Power gate unused domains · 51ccd81d
      Mark Brown 提交于
      The S3C64xx CPUs have power gating support with a series of software
      controllable power domains in the SoC. To take full advantage of these
      we should implement runtime PM support but since several of the IP blocks
      have no in tree drivers (and at this point aren't likely to acquire such
      drivers) we can get some benefit from the hardware much more easily if
      we just turn those blocks off unconditionally. This will cut down on the
      leakage these domains generate without interfering with active usage.
      
      Do this for:
       - Domain G: 3D acceleration
       - Domain V: MFC
       - Domain I: JPEG and camera interface
       - Domain P: 2D acceleration, TV encoder and scaler
      
      This is easy to reverse if any of these devices do acquire drivers in the
      future or as part of out of tree patches for them.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      51ccd81d
  3. 02 12月, 2011 7 次提交
  4. 08 11月, 2011 31 次提交