aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/uic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-10powerpc/4xx: Create 4xx pseudo-platform in platforms/4xxMichael Ellerman1-334/+0
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-06-02powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-05-11powerpc: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard1-1/+0
2012-02-16irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely1-13/+1
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-4/+2
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-5/+5
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers1-1/+0
2011-09-13locking, powerpc: Annotate uic->lock as rawThomas Gleixner1-12/+12
2011-05-04powerpc/irq: Stop exporting irq_mapGrant Likely1-7/+5
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-7/+7
2011-03-29powerpc: uic: Cleanup flow type handlingThomas Gleixner1-17/+10
2011-03-29powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner1-2/+2
2011-03-10powerpc: sysdev/uic irq_data conversion.Lennert Buytenhek1-29/+30
2010-02-17powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard1-1/+1
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-4/+4
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-3/+3
2009-07-08powerpc: Don't use alloc_bootmem() in init_IRQ() pathAnton Vorontsov1-2/+1
2008-06-09powerpc: Fix irq_alloc_host() reference counting and callersMichael Ellerman1-4/+2
2008-01-17[POWERPC] Use for_each macros in arch/powerpc/sysdevCyrill Gorcunov1-11/+4
2007-12-23[POWERPC] 4xx: rework UIC cascade irq handlingValentine Barshak1-17/+19
2007-12-23[POWERPC] 4xx: make UIC use generic level irq handlerValentine Barshak1-62/+19
2007-11-19[POWERPC] 4xx: UIC add mask_ack callbackValentine Barshak1-1/+17
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-8/+3
2007-08-17[POWERPC] Improve robustness of the UIC cascade handlerDavid Gibson1-0/+3
2007-08-17[POWERPC] Fix irq flow handler for 4xx UICDavid Gibson1-1/+60
2007-08-17[POWERPC] Fix setting of irq trigger type in UIC driverDavid Gibson1-1/+1
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-1/+1
2007-04-30[POWERPC] get_property cleanupsStephen Rothwell1-4/+4
2007-04-24[POWERPC] Add arch/powerpc driver for UIC, PPC4xx interrupt controllerDavid Gibson1-0/+342