1. 17 9月, 2012 1 次提交
  2. 09 8月, 2012 1 次提交
    • A
      ARM: integrator: include <linux/export.h> · b434f5c9
      Arnd Bergmann 提交于
      Without this patch, building integrator_defconfig results in:
      
      arch/arm/mach-integrator/core.c:150:1: warning: data definition has no type or storage class [enabled by default]
      arch/arm/mach-integrator/core.c:150:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' [-Wimplicit-int]
      arch/arm/mach-integrator/core.c:150:1: warning: parameter names (without types) in function declaration [enabled by default]
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NLinus Walleij <linus.walleij@linaro.org>
      Cc: Russell King <linux@arm.linux.org.uk>
      b434f5c9
  3. 12 7月, 2012 2 次提交
    • L
      ARM: integrator: convert to common clock · a613163d
      Linus Walleij 提交于
      This converts the Integrator platform to use common clock
      and the ICST driver. Since from this point not all ARM
      reference platforms use the clock, we define
      CONFIG_PLAT_VERSATILE_CLOCK and select it for all platforms
      except the Integrator.
      
      Open issue: I could not use the .init_early() field of the
      machine descriptor to initialize the clocks, but had to
      move them to .init_irq(), so presumably .init_early() is
      so early that common clock is not up, and .init_machine()
      is too late since it's needed for the clockevent/clocksource
      initialization. Any suggestions on how to solve this is
      very welcome.
      
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      [mturquette@linaro.org: use 'select' instead of versatile Kconfig]
      Signed-off-by: NMike Turquette <mturquette@linaro.org>
      a613163d
    • L
      ARM: integrator: put symbolic bus names on devices · d59fdcfc
      Linus Walleij 提交于
      All the Integrator devices have bus names like "mb:16" which
      I think means "memory base 0x16000000" which is where the
      UART0 is. So let's call it "uart0" because that's what most
      platforms do these days.
      
      Change this everywhere for the integrator as we prepare for
      some core clock code movement.
      
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NMike Turquette <mturquette@linaro.org>
      d59fdcfc
  4. 29 3月, 2012 1 次提交
  5. 24 3月, 2012 1 次提交
  6. 27 1月, 2012 1 次提交
  7. 25 1月, 2012 1 次提交
  8. 05 1月, 2012 1 次提交
  9. 24 12月, 2011 1 次提交
  10. 17 10月, 2011 1 次提交
  11. 13 9月, 2011 1 次提交
  12. 19 2月, 2011 1 次提交
  13. 26 11月, 2010 1 次提交
  14. 27 7月, 2010 1 次提交
  15. 22 7月, 2010 1 次提交
  16. 16 7月, 2010 1 次提交
  17. 02 5月, 2010 2 次提交
  18. 30 4月, 2010 4 次提交
  19. 13 2月, 2010 1 次提交
  20. 19 5月, 2009 1 次提交
  21. 07 1月, 2009 1 次提交
  22. 27 11月, 2008 1 次提交
  23. 06 9月, 2008 1 次提交
  24. 07 8月, 2008 2 次提交
  25. 28 1月, 2008 1 次提交
  26. 16 5月, 2007 1 次提交
  27. 09 5月, 2007 1 次提交
  28. 07 10月, 2006 1 次提交
  29. 03 7月, 2006 1 次提交
  30. 02 7月, 2006 1 次提交
  31. 27 3月, 2006 1 次提交
  32. 07 1月, 2006 1 次提交
  33. 30 6月, 2005 1 次提交
  34. 29 6月, 2005 1 次提交