summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2010-07-24powerpc: remove references to of_device and to_of_deviceGrant Likely17-46/+47
2010-07-24of/device: Replace of_device with platform_device in includes and core codeGrant Likely1-1/+1
2010-07-24of: remove asm/of_device.hGrant Likely1-3/+0
2010-07-24of: remove asm/of_platform.hGrant Likely2-16/+2
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-2/+1
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely6-35/+3
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely131-831/+581
2010-07-19of: Remove unused of_find_device_by_phandle()Grant Likely2-21/+0
2010-07-15Merge branch 'lmb-to-memblock' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds46-264/+264
2010-07-14lmb: rename to memblockYinghai Lu46-264/+264
2010-07-11powerpc/fsl-booke: Fix address issue when using relocatable kernelsMatthew McClintock1-3/+1
2010-07-11powerpc/cpm1: Mark micropatch code/data static and __initAnton Vorontsov2-10/+11
2010-07-11powerpc/cpm1: Fix build with various CONFIG_*_UCODE_PATCH combinationsAnton Vorontsov1-0/+5
2010-07-11powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue)Anton Vorontsov2-3/+28
2010-07-08powerpc: Fix userspace build of ptrace.hSam Ravnborg1-18/+14
2010-07-08powerpc: Fix default_machine_crash_shutdown #ifdef botchPaul E. McKenney1-1/+1
2010-07-08powerpc: Fix logic error in fixup_irqsJohannes Berg1-1/+4
2010-07-08powerpc/iseries: Fix possible null pointer dereference in iSeries_pcibios_fix...Denis Kirjanov1-1/+5
2010-07-08powerpc: Linux cannot run with 0 coresAnton Blanchard1-1/+1
2010-07-08powerpc: Fix feature-fixup tests for gcc 4.5Stephen Rothwell1-8/+9
2010-07-08powerpc: Disable SPARSE_IRQ by defaultYang Li1-2/+2
2010-07-08powerpc: Fix compile errors in prom_init_check for gcc 4.5Stephen Rothwell1-0/+6
2010-07-08powerpc: Fix module building for gcc 4.5 and 64 bitStephen Rothwell3-4/+133
2010-07-08powerpc/perf_event: Fix for power_pmu_disable()Matt Evans1-1/+4
2010-07-06proc: unify PROC_DEVICETREE configAndres Salomon1-8/+0
2010-07-06of: Put all CONFIG_OF dependencies into a Kconfig menu blockGrant Likely1-4/+0
2010-07-06of: remove architecture CONFIG_OF definitionsStephen Rothwell1-3/+0
2010-07-06powerpc: turn CONFIG_OF into a selectStephen Rothwell1-2/+3
2010-07-06of: refactor of_modalias_node() and remove explicit match table.Grant Likely1-0/+6
2010-07-06of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov9-14/+0
2010-07-06of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely3-21/+5
2010-07-06of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov10-93/+75
2010-07-06of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely3-95/+1
2010-07-06of/device: Merge of_platform_bus_probe()Grant Likely2-141/+1
2010-07-06of/device: merge of_device_ueventGrant Likely2-52/+0
2010-07-06of/address: Merge all of the bus translation codeGrant Likely2-519/+0
2010-07-06of/address: merge of_address_to_resource()Grant Likely3-59/+10
2010-07-06of/address: merge of_iomap()Grant Likely2-20/+1
2010-07-06of/irq: merge irq mapping codeGrant Likely2-313/+0
2010-07-06of/powerpc: Move Powermac irq quirk code into powermac pic driver codeGrant Likely3-100/+81
2010-06-28of/irq: Move irq_of_parse_and_map() to common codeGrant Likely3-66/+3
2010-06-28of: kill struct of_deviceGrant Likely2-13/+2
2010-06-27Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-3/+41
2010-06-16powerpc/5200: fix lite5200 ethernet phy addressDmitry Baryshkov1-2/+2
2010-06-16powerpc/5200: fix oops during going to standbyDmitry Baryshkov1-1/+10
2010-06-15powerpc/5200: add lite5200 onboard I2C eeprom and flashDmitry Baryshkov2-0/+29
2010-06-15powerpc: Fix mpic_resume on early G5 macsAlastair Bridgewater1-1/+1
2010-06-15powerpc: rtas_flash needs to use rtas_data_bufMilton Miller1-18/+21
2010-06-15powerpc: Unconditionally enabled irq stacksChristoph Hellwig8-42/+0
2010-06-15powerpc/kexec: Wait for online/possible CPUs only.Matt Evans1-17/+1