1. 03 2月, 2012 1 次提交
  2. 25 5月, 2011 2 次提交
  3. 17 12月, 2010 1 次提交
  4. 10 9月, 2010 1 次提交
  5. 20 1月, 2010 1 次提交
  6. 02 7月, 2009 1 次提交
  7. 27 6月, 2009 1 次提交
  8. 29 4月, 2009 1 次提交
  9. 06 9月, 2008 1 次提交
  10. 07 8月, 2008 3 次提交
  11. 10 7月, 2008 1 次提交
  12. 02 6月, 2008 2 次提交
  13. 19 4月, 2008 1 次提交
  14. 10 2月, 2008 1 次提交
  15. 26 1月, 2008 1 次提交
  16. 27 11月, 2007 1 次提交
  17. 03 6月, 2007 1 次提交
  18. 09 2月, 2007 1 次提交
    • A
      [ARM] 4154/1: AT91: Clock update · c9b75d13
      Andrew Victor 提交于
      Unconditionally disabling the PCKs (Programmable Clocks) is not a good
      idea as it breaks boards that depend on those clocks being enabled by
      bootloaders.
      Therefore only disable unused clocks late in the init process, giving
      the board init code the chance to claim the clock.
      
      Patch from Steven Scholz.
      
      Since the HCK clocks on SAM9261 are already being registered as a
      independent clocks, we don't need the special case for HCK0 on the
      SAM9261.  Platform-init code and drivers should use the clock API to
      enable/disable the clock.
      
      Patch from Nicolas Ferre.
      Signed-off-by: NAndrew Victor <andrew@sanpeople.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      c9b75d13
  19. 08 2月, 2007 2 次提交
  20. 01 12月, 2006 2 次提交
  21. 28 9月, 2006 2 次提交
  22. 21 6月, 2006 2 次提交
  23. 19 6月, 2006 1 次提交
    • A
      [ARM] 3578/1: AT91RM9200 Clock update · 91f8ed83
      Andrew Victor 提交于
      Patch from Andrew Victor
      
      Some updates to the clock infrastructure for the AT91RM9200.
      
      1. Hard-coded values replaced with names defined in at91rm9200_sys.h.
      2. Added the four PIO clocks, which are enabled at startup.
      3. At startup, disable all unused clocks.
      4. Minor bugfix for usage counts associated with MCK. [Patch from David
      Brownell]
      5. Added at91_clock_associate() function to associate device & function
      with a particular clock.  [Patch from David Brownell]
      Signed-off-by: NAndrew Victor <andrew@sanpeople.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      91f8ed83
  24. 23 3月, 2006 1 次提交
    • A
      [ARM] 3386/1: AT91RM9200 Clock update · 69b648a2
      Andrew Victor 提交于
      Patch from Andrew Victor
      
      This patch includes a few changes to the clock support on the
      AT91RM9200.
      
      1. Added definitions for Ethernet, MMC, TWI, USARTs, and SPI peripheral
      clocks.
      
      2. Replaced some hard-coded hex values with the text definitions in
      at91rm9200_sys.h.
      
      3. If the USB96M bit is set for PLLB, then the rate of PLLB is not
      affected but only the USB Host/Device clocks which are derived from it.
      Issue reported by Sergei Sharonov.
      Signed-off-by: NAndrew Victor <andrew@sanpeople.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      69b648a2
  25. 10 1月, 2006 1 次提交