summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/85xx
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[POWERPC] 85xx: convert sbc85* boards to use machine_device_initcallKumar Gala2-8/+4
2008-01-28[POWERPC] 85xx: rework platform KconfigKumar Gala1-21/+11
2008-01-28[POWERPC] QE: get rid of most device_types and modelAnton Vorontsov1-13/+19
2008-01-28[POWERPC] 85xx: some minor cleanups for stx_gp3 and tqm85xxKumar Gala2-8/+0
2008-01-28[POWERPC] 85xx: Add basic support for Wind River SBC8548 boardPaul Gortmaker3-2/+178
2008-01-28[POWERPC] CPM2: Make support for the CPM2 optional on 8560 based boardsPaul Gortmaker1-6/+3
2008-01-28[POWERPC] 85xx: Add support for Wind River SBC8560 in arch/powerpcPaul Gortmaker3-2/+295
2008-01-27[POWERPC] 85xx: Port TQM85xx boards over from arch/ppcKumar Gala3-0/+231
2008-01-27[POWERPC] 85xx: Port STX GP3 board over from arch/ppcKumar Gala3-2/+198
2008-01-24[POWERPC] 85xx: mpc85xx_ads: add in missing of_node_put()Paul Gortmaker1-6/+6
2008-01-24[POWERPC] 85xx: convert boards to use machine_device_initcallKumar Gala3-14/+5
2007-12-11[POWERPC] 8xxx: Convert #include of asm/of_{platform, device}.h into linux/of...Jon Loeliger1-2/+2
2007-12-11[POWERPC] pci_controller->arch_data really is a struct device_node *Stephen Rothwell1-1/+1
2007-10-11[POWERPC] 85xx: Killed <asm/mpc85xx.h>Kumar Gala7-142/+9
2007-10-11[POWERPC] 85xx: Convert mpc8560ads to the new CPM binding.Scott Wood2-78/+90
2007-10-08[POWERPC] 85xx: mpc85xx_mds - reset UCC ethernet properlyAnton Vorontsov1-12/+16
2007-10-08[POWERPC] QEIC: Implement pluggable handlers, fix MPIC cascadingAnton Vorontsov1-1/+1
2007-10-08[POWERPC] mpc85xx_mds: select QUICC_ENGINEAnton Vorontsov1-1/+1
2007-10-08[POWERPC] 85xx/86xx: refactor RSTCR reset codeKumar Gala7-84/+6
2007-10-08[POWERPC] Use for_each_ matching routinues for pci PHBsKumar Gala4-18/+35
2007-09-14[POWERPC] 85xx: Add basic Uniprocessor MPC8572 DS portKumar Gala1-0/+31
2007-09-14[POWERPC] 85xx: Remove unnecessary loops_per_jiffy initialization code.Jon Loeliger3-37/+0
2007-09-14[POWERPC] 85xx: Clean up from 85xx_ds renameKumar Gala1-14/+22
2007-09-14[POWERPC] 85xx: Renamed mpc8544_ds.c to mpc85xx_ds.cKumar Gala3-5/+5
2007-09-13Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras3-1/+5
2007-09-11[POWERPC] 8{5,6}xx: Fix build issue with !CONFIG_PCIKumar Gala3-1/+5
2007-08-28Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2-199/+16
2007-08-23[POWERPC] Remove old includes from arch/ppcKumar Gala2-2/+0
2007-08-17[POWERPC] Fix interrupt routing and setup of ULI M1575 on FSL boardsKumar Gala2-199/+16
2007-08-10[POWERPC] Revert "[POWERPC] Add 'mdio' to bus scan id list for platforms with...Kim Phillips1-1/+0
2007-07-24[POWERPC] 85xxCDS: Misc 8548 PCI Corrections.Randy Vinson1-4/+4
2007-07-24[POWERPC] 85xxCDS: Delay 8259 cascade hookup.Randy Vinson1-11/+25
2007-07-24[POWERPC] 85xxCDS: Make sure restart resets the PCI bus.Randy Vinson1-0/+35
2007-07-24[POWERPC] 85xxCDS: Allow 8259 cascade to share an MPIC interrupt line.Randy Vinson2-6/+32
2007-07-24[POWERPC] Add basic PCI/PCI Express support for 8544DS boardRoy Zang2-1/+241
2007-07-24[POWERPC] Make endianess of cfg_addr for indirect pci ops runtimeKumar Gala1-1/+0
2007-07-23[POWERPC] 85xx: Add quirk to ignore bogus FPGA on CDSKumar Gala1-0/+10
2007-07-23[POWERPC] 85xx: Added 8568 PCIe supportKumar Gala1-0/+1
2007-07-23[POWERPC] Fixup resources on pci_bus for PCIe PHB when no device is connectedKumar Gala1-0/+1
2007-07-23[POWERPC] Use Freescale pci/pcie common code for 85xx boardsRoy Zang7-104/+18
2007-07-10[POWERPC] Remove redundant pci_read_irq_line() function for 85xx platformRoy Zang1-42/+34
2007-07-03[POWERPC] Reworked interrupt numbers for OpenPIC based Freescale chipsKumar Gala4-77/+4
2007-07-03[POWERPC] 85xx: Fix 8548CDS reset bugRoy Zang1-0/+32
2007-06-29[POWERPC] Merge ppc32 and ppc64 pcibios_alloc_controller() prototypesKumar Gala1-2/+1
2007-06-29[POWERPC] Removed remnants of bus_offsetKumar Gala1-1/+1
2007-06-29[POWERPC] Remove hack to determine the 2nd PHBs bus numberKumar Gala2-9/+1
2007-06-29[POWERPC] Pass the pci_controller into pci_exclude_deviceKumar Gala2-2/+4
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 Bergmann3-15/+0
2007-06-29[POWERPC] rename add_bridge to avoid namespace clashesArnd Bergmann5-5/+5