From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754042AbbIQH53 (ORCPT ); Thu, 17 Sep 2015 03:57:29 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:55536 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753367AbbIQH52 (ORCPT ); Thu, 17 Sep 2015 03:57:28 -0400 Date: Thu, 17 Sep 2015 16:57:21 +0900 From: Simon Horman To: Magnus Damm Cc: linux-sh@vger.kernel.org, jason@lakedaemon.net, geert+renesas@glider.be, linux-kernel@vger.kernel.org, tglx@linutronix.de Subject: Re: [PATCH 00/03] irqchip: renesas-irqc: r8a7795 and generic chip update Message-ID: <20150917075721.GD5414@verge.net.au> References: <20150917071230.29299.32326.sendpatchset@little-apple> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150917071230.29299.32326.sendpatchset@little-apple> Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Magnus, 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.