1. 25 12月, 2012 1 次提交
  2. 11 12月, 2012 1 次提交
  3. 25 8月, 2012 1 次提交
    • L
      clk: convert ARM RealView to common clk · f9a6aa43
      Linus Walleij 提交于
      This converts the ARM RealView machine over to using the common
      clock. The approach is similar to the one used for the Integrator,
      and we're reusing the ICST wrapper code.
      
      We have to put the clock intialization in the timer init function
      for the clocks to be available when initializing the timer,
      keeping them in early_init() is too early for the common clk.
      
      Since we now have to go down and compile drivers/clk/versatile
      a CONFIG_COMMON_CLK_VERSATILE symbol has been added so the proper
      code gets compiled into the kernel for either machine. A leftover
      CLK_VERSATILE in the Integrator Kconfig was fixed up to use
      the new symbol as well.
      
      Tested on ARM RealView PB1176.
      
      Cc: Pawel Moll <pawel.moll@arm.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NMike Turquette <mturquette@linaro.org>
      f9a6aa43
  4. 23 8月, 2012 1 次提交
  5. 01 8月, 2012 1 次提交
    • B
      ARM: mach-realview and mach-versatile: retire custom LED code · e031cd51
      Bryan Wu 提交于
      This replaces the custom LED trigger code in mach-realview with
      some overarching platform code for the plat-versatile family that
      will lock down LEDs 2 thru 5 for CPU activity indication. The
      day we have 8 core ARM systems the plat-versatile code will have
      to become more elaborate.
      
      Tested on RealView PB11MPCore by invoking four different CPU
      hogs (yes > /dev/null&) and see the LEDs go on one at a time.
      They all go off as the hogs are killed. Tested on the PB1176
      as well - just one activity led (led 2) goes on and off with
      CPU activity.
      
      (bryan.wu@canonical.com: use ledtrig-cpu instead of ledtrig-arm-cpu)
      
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NBryan Wu <bryan.wu@canonical.com>
      Acked-by: NPawel Moll <pawel.moll@arm.com>
      e031cd51
  6. 13 3月, 2012 1 次提交
  7. 27 1月, 2012 1 次提交
  8. 25 1月, 2012 2 次提交
  9. 05 1月, 2012 2 次提交
  10. 22 12月, 2011 1 次提交
    • K
      driver-core: remove sysdev.h usage. · edbaa603
      Kay Sievers 提交于
      The sysdev.h file should not be needed by any in-kernel code, so remove
      the .h file from these random files that seem to still want to include
      it.
      
      The sysdev code will be going away soon, so this include needs to be
      removed no matter what.
      
      Cc: Jiandong Zheng <jdzheng@broadcom.com>
      Cc: Scott Branden <sbranden@broadcom.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: David Brown <davidb@codeaurora.org>
      Cc: Daniel Walker <dwalker@fifo99.com>
      Cc: Bryan Huntsman <bryanh@codeaurora.org>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Wan ZongShun <mcuos.com@gmail.com>
      Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
      Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
      Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
      Cc: "Venkatesh Pallipadi
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Matthew Garrett <mjg@redhat.com>
      Signed-off-by: NKay Sievers <kay.sievers@vrfy.org>
      edbaa603
  11. 19 11月, 2011 1 次提交
  12. 16 11月, 2011 1 次提交
  13. 22 8月, 2011 1 次提交
  14. 19 7月, 2011 1 次提交
  15. 26 3月, 2011 1 次提交
  16. 19 2月, 2011 2 次提交
  17. 18 2月, 2011 1 次提交
  18. 15 12月, 2010 2 次提交
  19. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  20. 19 7月, 2010 1 次提交
  21. 15 7月, 2010 1 次提交
  22. 01 7月, 2010 1 次提交
  23. 02 5月, 2010 3 次提交
  24. 11 1月, 2010 1 次提交
  25. 05 11月, 2009 1 次提交
  26. 23 9月, 2009 1 次提交
  27. 21 9月, 2009 1 次提交
  28. 07 7月, 2009 1 次提交
  29. 18 5月, 2009 1 次提交
  30. 19 2月, 2009 1 次提交
  31. 01 12月, 2008 4 次提交