aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge branch 'lmb-to-memblock' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-07-1446-264/+264
| |\
| | * lmb: rename to memblockYinghai Lu2010-07-1446-264/+264
| * | powerpc/fsl-booke: Fix address issue when using relocatable kernelsMatthew McClintock2010-07-111-3/+1
| * | powerpc/cpm1: Mark micropatch code/data static and __initAnton Vorontsov2010-07-112-10/+11
| * | powerpc/cpm1: Fix build with various CONFIG_*_UCODE_PATCH combinationsAnton Vorontsov2010-07-111-0/+5
| * | powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue)Anton Vorontsov2010-07-112-3/+28
| |/
| * powerpc: Fix userspace build of ptrace.hSam Ravnborg2010-07-081-18/+14
| * powerpc: Fix default_machine_crash_shutdown #ifdef botchPaul E. McKenney2010-07-081-1/+1
| * powerpc: Fix logic error in fixup_irqsJohannes Berg2010-07-081-1/+4
| * powerpc/iseries: Fix possible null pointer dereference in iSeries_pcibios_fix...Denis Kirjanov2010-07-081-1/+5
| * powerpc: Linux cannot run with 0 coresAnton Blanchard2010-07-081-1/+1
| * powerpc: Fix feature-fixup tests for gcc 4.5Stephen Rothwell2010-07-081-8/+9
| * powerpc: Disable SPARSE_IRQ by defaultYang Li2010-07-081-2/+2
| * powerpc: Fix compile errors in prom_init_check for gcc 4.5Stephen Rothwell2010-07-081-0/+6
| * powerpc: Fix module building for gcc 4.5 and 64 bitStephen Rothwell2010-07-083-4/+133
| * powerpc/perf_event: Fix for power_pmu_disable()Matt Evans2010-07-081-1/+4
| * Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-06-273-3/+41
| |\
| * | powerpc: Fix mpic_resume on early G5 macsAlastair Bridgewater2010-06-151-1/+1
| * | powerpc: rtas_flash needs to use rtas_data_bufMilton Miller2010-06-151-18/+21
| * | powerpc: Unconditionally enabled irq stacksChristoph Hellwig2010-06-158-42/+0
| * | powerpc/kexec: Wait for online/possible CPUs only.Matt Evans2010-06-151-17/+1
| * | powerpc: Disable CONFIG_SYSFS_DEPRECATEDGrant Likely2010-06-1560-119/+59
| * | powerpc/boot: Remove addRamdisk.c since it is now unusedPaul Mackerras2010-06-152-312/+1
| * | powerpc: Move kdump default base address to 64MB on 64bitAnton Blanchard2010-06-151-1/+10
| * | powerpc: Remove dead CONFIG_HIGHPTEChristoph Egger2010-06-151-4/+0
* | | 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