summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
AgeCommit message (Expand)AuthorLines
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds-10/+11
2014-01-29powerpc/iommu: Fix initialisation of DART iommu tableAlistair Popple-0/+1
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-26/+39
2014-01-16dt/bindings: Remove device_type "serial" from marvell,mv64360-mpscGrant Likely-2/+2
2014-01-15Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt-13/+37
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker-11/+0
2014-01-10powerpc/fsl_pci: add versionless pci compatibleShengzhou Liu-0/+1
2014-01-10powerpc/85xx: handle the eLBC error interrupt if it exists in dtsShaohui Xie-6/+25
2014-01-09powerpc/mpic_timer: fix convert ticks to time subtraction overflowWang Dongsheng-2/+5
2014-01-09powerpc/mpic_timer: fix the time is not accurate caused by GTCRR toggle bitWang Dongsheng-0/+3
2014-01-07powerpc/sysdev: Fix a pci section mismatch for Book EChristian Engelmayer-5/+3
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe-1/+1
2013-12-30Merge branch 'merge' into nextBenjamin Herrenschmidt-1/+1
2013-12-10powerpc/44x: Fix ocm_block allocationIlia Mirkin-1/+1
2013-12-09powerpc/pci: Use dev_is_pci() to check whether it is pci deviceYijing Wang-1/+1
2013-12-02powerpc/powernv: Replace CONFIG_POWERNV_MSI with just CONFIG_PPC_POWERNVMichael Ellerman-1/+1
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet-9/+9
2013-11-23block: Abstract out bvec iteratorKent Overstreet-1/+2
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-17/+29
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring-0/+3
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring-13/+10
2013-11-06powerpc/scom: Improve debugfs interfaceBenjamin Herrenschmidt-55/+81
2013-10-30powerpc/mpc512x: remove unnecessary #ifBrian Norris-3/+0
2013-10-28powerpc/mv643xx_eth: fix return check in mv64x60_eth_register_shared_pdev()Wei Yongjun-1/+1
2013-10-28powerpc/pci: Change the DECLARE_PCI_FIXUP_{HEADER => EARLY} macro of pci quirkChunhe Lan-2/+3
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding-9/+6
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely-3/+3
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely-1/+1
2013-10-11powerpc/scom: Use "devspec" rather than "path" in debugfs entriesBenjamin Herrenschmidt-1/+1
2013-10-11powerpc/scom: CONFIG_SCOM_DEBUGFS should depend on CONFIG_DEBUG_FSBenjamin Herrenschmidt-1/+1
2013-10-11powerpc/scom: Create debugfs files using ibm,chip-id if availableBenjamin Herrenschmidt-2/+7
2013-10-11powerpc/scom: Add support for "reg" propertyBenjamin Herrenschmidt-5/+17
2013-10-11powerpc/scom: Change scom_read() and scom_write() to return errorsBenjamin Herrenschmidt-2/+1
2013-10-11powerpc/mpic: Disable preemption when calling mpic_processor_id()Scott Wood-1/+7
2013-10-11powerpc/powernv: Fix endian issues in OPAL ICS backendBenjamin Herrenschmidt-8/+9
2013-10-09powerpc: add explicit OF includesRob Herring-4/+16
2013-09-23powerpc/pci: Use pci_is_pcie() to simplify codeYijing Wang-1/+1
2013-09-12Merge tag 'iommu-updates-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+5
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-71/+278
2013-08-14iommu/fsl: Freescale PAMU driver and iommu implementation.Varun Sethi-0/+5
2013-08-14powerpc: Fix some endian issues in xics codeAnton Blanchard-5/+5
2013-08-14powerpc: Add some endian annotations to time and xics codeAnton Blanchard-1/+1
2013-08-07powerpc/pci: fix PCI-e check link issueYuanquan Chen-1/+1
2013-08-07powerpc/fsl-pci: enable SWIOTLB in function setup_pci_atmuKevin Hao-19/+3
2013-08-07powerpc/fsl-pci: fix the unreachable warning messageKevin Hao-1/+1
2013-08-07powerpc/fsl_msi: add MSIIR1 support for MPIC v4.3Minghuan Lian-41/+101
2013-07-30powerpc/fsl_msi: fix error return code in fsl_of_msi_probe()Wei Yongjun-3/+2
2013-07-30powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xxHongtao Jia-0/+164
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell-1/+1