Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1377817
| From | Vineet Gupta <Vineet.Gupta1@synopsys.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/5] Modernize ARC clocksource/clockevent/intc drivers |
| Date | 2016-04-13 13:50 +0200 |
| Message-ID | <rnrt0-BH-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
This is a partial repost of a series [1] which improves the ARC clock* drivers.
I've also included the patches to switch the core intc from legacy to linear
domains (as suggested by Marc Z a while back).
These are stepping stones for eventual landing into driver/*
Please review !
Thx,
-Vineet
[1] http://lists.infradead.org/pipermail/linux-snps-arc/2016-March/000653.html
Vineet Gupta (5):
ARC: clockevent: DT based probe
ARC: clocksource: DT based probe
ARC: irq: export some IRQs again
ARC: [intc-*] Do a domain lookup in primary handler for hwirq -> linux
virq
ARC: [intc-*] switch to linear domain
arch/arc/Kconfig | 1 +
arch/arc/include/asm/irq.h | 9 +--
arch/arc/kernel/intc-arcv2.c | 17 +++--
arch/arc/kernel/intc-compact.c | 14 ++--
arch/arc/kernel/irq.c | 9 +--
arch/arc/kernel/mcip.c | 7 +-
arch/arc/kernel/setup.c | 3 -
arch/arc/kernel/time.c | 169 +++++++++++++++++++++++++----------------
8 files changed, 131 insertions(+), 98 deletions(-)
--
2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/5] Modernize ARC clocksource/clockevent/intc drivers Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-04-13 13:50 +0200
[PATCH v4 5/5] ARC: [intc-*] switch to linear domain Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-04-13 13:50 +0200
[PATCH v4 3/5] ARC: irq: export some IRQs again Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-04-13 13:50 +0200
[PATCH v4 4/5] ARC: [intc-*] Do a domain lookup in primary handler for hwirq -> linux virq Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-04-13 13:50 +0200
[PATCH v4 1/5] ARC: clockevent: DT based probe Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-04-13 13:50 +0200
Re: [PATCH v4 1/5] ARC: clockevent: DT based probe Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-04-13 15:00 +0200
Re: [PATCH v4 1/5] ARC: clockevent: DT based probe Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-04-14 11:40 +0200
Re: [PATCH v4 1/5] ARC: clockevent: DT based probe Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-04-14 12:10 +0200
[PATCH v4 2/5] ARC: clocksource: DT based probe Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-04-13 13:50 +0200
Re: [PATCH v4 2/5] ARC: clocksource: DT based probe Marc Zyngier <marc.zyngier@arm.com> - 2016-04-13 18:30 +0200
Re: [PATCH v4 2/5] ARC: clocksource: DT based probe Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-04-14 11:30 +0200
Re: [PATCH v4 2/5] ARC: clocksource: DT based probe Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-04-14 11:40 +0200
Re: [PATCH v4 2/5] ARC: clocksource: DT based probe Marc Zyngier <marc.zyngier@arm.com> - 2016-04-14 11:40 +0200
csiph-web