summaryrefslogtreecommitdiffstats
path: root/kernel/irq/generic-chip.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Add chip_[suspend|resume] PM support to irq_chipBrian Norris2015-07-271-0/+6
* genirq: generic chip: Support hierarchy domainStefan Agner2015-05-181-3/+2
* genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee2014-11-091-0/+16
* genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee2014-11-091-10/+10
* genirq: generic chip: Export irq_map_generic_chip functionBoris BREZILLON2014-07-171-2/+3
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-131-1/+1
|\
| * genirq: generic chip: Use DIV_ROUND_UP to calculate numchipsAxel Lin2013-07-051-1/+1
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-061-4/+2
|\ \
| * | irqdomain: Eliminate revmap typeGrant Likely2013-06-101-4/+1
| * | irqdomain: Add a name fieldGrant Likely2013-06-101-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-1/+1
|\ \ \ | |_|/ |/| |
| * | irq/generic-chip: fix a few kernel-doc entriesUwe Kleine-König2013-06-181-3/+3
* | | genirq: Add the generic chip to the genirq docbookThomas Gleixner2013-06-281-5/+6
* | | genirq: generic-chip: Export some irq_gc_ functionsFabio Estevam2013-06-281-0/+3
* | | genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chipsJames Hogan2013-06-241-0/+1
| |/ |/|
* | genirq: irqchip: Add mask to block out invalid irqsGrant Likely2013-05-291-0/+3
* | genirq: Generic chip: Add linear irq domain supportThomas Gleixner2013-05-291-6/+181
* | genirq: Generic chip: Split out code into separate functionsThomas Gleixner2013-05-291-16/+34
* | genirq: irqchip: Add a mask calculation functionThomas Gleixner2013-05-291-2/+6
* | genirq: Generic chip: Cache per irq bit maskThomas Gleixner2013-05-291-9/+14
* | genirq: Generic chip: Handle separate mask registersGerlando Falauto2013-05-291-7/+10
* | genirq: Generic chip: Add support for per chip type mask cacheGerlando Falauto2013-05-291-6/+10
* | genirq: Generic chip: Remove the local cur_regs() functionGerlando Falauto2013-05-291-14/+17
|/
* kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-10-311-0/+1
* irq: Add EXPORT_SYMBOL_GPL to function of irq generic-chipNobuhiro Iwamatsu2011-10-241-0/+4
* genirq: Fix wrong bit operationjhbird.choi@samsung.com2011-07-261-2/+2
* genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot2011-07-071-2/+16
* genirq: Add chip suspend and resume callbacksThomas Gleixner2011-04-231-0/+93
* genirq: Implement a generic interrupt chipThomas Gleixner2011-04-231-0/+261