From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760210AbcDMLkk (ORCPT ); Wed, 13 Apr 2016 07:40:40 -0400 Received: from smtprelay4.synopsys.com ([198.182.47.9]:55039 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760190AbcDMLke (ORCPT ); Wed, 13 Apr 2016 07:40:34 -0400 From: Vineet Gupta To: Marc Zyngier , Thomas Gleixner , Jason Cooper , Daniel Lezcano CC: , , Noam Camus , Vineet Gupta Subject: [PATCH v4 0/5] Modernize ARC clocksource/clockevent/intc drivers Date: Wed, 13 Apr 2016 17:10:00 +0530 Message-ID: <1460547605-26184-1-git-send-email-vgupta@synopsys.com> X-Mailer: git-send-email 2.5.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.12.197.158] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vineet.Gupta1@synopsys.com (Vineet Gupta) Date: Wed, 13 Apr 2016 17:10:00 +0530 Subject: [PATCH v4 0/5] Modernize ARC clocksource/clockevent/intc drivers List-ID: Message-ID: <1460547605-26184-1-git-send-email-vgupta@synopsys.com> To: linux-snps-arc@lists.infradead.org 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