Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1237519
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] irqchip: sunxi-nmi: misc. / aesthetic improvements |
| Date | 2015-10-01 17:40 +0200 |
| Message-ID | <qeO7D-hB-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi everyone,
sunxi-nmi uses its DT node name, which is normally "interrupt-controller",
as its irqchip name. This only serves to confuse the user when one sees
"interrupt-controller" in /sys/kernel/debug/irq_domain_mapping or
/proc/interrupts. We want it to show something more specific, like
"sunxi-nmi". Also do this for the printk calls.
While at it, also switch to the new of_io_request_and_map() call, so the
IO resource is properly held, and also shows up in /proc/iomem.
Regards
ChenYu
P.S. I'm thinking about removing the "_irq_chip" suffix from the axp20x
irq chip name as well.
Chen-Yu Tsai (2):
irqchip: sunxi-nmi: Use driver name instead of DT node name for
identification
irqchip: sunxi-nmi: switch to of_io_request_and_map() from of_iomap()
drivers/irqchip/irq-sunxi-nmi.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
--
2.5.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] irqchip: sunxi-nmi: misc. / aesthetic improvements Chen-Yu Tsai <wens@csie.org> - 2015-10-01 17:40 +0200
[PATCH 1/2] irqchip: sunxi-nmi: Use driver name instead of DT node name for identification Chen-Yu Tsai <wens@csie.org> - 2015-10-01 17:40 +0200
Re: [PATCH 1/2] irqchip: sunxi-nmi: Use driver name instead of DT node name for identification Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-01 22:50 +0200
Re: [PATCH 1/2] irqchip: sunxi-nmi: Use driver name instead of DT node name for identification Chen-Yu Tsai <wens@csie.org> - 2015-10-02 07:30 +0200
csiph-web