aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/uic.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/irq: Stop exporting irq_mapGrant Likely2011-05-041-7/+5
* powerpc: Convert to new irq_* function namesThomas Gleixner2011-03-291-7/+7
* powerpc: uic: Cleanup flow type handlingThomas Gleixner2011-03-291-17/+10
* powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner2011-03-291-2/+2
* powerpc: sysdev/uic irq_data conversion.Lennert Buytenhek2011-03-101-29/+30
* powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard2010-02-171-1/+1
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-4/+4
* powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze2009-12-091-1/+1
* powerpc: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-241-1/+1
* powerpc: Remove get_irq_desc()Michael Ellerman2009-10-301-3/+3
* powerpc: Don't use alloc_bootmem() in init_IRQ() pathAnton Vorontsov2009-07-081-2/+1
* powerpc: Fix irq_alloc_host() reference counting and callersMichael Ellerman2008-06-091-4/+2
* [POWERPC] Use for_each macros in arch/powerpc/sysdevCyrill Gorcunov2008-01-171-11/+4
* [POWERPC] 4xx: rework UIC cascade irq handlingValentine Barshak2007-12-231-17/+19
* [POWERPC] 4xx: make UIC use generic level irq handlerValentine Barshak2007-12-231-62/+19
* [POWERPC] 4xx: UIC add mask_ack callbackValentine Barshak2007-11-191-1/+17
* [POWERPC] Provide a default irq_host match, which matches on an exact of_nodeMichael Ellerman2007-09-141-6/+0
* [POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman2007-09-141-8/+3
* [POWERPC] Improve robustness of the UIC cascade handlerDavid Gibson2007-08-171-0/+3
* [POWERPC] Fix irq flow handler for 4xx UICDavid Gibson2007-08-171-1/+60
* [POWERPC] Fix setting of irq trigger type in UIC driverDavid Gibson2007-08-171-1/+1
* [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-05-071-1/+1
* [POWERPC] get_property cleanupsStephen Rothwell2007-04-301-4/+4
* [POWERPC] Add arch/powerpc driver for UIC, PPC4xx interrupt controllerDavid Gibson2007-04-241-0/+342