]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Feb 2014 00:06:12 +0000 (16:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Feb 2014 00:06:12 +0000 (16:06 -0800)
commit9b62063dc081ce7556d5b4b740aca9c2dd4fe1e2
tree8f2db0e40abd8bc8dbb79e21f831c0734a87fa6d
parent5a6c3a081877d357187c9f81330a11e6dc1853fc
parentcce0f949dea98cf4462a54a1f9d1705621d62a4c
parent1d2029dd98a378c75483bf3db54fc1087b10a9e4
Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull irq update from Thomas Gleixner:
 "Fix from the urgent branch: a trivial oneliner adding the missing
  Kconfig dependency curing build failures which have been discovered by
  several build robots.

  The update in the irq-core branch provides a new function in the
  irq/devres code, which is a prerequisite for driver developers to get
  rid of boilerplate code all over the place.

  Not a bugfix, but it has zero impact on the current kernel due to the
  lack of users.  It's simpler to provide the infrastructure to
  interested parties via your tree than fulfilling the wishlist of
  driver maintainers on which particular commit or tag this should be
  based on"

* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=n

* 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  genirq: Add devm_request_any_context_irq()