From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754471AbaI2QwJ (ORCPT ); Mon, 29 Sep 2014 12:52:09 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:53202 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753362AbaI2QwI (ORCPT ); Mon, 29 Sep 2014 12:52:08 -0400 Date: Mon, 29 Sep 2014 18:50:52 +0200 From: Beniamino Galvani To: Lee Jones Cc: Wim Van Sebroeck , linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org, Guenter Roeck Subject: Re: [PATCH v3] watchdog: add driver for Ricoh RN5T618 watchdog Message-ID: <20140929165052.GA2085@gmail.com> References: <1411943987-30738-1-git-send-email-b.galvani@gmail.com> <20140929063407.GQ26868@spo001.leaseweb.com> <20140929075845.GD7308@lee--X1> <20140929105120.GA32092@gmail.com> <20140929122411.GE7308@lee--X1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140929122411.GE7308@lee--X1> 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 On Mon, Sep 29, 2014 at 01:24:11PM +0100, Lee Jones wrote: > On Mon, 29 Sep 2014, Beniamino Galvani wrote: > > > On Mon, Sep 29, 2014 at 08:58:45AM +0100, Lee Jones wrote: > > > I'm not sure why a) this patch was sent to me in the first place and > > > b) why anyone would think this should go in through MFD? > > > > > > > Hi Lee, > > > > from a previous mail [1] I (wrongly) assumed that this was going > > through the MFD tree. If this is not the case, Wim, can you pick the > > patch? > > > > Beniamino > > > > [1] https://lkml.org/lkml/2014/9/4/124 > > Okay, I see what's happened. > > So actually if there are interdependencies between this and the other > patches in the set, which I think there are, then you should have kept > this in the set with the others. Sending as an independent patch is > not the correct thing to do. > > Can you resend this, as a patch-set with all of the Acks you have > acquired please. I will then take the set as a whole. The original series had 4 patches: - MFD core support - regulator driver - watchdog driver - dts documentation As explained in the submission comment, all patches except watchdog one have already been applied (1 and 4 to MFD tree, 2 to regulator). Only the watchdog support is missing and it doesn't have compilation dependencies to other patches (the watchdog driver can't be enabled without the MFD core support). Do you want me to resend the entire patchset or should this go in through watchdog? Beniamino