1. 17 4月, 2009 1 次提交
  2. 06 4月, 2009 2 次提交
  3. 01 4月, 2009 1 次提交
  4. 30 3月, 2009 1 次提交
  5. 27 3月, 2009 1 次提交
  6. 09 3月, 2009 1 次提交
  7. 07 2月, 2009 1 次提交
  8. 05 2月, 2009 1 次提交
  9. 30 1月, 2009 1 次提交
  10. 29 1月, 2009 1 次提交
  11. 07 1月, 2009 1 次提交
  12. 06 1月, 2009 1 次提交
  13. 31 12月, 2008 1 次提交
  14. 17 12月, 2008 1 次提交
  15. 11 11月, 2008 1 次提交
    • T
      powerpc: Repair device bindings documentation · ec5d7657
      Trent Piepho 提交于
      Commit d0fc2eaa "powerpc/fsl: Refactor
      device bindings" split out a number of device bindings from
      booting-without-of.txt into separate files.  Having them all in one file
      was a frequent source of merge conflicts.
      
      However, in the next merge, 49997d75, there
      was another conflict.  Some of the bindings removed from
      booting-without-of.txt were mistakenly added back in and the copies in
      dts-bindings were kept as well.
      
      This patch re-removes "Freescale Display Interface" and "Freescale on board
      FPGA" and fixes the table of contents.
      Signed-off-by: NTrent Piepho <tpiepho@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      ec5d7657
  16. 21 10月, 2008 2 次提交
  17. 14 10月, 2008 2 次提交
  18. 07 10月, 2008 2 次提交
  19. 23 9月, 2008 1 次提交
  20. 18 9月, 2008 1 次提交
  21. 04 8月, 2008 1 次提交
  22. 29 7月, 2008 1 次提交
  23. 28 7月, 2008 1 次提交
  24. 27 7月, 2008 1 次提交
  25. 22 7月, 2008 1 次提交
  26. 17 7月, 2008 5 次提交
  27. 14 7月, 2008 3 次提交
  28. 04 7月, 2008 1 次提交
  29. 11 6月, 2008 1 次提交
  30. 10 6月, 2008 1 次提交
    • A
      powerpc/sysdev: implement FSL GTM support · 83ff9dcf
      Anton Vorontsov 提交于
      GTM stands for General-purpose Timers Module and able to generate
      timer{1,2,3,4} interrupts. These timers are used by the drivers that
      need time precise interrupts (like for USB transactions scheduling for
      the Freescale USB Host controller as found in some QE and CPM chips),
      or these timers could be used as wakeup events from the CPU deep-sleep
      mode.
      
      Things unimplemented:
      1. Cascaded (32 bit) timers (1-2, 3-4).
         This is straightforward to implement when needed, two timers should
         be marked as "requested" and configured as appropriate.
      2. Super-cascaded (64 bit) timers (1-2-3-4).
         This is also straightforward to implement when needed, all timers
         should be marked as "requested" and configured as appropriate.
      Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      83ff9dcf