Commits
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()
Showing diff to3a19c07c565
- Linus Torvalds committed 3a19c07c565MMerge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
- Paul Gortmaker committed 2c45aada341genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=n In allmodconfig builds ...
- Stephen Boyd committed 0668d306512genirq: Add devm_request_any_context_irq() Some drivers use request_any_context_irq() ...