aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irqdomain.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-21genirq: Export irq_domain_disassociate() to architecture interrupt driversJiang Liu1-0/+2
2013-06-24irqdomain: make irq_linear_revmap() a fast path againGrant Likely1-3/+16
2013-06-24irqdomain: remove irq_domain_generate_simple()Grant Likely1-8/+0
2013-06-24irqdomain: Refactor irq_domain_associate_many()Grant Likely1-13/+11
2013-06-10irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely1-7/+24
2013-06-10irqdomain: Eliminate revmap typeGrant Likely1-28/+20
2013-06-10irqdomain: merge linear and tree reverse mappings.Grant Likely1-8/+10
2013-06-10irqdomain: Add a name fieldGrant Likely1-0/+1
2013-06-10irqdomain: Replace LEGACY mapping with LINEARGrant Likely1-7/+0
2013-05-29genirq: Generic chip: Add linear irq domain supportThomas Gleixner1-0/+12
2012-07-11irqdomain: Eliminate dedicated radix lookup functionsGrant Likely1-4/+0
2012-07-11irqdomain: Support for static IRQ mapping and association.Grant Likely1-0/+19
2012-07-11irq_domain: Standardise legacy/linear domain selectionMark Brown1-0/+5
2012-05-19irqdomain: Kill off duplicate definitions.Paul Mundt1-3/+0
2012-05-19irqdomain: Support removal of IRQ domains.Paul Mundt1-1/+3
2012-04-12irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely1-2/+4
2012-04-10irq: Kill pointless irqd_to_hw exportGrant Likely1-6/+0
2012-02-26irq_domain: Centralize definition of irq_dispose_mapping()Grant Likely1-1/+4
2012-02-16irq_domain: constify irq_domain_opsGrant Likely1-7/+7
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely1-0/+12
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely1-1/+0
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely1-41/+4
2012-02-16irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely1-1/+19
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-9/+15
2012-02-16irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely1-4/+42
2012-02-14irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely1-20/+64
2011-12-23ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OFJamie Iles1-1/+2
2011-10-31irq: support domains with non-zero hwirq baseRob Herring1-1/+15
2011-09-20irq: Add declaration of irq_domain_simple_ops to irqdomain.hRob Herring1-0/+1
2011-07-28dt/irq: add irq_domain_generate_simple() helperGrant Likely1-0/+10
2011-07-28irq: add irq_domain translation infrastructureGrant Likely1-0/+81