From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932949AbbIVK5k (ORCPT ); Tue, 22 Sep 2015 06:57:40 -0400 Received: from www.linutronix.de ([62.245.132.108]:40106 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932522AbbIVK5i (ORCPT ); Tue, 22 Sep 2015 06:57:38 -0400 Date: Tue, 22 Sep 2015 12:56:55 +0200 (CEST) From: Thomas Gleixner To: Geert Uytterhoeven cc: Simon Horman , Magnus Damm , Linux-sh list , Jason Cooper , Geert Uytterhoeven , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 00/03] irqchip: renesas-irqc: r8a7795 and generic chip update In-Reply-To: Message-ID: References: <20150917071230.29299.32326.sendpatchset@little-apple> <20150917075721.GD5414@verge.net.au> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 17 Sep 2015, Geert Uytterhoeven wrote: > On Thu, Sep 17, 2015 at 9:57 AM, Simon Horman wrote: > > On Thu, Sep 17, 2015 at 04:12:30PM +0900, Magnus Damm wrote: > >> irqchip: renesas-irqc: r8a7795 and generic chip update > >> > >> [PATCH 01/03] irqchip: renesas-irqc: Add r8a7795 IRQC DT documentation > >> [PATCH 02/03] irqchip: renesas-irqc: Move over to generic chip > >> [PATCH 03/03] irqchip: renesas-irqc: Enable nested lock > >> > >> This series updates the IRQC driver with generic chip support including > >> nested locking. Also the DT documentation is extended with r8a7795 > >> support. > > > > Its not entirely clear what the relationship is between these patches > > nor what the motivation is for the last two patches. > > Patch 2 is a cleanup/consolidation. > > Note that patch 2 will no longer apply, as linux-next now has > - b92f865703e22b42 irqchip: renesas-irqc: Use a separate lockdep class > - 72e56742f6baff5d irqchip: renesas-irqc: Propagate wake-up settings to parent > > Patch 3 is the irq_chip_generic way of b92f865703e22b42. Magnus, can you please rebase that series to 4.3-rc2, which has the above commits. Thanks, tglx