holly.c (ebf8889bd1fe3615991ff4494635d237280652a2) | holly.c (5f867dc7989023935317d0dc5c04215ea0592bfc) |
---|---|
1/* 2 * Board setup routines for the IBM 750GX/CL platform w/ TSI10x bridge 3 * 4 * Copyright 2007 IBM Corporation 5 * 6 * Stephen Winiecki <stevewin@us.ibm.com> 7 * Josh Boyer <jwboyer@linux.vnet.ibm.com> 8 * --- 12 unchanged lines hidden (view full) --- 21#include <linux/delay.h> 22#include <linux/irq.h> 23#include <linux/ide.h> 24#include <linux/seq_file.h> 25#include <linux/root_dev.h> 26#include <linux/serial.h> 27#include <linux/tty.h> 28#include <linux/serial_core.h> | 1/* 2 * Board setup routines for the IBM 750GX/CL platform w/ TSI10x bridge 3 * 4 * Copyright 2007 IBM Corporation 5 * 6 * Stephen Winiecki <stevewin@us.ibm.com> 7 * Josh Boyer <jwboyer@linux.vnet.ibm.com> 8 * --- 12 unchanged lines hidden (view full) --- 21#include <linux/delay.h> 22#include <linux/irq.h> 23#include <linux/ide.h> 24#include <linux/seq_file.h> 25#include <linux/root_dev.h> 26#include <linux/serial.h> 27#include <linux/tty.h> 28#include <linux/serial_core.h> |
29#include <linux/of_platform.h> |
|
29 30#include <asm/system.h> 31#include <asm/time.h> 32#include <asm/machdep.h> 33#include <asm/prom.h> 34#include <asm/udbg.h> 35#include <asm/tsi108.h> 36#include <asm/pci-bridge.h> 37#include <asm/reg.h> 38#include <mm/mmu_decl.h> 39#include <asm/tsi108_irq.h> 40#include <asm/tsi108_pci.h> 41#include <asm/mpic.h> | 30 31#include <asm/system.h> 32#include <asm/time.h> 33#include <asm/machdep.h> 34#include <asm/prom.h> 35#include <asm/udbg.h> 36#include <asm/tsi108.h> 37#include <asm/pci-bridge.h> 38#include <asm/reg.h> 39#include <mm/mmu_decl.h> 40#include <asm/tsi108_irq.h> 41#include <asm/tsi108_pci.h> 42#include <asm/mpic.h> |
42#include <asm/of_platform.h> | |
43 44#undef DEBUG 45 46#define HOLLY_PCI_CFG_PHYS 0x7c000000 47 48int holly_exclude_device(struct pci_controller *hose, u_char bus, u_char devfn) 49{ 50 if (bus == 0 && PCI_SLOT(devfn) == 0) --- 255 unchanged lines hidden --- | 43 44#undef DEBUG 45 46#define HOLLY_PCI_CFG_PHYS 0x7c000000 47 48int holly_exclude_device(struct pci_controller *hose, u_char bus, u_char devfn) 49{ 50 if (bus == 0 && PCI_SLOT(devfn) == 0) --- 255 unchanged lines hidden --- |