1. 08 5月, 2009 7 次提交
  2. 07 5月, 2009 1 次提交
    • P
      sh: Integrate the SH-5 onchip_remap() more coherently. · 0fb849b9
      Paul Mundt 提交于
      Presently this is special-cased for early initialization. While there are
      situations where these static early initializations are still necessary,
      with minor changes it is possible to use this for the regular ioremap
      implementation as well. This allows us to kill off the special-casing for
      the remap completely and to start tidying up all of the SH-5
      special-casing in drivers.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      0fb849b9
  3. 03 3月, 2009 1 次提交
  4. 27 2月, 2009 1 次提交
  5. 22 12月, 2008 8 次提交
  6. 13 11月, 2008 1 次提交
  7. 12 11月, 2008 1 次提交
  8. 31 10月, 2008 1 次提交
  9. 16 10月, 2008 1 次提交
  10. 02 10月, 2008 2 次提交
  11. 01 10月, 2008 1 次提交
  12. 08 9月, 2008 1 次提交
  13. 28 7月, 2008 1 次提交
  14. 21 7月, 2008 1 次提交
  15. 16 5月, 2008 1 次提交
  16. 08 5月, 2008 2 次提交
  17. 30 4月, 2008 1 次提交
  18. 19 4月, 2008 1 次提交
  19. 16 4月, 2008 1 次提交
  20. 11 3月, 2008 1 次提交
  21. 26 2月, 2008 1 次提交
    • P
      serial: Move asm-sh/sci.h to linux/serial_sci.h. · 96de1a8f
      Paul Mundt 提交于
      This header is needed on other architectures as well (namely h8300),
      which currently fails to build without this in place. Rather than
      duplicating the port definition completely there, just move this to a
      common location instead.
      
      This should get h8300 working again for 2.6.25, in addition to the
      changes already pushed by Sato-san in -rc2.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      96de1a8f
  22. 14 2月, 2008 1 次提交
  23. 28 1月, 2008 2 次提交
  24. 21 9月, 2007 1 次提交
    • P
      serial: sh-sci: kgdb console build fixes. · 68362e08
      Paul Mundt 提交于
      The kgdb console code requires uart_set_options() and friends, which
      are only provided by the serial core when console support is enabled.
      These were sitting under CONFIG_SH_KGDB and resulted in a link error
      when console support wasn't enabled, work that by rolling the console
      routines under CONFIG_SH_KGDB_CONSOLE, which they should have been
      all along.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      68362e08