aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-05powerpc: Make sure IPI handlers see data written by IPI sendersPaul Mackerras1-1/+5
2012-08-24powerpc/mpic_msgr: Add missing includesScott Wood1-0/+3
2012-08-03powerpc/fsl-pci: Only scan PCI bus if configured as a hostJia Hongtao1-5/+8
2012-07-31Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-5/+2
2012-07-31Merge remote-tracking branch 'kumar/merge' into mergeBenjamin Herrenschmidt2-27/+16
2012-07-26powerpc/85xx: Fix sram_offset parameter typeClaudiu Manoil2-27/+16
2012-07-24Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely6-6/+86
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2012-07-23powerpc/mpic: Create a revmap with enough entries for IPIs and timersBenjamin Herrenschmidt1-1/+1
2012-07-13Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt4-3/+83
2012-07-11irqdomain: Eliminate dedicated radix lookup functionsGrant Likely2-2/+2
2012-07-11irqdomain: Always update revmap when setting up a virqGrant Likely1-3/+0
2012-07-11powerpc/fsl-pci: get PCI init out of board filesScott Wood2-1/+78
2012-07-11powerpc: Use CURRENT_THREAD_INFO instead of open coded assemblyStuart Yoder1-1/+1
2012-07-10powerpc/qe: set IReady in QE Microcode UploadKokoris, Ioannis1-0/+3
2012-07-10powerpc/mpic: Use the MPIC_LARGE_VECTORS flag for FSL MPIC.Varun Sethi1-1/+1
2012-07-10powerpc/fsl/pci: Fix when quirk_fsl_pcie_header is freed upMatias Garcia1-1/+1
2012-06-16powerpc/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior2-2/+2
2012-05-10Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt1-14/+28
2012-05-03powerpc/40x: Use {upper,lower}_32_bits for msi_physJosh Boyer1-2/+2
2012-05-03powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone boardMai La1-14/+28
2012-04-30powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely2-6/+4
2012-04-30powerpc/8xx: Fix NR_IRQ bugs and refactor 8xx interrupt controllerGrant Likely1-41/+20
2012-04-27Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-04-23powerpc/mpic: Properly set default triggersBenjamin Herrenschmidt1-12/+30
2012-04-23powerpc/mpic: Fix confusion between hw_irq and virqBenjamin Herrenschmidt1-8/+4
2012-04-19powerpc/mpic_msgr: fix offset error when setting mer registerMingkai Hu1-1/+1
2012-04-19powerpc/mpic_msgr: add lock for MPIC message global variableMingkai Hu1-5/+5
2012-04-18powerpc: fix system.h fallout in sysdev/scom.c [chroma_defconfig]Paul Gortmaker1-0/+1
2012-04-02Merge remote-tracking branch 'kumar/next' into mergeBenjamin Herrenschmidt1-2/+20
2012-03-29powerpc/qe: Update the SNUM table for MPC8569 Rev2.0Dave Liu1-2/+20
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells4-3/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds14-73/+710
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds18-166/+92
2012-03-21Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt11-22/+584
2012-03-17powerpc/44x: Add support PCI-E for APM821xx SoC and Bluestone boardVinh Nguyen Huu Tuong1-0/+70
2012-03-16powerpc: add support for MPIC message register APIJia Hongtao2-0/+284
2012-03-16powerpc/85xx: l2sram - Add compatible entry for mpc8548 L2 controllerchenhui zhao1-0/+3
2012-03-16powerpc/85xx: Fix compiler error with THIS_MODULE and relatedClaudiu Manoil2-0/+2
2012-03-16powerpc: Move GE PIC driversMartyn Welch5-0/+270
2012-03-16powerpc/fsl_msi: return proper error value when ioremap failed.Liu Shuo1-0/+1
2012-03-16powerpc/srio: Fix the compile errors when building with 64bitLiu Gang1-20/+22
2012-03-16powerpc/srio: Fix the relocation errors when building with 64bitLiu Gang1-2/+2
2012-02-27powerpc/mpic: Fix allocation of reverse-map for multi-ISU mpicsBenjamin Herrenschmidt1-2/+6
2012-02-23powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett1-1/+1
2012-02-23powerpc/mpic: Add "last-interrupt-source" property to override hardwareKyle Moffett1-20/+26
2012-02-23powerpc/mpic: Remove MPIC_BROKEN_FRR_NIRQS and duplicate irq_countKyle Moffett2-13/+8
2012-02-23fsl/mpic: Create and document the "single-cpu-affinity" device-tree flagKyle Moffett1-0/+2
2012-02-23powerpc/mpic: Fix use of "flags" variable in mpic_alloc()Kyle Moffett1-24/+22
2012-02-16irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely4-57/+4