1. 05 1月, 2012 1 次提交
  2. 22 8月, 2011 1 次提交
  3. 08 8月, 2011 1 次提交
  4. 15 3月, 2011 1 次提交
  5. 10 12月, 2010 1 次提交
  6. 24 9月, 2010 2 次提交
  7. 22 6月, 2010 1 次提交
    • C
      Davinci: tnetv107x soc support · 4d1e7848
      Cyril Chemparathy 提交于
      TNETV107X is a Texas Instruments SOC that shares a number of common features
      with the Davinci architecture.  Some of the key differences between
      traditional Davincis and this new SOC are as follow:
      
      1. The SOCs clock architecture includes a new spread-spectrum PLL.  Some
      elements of the clock architecture are reused from Davinci (e.g. LPSC), but
      the PLL related code is overridden using existing interfaces in "struct clk".
      
      2. The MMR layout on this SOC is substantially different from Davinci.
      Consequently, the fixed I/O map is a whole lot more convoluted (more so than
      DA8xx).  The net impact here is that IO_ADDRESS() will not work on this SoC,
      and therefore all mappings have to be through ioremap().
      Signed-off-by: NCyril Chemparathy <cyril@ti.com>
      Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
      4d1e7848