On Mon, Jul 06, 2020 at 07:53:41PM +0200, Michael Walle wrote: > Convert the argument to the newer fwnode_handle instead a device tree > node. Fortunately, there are no users for now. So this is an easy > change. The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-np-fwnode for you to fetch changes up to 5cc2013bfeee756a1ee6da9bfbe42e52b4695035: regmap-irq: use fwnode instead of device node in add_irq_chip() (2020-07-08 11:15:12 +0100) ---------------------------------------------------------------- regmap: Change node pointer to fwnode in new IRQ API ---------------------------------------------------------------- Michael Walle (1): regmap-irq: use fwnode instead of device node in add_irq_chip() drivers/base/regmap/regmap-irq.c | 53 ++++++++++++++++++++++------------------ include/linux/regmap.h | 21 +++++++++------- 2 files changed, 41 insertions(+), 33 deletions(-)