From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni) Date: Tue, 20 Oct 2015 16:00:21 +0200 Subject: [PATCH 5/5] irqchip: armada-370-xp: document the overall driver logic In-Reply-To: <1445347435-2333-6-git-send-email-thomas.petazzoni@free-electrons.com> References: <1445347435-2333-1-git-send-email-thomas.petazzoni@free-electrons.com> <1445347435-2333-6-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: <20151020160021.374725f3@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello, On Tue, 20 Oct 2015 15:23:55 +0200, Thomas Petazzoni wrote: > +/* > + * Overall diagram of the Armada XP interrupt controller: > + * > + * To CPU 0 To CPU 1 > + * > + * /\ /\ > + * || || > + * +---------------+ +---------------+ > + * | | | | Things are a bit off here. > + * | per-CPU | | per-CPU | > + * | mask/unmask | | mask/unmask | > + * | CPU0 | | CPU1 | > + * | | | | > + * +---------------+ +---------------+ > + * /\ /\ and here. So I can fix that up in the next version. If we're doing ASCII art, let's do it properly. Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752914AbbJTOAZ (ORCPT ); Tue, 20 Oct 2015 10:00:25 -0400 Received: from down.free-electrons.com ([37.187.137.238]:55811 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752497AbbJTOAY (ORCPT ); Tue, 20 Oct 2015 10:00:24 -0400 Date: Tue, 20 Oct 2015 16:00:21 +0200 From: Thomas Petazzoni To: Thomas Gleixner , Jason Cooper , Marc Zyngier Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Tawfik Bayouk , Nadav Haklai , Lior Amsalem , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement Subject: Re: [PATCH 5/5] irqchip: armada-370-xp: document the overall driver logic Message-ID: <20151020160021.374725f3@free-electrons.com> In-Reply-To: <1445347435-2333-6-git-send-email-thomas.petazzoni@free-electrons.com> References: <1445347435-2333-1-git-send-email-thomas.petazzoni@free-electrons.com> <1445347435-2333-6-git-send-email-thomas.petazzoni@free-electrons.com> Organization: Free Electrons X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Tue, 20 Oct 2015 15:23:55 +0200, Thomas Petazzoni wrote: > +/* > + * Overall diagram of the Armada XP interrupt controller: > + * > + * To CPU 0 To CPU 1 > + * > + * /\ /\ > + * || || > + * +---------------+ +---------------+ > + * | | | | Things are a bit off here. > + * | per-CPU | | per-CPU | > + * | mask/unmask | | mask/unmask | > + * | CPU0 | | CPU1 | > + * | | | | > + * +---------------+ +---------------+ > + * /\ /\ and here. So I can fix that up in the next version. If we're doing ASCII art, let's do it properly. Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com