From mboxrd@z Thu Jan 1 00:00:00 1970 From: sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth) Date: Thu, 02 May 2013 20:33:48 +0200 Subject: [PATCH] irqchip: add support for Marvell Orion SoCs In-Reply-To: <1367519104-19677-1-git-send-email-sebastian.hesselbarth@gmail.com> References: <1367519104-19677-1-git-send-email-sebastian.hesselbarth@gmail.com> Message-ID: <5182B18C.4080404@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/02/2013 08:25 PM, Sebastian Hesselbarth wrote: > This patch adds an irqchip driver for the main interrupt controller found > on Marvell Orion SoCs (Kirkwood, Dove, Orion5x, Discovery Innovation). > Corresponding device tree documentation is also added. > > Signed-off-by: Sebastian Hesselbarth > --- > Note: This patch triggers a checkpatch warning for > WARNING: Avoid CamelCase: > [...] > diff --git a/include/linux/irqchip/orion.h b/include/linux/irqchip/orion.h > new file mode 100644 > index 0000000..04f7bab > --- /dev/null > +++ b/include/linux/irqchip/orion.h > @@ -0,0 +1,18 @@ > +/* > + * Marvell Orion SoCs IRQ chip driver header. > + * > + * Sebastian Hesselbarth > + * > + * 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. > + */ > + > +#ifndef __LINUX_IRQCHIP_ORION_H > +#define __LINUX_IRQCHIP_ORION_H > + > +#include First review by myself. The above include is a left-over and will be removed in a v2. > + > +extern void orion_init_irq(void); > + > +#endif From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Hesselbarth Subject: Re: [PATCH] irqchip: add support for Marvell Orion SoCs Date: Thu, 02 May 2013 20:33:48 +0200 Message-ID: <5182B18C.4080404@gmail.com> References: <1367519104-19677-1-git-send-email-sebastian.hesselbarth@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1367519104-19677-1-git-send-email-sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Sebastian Hesselbarth Cc: Andrew Lunn , Russell King , Jason Cooper , Jean-Francois Moine , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Grant Likely , Thomas Gleixner , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 05/02/2013 08:25 PM, Sebastian Hesselbarth wrote: > This patch adds an irqchip driver for the main interrupt controller found > on Marvell Orion SoCs (Kirkwood, Dove, Orion5x, Discovery Innovation). > Corresponding device tree documentation is also added. > > Signed-off-by: Sebastian Hesselbarth > --- > Note: This patch triggers a checkpatch warning for > WARNING: Avoid CamelCase: > [...] > diff --git a/include/linux/irqchip/orion.h b/include/linux/irqchip/orion.h > new file mode 100644 > index 0000000..04f7bab > --- /dev/null > +++ b/include/linux/irqchip/orion.h > @@ -0,0 +1,18 @@ > +/* > + * Marvell Orion SoCs IRQ chip driver header. > + * > + * Sebastian Hesselbarth > + * > + * 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. > + */ > + > +#ifndef __LINUX_IRQCHIP_ORION_H > +#define __LINUX_IRQCHIP_ORION_H > + > +#include First review by myself. The above include is a left-over and will be removed in a v2. > + > +extern void orion_init_irq(void); > + > +#endif From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761794Ab3EBSd4 (ORCPT ); Thu, 2 May 2013 14:33:56 -0400 Received: from mail-bk0-f49.google.com ([209.85.214.49]:51478 "EHLO mail-bk0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761776Ab3EBSdx (ORCPT ); Thu, 2 May 2013 14:33:53 -0400 Message-ID: <5182B18C.4080404@gmail.com> Date: Thu, 02 May 2013 20:33:48 +0200 From: Sebastian Hesselbarth User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: Sebastian Hesselbarth CC: Grant Likely , Rob Herring , Rob Landley , Thomas Gleixner , Russell King , Arnd Bergmann , Jason Cooper , Andrew Lunn , Thomas Petazzoni , Gregory Clement , Ezequiel Garcia , Jean-Francois Moine , devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] irqchip: add support for Marvell Orion SoCs References: <1367519104-19677-1-git-send-email-sebastian.hesselbarth@gmail.com> In-Reply-To: <1367519104-19677-1-git-send-email-sebastian.hesselbarth@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/02/2013 08:25 PM, Sebastian Hesselbarth wrote: > This patch adds an irqchip driver for the main interrupt controller found > on Marvell Orion SoCs (Kirkwood, Dove, Orion5x, Discovery Innovation). > Corresponding device tree documentation is also added. > > Signed-off-by: Sebastian Hesselbarth > --- > Note: This patch triggers a checkpatch warning for > WARNING: Avoid CamelCase: > [...] > diff --git a/include/linux/irqchip/orion.h b/include/linux/irqchip/orion.h > new file mode 100644 > index 0000000..04f7bab > --- /dev/null > +++ b/include/linux/irqchip/orion.h > @@ -0,0 +1,18 @@ > +/* > + * Marvell Orion SoCs IRQ chip driver header. > + * > + * Sebastian Hesselbarth > + * > + * 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. > + */ > + > +#ifndef __LINUX_IRQCHIP_ORION_H > +#define __LINUX_IRQCHIP_ORION_H > + > +#include First review by myself. The above include is a left-over and will be removed in a v2. > + > +extern void orion_init_irq(void); > + > +#endif