- 25 Jan, 2007 1 commit
-
-
Kumar Gala authored
Make the various 83xx *_init_IRQ() functions static Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- 22 Jan, 2007 1 commit
-
-
Li Yang authored
Incorrect use of of_find_node_by_name() causes of_node_put() on a node which has already been put. It causes the refcount of the node to underflow, which triggers the WARN_ON in kref_get for 836x and 832x. This fixes it. Signed-off-by:
Li Yang <leoli@freescale.com> Signed-off-by:
Paul Mackerras <paulus@samba.org>
-
- 03 Dec, 2006 1 commit
-
-
Benjamin Herrenschmidt authored
These were inherited from ARCH=ppc, but are not needed since parsing of interrupts should be done via the of_* functions (who can do swizzling). If we ever need to do non-standard swizzling on bridges without a device-node, then we might add back a slightly different version of ppc_md.pci_swizzle but for now, that is not the case. I removed the couple of calls for these in 83xx. If that breaks something, then there is a problem with the device-tree on these. Signed-off-by:
Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by:
Paul Mackerras <paulus@samba.org>
-
- 15 Oct, 2006 1 commit
-
-
Li Yang authored
MPC8360EMDS PB support is broken as some code was missing in last submission. This patch adds missing code and makes MPC8360EMDS PB support working. Signed-off-by:
Li Yang <leoli@freescale.com> Signed-off-by:
Kim Phillips <kim.phillips@freescale.com> Signed-off-by:
Paul Mackerras <paulus@samba.org>
-
- 03 Oct, 2006 1 commit
-
-
Li Yang authored
The patch adds MPC8360EMDS board support. Signed-off-by:
Li Yang <leoli@freescale.com> Signed-off-by:
Yin Olivia <hong-hua.yin@freescale.com> Signed-off-by:
Kim Phillips <kim.phillips@freescale.com> Signed-off-by:
Paul Mackerras <paulus@samba.org>
-