1. 08 10月, 2013 1 次提交
  2. 18 9月, 2013 1 次提交
    • L
      ARM: ux500: disable outer cache debug · 6cefc8ee
      Linus Walleij 提交于
      This fixes a multiplatform regression on the Ux500.
      
      When compiling the Ux500 platforms in multiplatform configurations
      both PL310_ERRATA_588369 and PL310_ERRATA_727915 would crash the
      platform when trying to launch the init process.
      
      The Ux500 cannot access the debug registers of the PL310, it will
      just crash if you try this. So disable this by setting the debug
      callback to NULL when initializing the l2x0 on this platform.
      
      Cc: Lee Jones <lee.jones@linaro.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      6cefc8ee
  3. 20 8月, 2013 6 次提交
  4. 07 8月, 2013 1 次提交
  5. 27 7月, 2013 3 次提交
  6. 15 7月, 2013 1 次提交
    • P
      arm: delete __cpuinit/__CPUINIT usage from all ARM users · 8bd26e3a
      Paul Gortmaker 提交于
      The __cpuinit type of throwaway sections might have made sense
      some time ago when RAM was more constrained, but now the savings
      do not offset the cost and complications.  For example, the fix in
      commit 5e427ec2 ("x86: Fix bit corruption at CPU resume time")
      is a good example of the nasty type of bugs that can be created
      with improper use of the various __init prefixes.
      
      After a discussion on LKML[1] it was decided that cpuinit should go
      the way of devinit and be phased out.  Once all the users are gone,
      we can then finally remove the macros themselves from linux/init.h.
      
      Note that some harmless section mismatch warnings may result, since
      notify_cpu_starting() and cpu_up() are arch independent (kernel/cpu.c)
      and are flagged as __cpuinit  -- so if we remove the __cpuinit from
      the arch specific callers, we will also get section mismatch warnings.
      As an intermediate step, we intend to turn the linux/init.h cpuinit
      related content into no-ops as early as possible, since that will get
      rid of these warnings.  In any case, they are temporary and harmless.
      
      This removes all the ARM uses of the __cpuinit macros from C code,
      and all __CPUINIT from assembly code.  It also had two ".previous"
      section statements that were paired off against __CPUINIT
      (aka .section ".cpuinit.text") that also get removed here.
      
      [1] https://lkml.org/lkml/2013/5/20/589
      
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Will Deacon <will.deacon@arm.com>
      Cc: linux-arm-kernel@lists.infradead.org
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      8bd26e3a
  7. 27 6月, 2013 1 次提交
  8. 25 6月, 2013 1 次提交
  9. 21 6月, 2013 1 次提交
  10. 15 6月, 2013 1 次提交
    • O
      ARM: ux500: board-mop500: remove unused pin modes · e1e16a4e
      Olof Johansson 提交于
      Removes the following warnings:
      
      arch/arm/mach-ux500/board-mop500-pins.c:51:6: warning: 'slpm_in_nopull_wkup' defined but not used [-Wunused-variable]
      arch/arm/mach-ux500/board-mop500-pins.c:63:6: warning: 'slpm_out_lo_wkup' defined but not used [-Wunused-variable]
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Cc: Linus Walleij <linux.walleij@linaro.org>
      e1e16a4e
  11. 07 6月, 2013 1 次提交
  12. 04 6月, 2013 9 次提交
  13. 31 5月, 2013 1 次提交
  14. 30 5月, 2013 1 次提交
  15. 27 5月, 2013 11 次提交