summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* powerpc: add missing explicit OF includes for ppcRob Herring2013-11-113-0/+3
* Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-073-13/+10Star
|\
| * of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-242-9/+6Star
| * of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-241-3/+3
| * of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-241-1/+1
* | powerpc: add explicit OF includesRob Herring2013-10-1010-4/+16
|/
* Merge tag 'iommu-updates-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-09-121-0/+5
|\
| * iommu/fsl: Freescale PAMU driver and iommu implementation.Varun Sethi2013-08-141-0/+5
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-09-066-71/+278
|\ \
| * | powerpc: Fix some endian issues in xics codeAnton Blanchard2013-08-141-5/+5
| * | powerpc: Add some endian annotations to time and xics codeAnton Blanchard2013-08-141-1/+1
| * | powerpc/pci: fix PCI-e check link issueYuanquan Chen2013-08-081-1/+1
| * | powerpc/fsl-pci: enable SWIOTLB in function setup_pci_atmuKevin Hao2013-08-081-19/+3Star
| * | powerpc/fsl-pci: fix the unreachable warning messageKevin Hao2013-08-081-1/+1
| * | powerpc/fsl_msi: add MSIIR1 support for MPIC v4.3Minghuan Lian2013-08-082-41/+101
| * | powerpc/fsl_msi: fix error return code in fsl_of_msi_probe()Wei Yongjun2013-07-301-3/+2Star
| * | powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xxHongtao Jia2013-07-302-0/+164
| |/
* / PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
|/
* Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2013-07-024-7/+807
|\
| * powerpc/fsl: add MPIC timer wakeup supportDongsheng.wang@freescale.com2013-07-022-0/+162
| * powerpc/mpic: create mpic subsystem objectDongsheng.wang@freescale.com2013-07-021-0/+8
| * powerpc/mpic: add global timer supportDongsheng.wang@freescale.com2013-07-022-0/+594
| * powerpc/mpic: add irq_set_wake supportDongsheng.wang@freescale.com2013-07-021-0/+18
| * powerpc/mpic: Add get_version API both for internal and external useHongtao Jia2013-07-021-7/+25
* | Merge tag 'v3.10' into nextBenjamin Herrenschmidt2013-07-011-15/+9Star
|\ \ | |/ |/|
| * powerpc/pci: Fix boot panic on mpc83xx (regression)Rojhalat Ibrahim2013-06-241-15/+9Star
* | powerpc: Mark low level irq handlers NO_THREADThomas Gleixner2013-06-201-0/+1
|/
* powerpc/mpic: Fix irq distribution problem when MPIC_SINGLE_DEST_CPUchenhui zhao2013-06-011-2/+2
* powerpc: Fix irq_set_affinity() return valuesAlexander Gordeev2013-05-143-3/+3
* powerpc: Add an in memory udbg consoleAlistair Popple2013-05-072-0/+107
* powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt2013-05-062-11/+15
* irqdomain: Allow quiet failure modeBenjamin Herrenschmidt2013-05-061-3/+11
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-051-0/+8
|\
| * KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVMBenjamin Herrenschmidt2013-04-261-0/+8
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-028-46/+105
|\ \
| * | powerpc: Fix usage of setup_pci_atmu()Michael Neuling2013-04-301-1/+1
| * | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2013-04-305-40/+101
| |\ \
| | * | powerpc/fsl-pci: don't unmap the PCI SoC controller registers in setup_pci_atmuKevin Hao2013-04-291-5/+2Star
| | * | powerpc/fsl-pci Make PCIe hotplug work with Freescale PCIe controllersRojhalat Ibrahim2013-04-102-13/+48
| | * | powerpc/fsl-pci: Keep PCI SoC controller registers in pci_controllerKumar Gala2013-04-101-39/+30Star
| | * | powerpc/fsl-msi: use a different lockclass for the cascade interruptSebastian Andrzej Siewior2013-04-031-1/+3
| | * | powerpc/fsl_pci: fix 64 bit pci size issueRoy Zang2013-04-031-5/+5
| | * | powerpc/qe: Fix Kconfig enablement of QE_USB supportKumar Gala2013-03-151-1/+1
| | * | powerpc/85xx: Add platform_device declaration to fsl_pci.hJia Hongtao2013-03-151-0/+2
| | * | powerpc/85xx: Add support for FSL PCIe controller v3.0Roy ZANG2013-03-062-3/+37
| | |/
| * | powerpc/powernv: Patch MSI EOI handler on P8Gavin Shan2013-04-261-1/+1
| * | powerpc/powernv: Add option CONFIG_POWERNV_MSIGavin Shan2013-04-261-1/+1
| * | powerpc/powernv: Fix missing Kconfig dependency for MSIsBenjamin Herrenschmidt2013-04-241-0/+1
| * | powerpc: Use PTR_RET instead of IS_ERR/PTR_ERRAdrian-Leonard Radu2013-04-181-4/+1Star
| |/
* / mv643xx_eth: convert to use the Marvell Orion MDIO driverFlorian Fainelli2013-03-221-2/+14
|/