summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] arch/powerpc/kernel: Use for_each_child_of_nodeStephen Rothwell2008-01-175-11/+8
* [POWERPC] cell: Use machine_*_initcall() hooks in platform codeGrant Likely2008-01-176-26/+8
* [POWERPC] powermac: Use machine_*_initcall() hooks in platform codeGrant Likely2008-01-174-19/+6
* [POWERPC] Update .gitignore filesJochen Friedrich2008-01-172-0/+4
* [POWERPC] pci_32.c: Use for_each_child_of_nodeStephen Rothwell2008-01-171-7/+13
* [POWERPC] eeh.c: Use for_each_child_of_nodeStephen Rothwell2008-01-171-22/+21
* [POWERPC] iSeries: eliminate pci_dn bussubnoStephen Rothwell2008-01-172-10/+7
* [POWERPC] The pci_dn pcidev is only used by EEHStephen Rothwell2008-01-171-1/+0
* [POWERPC] Use for_each macros in arch/powerpc/platforms/powermacCyrill Gorcunov2008-01-171-2/+1
* [POWERPC] Use for_each macros in arch/powerpc/kernelCyrill Gorcunov2008-01-172-5/+5
* [POWERPC] Use for_each macros in arch/powerpc/sysdevCyrill Gorcunov2008-01-176-38/+25
* [POWERPC] Add of_find_matching_node() helper functionGrant Likely2008-01-174-0/+4
* Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer2008-01-113-3/+20
|\
| * [POWERPC] Xilinx: updated device tree compatibility to match uboot bsp genera...Stephen Neuendorffer2008-01-091-1/+2
| * [POWERPC] Xilinx: Add correct compatible list for device tree bus bindings.Stephen Neuendorffer2008-01-091-1/+11
| * [POWERPC] Xilinx: update compatible list for interrupt controllerStephen Neuendorffer2008-01-091-1/+7
* | [POWERPC] 4xx: PCIe: Increase max busses per port to 64Stefan Roese2008-01-081-1/+1
* | [POWERPC] 4xx: Add 405GPr and 405EP support in boot wrapperMatthias Fuchs2008-01-083-7/+80
* | [POWERPC] 4xx: enable built-in networking for Sequoia defconfigHollis Blanchard2008-01-082-7/+21
* | [POWERPC] 4xx: Add EMAC support to Kilauea defconfigStefan Roese2008-01-041-2/+21
* | [POWERPC] 4xx: typo in calling machine_device_initcall() for Sequoia boardGrant Likely2008-01-021-1/+1
|/
* Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/ol...Paul Mackerras2007-12-314-13/+81
|\
| * [POWERPC] Enable CONFIG_PCI_MSI and CONFIG_MD in pasemi_defconfigOlof Johansson2007-12-281-4/+26
| * [POWERPC] pasemi: Distribute interrupts evenly across cpusOlof Johansson2007-12-282-1/+6
| * [POWERPC] pasemi: Implement NMI supportOlof Johansson2007-12-283-9/+50
* | Revert "[POWERPC] Disable PCI IO/Mem on a device when resources can't be allo...Paul Mackerras2007-12-311-10/+3
* | [POWERPC] 4xx: Update defconfigsJosh Boyer2007-12-2410-36/+43
* | [POWERPC] 4xx: Minor coding style cleanups for 4xx bootwrapperJosh Boyer2007-12-241-7/+6
* | [POWERPC] 4xx: Use machine_device_initcall for bus probeJosh Boyer2007-12-2411-44/+11
* | [POWERPC] Remove unneeded variable declarations from mpc837x_mdsJosh Boyer2007-12-241-5/+0
* | [POWERPC] Conditionally compile e200 and e500 platforms in cputableJosh Boyer2007-12-241-0/+3
* | [POWERPC] 4xx: Mark of_bus structures as __initdataJosh Boyer2007-12-2410-11/+10
* | [POWERPC] 4xx: Update Kilauea, Rainier, and Walnut defconfigsJosh Boyer2007-12-234-18/+135
* | [POWERPC] 4xx: Makalu defconfigStefan Roese2007-12-231-0/+812
* | [POWERPC] 4xx: Makalu dtsStefan Roese2007-12-231-0/+347
* | [POWERPC] 4xx: Add AMCC Makalu board support to platforms/40xStefan Roese2007-12-233-0/+72
* | [POWERPC] 4xx: Change Kilauea PCIe bus ranges in dts fileStefan Roese2007-12-231-4/+4
* | [POWERPC] 4xx: Add aliases node to 4xx dts filesStefan Roese2007-12-239-1/+68
* | [POWERPC] 4xx: Add PCI entry to 440GRx Rainier DTS.Valentine Barshak2007-12-231-0/+27
* | [POWERPC] 4xx: update 440EP(x)/440GR(x) identical PVR issue workaroundValentine Barshak2007-12-231-12/+25
* | [POWERPC] 4xx: Rename CPU nodes to avoid dtc incompatibilityJosh Boyer2007-12-239-18/+27
* | [POWERPC] 4xx: Set ibpre for 405EX in 4xx PCIe driverStefan Roese2007-12-231-0/+2
* | [POWERPC] 4xx: Add Kilauea PCIe support to dts and KconfigStefan Roese2007-12-232-0/+83
* | [POWERPC] 4xx: Change Kilauea dts to support new EMAC device tree propertiesStefan Roese2007-12-231-0/+5
* | [POWERPC] 4xx: Add 405EX CPU type needed for EMAC support on KilaueaStefan Roese2007-12-231-0/+6
* | [POWERPC] 4xx: Fix TLB 0 problem with CONFIG_SERIAL_TEXT_DEBUGStefan Roese2007-12-232-36/+17
* | [POWERPC] 4xx: libfdt and pci fixes for RainierJosh Boyer2007-12-232-1/+4
* | [POWERPC] 4xx: Include missing headerJosh Boyer2007-12-231-0/+1
* | [POWERPC] 44x: Sequoia and Rainier updates for 2.6.25Valentine Barshak2007-12-234-4/+7
* | [POWERPC] 4xx: Fix 440grx setup function to call 440A fixupJosh Boyer2007-12-231-1/+5
OpenPOWER on IntegriCloud