1. 17 7月, 2008 1 次提交
  2. 28 1月, 2008 1 次提交
  3. 24 1月, 2008 1 次提交
  4. 08 10月, 2007 1 次提交
    • K
      [POWERPC] Use for_each_ matching routinues for pci PHBs · c9438aff
      Kumar Gala 提交于
      On the Freescale embedded (83xx, 85xx, 86xx) and a few of the discrete
      bridges (mpc10x, tsi108) use the new for_each_compatible_node() or
      for_each_node_by_type() to provide more exact matching when looking for
      PHBs in the device tree.
      
      With the previous code it was possible to match on pci bridges since
      we were only matching on device_type.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      c9438aff
  5. 14 9月, 2007 1 次提交
  6. 23 8月, 2007 1 次提交
    • K
      [POWERPC] Remove old includes from arch/ppc · ed16c20d
      Kumar Gala 提交于
      Remove includes of files that existed in arch/ppc that we dont need in
      arch/powerpc anymore.  The following includes were removed:
      
       <asm/amigappc.h>
       <asm/bootinfo.h>
       <asm/ppcboot.h>
       <asm/ppc_sys.h>
       <asm/residual.h>
       <asm/m8260_pci.h>
      
      This also caused platforms/embedded6xx/mpc7448_hpc2.h to no longer be
      needed and thus removed.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      ed16c20d
  7. 10 7月, 2007 1 次提交
  8. 29 6月, 2007 2 次提交
  9. 10 5月, 2007 1 次提交
  10. 17 2月, 2007 3 次提交
  11. 10 2月, 2007 1 次提交
  12. 26 1月, 2007 1 次提交
  13. 04 12月, 2006 1 次提交
    • B
      [POWERPC] Make pci_read_irq_line the default · f90bb153
      Benjamin Herrenschmidt 提交于
      This patch reworks the way IRQs are fixed up on PCI for arch powerpc.
      
      It makes pci_read_irq_line() called by default in the PCI code for
      devices that are probed, and add an optional per-device fixup in
      ppc_md for platforms that really need to correct what they obtain
      from pci_read_irq_line().
      
      It also removes ppc_md.irq_bus_setup which was only used by pSeries
      and should not be needed anymore.
      
      I've also removed the pSeries s7a workaround as it can't work with
      the current interrupt code anyway. I'm trying to get one of these
      machines working so I can test a proper fix for that problem.
      
      I also haven't updated the old-style fixup code from 85xx_cds.c
      because it's actually buggy :) It assigns pci_dev->irq hard coded
      numbers which is no good with the new IRQ mapping code. It should
      at least use irq_create_mapping(NULL, hard_coded_number); and possibly
      also set_irq_type() to set them as level low.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      f90bb153
  14. 22 11月, 2006 1 次提交
  15. 04 10月, 2006 1 次提交
  16. 02 10月, 2006 1 次提交
  17. 30 8月, 2006 1 次提交
  18. 31 7月, 2006 1 次提交
  19. 04 7月, 2006 1 次提交
  20. 01 7月, 2006 1 次提交
  21. 31 3月, 2006 1 次提交
  22. 07 2月, 2006 2 次提交
  23. 14 1月, 2006 1 次提交