1. 29 1月, 2013 1 次提交
    • J
      ARM: tegra: add pending SGI checking API · d4b92fb2
      Joseph Lo 提交于
      The "powered-down" CPU idle mode of Tegra cut off the vdd_cpu rail, it
      include the power of GIC. That caused the SGI (Software Generated
      Interrupt) been lost. Because the SGI can't wake up the CPU that in
      the "powered-down" CPU idle mode. We need to check if there is any
      pending SGI when go into "powered-down" CPU idle mode. This is important
      especially when applying the coupled cpuidle framework into "power-down"
      cpuidle dirver. Because the coupled cpuidle framework may have the
      chance that misses IPI_SINGLE_FUNC handling sometimes.
      
      For the PPI or SPI, something like the legacy peripheral interrupt. It
      still can be maintained by Tegra legacy interrupt controller. If there
      is any pending PPI or SPI when CPU in "powered-down" CPU idle mode. The
      CPU can be woken up immediately. So we don't need to take care the same
      situation for PPI or SPI.
      Signed-off-by: NJoseph Lo <josephl@nvidia.com>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      d4b92fb2
  2. 06 11月, 2012 1 次提交
    • S
      ARM: tegra: move iomap.h to mach-tegra · 2be39c07
      Stephen Warren 提交于
      Nothing outside mach-tegra uses this file, so there's no need for it to
      be in <mach/>.
      
      Since uncompress.h and debug-macro.S remain in include/mach, they need
      to include "../../iomap.h" becaue of this change. uncompress.h will soon
      be deleted in later multi-platform/single-zImage patches. debug-macro.S
      will need to continue to include this header using an explicit relative
      path, to avoid duplicating the physical->virtual address mapping that
      iomap.h dictates.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      2be39c07
  3. 07 2月, 2012 1 次提交
  4. 08 12月, 2011 2 次提交
  5. 11 5月, 2011 4 次提交
  6. 29 3月, 2011 2 次提交
  7. 10 2月, 2011 3 次提交
  8. 27 1月, 2011 1 次提交
  9. 14 1月, 2011 1 次提交
  10. 15 12月, 2010 1 次提交
  11. 22 10月, 2010 1 次提交
  12. 06 8月, 2010 2 次提交
  13. 07 8月, 2008 1 次提交
  14. 26 1月, 2008 1 次提交