summaryrefslogtreecommitdiff
path: root/kernel/irq/irqdomain.c
AgeCommit message (Expand)Author
2012-03-29irqdomain: Remove powerpc dependency from debugfs fileGrant Likely
2012-02-24irq_domain/mips: Allow irq_domain on MIPSGrant Likely
2012-02-16irq_domain: constify irq_domain_opsGrant Likely
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely
2012-02-16irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely
2012-02-16irq_domain: Remove references to old irq_host namesGrant Likely
2012-02-16irq_domain: remove NO_IRQ from irq domain codeGrant Likely
2012-02-16irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely
2012-02-14irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely
2012-02-14irq_domain: Be less verboseGrant Likely
2012-01-07Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-12-28irq: check domain hwirq range for DT translateRob Herring
2011-12-23ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OFJamie Iles
2011-10-31irq: support domains with non-zero hwirq baseRob Herring
2011-09-20irq: Fix check for already initialized irq_domain in irq_domain_addRob Herring
2011-07-28dt/irq: add irq_domain_generate_simple() helperGrant Likely
2011-07-28irq: add irq_domain translation infrastructureGrant Likely