aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2-3/+3
2014-07-29powerpc/fsl-pci: Correct use of ! and &Himangi Saraogi1-2/+2
2014-07-29powerpc/mpic_msgr: Use kcalloc and correct the argument to sizeofHimangi Saraogi1-1/+1
2014-07-11Merge branch 'merge' into nextBenjamin Herrenschmidt1-0/+5
2014-06-25powerpc/8xx: Remove empty asm/mpc8xx.hScott Wood1-1/+0
2014-06-24powerpc/kmemleak: Do not scan the DART tableCatalin Marinas1-0/+5
2014-06-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+8
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-32/+0
2014-06-11powerpc/powernv: Enable POWER8 doorbell IPIsMichael Neuling1-1/+8
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds8-15/+255
2014-05-23of: Stop naming platform_device using dcr addressGrant Likely1-3/+3
2014-05-22powerpc/mpic: Don't init the fsl error int until after mpic initScott Wood1-4/+4
2014-05-22fsl/pci: fix RC cannot detect PME message comingWang Dongsheng1-2/+1
2014-05-22powerpc/rmu: Fix the error memory free parametersLiu Gang1-3/+3
2014-05-22powerpc/fsl: fsl_soc: remove 'fixed-link' parsing codeFlorian Fainelli1-32/+0
2014-05-09powerpc/fsl-rio: Fix fsl_rio_setup error paths and use-after-unmapScott Wood1-1/+9
2014-05-01powerpc: Added PCI MSI support using the HSTA moduleAlistair Popple4-2/+228
2014-05-01IBM Akebono: Add the Akebono platformAlistair Popple1-3/+10
2014-04-28powerpc/4xx: Fix section mismatch in ppc4xx_pci.cAlistair Popple1-1/+1
2014-04-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2014-04-09powerpc: Use of_node_init() for the fakenode in msi_bitmap.cLi Zhong1-1/+1
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine1-0/+1
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2014-04-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-24/+162
2014-04-01Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-306/+0
2014-03-19fsl/pci: The new pci suspend/resume implementationWang Dongsheng2-24/+154
2014-03-19powerpc/pci: Fix IMMRBAR addressMinghuan Lian1-0/+8
2014-03-11of: Make device nodes kobjects so they show up in sysfsGrant Likely1-1/+1
2014-03-04powerpc:eVh_pic: Kill irq_desc abuseThomas Gleixner1-8/+2
2014-02-18driver/memory:Move Freescale IFC driver to a common driverPrabhakar Kushwaha2-306/+0
2014-02-11powerpc: Fix build failure in sysdev/mpic.c for MPIC_WEIRD=yPaul Gortmaker1-19/+19
2014-01-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+1
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+11
2014-01-29powerpc/iommu: Fix initialisation of DART iommu tableAlistair Popple1-0/+1
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds16-26/+39
2014-01-16dt/bindings: Remove device_type "serial" from marvell,mv64360-mpscGrant Likely2-2/+2
2014-01-15Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt4-13/+37
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker11-11/+0
2014-01-10powerpc/fsl_pci: add versionless pci compatibleShengzhou Liu1-0/+1
2014-01-10powerpc/85xx: handle the eLBC error interrupt if it exists in dtsShaohui Xie1-6/+25
2014-01-09powerpc/mpic_timer: fix convert ticks to time subtraction overflowWang Dongsheng1-2/+5
2014-01-09powerpc/mpic_timer: fix the time is not accurate caused by GTCRR toggle bitWang Dongsheng1-0/+3
2014-01-07powerpc/sysdev: Fix a pci section mismatch for Book EChristian Engelmayer2-5/+3
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-1/+1
2013-12-30Merge branch 'merge' into nextBenjamin Herrenschmidt1-1/+1
2013-12-10powerpc/44x: Fix ocm_block allocationIlia Mirkin1-1/+1
2013-12-09powerpc/pci: Use dev_is_pci() to check whether it is pci deviceYijing Wang1-1/+1
2013-12-02powerpc/powernv: Replace CONFIG_POWERNV_MSI with just CONFIG_PPC_POWERNVMichael Ellerman1-1/+1
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-9/+9
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+2