1. 11 3月, 2015 1 次提交
    • P
      ARM: imx6: gpc: Add PU power domain for GPU/VPU · 00eb60a8
      Philipp Zabel 提交于
      When generic pm domain support is enabled, the PGC can be used
      to completely gate power to the PU power domain containing GPU3D,
      GPU2D, and VPU cores.
      This code triggers the PGC powerdown sequence to disable the GPU/VPU
      isolation cells and gate power and then disables the PU regulator.
      To reenable, the reverse powerup sequence is triggered after the PU
      regulator is enabled again.
      The GPU and VPU devices in the PU power domain temporarily need
      to be clocked during powerup, so that the reset machinery can work.
      
      [Avoid explicit regulator enabling in probe, unless !PM]
      Signed-off-by: NMarkus Pargmann <mpa@pengutronix.de>
      Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      00eb60a8
  2. 26 2月, 2015 1 次提交
  3. 23 11月, 2014 3 次提交
  4. 16 9月, 2014 1 次提交
  5. 10 9月, 2014 1 次提交
  6. 01 9月, 2014 3 次提交
  7. 18 8月, 2014 1 次提交
  8. 23 7月, 2014 1 次提交
  9. 18 7月, 2014 7 次提交
  10. 19 6月, 2014 1 次提交
    • R
      ARM: l2c: fix dependencies on PL310 errata symbols · a641f3a6
      Russell King 提交于
      A number of configurations spit out warnings similar to:
      
      warning: (SOC_IMX6 && SOC_VF610 && ARCH_OMAP4) selects PL310_ERRATA_588369 which has unmet direct dependencies (CACHE_L2X0)
      warning: (SOC_IMX6 && SOC_VF610 && ARCH_OMAP4) selects PL310_ERRATA_727915 which has unmet direct dependencies (CACHE_L2X0)
      
      Clean up the dependencies here:
      * PL310 symbols should only be selected when CACHE_L2X0 is enabled.
      * Since the cache-l2x0 code detects PL310 presence at runtime, and we will
        eventually get rid of CACHE_PL310, surround these errata options with an
        if CACHE_L2X0 conditional rather than repeating the dependency against
        each.
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      a641f3a6
  11. 17 6月, 2014 2 次提交
  12. 30 5月, 2014 1 次提交
  13. 16 5月, 2014 1 次提交
  14. 13 5月, 2014 1 次提交
  15. 30 4月, 2014 1 次提交
  16. 05 3月, 2014 5 次提交
  17. 20 2月, 2014 4 次提交
  18. 22 1月, 2014 1 次提交
    • R
      Fix select-induced Kconfig warning for ZBOOT_ROM · 10968131
      Russell King 提交于
      warning: (ARCH_MULTIPLATFORM && ARCH_CLPS711X && ARCH_PXA &&
       SOC_EXYNOS5440 && ARCH_EMEV2) selects AUTO_ZRELADDR which
       has unmet direct dependencies (!ZBOOT_ROM)
      
      This is because it's possible to have ZBOOT_ROM enabled, but at the
      same time have another option enabled which selects AUTO_ZRELADDR
      overriding the !ZBOOT_ROM dependency.  Fix this by reversing the
      dependencies between ZBOOT_ROM and the options which depend on
      !ZBOOT_ROM.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      10968131
  19. 31 12月, 2013 2 次提交
  20. 09 12月, 2013 2 次提交