From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Tue, 20 Oct 2015 14:07:34 +0000 Subject: [PATCH 5/5] irqchip: armada-370-xp: document the overall driver logic In-Reply-To: <20151020160021.374725f3@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> <20151020160021.374725f3@free-electrons.com> Message-ID: <20151020140734.GF3953@io.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 20, 2015 at 04:00:21PM +0200, Thomas Petazzoni wrote: > 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. Agreed. It's not pressing. You can resubmit these last two separately and we'll cue them up for 4.4. thx, Jason. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752856AbbJTOHp (ORCPT ); Tue, 20 Oct 2015 10:07:45 -0400 Received: from erouter8.ore.mailhop.org ([54.187.218.212]:21442 "EHLO erouter8.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752008AbbJTOHo (ORCPT ); Tue, 20 Oct 2015 10:07:44 -0400 X-DKIM: OpenDKIM Filter v2.6.8 io E7E8080035 Date: Tue, 20 Oct 2015 14:07:34 +0000 From: Jason Cooper To: Thomas Petazzoni Cc: Thomas Gleixner , Marc Zyngier , 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: <20151020140734.GF3953@io.lakedaemon.net> References: <1445347435-2333-1-git-send-email-thomas.petazzoni@free-electrons.com> <1445347435-2333-6-git-send-email-thomas.petazzoni@free-electrons.com> <20151020160021.374725f3@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151020160021.374725f3@free-electrons.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 20, 2015 at 04:00:21PM +0200, Thomas Petazzoni wrote: > 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. Agreed. It's not pressing. You can resubmit these last two separately and we'll cue them up for 4.4. thx, Jason.