summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] 85xx: convert sbc85* boards to use machine_device_initcallKumar Gala2008-01-282-8/+4
* [POWERPC] 85xx: rework platform KconfigKumar Gala2008-01-281-21/+11
* [POWERPC] QE: get rid of most device_types and modelAnton Vorontsov2008-01-281-13/+19
* [POWERPC] 85xx: some minor cleanups for stx_gp3 and tqm85xxKumar Gala2008-01-282-8/+0
* [POWERPC] 85xx: Add basic support for Wind River SBC8548 boardPaul Gortmaker2008-01-283-2/+178
* [POWERPC] CPM2: Make support for the CPM2 optional on 8560 based boardsPaul Gortmaker2008-01-281-6/+3
* [POWERPC] 85xx: Add support for Wind River SBC8560 in arch/powerpcPaul Gortmaker2008-01-283-2/+295
* [POWERPC] 85xx: Port TQM85xx boards over from arch/ppcKumar Gala2008-01-273-0/+231
* [POWERPC] 85xx: Port STX GP3 board over from arch/ppcKumar Gala2008-01-273-2/+198
* [POWERPC] 85xx: mpc85xx_ads: add in missing of_node_put()Paul Gortmaker2008-01-231-6/+6
* [POWERPC] 85xx: convert boards to use machine_device_initcallKumar Gala2008-01-233-14/+5
* [POWERPC] 8xxx: Convert #include of asm/of_{platform, device}.h into linux/of...Jon Loeliger2007-12-111-2/+2
* [POWERPC] pci_controller->arch_data really is a struct device_node *Stephen Rothwell2007-12-111-1/+1
* [POWERPC] 85xx: Killed <asm/mpc85xx.h>Kumar Gala2007-10-117-142/+9
* [POWERPC] 85xx: Convert mpc8560ads to the new CPM binding.Scott Wood2007-10-112-78/+90
* [POWERPC] 85xx: mpc85xx_mds - reset UCC ethernet properlyAnton Vorontsov2007-10-081-12/+16
* [POWERPC] QEIC: Implement pluggable handlers, fix MPIC cascadingAnton Vorontsov2007-10-081-1/+1
* [POWERPC] mpc85xx_mds: select QUICC_ENGINEAnton Vorontsov2007-10-081-1/+1
* [POWERPC] 85xx/86xx: refactor RSTCR reset codeKumar Gala2007-10-087-84/+6
* [POWERPC] Use for_each_ matching routinues for pci PHBsKumar Gala2007-10-084-18/+35
* [POWERPC] 85xx: Add basic Uniprocessor MPC8572 DS portKumar Gala2007-09-141-0/+31
* [POWERPC] 85xx: Remove unnecessary loops_per_jiffy initialization code.Jon Loeliger2007-09-143-37/+0
* [POWERPC] 85xx: Clean up from 85xx_ds renameKumar Gala2007-09-131-14/+22
* [POWERPC] 85xx: Renamed mpc8544_ds.c to mpc85xx_ds.cKumar Gala2007-09-133-5/+5
* Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-09-143-1/+5
|\
| * [POWERPC] 8{5,6}xx: Fix build issue with !CONFIG_PCIKumar Gala2007-09-103-1/+5
* | Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-08-282-199/+16
|\ \ | |/
| * [POWERPC] Fix interrupt routing and setup of ULI M1575 on FSL boardsKumar Gala2007-08-172-199/+16
* | [POWERPC] Remove old includes from arch/ppcKumar Gala2007-08-222-2/+0
|/
* [POWERPC] Revert "[POWERPC] Add 'mdio' to bus scan id list for platforms with...Kim Phillips2007-08-101-1/+0
* [POWERPC] 85xxCDS: Misc 8548 PCI Corrections.Randy Vinson2007-07-241-4/+4
* [POWERPC] 85xxCDS: Delay 8259 cascade hookup.Randy Vinson2007-07-241-11/+25
* [POWERPC] 85xxCDS: Make sure restart resets the PCI bus.Randy Vinson2007-07-231-0/+35
* [POWERPC] 85xxCDS: Allow 8259 cascade to share an MPIC interrupt line.Randy Vinson2007-07-232-6/+32
* [POWERPC] Add basic PCI/PCI Express support for 8544DS boardRoy Zang2007-07-232-1/+241
* [POWERPC] Make endianess of cfg_addr for indirect pci ops runtimeKumar Gala2007-07-231-1/+0
* [POWERPC] 85xx: Add quirk to ignore bogus FPGA on CDSKumar Gala2007-07-231-0/+10
* [POWERPC] 85xx: Added 8568 PCIe supportKumar Gala2007-07-231-0/+1
* [POWERPC] Fixup resources on pci_bus for PCIe PHB when no device is connectedKumar Gala2007-07-231-0/+1
* [POWERPC] Use Freescale pci/pcie common code for 85xx boardsRoy Zang2007-07-237-104/+18
* [POWERPC] Remove redundant pci_read_irq_line() function for 85xx platformRoy Zang2007-07-091-42/+34
* [POWERPC] Reworked interrupt numbers for OpenPIC based Freescale chipsKumar Gala2007-07-034-77/+4
* [POWERPC] 85xx: Fix 8548CDS reset bugRoy Zang2007-07-031-0/+32
* [POWERPC] Merge ppc32 and ppc64 pcibios_alloc_controller() prototypesKumar Gala2007-06-291-2/+1
* [POWERPC] Removed remnants of bus_offsetKumar Gala2007-06-291-1/+1
* [POWERPC] Remove hack to determine the 2nd PHBs bus numberKumar Gala2007-06-292-9/+1
* [POWERPC] Pass the pci_controller into pci_exclude_deviceKumar Gala2007-06-292-2/+4
* [POWERPC] Remove set_cfg_type for PCI indirect users that don't need itKumar Gala2007-06-291-1/+0
* [POWERPC] kill isa_{io,mem}_base definitions for !PCIArnd Bergmann2007-06-293-15/+0
* [POWERPC] rename add_bridge to avoid namespace clashesArnd Bergmann2007-06-295-5/+5
OpenPOWER on IntegriCloud