Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751899AbdISMOI (ORCPT ); Tue, 19 Sep 2017 08:14:08 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:34631 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751513AbdISMOE (ORCPT ); Tue, 19 Sep 2017 08:14:04 -0400 X-Google-Smtp-Source: AOwi7QDmyQPVrZM7xV2Goy+TKBYKxMXLiM652ACWe583GifVukZ8GTtH5A/F7RXuTlKhiFrmJcFFKg== Date: Tue, 19 Sep 2017 21:14:01 +0900 From: Stafford Horne To: Rob Herring Cc: Marc Zyngier , LKML , Openrisc , Stefan Kristiansson , Thomas Gleixner , Jason Cooper , Mark Rutland , Jonas Bonn , devicetree@vger.kernel.org Subject: Re: [PATCH v2 06/14] irqchip: add initial support for ompic Message-ID: <20170919121401.GX2609@lianli.shorne-pla.net> References: <20170910064926.5874-1-shorne@gmail.com> <20170910064926.5874-7-shorne@gmail.com> <86h8w6see4.fsf@arm.com> <20170914065402.GU2609@lianli.shorne-pla.net> <20170918202958.sayo3t7xnok3do72@rob-hp-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170918202958.sayo3t7xnok3do72@rob-hp-laptop> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1430 Lines: 36 On Mon, Sep 18, 2017 at 03:29:58PM -0500, Rob Herring wrote: > On Thu, Sep 14, 2017 at 03:54:02PM +0900, Stafford Horne wrote: > > On Wed, Sep 13, 2017 at 06:21:39PM +0100, Marc Zyngier wrote: > > > On Sun, Sep 10 2017 at 3:49:18 pm BST, Stafford Horne wrote: > > > > From: Stefan Kristiansson > > > > [..] > > > > diff --git a/drivers/irqchip/irq-ompic.c b/drivers/irqchip/irq-ompic.c > > > > new file mode 100644 > > > > index 000000000000..cd2616b6639b > > > > --- /dev/null > > > > +++ b/drivers/irqchip/irq-ompic.c > > > > @@ -0,0 +1,205 @@ > > > > +/* > > > > + * Open Multi-Processor Interrupt Controller driver > > > > + * > > > > + * Copyright (C) 2014 Stefan Kristiansson > > > > + * Copyright (C) 2017 Stafford Horne > > > > + * > > > > + * This file is licensed under the terms of the GNU General Public License > > > > + * version 2. This program is licensed "as is" without any warranty of any > > > > + * kind, whether express or implied. > > > > + * > > > > + * The ompic device handles IPI communication because cores in mulicore > > > > + * OpenRISC systems. > > > > > > Should the above read "between cores"? > > > > Yes, it should be, I am bad with these kind of typos. > > And "multi-core" Thanks, and I have many s/multicore/multi-core/ issues throughout the patch series as well. -Stafford