summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2014-02-24Merge 3.14-rc4 into usb-nextGreg Kroah-Hartman4-35/+23
2014-02-22cpuidle/powernv: Remove redundant cpuidle_idle_call()Nicolas Pitre1-12/+1
2014-02-21Merge branch 'linus' into sched/coreThomas Gleixner11-38/+141
2014-02-18usb: host: remove selects of USB_ARCH_HAS_?HCIPaul Bolle2-3/+0
2014-02-17powerpc/eeh: Disable EEH on rebootGavin Shan1-1/+2
2014-02-17powerpc/eeh: Cleanup on eeh_subsystem_enabledGavin Shan2-2/+2
2014-02-17powerpc/powernv: Rework EEH resetGavin Shan1-25/+4
2014-02-17powerpc/pseries: Add Gen3 definitions for PCIE link speedKleber Sacilotto de Souza1-0/+6
2014-02-17powerpc/pseries: Fix regression on PCI link speedKleber Sacilotto de Souza1-7/+9
2014-02-14powerpc/PCI: Use list_for_each_entry() for bus traversalYijing Wang1-3/+3
2014-02-11powerpc/spufs: Remove MAX_USER_PRIO defineJeremy Kerr1-1/+0
2014-02-11sched/idle, PPC: Remove redundant cpuidle_idle_call()Nicolas Pitre1-20/+14
2014-02-11powerpc/powernv: Add iommu DMA bypass support for IODA2Benjamin Herrenschmidt5-1/+116
2014-02-11powerpc/pseries: Select ARCH_RANDOM on pseriesMichael Ellerman1-0/+1
2014-02-11powerpc/pseries: Disable relocation on exception while going down during crash.Mahesh Salgaonkar1-2/+1
2014-01-29powerpc/powernv/cpuidle: Back-end cpuidle driver for powernv platform.Deepthi Dharwar1-1/+12
2014-01-29powerpc/pseries/cpuidle: Move processor_idle.c to drivers/cpuidle.Deepthi Dharwar3-318/+0
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt6-834/+1317
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds48-606/+1093
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-56/+3
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2014-01-20Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2014-01-15powerpc/powernv: Call OPAL sync before kexec'ingVasant Hegde3-2/+21
2014-01-15powerpc/eeh: Escalate error on non-existing PEGavin Shan1-10/+21
2014-01-15powerpc/eeh: Handle multiple EEH errorsGavin Shan1-15/+24
2014-01-15Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt11-57/+447
2014-01-15pseries/cpuidle: Remove redundant call to ppc64_runlatch_off() in cpu idle ro...Preeti U Murthy1-3/+0
2014-01-15powerpc/powernv: Increase candidate fw image sizeVasant Hegde1-2/+2
2014-01-15powerpc/eeh: Call opal_pci_reinit() on powernv for restoring config spaceGavin Shan1-1/+22
2014-01-15powerpc/eeh: Add restore_config operationGavin Shan2-2/+5
2014-01-15powerpc/powernv: Remove unnecessary assignmentGavin Shan1-2/+1
2014-01-15Revert "pseries/iommu: Remove DDW on kexec"Nishanth Aravamudan1-49/+14
2014-01-15Revert "powerpc/pseries/iommu: remove default window before attempting DDW ma...Nishanth Aravamudan1-69/+17
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker10-10/+0
2014-01-12powerpc/512x: clk: support MPC5121/5123/5125 SoC variantsGerhard Sittig1-44/+295
2014-01-12powerpc/512x: clk: enforce even SDHC divider valuesGerhard Sittig1-2/+14
2014-01-12powerpc/512x: clk: minor comment updatesGerhard Sittig1-3/+11
2014-01-12clk: mpc512x: remove migration support workaroundsGerhard Sittig1-34/+16
2014-01-12powerpc/mpc512x: improve DIU related clock setupGerhard Sittig1-77/+92
2014-01-12clk: mpc5xxx: switch to COMMON_CLK, retire PPC_CLOCKGerhard Sittig4-757/+2
2014-01-12clk: mpc512x: add backwards compat to the CCF codeGerhard Sittig1-1/+171
2014-01-12clk: mpc512x: introduce COMMON_CLK for MPC512x (disabled)Gerhard Sittig2-1/+801
2014-01-11POWERPC: pseries: cpuidle: use the common cpuidle_[un]register() routinesBartlomiej Zolnierkiewicz1-54/+3
2014-01-11POWERPC: pseries: cpuidle: remove superfluous dev->state_count initializationBartlomiej Zolnierkiewicz1-2/+0
2014-01-09powerpc/embedded6xx: Add support for Motorola/Emerson MVME5100Stephen Chivers3-1/+234
2014-01-07powerpc/85xx: Add TWR-P1025 board supportXie Xiaobo3-0/+154
2014-01-07powerpc/85xx: Add QE common init functionXie Xiaobo4-50/+48
2014-01-07powerpc/85xx: don't init the mpic ipi for the SoC which has doorbell supportKevin Hao1-6/+11
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-2/+2
2013-12-30Merge branch 'merge' into nextBenjamin Herrenschmidt9-67/+63