summaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdomain.c
Commit message (Expand)AuthorAgeFilesLines
* irqdomain: Export irq_domain_update_bus_tokenJohn Stultz2020-07-271-0/+1
* genirq/irqdomain: Remove redundant NULL pointer check on fwnodeZenghui Yu2020-07-271-1/+1
* irqdomain: Allow software nodes for IRQ domain creationAndy Shevchenko2020-05-211-1/+2
* irqdomain: Get rid of special treatment for ACPI in __irq_domain_add()Andy Shevchenko2020-05-211-16/+1
* irqdomain: Make __irq_domain_add() less OF-dependentAndy Shevchenko2020-05-211-7/+6
* irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical usersBartosz Golaszewski2020-05-181-12/+12
* genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin2020-03-081-5/+5
* irqdomain: Fix function documentation of __irq_domain_alloc_fwnode()luanshi2020-03-081-2/+2
* irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao2020-01-201-0/+1
* genirq: Introduce irq_domain_translate_onecellYash Shah2020-01-201-0/+17
* irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentationYi Wang2019-11-051-1/+1
* irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui2019-09-031-0/+1
* irqdomain/debugfs: Use PAs to generate fwnode namesMarc Zyngier2019-08-071-4/+5
* irq/irqdomain: Fix comment typoZenghui Yu2019-07-061-1/+1
* genirq/irqdomain: Remove WARN_ON() on out-of-memory conditionGeert Uytterhoeven2019-05-281-1/+1
* irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()Julien Grall2019-04-291-1/+1
* Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-081-11/+34
|\
| * genirq: introduce irq_domain_translate_twocellBrian Masney2019-02-131-11/+34
* | Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-02-231-0/+14
|\ \
| * | irqdomain: Allow the default irq domain to be retrievedMarc Zyngier2019-02-211-0/+14
| |/
* / genirq/debugfs: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-2/+0
|/
* genirq/core: Introduce struct irq_affinity_descDou Liyang2018-12-191-2/+2
* genirq: Fix grammar s/an /a /Geert Uytterhoeven2018-10-091-1/+1
* genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier2018-10-011-1/+1
* genirq/debugfs: Reset domain debugfs_file on removal of the debugfs fileMarc Zyngier2018-10-011-0/+1
* genirq: Add missing SPDX identifiersThomas Gleixner2018-03-201-0/+2
* irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-161-14/+4
* irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGMarc Zyngier2018-01-241-118/+0
* genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-291-6/+7
* irqdomain: Drop pointless NULL check in virq_debug_show_oneRasmus Villemoes2017-11-121-2/+1
* irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada2017-10-191-2/+2
* irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada2017-10-191-7/+7
* genirq/irqdomain: Propagate early activationThomas Gleixner2017-09-251-5/+6
* genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner2017-09-251-15/+25
* genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2017-09-251-1/+1
* irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner2017-09-251-0/+2
* Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-051-5/+6
|\
| * device property: export irqchip_fwnode_opsArnd Bergmann2017-07-261-0/+1
| * device property: Get rid of struct fwnode_handle type fieldSakari Ailus2017-07-221-5/+5
* | irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq()Dan Carpenter2017-08-251-2/+2
* | irqdomain: Add irq_domain_{push,pop}_irq() functionsDavid Daney2017-08-181-0/+169
* | irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()David Daney2017-08-181-1/+2
* | irqdomain: Factor out code to add and remove items to and from the revmapDavid Daney2017-08-181-29/+29
|/
* irqdomain: Allow ACPI device nodes to be used as irqdomain identifiersMarc Zyngier2017-07-071-0/+16
* genirq/debugfs: Remove redundant NULL pointer checkThomas Gleixner2017-07-071-2/+1
* genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier2017-06-221-42/+13
* genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier2017-06-221-0/+31
* genirq/debugfs: Add proper debugfs interfaceThomas Gleixner2017-06-221-1/+86
* genirq/irqdomain: Add map counterThomas Gleixner2017-06-221-0/+4
* genirq: Allow fwnode to carry name information onlyThomas Gleixner2017-06-221-13/+92