1. 12 12月, 2013 1 次提交
  2. 25 6月, 2013 1 次提交
  3. 23 6月, 2013 1 次提交
  4. 01 6月, 2013 1 次提交
  5. 05 4月, 2013 1 次提交
    • S
      clk: tegra: defer application of init table · 441f199a
      Stephen Warren 提交于
      The Tegra clock driver is initialized during the ARM machine descriptor's
      .init_irq() hook. It can't be initialized earlier, since dynamic memory
      usage is required. It can't be initialized later, since the .init_timer()
      hook needs the clocks initialized. However, at this time, udelay()
      doesn't work.
      
      The Tegra clock initialization table may enable some PLLs. Enabling a PLL
      may require usage of udelay(). Hence, this can't happen right when the
      clock driver is initialized.
      
      To solve this, separate the clock driver initialization from the clock
      table processing, so they can execute at separate times.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      441f199a
  6. 29 1月, 2013 3 次提交
  7. 16 11月, 2012 1 次提交
  8. 14 9月, 2012 1 次提交