1. 17 Mar, 2011 1 commit
  2. 15 Mar, 2011 3 commits
  3. 08 Mar, 2011 1 commit
  4. 07 Mar, 2011 9 commits
  5. 03 Mar, 2011 3 commits
  6. 23 Feb, 2011 12 commits
  7. 22 Feb, 2011 8 commits
  8. 21 Feb, 2011 3 commits
    • Colin Cross's avatar
      ARM: tegra: clock: Miscellaneous clock updates · 9c7dc562
      Colin Cross authored
      Correct max rates for pclk and sclk (Originally fixed by
        Dima Zavin <dima@android.com>)
      
      Correct max rate for plla (Originally fixed by
        Stephen Warren <swarren@nvidia.com>)
      
      Remove unnecessary no-op set_rate on audio clocks
      
      Add clock lookup entries for grhost, bsea, and vde clocks
      
      Update clock clookup entries for vcp, bsea, and vde clocks
      
      Add shared clock entries for sclk and emc
      
      Add a virtual cop clock to provide a reset op (Originally fixed by
        Dima Zavin <dima@android.com>)
      
      Pass set_rate on super clocks through to parent
      
      Fix pllx frequency table entry for 608 MHz
      
      Remove incorrect plla frequency table entries
      Acked-by: default avatarOlof Johansson <olof@lixom.net>
      Signed-off-by: default avatarColin Cross <ccross@android.com>
      9c7dc562
    • Colin Cross's avatar
      ARM: tegra: clock: Fix clock issues in suspend · c2f44a9d
      Colin Cross authored
      The PLLP registers are now being restored by the low-level resume code,
      and the CPU may be running off PLLP, so don't touch them during clock
      resume.
      
      Save plld, plls, pllu, and audio clock during suspend (originally
      fixed by Mayuresh Kulkarni <mkulkarni@nvidia.com>)
      
      The lock time for plld is 1000 us, so increase the delay after
      setting the PLLs.
      
      Add a BUG_ON to ensure the size of the suspend context area is
      correct.
      Acked-by: default avatarOlof Johansson <olof@lixom.net>
      Signed-off-by: default avatarColin Cross <ccross@android.com>
      c2f44a9d
    • Colin Cross's avatar
      ARM: tegra: clock: Add function to set SDMMC tap delay · 9743b389
      Colin Cross authored
      The SDMMC controllers have extra bits in the clock source
      register that adjust the delay between the clock and data
      to compenstate for delays on the PCB.  The values need to
      be set from the clock code so the clock can be locked
      during the read-modify-write on the clock source register.
      Acked-by: default avatarOlof Johansson <olof@lixom.net>
      Signed-off-by: default avatarColin Cross <ccross@android.com>
      9743b389