Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752327AbcDZNgT (ORCPT ); Tue, 26 Apr 2016 09:36:19 -0400 Received: from mail.kernel.org ([198.145.29.136]:39043 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752280AbcDZNgR (ORCPT ); Tue, 26 Apr 2016 09:36:17 -0400 MIME-Version: 1.0 In-Reply-To: <20160426063516.GQ2713@dell> References: <1461543878-3639-1-git-send-email-eric@engestrom.ch> <1461543878-3639-16-git-send-email-eric@engestrom.ch> <20160425135017.GA8656@rob-hp-laptop> <20160425165830.GP2713@dell> <20160426063516.GQ2713@dell> From: Rob Herring Date: Tue, 26 Apr 2016 08:35:49 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes To: Lee Jones Cc: Eric Engestrom , "linux-kernel@vger.kernel.org" , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , "devicetree@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1402 Lines: 36 On Tue, Apr 26, 2016 at 1:35 AM, Lee Jones wrote: > On Mon, 25 Apr 2016, Rob Herring wrote: > >> On Mon, Apr 25, 2016 at 11:58 AM, Lee Jones wrote: >> > On Mon, 25 Apr 2016, Rob Herring wrote: >> > >> >> On Mon, Apr 25, 2016 at 01:24:12AM +0100, Eric Engestrom wrote: >> >> > Signed-off-by: Eric Engestrom >> >> >> >> Applied, thanks. >> > >> > I'd prefer to continue taking these if you don't mind Rob. It'd limit >> > on the amount of immutable branch pull requests I have to send/handle. >> >> Why? Do you really expect to have a dependency here? > > Because the file is in ".*/mfd/.*", which normally goes through the MFD > tree. > > $ git log --committer="Rob Herring" --oneline -- Documentation/devicetree/bindings/mfd/ | wc -l > 6 > $ git log --committer="Lee Jones" --oneline -- Documentation/devicetree/bindings/mfd/ | wc -l > 99 That is because most changes are coupled with drivers. For changes that are standalone without any dependency, they go thru my tree. If we're getting any merge conflicts beyond which Linus can/wants to fix, then there is a problem because bindings shouldn't be changing that much. Eventually, I think we need to merge all the bindings thru a single tree. Otherwise, we'll never move toward moving bindings out of the kernel (unless we just sync from the kernel tree to a standalone repo). Rob