summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-2716-26/+39
|\ \ \
| * \ \ Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-01-154-13/+37
| |\ \ \
| | * | | powerpc/fsl_pci: add versionless pci compatibleShengzhou Liu2014-01-101-0/+1
| | * | | powerpc/85xx: handle the eLBC error interrupt if it exists in dtsShaohui Xie2014-01-101-6/+25
| | * | | powerpc/mpic_timer: fix convert ticks to time subtraction overflowWang Dongsheng2014-01-091-2/+5
| | * | | powerpc/mpic_timer: fix the time is not accurate caused by GTCRR toggle bitWang Dongsheng2014-01-091-0/+3
| | * | | powerpc/sysdev: Fix a pci section mismatch for Book EChristian Engelmayer2014-01-072-5/+3
| * | | | powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-1511-11/+0
| |/ / /
| * | | Merge branch 'merge' into nextBenjamin Herrenschmidt2013-12-301-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | powerpc/pci: Use dev_is_pci() to check whether it is pci deviceYijing Wang2013-12-091-1/+1
| * | | powerpc/powernv: Replace CONFIG_POWERNV_MSI with just CONFIG_PPC_POWERNVMichael Ellerman2013-12-021-1/+1
| | |/ | |/|
* | | dt/bindings: Remove device_type "serial" from marvell,mv64360-mpscGrant Likely2014-01-162-2/+2
| |/ |/|
* | 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-231-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/+10
| |\ \
| | * | of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-242-9/+6
| | * | 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-0910-4/+16
| |/
* | powerpc/scom: Improve debugfs interfaceBenjamin Herrenschmidt2013-11-061-55/+81
* | powerpc/mpc512x: remove unnecessary #ifBrian Norris2013-10-301-3/+0
* | powerpc/mv643xx_eth: fix return check in mv64x60_eth_register_shared_pdev()Wei Yongjun2013-10-281-1/+1
* | powerpc/pci: Change the DECLARE_PCI_FIXUP_{HEADER => EARLY} macro of pci quirkChunhe Lan2013-10-281-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/+1
* | 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-071-1/+1
| * | powerpc/fsl-pci: enable SWIOTLB in function setup_pci_atmuKevin Hao2013-08-071-19/+3
| * | powerpc/fsl-pci: fix the unreachable warning messageKevin Hao2013-08-071-1/+1
| * | powerpc/fsl_msi: add MSIIR1 support for MPIC v4.3Minghuan Lian2013-08-072-41/+101
| * | powerpc/fsl_msi: fix error return code in fsl_of_msi_probe()Wei Yongjun2013-07-301-3/+2
| * | 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-012-0/+162
| * powerpc/mpic: create mpic subsystem objectDongsheng.wang@freescale.com2013-07-011-0/+8
| * powerpc/mpic: add global timer supportDongsheng.wang@freescale.com2013-07-012-0/+594
| * powerpc/mpic: add irq_set_wake supportDongsheng.wang@freescale.com2013-07-011-0/+18
OpenPOWER on IntegriCloud