summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* powerpc/44x: Fix ocm_block allocationIlia Mirkin2013-12-101-1/+1
* Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-141-1/+1
|\
| * powerpc/pci: Use pci_is_pcie() to simplify codeYijing Wang2013-09-241-1/+1
* | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-1214-17/+29
|\ \
| * | 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
| |/
* | powerpc/scom: Improve debugfs interfaceBenjamin Herrenschmidt2013-11-061-55/+81
* | powerpc/mpc512x: remove unnecessary #ifBrian Norris2013-10-301-3/+0Star
* | powerpc/mv643xx_eth: fix return check in mv64x60_eth_register_shared_pdev()Wei Yongjun2013-10-291-1/+1
* | powerpc/pci: Change the DECLARE_PCI_FIXUP_{HEADER => EARLY} macro of pci quirkChunhe Lan2013-10-291-2/+3
* | powerpc/scom: Use "devspec" rather than "path" in debugfs entriesBenjamin Herrenschmidt2013-10-111-1/+1
* | powerpc/scom: CONFIG_SCOM_DEBUGFS should depend on CONFIG_DEBUG_FSBenjamin Herrenschmidt2013-10-111-1/+1
* | powerpc/scom: Create debugfs files using ibm,chip-id if availableBenjamin Herrenschmidt2013-10-111-2/+7
* | powerpc/scom: Add support for "reg" propertyBenjamin Herrenschmidt2013-10-111-5/+17
* | powerpc/scom: Change scom_read() and scom_write() to return errorsBenjamin Herrenschmidt2013-10-111-2/+1Star
* | powerpc/mpic: Disable preemption when calling mpic_processor_id()Scott Wood2013-10-111-1/+7
* | powerpc/powernv: Fix endian issues in OPAL ICS backendBenjamin Herrenschmidt2013-10-111-8/+9
|/
* 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
|\ \