]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Jul 2013 19:37:04 +0000 (12:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Jul 2013 19:37:04 +0000 (12:37 -0700)
commit53323cc079dad40a3caa973da9c05c5c8c870fc8
tree03a4960e9e30a023fdd77b558012a2d6a9ac23ab
parentf09ea987d44618fe38d3138d872877a894abd24a
parentdd92f6204169f77dca54b9ed7267785921afc7da
Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux

Pull irqdomain refactoring from Grant Likely:
 "This is the long awaited simplification of irqdomain.  It gets rid of
  the different types of irq domains and instead both linear and tree
  mappings can be supported in a single domain.  Doing this removes a
  lot of special case code and makes irq domains simpler to understand
  overall"

* tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux:
  irq: fix checkpatch error
  irqdomain: Include hwirq number in /proc/interrupts
  irqdomain: make irq_linear_revmap() a fast path again
  irqdomain: remove irq_domain_generate_simple()
  irqdomain: Refactor irq_domain_associate_many()
  irqdomain: Beef up debugfs output
  irqdomain: Clean up aftermath of irq_domain refactoring
  irqdomain: Eliminate revmap type
  irqdomain: merge linear and tree reverse mappings.
  irqdomain: Add a name field
  irqdomain: Replace LEGACY mapping with LINEAR
  irqdomain: Relax failure path on setting up mappings
arch/powerpc/platforms/powermac/smp.c
kernel/irq/generic-chip.c
kernel/irq/irqdomain.c