summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Make sure IPI handlers see data written by IPI sendersPaul Mackerras2012-09-051-1/+5
* powerpc/mpic_msgr: Add missing includesScott Wood2012-08-241-0/+3
* powerpc/fsl-pci: Only scan PCI bus if configured as a hostJia Hongtao2012-08-031-5/+8
* Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-07-313-5/+2
|\
| * Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely2012-07-246-6/+86
| |\
| * | irqdomain: Eliminate dedicated radix lookup functionsGrant Likely2012-07-112-2/+2
| * | irqdomain: Always update revmap when setting up a virqGrant Likely2012-07-111-3/+0
* | | Merge remote-tracking branch 'kumar/merge' into mergeBenjamin Herrenschmidt2012-07-312-27/+16
|\ \ \ | |_|/ |/| |
| * | powerpc/85xx: Fix sram_offset parameter typeClaudiu Manoil2012-07-262-27/+16
* | | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-241-1/+1
|\ \ \ | |/ / |/| |
| * | powerpc/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior2012-06-162-2/+2
| |/
* | powerpc/mpic: Create a revmap with enough entries for IPIs and timersBenjamin Herrenschmidt2012-07-231-1/+1
* | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-07-134-3/+83
|\ \
| * | powerpc/fsl-pci: get PCI init out of board filesScott Wood2012-07-112-1/+78
| * | powerpc/qe: set IReady in QE Microcode UploadKokoris, Ioannis2012-07-101-0/+3
| * | powerpc/mpic: Use the MPIC_LARGE_VECTORS flag for FSL MPIC.Varun Sethi2012-07-101-1/+1
| * | powerpc/fsl/pci: Fix when quirk_fsl_pcie_header is freed upMatias Garcia2012-07-101-1/+1
| |/
* | powerpc: Use CURRENT_THREAD_INFO instead of open coded assemblyStuart Yoder2012-07-111-1/+1
|/
* Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt2012-05-101-14/+28
|\
| * powerpc/40x: Use {upper,lower}_32_bits for msi_physJosh Boyer2012-05-031-2/+2
| * powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone boardMai La2012-05-031-14/+28
* | powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely2012-04-302-6/+4
* | powerpc/8xx: Fix NR_IRQ bugs and refactor 8xx interrupt controllerGrant Likely2012-04-301-41/+20
|/
* Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-271-0/+1
|\
| * powerpc: fix system.h fallout in sysdev/scom.c [chroma_defconfig]Paul Gortmaker2012-04-181-0/+1
* | powerpc/mpic: Properly set default triggersBenjamin Herrenschmidt2012-04-231-12/+30
* | powerpc/mpic: Fix confusion between hw_irq and virqBenjamin Herrenschmidt2012-04-231-8/+4
* | powerpc/mpic_msgr: fix offset error when setting mer registerMingkai Hu2012-04-191-1/+1
* | powerpc/mpic_msgr: add lock for MPIC message global variableMingkai Hu2012-04-191-5/+5
|/
* Merge remote-tracking branch 'kumar/next' into mergeBenjamin Herrenschmidt2012-04-021-2/+20
|\
| * powerpc/qe: Update the SNUM table for MPC8569 Rev2.0Dave Liu2012-03-291-2/+20
* | Disintegrate asm/system.h for PowerPCDavid Howells2012-03-284-3/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-2114-73/+710
|\
| * Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-03-2111-22/+584
| |\
| | * powerpc: add support for MPIC message register APIJia Hongtao2012-03-162-0/+284
| | * powerpc/85xx: l2sram - Add compatible entry for mpc8548 L2 controllerchenhui zhao2012-03-161-0/+3
| | * powerpc/85xx: Fix compiler error with THIS_MODULE and relatedClaudiu Manoil2012-03-162-0/+2
| | * powerpc: Move GE PIC driversMartyn Welch2012-03-165-0/+270
| | * powerpc/fsl_msi: return proper error value when ioremap failed.Liu Shuo2012-03-161-0/+1
| | * powerpc/srio: Fix the compile errors when building with 64bitLiu Gang2012-03-161-20/+22
| | * powerpc/srio: Fix the relocation errors when building with 64bitLiu Gang2012-03-161-2/+2
| * | powerpc/44x: Add support PCI-E for APM821xx SoC and Bluestone boardVinh Nguyen Huu Tuong2012-03-171-0/+70
| |/
| * powerpc/mpic: Fix allocation of reverse-map for multi-ISU mpicsBenjamin Herrenschmidt2012-02-271-2/+6
| * powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett2012-02-231-1/+1
| * powerpc/mpic: Add "last-interrupt-source" property to override hardwareKyle Moffett2012-02-231-20/+26
| * powerpc/mpic: Remove MPIC_BROKEN_FRR_NIRQS and duplicate irq_countKyle Moffett2012-02-232-13/+8
| * fsl/mpic: Create and document the "single-cpu-affinity" device-tree flagKyle Moffett2012-02-231-0/+2
| * powerpc/mpic: Fix use of "flags" variable in mpic_alloc()Kyle Moffett2012-02-231-24/+22
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-2118-166/+92
|\ \ | |/ |/|
| * irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely2012-02-164-57/+4
OpenPOWER on IntegriCloud