1. 07 8月, 2009 2 次提交
  2. 03 6月, 2009 1 次提交
  3. 13 3月, 2009 4 次提交
  4. 07 8月, 2008 2 次提交
  5. 05 7月, 2008 1 次提交
    • J
      i.MX2 family: Add clock handling for i.MX27 CPU · c46f5856
      Juergen Beisert 提交于
      Internal clock path handling for the i.MX27 CPU.
      
      Changed against the original Freescale code (and against clocklib for example):
       - clock rate is always calculated whenever one ask for the current rate.
         (means no "rate" member in the clock structure).
         So switching the PLL base frequency will propagate immediately to all
         other clocks that are depending on this frequency.
      
      TODO:
       - Check if the i.MX21 CPU can share the same code.
      Signed-off-by: NJuergen Beisert <j.beisert@pengutronix.de>
      c46f5856