summaryrefslogtreecommitdiff
path: root/kernel/irq/irqdomain.c (follow)
Commit message (Expand)AuthorAge
* irqdomain: Introduce irq_domain_create_hierarchyMarc Zyngier2015-10-13
* irqdomain: Add a fwnode_handle allocatorMarc Zyngier2015-10-13
* irqdomain: Introduce irq_domain_create_{linear, tree}Marc Zyngier2015-10-13
* irqdomain: Introduce irq_create_fwspec_mappingMarc Zyngier2015-10-13
* irqdomain: Introduce a firmware-specific IRQ specifier structureMarc Zyngier2015-10-13
* irqdomain: Allow irq domain lookup by fwnodeMarc Zyngier2015-10-13
* irqdomain: Convert irqdomain-%3Eof_node to fwnodeMarc Zyngier2015-10-13
* irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-13
* genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu2015-09-16
* genirq/irqdomain: Allow irq domain aliasingMarc Zyngier2015-07-30
* Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-06-20
|\
| * genirq: Introduce helper function irq_data_get_node()Jiang Liu2015-06-12
| * genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu2015-06-12
* | irqdomain: Add non-hierarchy helper irq_domain_set_infoStefan Agner2015-05-18
|/
* irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu2014-11-23
* irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu2014-11-23
* genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu2014-11-23
* irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen2014-11-23
* irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu2014-11-23
* genirq: Export irq_domain_disassociate() to architecture interrupt driversJiang Liu2014-06-21
* genirq: Improve documentation to match current implementationJiang Liu2014-05-27
* genirq: Include missing header file in irqdomain.cRashika Kheria2014-02-27
* of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-24
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-13
|\
| * irqdomain: Remove temporary MIPS workaround codeGrant Likely2013-06-18
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-06
|\ \
| * | irq: fix checkpatch errorKefeng Wang2013-06-24
| * | irqdomain: make irq_linear_revmap() a fast path againGrant Likely2013-06-24
| * | irqdomain: remove irq_domain_generate_simple()Grant Likely2013-06-24
| * | irqdomain: Refactor irq_domain_associate_many()Grant Likely2013-06-24
| * | irqdomain: Beef up debugfs outputGrant Likely2013-06-10
| * | irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely2013-06-10
| * | irqdomain: Eliminate revmap typeGrant Likely2013-06-10
| * | irqdomain: merge linear and tree reverse mappings.Grant Likely2013-06-10
| * | irqdomain: Add a name fieldGrant Likely2013-06-10
| * | irqdomain: Replace LEGACY mapping with LINEARGrant Likely2013-06-10
| * | irqdomain: Relax failure path on setting up mappingsGrant Likely2013-06-10
| * | Merge remote-tracking branch 'tip/irq/for-arm' into irqdomain/nextGrant Likely2013-06-10
| |\ \ | | |/ | |/|
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-02
|\ \ \ | |/ / |/| |
| * | irqdomain: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas2013-06-25
| |/
| * genirq: Generic chip: Add linear irq domain supportThomas Gleixner2013-05-29
* | irqdomain: document the simple domain first_irqLinus Walleij2013-06-08
* | kernel/irq/irqdomain.c: before use 'irq_data', need check it whether valid.Chen Gang2013-06-08
* | irqdomain: export irq_domain_add_simpleArnd Bergmann2013-06-08
|/
* irqdomain: Allow quiet failure modeBenjamin Herrenschmidt2013-05-06
* irqdomain: stop screaming about preallocated irqdescsLinus Walleij2012-11-30
* irqdomain: augment add_simple() to allocate descsLinus Walleij2012-10-10
* irqdomain: Improve diagnostics when a domain mapping failsMark Brown2012-07-24
* irqdomain: eliminate slow-path revmap lookupsGrant Likely2012-07-24
* irqdomain: Fix irq_create_direct_mapping() to test irq_domain type.Grant Likely2012-07-11