Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp765952ybi; Wed, 19 Jun 2019 07:32:01 -0700 (PDT) X-Google-Smtp-Source: APXvYqxSioWD9GcIQQLn27ICjdpVCa0LYB5Jr3V1YaxivLoC5axmEQ9ZoqT0HQnlxFlZvtLkLL3r X-Received: by 2002:a17:90a:26a1:: with SMTP id m30mr11738427pje.59.1560954721393; Wed, 19 Jun 2019 07:32:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560954721; cv=none; d=google.com; s=arc-20160816; b=nCsgHfylvyzvQB668COMd2j621q0s7naFIze1juZl83wNbweTdGZaTs/MLSvmKtHG+ MW2O7R5SaqsYaGGbCA95YG0xoeaKB/EkNQIQ/wdTnZ050fEhHNcpplyvube2pErwJk8L bKDZ5fKHh7Ake+iOQVY1hnCQtomaAsPhr8dcGWT2cXRn1jaPgKNPSOwhJp1txNAJ+SPk TxI5QL1fqNp17Syx/MhNIap/NhI83VOVyUnHSGYbfNWvNfVx2Pz96VESn5AcO3Wy21uR UqKZ36RruZV82e7A4550RtylSR1zdpFix5muHBifl0jzD9jrNoVlDjbA6tvLXiH4169b hj5g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=4N0EbNeBqRA4in9PPPkRNtohWxCtmo9YMQP2zxmUQfU=; b=Y607ia5eMcL+QgPJ2FDoJrCcf50d4jO3GrBab5Ybsq8RFIvy7sVsrM1gh/+kH4QG84 pKFq2hNXt/keZVseAhQFiHJ4iJ+4m8BFdXBpYcDA8uBNacnPYNhOL7Yp0bEJ4JbUEABK BIEcj9jv/uU05HbJZtSL2q14veGjjPYzAQnLQN+eH04FwWeA8rLVM5GTX6rB6BC9Xmot Vt2Ot9AZS9hDH/1F4Fv7wIDrakY4XK+nqeTQckm+Sf5aPQ/5Sz95UGNQUa44q8lCROF9 5xQ77ZEIDYCFxaDFbZ3spzeawdkzBswp5T9L422od2RDC8LCsmfpmqyFec9xxm6MVufr 6ADQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w8si15319994plq.333.2019.06.19.07.31.45; Wed, 19 Jun 2019 07:32:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730188AbfFSObW (ORCPT + 99 others); Wed, 19 Jun 2019 10:31:22 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:52483 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725899AbfFSObW (ORCPT ); Wed, 19 Jun 2019 10:31:22 -0400 X-Originating-IP: 92.137.69.152 Received: from localhost (alyon-656-1-672-152.w92-137.abo.wanadoo.fr [92.137.69.152]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 5EA3620016; Wed, 19 Jun 2019 14:31:14 +0000 (UTC) Date: Wed, 19 Jun 2019 16:31:12 +0200 From: Alexandre Belloni To: Sebastian Reichel Cc: Lee Jones , mazziesaccount@gmail.com, Rob Herring , Mark Rutland , Michael Turquette , Stephen Boyd , Linus Walleij , Bartosz Golaszewski , Liam Girdwood , Mark Brown , Alessandro Zummo , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-pm@vger.kernel.org, linux-rtc@vger.kernel.org Subject: Re: [PATCH v15 0/7] support ROHM BD70528 PMIC Message-ID: <20190619143112.GO23549@piout.net> References: <20190611200043.eib3g3acc7ilawsx@earth.universe> <20190612060328.GQ4797@dell> <20190613130529.kgswgbuszb24itxz@earth.universe> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190613130529.kgswgbuszb24itxz@earth.universe> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13/06/2019 15:05:29+0200, Sebastian Reichel wrote: > Hi, > > On Wed, Jun 12, 2019 at 07:03:28AM +0100, Lee Jones wrote: > > On Tue, 11 Jun 2019, Sebastian Reichel wrote: > > > On Mon, Jun 03, 2019 at 10:23:37AM +0300, Matti Vaittinen wrote: > > > > Patch series introducing support for ROHM BD70528 PMIC > > > > [...] > > > > > > I think all patches have been reviewed by the respective subsystem > > > maintainers. Lee, can you provide an immutable branch with the MFD > > > patches (1, 2, 4)? Looks like the other patches only depend on those > > > and can go through their respective subsystems. > > > > Yes. It's on my TODO list. > > Thanks. > > > Would you prefer this method over me just taking them all and sending > > out a PR? The latter is my usual flow, but I'm happy with either. > > Both methods are fine with me. I usually go with "my" method, since > that results in less shared commits. It simplifies potential > follow-up bug fixes, since there is only one tree to fix. > Personally, I'm fine with Lee taking everything in his tree as it is very unlikely to require follow up patches this cycle (i.e before rc1). -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com