aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-051-1/+1
|\
| * kgdb,powerpc: Replace hardcoded offset by BREAK_INSTR_SIZEMichal Simek2010-08-051-1/+1
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-0554-1687/+248
|\ \
| * | of/address: Clean up function declarationsGrant Likely2010-08-019-39/+21
| * | of: Provide default of_node_to_nid() implementation.Grant Likely2010-07-302-7/+7
| * | of: remove of_default_bus_idsJonas Bonn2010-07-243-26/+26
| * | of: make of_find_device_by_node genericJonas Bonn2010-07-241-16/+0
| * | powerpc: remove references to of_device and to_of_deviceGrant Likely2010-07-2417-46/+47
| * | of/device: Replace of_device with platform_device in includes and core codeGrant Likely2010-07-241-1/+1
| * | of: remove asm/of_device.hGrant Likely2010-07-241-3/+0
| * | of: remove asm/of_platform.hGrant Likely2010-07-242-16/+2
| * | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-2/+1
| * | of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-246-35/+3
| * | Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-24131-831/+581
| |\ \
| * | | of: Remove unused of_find_device_by_phandle()Grant Likely2010-07-182-21/+0
| * | | proc: unify PROC_DEVICETREE configAndres Salomon2010-07-051-8/+0
| * | | of: Put all CONFIG_OF dependencies into a Kconfig menu blockGrant Likely2010-07-051-4/+0
| * | | of: remove architecture CONFIG_OF definitionsStephen Rothwell2010-07-051-3/+0
| * | | powerpc: turn CONFIG_OF into a selectStephen Rothwell2010-07-051-2/+3
| * | | of: refactor of_modalias_node() and remove explicit match table.Grant Likely2010-07-051-0/+6
| * | | of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov2010-07-059-14/+0
| * | | of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely2010-07-053-21/+5
| * | | of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov2010-07-0510-93/+75
| * | | of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely2010-07-053-95/+1
| * | | of/device: Merge of_platform_bus_probe()Grant Likely2010-07-052-141/+1
| * | | of/device: merge of_device_ueventGrant Likely2010-07-052-52/+0
| * | | of/address: Merge all of the bus translation codeGrant Likely2010-07-052-519/+0
| * | | of/address: merge of_address_to_resource()Grant Likely2010-07-053-59/+10
| * | | of/address: merge of_iomap()Grant Likely2010-07-052-20/+1
| * | | of/irq: merge irq mapping codeGrant Likely2010-07-052-313/+0
| * | | of/powerpc: Move Powermac irq quirk code into powermac pic driver codeGrant Likely2010-07-053-100/+81
| * | | of/irq: Move irq_of_parse_and_map() to common codeGrant Likely2010-06-283-66/+3
| * | | of: kill struct of_deviceGrant Likely2010-06-282-13/+2
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-08-051-1/+1
|\ \ \ \
| * \ \ \ Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek2010-08-04518-8226/+25427
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg2010-08-031-1/+1
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-08-05120-898/+7814
|\ \ \ \ \
| * \ \ \ \ Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2010-08-0535-186/+3184
| |\ \ \ \ \
| | * | | | | powerpc/8xx: Add support for the MPC8xx based boards from TQCHeiko Schocher2010-08-045-0/+1269
| | * | | | | powerpc/85xx: Introduce support for the Freescale P1022DS reference boardTimur Tabi2010-08-046-44/+814
| | * | | | | powerpc/85xx: Adding DTS for the STx GP3-SSA MPC8555 boardBradley Hughes2010-08-041-0/+380
| | * | | | | powerpc/85xx: Change deprecated binding for 85xx-based boardsBradley Hughes2010-08-047-14/+14
| | * | | | | powerpc/tqm85xx: add a quirk for ti1520 PCMCIA bridgeDmitry Eremin-Solenikov2010-08-041-0/+21
| | * | | | | powerpc/tqm85xx: update PCI interrupt-map attributeDmitry Eremin-Solenikov2010-08-046-6/+48
| | * | | | | powerpc/mpc8308rdb: support for MPC8308RDB board from FreescaleIlya Yanok2010-08-044-0/+406
| | * | | | | powerpc/fsl_pci: add quirk for mpc8308 pcie bridgeIlya Yanok2010-08-041-0/+1
| | * | | | | powerpc/85xx: Cleanup QE initialization for MPC85xxMDS boardsAnton Vorontsov2010-08-041-129/+143
| | * | | | | powerpc/85xx: Fix booting for P1021MDS boardsAnton Vorontsov2010-08-042-6/+38
| | * | | | | powerpc/85xx: Fix SWIOTLB initalization for MPC85xxMDS boardsAnton Vorontsov2010-08-041-8/+8
| | * | | | | powerpc/85xx: kexec for SMP 85xx BookE systemsMatthew McClintock2010-08-022-5/+68