aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/86xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-08[POWERPC] 85xx/86xx: refactor RSTCR reset codeKumar Gala3-58/+2
2007-10-08[POWERPC] Use for_each_ matching routinues for pci PHBsKumar Gala1-1/+2
2007-10-08[POWERPC] Add initial MPC8610 HPCD Platform files.Xianghua Xiao3-0/+247
2007-09-14[POWERPC] 86xx: Remove unnecessary loops_per_jiffy initialization code.Jon Loeliger1-12/+2
2007-09-10[POWERPC] 8{5,6}xx: Fix build issue with !CONFIG_PCIKumar Gala1-0/+2
2007-08-17[POWERPC] Fix interrupt routing and setup of ULI M1575 on FSL boardsKumar Gala2-208/+17
2007-07-23[POWERPC] Make endianess of cfg_addr for indirect pci ops runtimeKumar Gala1-1/+0
2007-07-23[POWERPC] Fixup resources on pci_bus for PCIe PHB when no device is connectedKumar Gala1-1/+1
2007-07-23[POWERPC] Rewrite Freescale PCI/PCIe support for 8{3,5,6}xxZang Roy-r619112-7/+9
2007-07-23[POWERPC] Create common fsl pci/e files based on 86xx platformsRoy Zang3-241/+2
2007-07-03[POWERPC] Reworked interrupt numbers for OpenPIC based Freescale chipsKumar Gala1-14/+1
2007-06-29[POWERPC] Move pci_bus_to_hose users to pci_bus_to_hostKumar Gala1-1/+1
2007-06-29[POWERPC] Merge ppc32 and ppc64 pcibios_alloc_controller() prototypesKumar Gala1-2/+2
2007-06-29[POWERPC] 86xx: Created quirk_fsl_pcie_transparent() to initialize bridge resources.Zhang Wei1-0/+37
2007-06-29[POWERPC] MPC8641HPCN: Set IDE in ULI1575 to not native mode.Zhang Wei1-0/+1
2007-06-29[POWERPC] 86xx: Workaround PCI_PRIMARY_BUS usageKumar Gala1-1/+3
2007-06-29[POWERPC] 86xx: Avoid system halt if link training isn't at least L0.Zhang Wei1-1/+10
2007-06-29[POWERPC] Remove PCI-e errata for MPC8641 silicon ver 1.0Zhang Wei3-24/+2
2007-06-29[POWERPC] Pass the pci_controller into pci_exclude_deviceKumar Gala2-2/+3
2007-06-29[POWERPC] Remove set_cfg_type for PCI indirect users that don't need itKumar Gala1-1/+0
2007-06-29[POWERPC] kill isa_{io,mem}_base definitions for !PCIArnd Bergmann1-7/+0
2007-06-29[POWERPC] rename add_bridge to avoid namespace clashesArnd Bergmann3-3/+3
2007-06-29[POWERPC] move 82xx/83xx/86xx Kconfig options to platform selectionArnd Bergmann1-1/+1
2007-05-09[POWERPC] 86xx: Enable the AC97 interface on 8641D board.Jason Jin1-1/+6
2007-05-09[POWERPC] Further fixes for the removal of 4level-fixup hack from ppc32David Gibson1-1/+1
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-1/+1
2007-04-24Merge branch 'kconfig' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.22Paul Mackerras1-15/+3
2007-04-12[POWERPC] Convert 86xx platform to unified platform KconfigKumar Gala1-15/+3
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell2-3/+3
2007-03-26[POWERPC] 86xx/85xx: Unify Freescale PCI Express memory map registers structureZang Roy-r619111-1/+1
2007-03-26[POWERPC] 86xx/85xx: Move 8641 PCI-Express to arch/powerpc/sysdev/fsl_pcie.c.Jon Loeliger2-174/+1
2007-02-16Merge branch '85xx' into for_paulusKumar Gala1-7/+0
2007-02-16[POWERPC] 86xx: Add missing of_node_put() in mpc86xx_hpcn_init_irq().Jon Loeliger1-0/+2
2007-02-16[POWERPC] 8[56]xx: Remove obsolete setting of ROOT_DEV for 85xx and 86xx platforms.Jon Loeliger1-7/+0
2007-02-07[POWERPC] 86xx: local_irq_disable() is redundant after local_irq_save()Jiri Kosina1-1/+0
2007-01-24[POWERPC] Select DEFAULT_UIMAGE for HPC-NET/8641Paul Gortmaker1-0/+1
2006-12-04[POWERPC] Make pci_read_irq_line the defaultBenjamin Herrenschmidt1-10/+0
2006-10-07[POWERPC] Fix up after irq changesOlaf Hering1-3/+2
2006-10-05[PATCH] powerpc: irq change build breaksOlof Johansson1-1/+1
2006-09-14Merge branch 'linux-2.6'Paul Mackerras1-1/+1
2006-09-13[POWERPC] Add new, missing argument to of_irq_map_raw() for 86xx.Jon Loeliger1-1/+1
2006-08-25Merge branch 'merge'Paul Mackerras1-10/+9
2006-08-25[POWERPC] Use mpc8641hpcn PIC base address from dev tree.Jon Loeliger1-10/+9
2006-08-25[POWERPC] Allow MPC8641 HPCN to build with CONFIG_PCI disabled too.Jon Loeliger2-3/+9
2006-08-25[POWERPC] Allow MPC8641 HPCN to build with CONFIG_PCI disabled too.Jon Loeliger2-3/+9
2006-08-23[POWERPC] Rewrite the PPC 86xx IRQ handling to use Flat Device TreeJon Loeliger2-180/+176
2006-08-08[POWERPC] Rewrite the PPC 86xx IRQ handling to use Flat Device TreeJon Loeliger2-180/+176
2006-07-31[POWERPC] mpc: Constify & voidify get_property()Jeremy Kerr2-4/+4
2006-06-28Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpcPaul Mackerras4-143/+138
2006-06-28powerpc: minor cleanups for mpc86xxKumar Gala4-143/+138