From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754908AbcFGMmJ (ORCPT ); Tue, 7 Jun 2016 08:42:09 -0400 Received: from pmta2.delivery5.ore.mailhop.org ([54.186.218.12]:16243 "EHLO pmta2.delivery5.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754738AbcFGMmH (ORCPT ); Tue, 7 Jun 2016 08:42:07 -0400 X-MHO-User: 43924d5c-2cad-11e6-8929-8ded99d5e9d7 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 108.39.34.67 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 9E6EE80053 Date: Tue, 7 Jun 2016 12:41:59 +0000 From: Jason Cooper To: Gerd Hoffmann Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Eric Anholt , Thomas Gleixner , Marc Zyngier , Stephen Warren , Lee Jones , "open list:IRQCHIP DRIVERS" Subject: Re: [PATCH v3 02/10] irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ. Message-ID: <20160607124159.GD24391@io.lakedaemon.net> References: <1465297548-17182-1-git-send-email-kraxel@redhat.com> <1465297548-17182-3-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465297548-17182-3-git-send-email-kraxel@redhat.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 Gerd, On Tue, Jun 07, 2016 at 01:05:40PM +0200, Gerd Hoffmann wrote: > From: Eric Anholt > > This is equivalent and works for arm64 as well. > > Signed-off-by: Eric Anholt > --- > drivers/irqchip/irq-bcm2835.c | 3 +-- > drivers/irqchip/irq-bcm2836.c | 2 +- > 2 files changed, 2 insertions(+), 3 deletions(-) Please drop this from your series, it's already applied. thx, Jason.