1. 14 9月, 2009 1 次提交
  2. 23 8月, 2009 1 次提交
  3. 21 8月, 2009 1 次提交
  4. 19 8月, 2009 1 次提交
  5. 18 8月, 2009 1 次提交
  6. 13 8月, 2009 1 次提交
  7. 04 8月, 2009 5 次提交
  8. 23 7月, 2009 2 次提交
    • M
      sh: convert processor device setup functions to arch_initcall() · 955c9863
      Magnus Damm 提交于
      Convert the processor platform device setup
      functions from __initcall() and sometimes
      device_initcall() to arch_initcall().
      
      This makes sure that the platform devices are
      registered a bit earlier so the devices are
      available when drivers register using initcall
      levels earlier than device_initcall().
      
      A good example is platform devices needed by
      i2c-sh_mobile.c which registers a bit earlier
      using subsys_initcall().
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      955c9863
    • M
      usb: m66592-udc platform data on_chip support · 2c59b0b7
      Magnus Damm 提交于
      Convert the m66592-udc driver to use the on_chip flag
      from platform data to enable on chip behaviour instead
      of relying on CONFIG_SUPERH_BUILT_IN_M66592 ugliness.
      
      This makes the code cleaner and also allows us to support
      both external and internal m66592 with the same kernel.
      
      It also makes the Kconfig part more future proof since
      we with this patch can add support for new processors
      with on-chip m66592 without modifying the Kconfig.
      
      The patch adds a m66592 header file for platform data
      and ties in platform data to the existing m66592 devices.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      2c59b0b7
  9. 20 7月, 2009 3 次提交
  10. 04 7月, 2009 1 次提交
    • M
      sh: hwblk for sh7722 · a61c1a63
      Magnus Damm 提交于
      This patch contains the sh7722 specific hwblk implementation.
      
      Hwblk ids are added to the processor specific header file,
      module stop bits and areas are kept track of as hwblks,
      clocks are converted to make use of the shared hwblk code.
      Code to determine allowed sleep modes is also added.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      a61c1a63
  11. 23 6月, 2009 1 次提交
    • P
      sh: SH7786 SMP support. · 2eb2a436
      Paul Mundt 提交于
      SH7786 is roughly identical to SH-X3 proto SMP, though there are only 2
      CPUs. This just wraps in to the existing SH-X3 SMP code with some minor
      changes for SH7786, including wiring up the IPIs properly, enabling
      IRQ_PER_CPU, and so forth.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      2eb2a436
  12. 17 6月, 2009 2 次提交
  13. 14 6月, 2009 1 次提交
  14. 11 6月, 2009 8 次提交
  15. 02 6月, 2009 2 次提交
  16. 01 6月, 2009 3 次提交
  17. 26 5月, 2009 2 次提交
  18. 22 5月, 2009 2 次提交
  19. 14 5月, 2009 2 次提交