1. 06 7月, 2012 1 次提交
  2. 10 5月, 2012 2 次提交
  3. 19 4月, 2012 1 次提交
  4. 13 4月, 2012 2 次提交
  5. 13 1月, 2011 3 次提交
  6. 29 10月, 2010 1 次提交
    • P
      sh: mach-systemh: Kill off dead board. · 2504075d
      Paul Mundt 提交于
      This code has been untouched since it was merged many years ago, and has
      severely bitrotted since, suggesting that the board has no real users
      left. Notice of intent to remove has been sent out over the last few
      years, with no takers. Kill it off.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      2504075d
  7. 15 10月, 2010 1 次提交
  8. 14 10月, 2010 1 次提交
  9. 06 7月, 2010 1 次提交
  10. 21 6月, 2010 1 次提交
  11. 02 6月, 2010 2 次提交
  12. 15 1月, 2010 1 次提交
  13. 14 1月, 2010 1 次提交
  14. 01 9月, 2009 1 次提交
  15. 28 8月, 2009 1 次提交
  16. 20 8月, 2009 1 次提交
  17. 23 7月, 2009 1 次提交
  18. 17 6月, 2009 1 次提交
    • P
      sh: pci: Initial PCI-Express support for SH7786 Urquell board. · 5713e602
      Paul Mundt 提交于
      This adds initial support for the PCI-Express module in the SH7786,
      particularly as it relates to the urquell platform. Presently it is
      only supported in root complex mode, with endpoint mode still requiring
      more debugging. 29/32-bit mode and lane configurations are selectable via
      board mode pins, and are otherwise fixed.
      
      Only 4x and 1x PCI channels are presently handled, the PCI bridge still
      requires additional debugging and stabilization in hardware.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      5713e602
  19. 26 5月, 2009 1 次提交
  20. 30 4月, 2009 1 次提交
    • M
      sh: pass through ioremap() for non-mmu processors. · e6be3a25
      Magnus Damm 提交于
      All 32-bit SuperH processors currently go through __ioremap_mode()
      and check for IO_TRAPPED and directly mapped segments. With this
      patch we simplify the MMU less case with a pass through version of
       __ioremap_mode() which just returns the physical address.
      
      The effects of this is change are:
       - fix non-MMU ioremap() of high address hardware blocks (sh7203 CMT)
       - make sure IO_TRAPPED is not selected
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      e6be3a25
  21. 21 3月, 2009 1 次提交
  22. 17 3月, 2009 1 次提交
  23. 10 3月, 2009 1 次提交
  24. 03 3月, 2009 1 次提交
  25. 27 1月, 2009 2 次提交
    • P
      sh: mach-highlander and mach-rsk require gpiolib. · ae5e6d05
      Paul Mundt 提交于
      Fix up the build for mach-highlander and mach-rsk. These operated on the
      assumption that GENERIC_GPIO support with an optional GPIOLIB was
      possible. This used to be true, but has not been the case since commit-id
      d56cc8bc661ac1ceded8d45ba2d53bb134fee17d ("sh: use gpiolib"), where the
      GENERIC_GPIO implementation was rewritten to use GPIOLIB directly.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      ae5e6d05
    • M
      sh: use gpiolib · 69edbba0
      Magnus Damm 提交于
      This patch updates the SuperH gpio code to make use of gpiolib. The
      gpiolib callbacks get() and set() are lockless, but we use our own
      spinlock for the other operations to make sure hardware register
      bitfield accesses stay atomic.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      69edbba0
  26. 22 12月, 2008 2 次提交
  27. 20 10月, 2008 4 次提交
  28. 08 9月, 2008 1 次提交
  29. 29 7月, 2008 2 次提交