aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx (follow)
AgeCommit message (Expand)AuthorFilesLines
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-13[POWERPC] 85xx: Clean up from 85xx_ds renameKumar Gala1-14/+22
2007-09-13[POWERPC] 85xx: Renamed mpc8544_ds.c to mpc85xx_ds.cKumar Gala3-5/+5
2007-09-14Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras3-1/+5
2007-09-10[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-22[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 QE UEC"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-23[POWERPC] 85xxCDS: Make sure restart resets the PCI bus.Randy Vinson1-0/+35
2007-07-23[POWERPC] 85xxCDS: Allow 8259 cascade to share an MPIC interrupt line.Randy Vinson2-6/+32
2007-07-23[POWERPC] Add basic PCI/PCI Express support for 8544DS boardRoy Zang2-1/+241
2007-07-23[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-09[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
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2-2/+2
2007-05-02[POWERPC] Add 'mdio' to bus scan id list for platforms with QE UECKim Phillips1-0/+1
2007-04-24Merge branch 'kconfig' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.22Paul Mackerras1-25/+4
2007-04-12[POWERPC] Convert 85xx platform to unified platform KconfigKumar Gala1-25/+4
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell4-4/+4
2007-04-13Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras1-0/+1
2007-03-29[POWERPC] 85xx: Add initial MPC8544 DS platform files.Jon Loeliger3-1/+153
2007-03-07[POWERPC] 85xx: Enable CONFIG_SERIAL_8250_SHARE_IRQKumar Gala1-0/+1
2007-02-17[POWERPC] 85xx: Renamed MPC8568 MDS board code to match other boardsKumar Gala3-19/+19
2007-02-17[POWERPC] 85xx: Cleaning up machine probingKumar Gala3-23/+9
2007-02-16[POWERPC] 8[56]xx: Remove obsolete setting of ROOT_DEV for 85xx and 86xx platforms.Jon Loeliger3-15/+0
2007-02-13[POWERPC] 85xx: Add support for the 8568 MDS boardAndy Fleming3-0/+260
2007-02-09[POWERPC] 85xx: Marked functions staticKumar Gala2-16/+8