aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/cpm2_pic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-16powerpc/cpm2: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-04-30powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely1-2/+1
2012-02-16irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely1-13/+1
2012-02-16irq_domain/powerpc: constify irq_domain_opsGrant Likely1-1/+1
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-2/+1
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-5/+5
2011-05-04powerpc/irq: Stop exporting irq_mapGrant Likely1-5/+5
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-3/+3
2011-03-29powerpc: cpm2_pic: Use IRQCHIP_EOI_IF_HANDLEDThomas Gleixner1-15/+10
2011-03-29powerpc: cpm2_pic: Cleanup flow type handlingThomas Gleixner1-10/+8
2011-03-29powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner1-1/+1
2011-03-10powerpc: sysdev/cpm2_pic irq_data conversion.Lennert Buytenhek1-16/+16
2010-02-17powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard1-1/+1
2009-12-10powerpc/cpm2_pic: Allow correct flow_types for port C interruptsMark Ware1-7/+21
2009-12-09powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze1-1/+1
2009-11-24powerpc: Fixup last users of irq_chip->typenameThomas Gleixner1-1/+1
2009-10-30powerpc: Remove get_irq_desc()Michael Ellerman1-4/+6
2009-02-06powerpc/cpm2: Fix set interrupt typepaulfax1-1/+1
2008-06-09powerpc: Fix irq_alloc_host() reference counting and callersMichael Ellerman1-1/+1
2007-10-04[POWERPC] cpm2: Infrastructure code cleanup.Scott Wood1-1/+1
2007-09-14[POWERPC] Provide a default irq_host match, which matches on an exact of_nodeMichael Ellerman1-6/+0
2007-09-14[POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman1-4/+3
2007-02-07[POWERPC] cpm2: CPM2 interrupt controller fixVitaly Bordug1-61/+89
2007-01-24[POWERPC] arch/powerpc/sysdev/cpm2_pic.c of_node_get cleanupMariusz Kozlowski1-3/+1
2006-10-07[POWERPC] Fix up after irq changesOlaf Hering1-1/+1
2006-10-03POWERPC: 8272ads merge to powerpc: common stuffVitaly Bordug1-1/+1
2006-09-21POWERPC: Get rid of remapping the whole immrVitaly Bordug1-17/+17
2006-09-21POWERPC: Move generic cpm2 stuff to powerpcVitaly Bordug1-0/+256