1. 16 11月, 2012 1 次提交
  2. 15 11月, 2012 1 次提交
  3. 10 11月, 2012 1 次提交
  4. 06 11月, 2012 3 次提交
  5. 14 9月, 2012 2 次提交
  6. 13 9月, 2012 1 次提交
  7. 07 9月, 2012 2 次提交
  8. 07 7月, 2012 1 次提交
  9. 08 5月, 2012 1 次提交
  10. 26 4月, 2012 4 次提交
  11. 05 3月, 2012 1 次提交
  12. 27 2月, 2012 2 次提交
  13. 07 2月, 2012 3 次提交
  14. 21 1月, 2012 1 次提交
  15. 05 1月, 2012 1 次提交
  16. 20 12月, 2011 1 次提交
  17. 18 12月, 2011 4 次提交
  18. 14 10月, 2011 1 次提交
  19. 24 2月, 2011 1 次提交
    • S
      ARM: Tegra: Make tegra_dma_init a postcore_initcall · dc54c23b
      Stephen Warren 提交于
      The following commit makes the Tegra APB DMA engine fail to initialize
      correctly: 0cf6230a
      ARM: tegra: Move tegra_common_init to tegra_init_early
      
      The reason is that tegra_init_early_ calls tegra_dma_init which calls
      request_threaded_irq, which fails since the IRQ hasn't yet been marked
      valid; that only happens in tegra_init_irq, which gets called after
      tegra_init_early.
      
      This used to work OK, since tegra_init_early was tegra_common_init, which
      got called after tegra_init_irq, basically from the beginning of
      tegra_harmony_init.
      
      Solve this by converting tegra_dma_init to a postcore_initcall. This makes
      it execute late enough that IRQs are marked valid, and avoids having to
      add it back to every machine's init function.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NColin Cross <ccross@android.com>
      dc54c23b
  20. 23 2月, 2011 2 次提交
  21. 21 2月, 2011 1 次提交
  22. 11 2月, 2011 2 次提交
  23. 22 10月, 2010 3 次提交