Age | Commit message (Expand) | Author | Files | Lines |
2007-06-29 | [POWERPC] Use ppc64 style list management for pci_controller on ppc32 | Kumar Gala | 3 | -117/+88 |
2007-06-29 | [POWERPC] Move common PCI code out of pci_32/pci_64 | Kumar Gala | 3 | -603/+314 |
2007-06-29 | [POWERPC] Move pci_bus_to_hose users to pci_bus_to_host | Kumar Gala | 3 | -6/+5 |
2007-06-29 | [POWERPC] Merge ppc32 and ppc64 pcibios_alloc_controller() prototypes | Kumar Gala | 12 | -30/+13 |
2007-06-29 | [POWERPC] Use global_number in ppc32 pci_controller | Kumar Gala | 6 | -24/+61 |
2007-06-29 | [POWERPC] Removed dead code related to PCI on ppc32 | Kumar Gala | 2 | -115/+0 |
2007-06-29 | [POWERPC] Remove local_number from pci_controller | Kumar Gala | 1 | -1/+1 |
2007-06-29 | [POWERPC] 86xx: Created quirk_fsl_pcie_transparent() to initialize bridge res... | Zhang Wei | 1 | -0/+37 |
2007-06-29 | [POWERPC] Let subordinate transparent bridges be transparent. | York Sun | 1 | -1/+1 |
2007-06-29 | [POWERPC] MPC8641HPCN: Set IDE in ULI1575 to not native mode. | Zhang Wei | 1 | -0/+1 |
2007-06-29 | [POWERPC] 86xx: Workaround PCI_PRIMARY_BUS usage | Kumar Gala | 2 | -1/+9 |
2007-06-29 | [POWERPC] 86xx: Avoid system halt if link training isn't at least L0. | Zhang Wei | 1 | -1/+10 |
2007-06-29 | [POWERPC] Added indirect_type to handle variants of PCI ops | Kumar Gala | 1 | -6/+16 |
2007-06-29 | [POWERPC] 86xx: Add uli1575 pci-bridge sector to MPC8641HPCN dts file. | Wade Farnsworth | 1 | -13/+84 |
2007-06-29 | [POWERPC] Remove PCI-e errata for MPC8641 silicon ver 1.0 | Zhang Wei | 8 | -202/+3 |
2007-06-29 | [POWERPC] Removed remnants of bus_offset | Kumar Gala | 4 | -5/+5 |
2007-06-29 | [POWERPC] Added self_busno to indicate which bus number the PHB is | Kumar Gala | 1 | -2/+10 |
2007-06-29 | [POWERPC] Remove bus_offset in places its not really used | Kumar Gala | 2 | -5/+4 |
2007-06-29 | [POWERPC] Remove hack to determine the 2nd PHBs bus number | Kumar Gala | 3 | -16/+2 |
2007-06-29 | [POWERPC] Pass the pci_controller into pci_exclude_device | Kumar Gala | 16 | -20/+164 |
2007-06-29 | [POWERPC] 52xx: Remove support for PCI bus_offset | Kumar Gala | 1 | -5/+4 |
2007-06-29 | [POWERPC] Remove set_cfg_type for PCI indirect users that don't need it | Kumar Gala | 7 | -9/+0 |
2007-06-29 | [POWERPC] disallow building powermac and tsi108 without PCI | Arnd Bergmann | 5 | -3/+5 |
2007-06-29 | [POWERPC] fix building without PCI | Arnd Bergmann | 2 | -1/+4 |
2007-06-29 | [POWERPC] kill isa_{io,mem}_base definitions for !PCI | Arnd Bergmann | 12 | -63/+0 |
2007-06-29 | [POWERPC] mpc82xx_ads build fix | Arnd Bergmann | 1 | -1/+1 |
2007-06-29 | [POWERPC] rename add_bridge to avoid namespace clashes | Arnd Bergmann | 21 | -30/+28 |
2007-06-29 | [POWERPC] move 82xx/83xx/86xx Kconfig options to platform selection | Arnd Bergmann | 5 | -45/+37 |
2007-06-28 | [POWERPC] Abolish unused ucBoardRev variables | David Gibson | 1 | -3/+0 |
2007-06-28 | [POWERPC] Make more OF-related bootwrapper functions available to non-OF plat... | David Gibson | 4 | -39/+45 |
2007-06-28 | [POWERPC] Turn off debugging in arch/powerpc/kernel/pci_64.c | Michael Ellerman | 1 | -1/+1 |
2007-06-28 | [POWERPC] Move iSeries_tb_recal into its own late_initcall. | Tony Breeds | 2 | -15/+21 |
2007-06-28 | [POWERPC] PS3: Storage device registration routines | Geert Uytterhoeven | 1 | -0/+286 |
2007-06-28 | [POWERPC] PS3: Storage Driver Core | Geert Uytterhoeven | 1 | -0/+4 |
2007-06-28 | [POWERPC] PS3: Preallocate bootmem memory for the PS3 FLASH ROM storage driver | Geert Uytterhoeven | 1 | -1/+30 |
2007-06-28 | [POWERPC] PS3: Update ps3_defconfig | Geoff Levand | 1 | -76/+55 |
2007-06-28 | [POWERPC] PS3: Fix more sparse warnings | Geert Uytterhoeven | 1 | -5/+5 |
2007-06-28 | [POWERPC] PS3: Select MEMORY_HOTPLUG | Geoff Levand | 1 | -0/+1 |
2007-06-28 | [POWERPC] PS3: Device tree source | Geoff Levand | 2 | -1/+69 |
2007-06-28 | [POWERPC] Make kernel_entry_t have global scope in bootwrapper | Geoff Levand | 2 | -2/+2 |
2007-06-28 | [POWERPC] Fix constantness of bootwrapper arg | Geoff Levand | 3 | -3/+3 |
2007-06-28 | [POWERPC] Add u64 printf to bootwrapper | Geoff Levand | 1 | -1/+9 |
2007-06-28 | [POWERPC] Add signed types to bootwrapper | Geoff Levand | 1 | -0/+4 |
2007-06-28 | [POWERPC] Correct __secondary_hold comment | Geoff Levand | 1 | -2/+2 |
2007-06-28 | [POWERPC] Output params value in early_init_devtree | Geoff Levand | 1 | -1/+1 |
2007-06-28 | [POWERPC] PS3: Use clear_bit | Geoff Levand | 1 | -24/+2 |
2007-06-28 | [POWERPC] PS3: Rename processor id symbols | Geoff Levand | 1 | -26/+29 |
2007-06-28 | [POWERPC] PS3: Device registration routines. | Geoff Levand | 2 | -0/+500 |
2007-06-28 | [POWERPC] PS3: Frame buffer system-bus rework | Geert Uytterhoeven | 1 | -4/+5 |
2007-06-28 | [POWERPC] PS3: Vuart rework | Geoff Levand | 2 | -13/+10 |