From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932782AbcETIIU (ORCPT ); Fri, 20 May 2016 04:08:20 -0400 Received: from mail-io0-f178.google.com ([209.85.223.178]:35430 "EHLO mail-io0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752075AbcETIIP (ORCPT ); Fri, 20 May 2016 04:08:15 -0400 MIME-Version: 1.0 In-Reply-To: <2afd392ff334c996970e3a9eacdd5ec5d839b608.1463708766.git.dalias@libc.org> References: <2afd392ff334c996970e3a9eacdd5ec5d839b608.1463708766.git.dalias@libc.org> Date: Fri, 20 May 2016 10:08:14 +0200 X-Google-Sender-Auth: 7GOHB6_30zYMI2kdMyaMgwvZqUQ Message-ID: Subject: Re: [PATCH v2 08/12] irqchip: add J-Core AIC driver From: Geert Uytterhoeven To: Rich Felker Cc: "linux-kernel@vger.kernel.org" , Linux-sh list , Jason Cooper , Marc Zyngier , Thomas Gleixner Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 20, 2016 at 4:53 AM, Rich Felker wrote: > --- /dev/null > +++ b/drivers/irqchip/irq-jcore-aic.c > @@ -0,0 +1,95 @@ > +struct aic_data { static? > + unsigned char __iomem *base; > + u32 cpu_offset; > + struct irq_chip chip; > + struct irq_domain *domain; > + struct notifier_block nb; > +} aic_data; Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds