From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 23 Oct 2014 18:41:09 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:47988 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27012270AbaJWQlH2lEyY (ORCPT ); Thu, 23 Oct 2014 18:41:07 +0200 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.14.8/8.14.8) with ESMTP id s9NGf6Be005023; Thu, 23 Oct 2014 18:41:06 +0200 Received: (from ralf@localhost) by scotty.linux-mips.net (8.14.8/8.14.8/Submit) id s9NGf6AM005022; Thu, 23 Oct 2014 18:41:06 +0200 Date: Thu, 23 Oct 2014 18:41:06 +0200 From: Ralf Baechle To: David Daney Cc: Alexander Sverdlin , linux-mips@linux-mips.org Subject: Re: [PATCH] Make Octeon GPIO IRQ chip CPU hotplug-aware Message-ID: <20141023164106.GA6247@linux-mips.org> References: <544908B8.7050109@nsn.com> <544925CC.7040801@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <544925CC.7040801@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 43540 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Thu, Oct 23, 2014 at 08:59:08AM -0700, David Daney wrote: > Date: Thu, 23 Oct 2014 08:59:08 -0700 > From: David Daney > To: Alexander Sverdlin > CC: ralf@linux-mips.org, linux-mips@linux-mips.org > Subject: Re: [PATCH] Make Octeon GPIO IRQ chip CPU hotplug-aware > Content-Type: text/plain; charset=UTF-8; format=flowed > > On 10/23/2014 06:55 AM, Alexander Sverdlin wrote: > >From: Alexander Sverdlin > > > >Make Octeon GPIO IRQ chip CPU hotplug-aware > > > >Seems that irq_cpu_offline callbacks were forgotten in v1 and v2 CIU > >GPIO chips. There is such a callback for octeon_irq_chip_ciu2_gpio, > >covering CIU2 chips. Without this callback GPIO IRQs are not being migrated > >during core offlining. Patch is tested on Octeon II. > > > >Signed-off-by: Alexander Sverdlin > > Acked-by: David Daney > > Ralf, please apply. Already did that, so the commits won't have your ack. Thanks for reviewing! Ralf