summaryrefslogtreecommitdiff
path: root/include/asm-powerpc/tsi108.h
Commit message (Collapse)AuthorAgeFilesLines
* [POWERPC] include/asm-powerpc/: "extern inline" -> "static inline"Adrian Bunk2006-12-041-2/+2
| | | | | | | | | | | | | "extern inline" generates a warning with -Wmissing-prototypes and I'm currently working on getting the kernel cleaned up for adding this to the CFLAGS since it will help us to avoid a nasty class of runtime errors. If there are places that really need a forced inline, __always_inline would be the correct solution. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Update mpc7448hpc2 board irq support using device treeZang Roy-r619112006-08-231-6/+8
| | | | | | | | The patch rewrites mpc7448hpc2 board irq support according to the new mpic device tree interface. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Add tsi108 pci and platform device data register functionZang Roy-r619112006-06-291-0/+109
Add Tundra Semiconductor tsi108 pci and platform device data register function support. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> --- Signed-off-by: Paul Mackerras <paulus@samba.org>