| Commit message (Expand) | Author | Age | Files | Lines |
* | genirq: Add chip_[suspend|resume] PM support to irq_chip | Brian Norris | 2015-07-27 | 1 | -0/+6 |
* | genirq: generic chip: Support hierarchy domain | Stefan Agner | 2015-05-18 | 1 | -3/+2 |
* | genirq: Generic chip: Add big endian I/O accessors | Kevin Cernekee | 2014-11-09 | 1 | -0/+16 |
* | genirq: Generic chip: Change irq_reg_{readl,writel} arguments | Kevin Cernekee | 2014-11-09 | 1 | -10/+10 |
* | genirq: generic chip: Export irq_map_generic_chip function | Boris BREZILLON | 2014-07-17 | 1 | -2/+3 |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-07-13 | 1 | -1/+1 |
|\ |
|
| * | genirq: generic chip: Use DIV_ROUND_UP to calculate numchips | Axel Lin | 2013-07-05 | 1 | -1/+1 |
* | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-07-06 | 1 | -4/+2 |
|\ \ |
|
| * | | irqdomain: Eliminate revmap type | Grant Likely | 2013-06-10 | 1 | -4/+1 |
| * | | irqdomain: Add a name field | Grant Likely | 2013-06-10 | 1 | -0/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-07-04 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | irq/generic-chip: fix a few kernel-doc entries | Uwe Kleine-König | 2013-06-18 | 1 | -3/+3 |
* | | | genirq: Add the generic chip to the genirq docbook | Thomas Gleixner | 2013-06-28 | 1 | -5/+6 |
* | | | genirq: generic-chip: Export some irq_gc_ functions | Fabio Estevam | 2013-06-28 | 1 | -0/+3 |
* | | | genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chips | James Hogan | 2013-06-24 | 1 | -0/+1 |
| |/
|/| |
|
* | | genirq: irqchip: Add mask to block out invalid irqs | Grant Likely | 2013-05-29 | 1 | -0/+3 |
* | | genirq: Generic chip: Add linear irq domain support | Thomas Gleixner | 2013-05-29 | 1 | -6/+181 |
* | | genirq: Generic chip: Split out code into separate functions | Thomas Gleixner | 2013-05-29 | 1 | -16/+34 |
* | | genirq: irqchip: Add a mask calculation function | Thomas Gleixner | 2013-05-29 | 1 | -2/+6 |
* | | genirq: Generic chip: Cache per irq bit mask | Thomas Gleixner | 2013-05-29 | 1 | -9/+14 |
* | | genirq: Generic chip: Handle separate mask registers | Gerlando Falauto | 2013-05-29 | 1 | -7/+10 |
* | | genirq: Generic chip: Add support for per chip type mask cache | Gerlando Falauto | 2013-05-29 | 1 | -6/+10 |
* | | genirq: Generic chip: Remove the local cur_regs() function | Gerlando Falauto | 2013-05-29 | 1 | -14/+17 |
|/ |
|
* | kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | irq: Add EXPORT_SYMBOL_GPL to function of irq generic-chip | Nobuhiro Iwamatsu | 2011-10-24 | 1 | -0/+4 |
* | genirq: Fix wrong bit operation | jhbird.choi@samsung.com | 2011-07-26 | 1 | -2/+2 |
* | genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd) | Simon Guinot | 2011-07-07 | 1 | -2/+16 |
* | genirq: Add chip suspend and resume callbacks | Thomas Gleixner | 2011-04-23 | 1 | -0/+93 |
* | genirq: Implement a generic interrupt chip | Thomas Gleixner | 2011-04-23 | 1 | -0/+261 |