Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932289AbcCCQ4V (ORCPT ); Thu, 3 Mar 2016 11:56:21 -0500 Received: from mail-wm0-f46.google.com ([74.125.82.46]:36447 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932464AbcCCQ4T (ORCPT ); Thu, 3 Mar 2016 11:56:19 -0500 Subject: Re: [PATCH 02/17] irqchip: Add PLX Technology RPS IRQ Controller To: Ma Haijun , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com References: <1457005210-18485-1-git-send-email-narmstrong@baylibre.com> <1457005210-18485-3-git-send-email-narmstrong@baylibre.com> <000201d17562$5f6f0090$1e4d01b0$@gmail.com> From: Neil Armstrong Organization: Baylibre Message-ID: <56D86CA8.6030301@baylibre.com> Date: Thu, 3 Mar 2016 17:56:08 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <000201d17562$5f6f0090$1e4d01b0$@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1204 Lines: 37 On 03/03/2016 04:32 PM, Ma Haijun wrote: > Hi Neil, > > Glad to see the mainline efforts of this SoC family. > > Previously, I did not really understand what this "RPS" stood for. > After some digging(1)., now I believe it means ARM's Reference Peripheral > Specification > though the spec itself seems not publicly available, the peripheral specs > are accessible. > The interrupt controller is an AMBA Interrupt Controller(2) and the timers > are > AMBA Timer(3). Besides, ARM Dual-Timer Module (SP804)(4) looks like an > extended version > of the AMBA timer > > 1) > http://infocenter.arm.com/help/topic/com.arm.doc.dai0030a/DAI0030A_sw_int_ap > psnote.pdf > 2) http://infocenter.arm.com/help/topic/com.arm.doc.ddi0047d/DDI0047.pdf > 3) http://infocenter.arm.com/help/topic/com.arm.doc.ddi0049c/AMBA_Timer.pdf > 4) http://infocenter.arm.com/help/topic/com.arm.doc.ddi0271d/DDI0271.pdf > > Regards, > Haijun Hi Haijun, Thanks for the tips ! Indeed the timer looks like the timer-sp804 actually upstream, I'll try this driver before posting a v2. Concerning the IRQ controller, I did not find any similar drivers. Marc, Arnd, should I create a specific "arm RPS irq controller" instead ? Neil