]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
irqchip/sunxi-nmi: Switch to of_io_request_and_map() from of_iomap()
authorChen-Yu Tsai <wens@csie.org>
Mon, 5 Oct 2015 16:42:14 +0000 (00:42 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 9 Oct 2015 20:47:28 +0000 (22:47 +0200)
commit0e841b04c829f59a5d5745f98d2857f48882efe9
tree37939e429439305f1208dc1d499cded219ffa9ae
parent2d6caaed0997f335ce341703083c989c91ad76f4
irqchip/sunxi-nmi: Switch to of_io_request_and_map() from of_iomap()

Switch to the new of_io_request_and_map() call, so the IO resource is
properly held, and also shows up in /proc/iomem.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Link: http://lkml.kernel.org/r/1444063334-19832-3-git-send-email-wens@csie.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/irq-sunxi-nmi.c