[PATCH] Slight refactor of interrupt mapping for FSL parts
authorAndy Fleming <afleming@freescale.com>
Fri, 20 Oct 2006 00:52:26 +0000 (19:52 -0500)
committerPaul Mackerras <paulus@samba.org>
Mon, 13 Nov 2006 03:48:52 +0000 (14:48 +1100)
commita9b14973a8c42b2aecc968851372203c6567e196
treeaa18a83855bbe5977504ceb3ab5efde89d5eb2d6
parentc37858d333a50815c74349396e31a535f4128e0b
[PATCH] Slight refactor of interrupt mapping for FSL parts

* Cleaned up interrupt mapping a little by adding a helper
  function which parses the irq out of the device-tree, and puts
  it into a resource.
* Changed the arch/ppc platform files to specify PHY_POLL, instead of -1
* Changed the fixed phy to use PHY_IGNORE_INTERRUPT
* Added ethtool.h and mii.h to phy.h includes

Signed-off-by: Paul Mackerras <paulus@samba.org>
13 files changed:
arch/powerpc/sysdev/fsl_soc.c
arch/ppc/platforms/83xx/mpc834x_sys.c
arch/ppc/platforms/85xx/mpc8540_ads.c
arch/ppc/platforms/85xx/mpc8560_ads.c
arch/ppc/platforms/85xx/mpc85xx_cds_common.c
arch/ppc/platforms/85xx/sbc8560.c
arch/ppc/platforms/85xx/stx_gp3.c
arch/ppc/platforms/85xx/tqm85xx.c
arch/ppc/platforms/mpc8272ads_setup.c
arch/ppc/platforms/mpc866ads_setup.c
drivers/net/phy/fixed.c
include/asm-powerpc/prom.h
include/linux/phy.h