1. 03 7月, 2006 1 次提交
  2. 27 3月, 2006 1 次提交
    • J
      [PATCH] powerpc: cell interrupt controller updates · d0e57c68
      Jens Osterkamp 提交于
      The current interrupt controller setup on Cell is done
      in a rather ad-hoc way with device tree properties
      that are not standardized at all.
      
      In an attempt to do something that follows the OF standard
      (or at least the IBM extensions to it) more closely,
      we have now come up with this patch. It still provides
      a fallback to the old behaviour when we find older firmware,
      that hack can not be removed until the existing customer
      installations have upgraded.
      
      Cc: hpenner@de.ibm.com
      Cc: stk@de.ibm.com
      Cc: Segher Boessenkool <segher@kernel.crashing.org>
      Cc: Milton Miller <miltonm@bga.com>
      Cc: benh@kernel.crashing.org
      Signed-off-by: NArnd Bergmann <arnd.bergmann@de.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      d0e57c68
  3. 09 1月, 2006 1 次提交
  4. 01 11月, 2005 2 次提交
  5. 23 6月, 2005 1 次提交
    • A
      [PATCH] ppc64: Add driver for BPA interrupt controllers · cebf589c
      Arnd Bergmann 提交于
      Add support for the integrated interrupt controller on BPA
      CPUs. There is one of those for each SMT thread.
      
      The mapping of interrupt numbers to HW interrupt sources
      is described in arch/ppc64/kernel/bpa_iic.h.
      
      This version hardcodes the 'Spider' chip as the secondary
      interrupt controller. That is not really generic for the
      architecture, but at the moment it is the only secondary
      PIC that exists.
      
      A little more work will be needed on this as soon as
      we have boards with multiple external interrupt controllers.
      Signed-off-by: NArnd Bergmann <arndb@de.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      cebf589c