1. 04 6月, 2012 1 次提交
  2. 24 5月, 2012 1 次提交
  3. 22 5月, 2012 2 次提交
  4. 21 5月, 2012 5 次提交
  5. 18 5月, 2012 1 次提交
  6. 15 5月, 2012 3 次提交
  7. 13 5月, 2012 2 次提交
  8. 12 5月, 2012 3 次提交
  9. 09 5月, 2012 2 次提交
  10. 08 5月, 2012 1 次提交
  11. 07 5月, 2012 1 次提交
  12. 05 5月, 2012 3 次提交
  13. 04 5月, 2012 1 次提交
    • L
      ARM: 7389/2: plat-versatile: modernize FPGA IRQ controller · 3108e6ab
      Linus Walleij 提交于
      This does two things to the FPGA IRQ controller in the versatile
      family:
      
      - Convert to MULTI_IRQ_HANDLER so we can drop the entry macro
        from the Integrator. The C IRQ handler was inspired from
        arch/arm/common/vic.c, recent bug discovered in this handler was
        accounted for.
      - Convert to using IRQ domains so we can get rid of the NO_IRQ
        mess and proceed with device tree and such stuff.
      
      As part of the exercise, bump all the low IRQ numbers on the
      Integrator PIC to start from 1 rather than 0, since IRQ 0 is
      now NO_IRQ. The Linux IRQ numbers are thus entirely decoupled
      from the hardware IRQ numbers in this controller.
      
      I was unable to split this patch. The main reason is the half-done
      conversion to device tree in Versatile.
      
      Tested on Integrator/AP and Integrator/CP.
      
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Acked-by: NRob Herring <rob.herring@calxeda.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      3108e6ab
  14. 03 5月, 2012 1 次提交
  15. 27 4月, 2012 1 次提交
  16. 26 4月, 2012 2 次提交
  17. 25 4月, 2012 1 次提交
    • R
      ARM: Remove unnecessary selection of TICK_ONESHOT · 98fab064
      Russell King 提交于
      In 3872c48b (tick: Document TICK_ONESHOT config option) Thomas describes
      the circumstances under which TICK_ONESHOT should be selected.  This is
      an internal time keeping configuration symbol which should not be
      selected by platform or arch code.  So remove our select statements for
      it.
      
      This kills these warnings in OMAP builds:
      
      kernel/time/tick-sched.c:47: warning: 'tick_do_update_jiffies64' defined but not used
      kernel/time/tick-sched.c:89: warning: 'tick_init_jiffy_update' defined but not used
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      98fab064
  18. 23 4月, 2012 1 次提交
  19. 22 4月, 2012 1 次提交
  20. 20 4月, 2012 1 次提交
  21. 18 4月, 2012 1 次提交
  22. 16 4月, 2012 1 次提交
  23. 06 4月, 2012 2 次提交
    • R
      ARM: remove ixp23xx and ixp2000 platforms · c65f2abf
      Rob Herring 提交于
      ixp2xxx platforms have had no real changes since ~2006 and the maintainer
      has said on irc that they can be removed:
      
      13:05 < nico> do you still care about ixp2000?
      13:22 < lennert> not really, no
      13:58 < nico> do you think we could remove it from the kernel tree?
      14:01 < lennert> go for it, and remove ixp23xx too while you're at it
      
      Removing will help simplify ARM consolidation in general and PCI re-work
      specifically.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Randy Dunlap <rdunlap@xenotime.net>
      Acked-by: NLennert Buytenhek <buytenh@wantstofly.org>
      c65f2abf
    • R
      ARM: fix __io macro for PCMCIA · 1ac02d79
      Rob Herring 提交于
      With commit c334bc15 (ARM: make mach/io.h include optional), PCMCIA was
      broken. PCMCIA depends on __io() returning a valid i/o address, and most
      ARM platforms require IO_SPACE_LIMIT be set to 0xffffffff for PCMCIA. This
      needs a better fix with a fixed i/o address mapping, but for now we just
      restore things to the previous behavior.
      
      This fixes at91, omap1, pxa and sa11xx. pxa needs io.h if PCI is enabled,
      but PCMCIA is not. sa11xx already has IO_SPACE_LIMIT set to 0xffffffff,
      so it doesn't need an io.h.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Joachim Eastwood <joachim.eastwood@jotron.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Andrew Victor <linux@maxim.org.za>
      Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
      Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
      Tested-by: Paul Parsons <lost.distance@yahoo.com> (pxa270)
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      1ac02d79
  24. 27 3月, 2012 1 次提交
  25. 26 3月, 2012 1 次提交