On Thu, Apr 02, 2020 at 10:36:44PM +0200, Michael Walle wrote: > Add a new function regmap_add_irq_chip_np() with its corresponding > devm_regmap_add_irq_chip_np() variant. Sometimes one want to register > the IRQ domain on a different device node that the one of the regmap The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-irq-np for you to fetch changes up to 12479382877dcf6623af4676caa8d3c647469a1b: regmap-irq: make it possible to add irq_chip do a specific device node (2020-04-14 16:21:37 +0100) ---------------------------------------------------------------- regmap: Allow an irqchip to be created for a specific DT node ---------------------------------------------------------------- Michael Walle (1): regmap-irq: make it possible to add irq_chip do a specific device node drivers/base/regmap/regmap-irq.c | 84 ++++++++++++++++++++++++++++++++-------- include/linux/regmap.h | 10 +++++ 2 files changed, 78 insertions(+), 16 deletions(-)