All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Eric Engestrom <eric-op+oiCINJLTt9jDmeYuA0g@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes
Date: Tue, 26 Apr 2016 14:49:54 +0100	[thread overview]
Message-ID: <20160426134954.GA4892@dell> (raw)
In-Reply-To: <CAL_JsqLn7cZqqWzOT97QPaMyiPsTJRsp=_oNRDAjWtPo5fvngw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

On Tue, 26 Apr 2016, Rob Herring wrote:

> On Tue, Apr 26, 2016 at 1:35 AM, Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:
> > On Mon, 25 Apr 2016, Rob Herring wrote:
> >
> >> On Mon, Apr 25, 2016 at 11:58 AM, Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> 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 <eric-op+oiCINJLTt9jDmeYuA0g@public.gmane.org>
> >> >>
> >> >> 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.

That's certainly the first I've heard about it.  It makes far less
sense for changes pertaining to a single directory to go in via 2
separate trees.  IMO that's asking for trouble.

> 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).

Once (if they ever) move out from the kernel tree, then I agree with
you, they should be dealt with as completely separate entities and be
merged though different trees, but until then we need to make a
decision; either you take them all or I take them all.  I thought we
were doing the latter already. 

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Rob Herring <robh@kernel.org>
Cc: Eric Engestrom <eric@engestrom.ch>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes
Date: Tue, 26 Apr 2016 14:49:54 +0100	[thread overview]
Message-ID: <20160426134954.GA4892@dell> (raw)
In-Reply-To: <CAL_JsqLn7cZqqWzOT97QPaMyiPsTJRsp=_oNRDAjWtPo5fvngw@mail.gmail.com>

On Tue, 26 Apr 2016, Rob Herring wrote:

> On Tue, Apr 26, 2016 at 1:35 AM, Lee Jones <lee.jones@linaro.org> wrote:
> > On Mon, 25 Apr 2016, Rob Herring wrote:
> >
> >> On Mon, Apr 25, 2016 at 11:58 AM, Lee Jones <lee.jones@linaro.org> 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 <eric@engestrom.ch>
> >> >>
> >> >> 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.

That's certainly the first I've heard about it.  It makes far less
sense for changes pertaining to a single directory to go in via 2
separate trees.  IMO that's asking for trouble.

> 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).

Once (if they ever) move out from the kernel tree, then I agree with
you, they should be dealt with as completely separate entities and be
merged though different trees, but until then we need to make a
decision; either you take them all or I take them all.  I thought we
were doing the latter already. 

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  parent reply	other threads:[~2016-04-26 13:49 UTC|newest]

Thread overview: 124+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-25  0:23 [PATCH 00/41] Documentation: fix spelling mistakes Eric Engestrom
2016-04-25  0:23 ` [PATCH 01/41] Documentation: debugfs: fix spelling mistake Eric Engestrom
     [not found] ` <1461543878-3639-1-git-send-email-eric-op+oiCINJLTt9jDmeYuA0g@public.gmane.org>
2016-04-25  0:23   ` [PATCH 02/41] Documentation: sysfs: fix spelling mistakes Eric Engestrom
2016-04-25  0:23     ` Eric Engestrom
2016-04-25  0:23     ` Eric Engestrom
2016-04-25 22:57     ` Mathieu Poirier
2016-04-25 22:57       ` Mathieu Poirier
2016-04-25  0:24   ` [PATCH 15/41] Documentation: dt: mfd: " Eric Engestrom
2016-04-25  0:24     ` Eric Engestrom
2016-04-25 13:50     ` Rob Herring
2016-04-25 16:58       ` Lee Jones
2016-04-25 16:58         ` Lee Jones
2016-04-25 22:56         ` Rob Herring
2016-04-26  6:35           ` Lee Jones
2016-04-26 13:35             ` Rob Herring
     [not found]               ` <CAL_JsqLn7cZqqWzOT97QPaMyiPsTJRsp=_oNRDAjWtPo5fvngw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-04-26 13:49                 ` Lee Jones [this message]
2016-04-26 13:49                   ` Lee Jones
2016-04-25  0:24   ` [PATCH 17/41] Documentation: dt: mtd: fix spelling mistake Eric Engestrom
2016-04-25  0:24     ` Eric Engestrom
2016-04-25 13:50     ` Rob Herring
2016-04-25  0:24   ` [PATCH 19/41] Documentation: dt: opp: " Eric Engestrom
2016-04-25  0:24     ` Eric Engestrom
2016-04-25  3:02     ` Viresh Kumar
2016-04-25 13:50     ` Rob Herring
2016-04-25  0:24   ` [PATCH 21/41] Documentation: dt: power: " Eric Engestrom
2016-04-25  0:24     ` Eric Engestrom
2016-04-25 13:51     ` Rob Herring
2016-04-25  0:24 ` [PATCH 03/41] Documentation: arm: fix spelling mistakes Eric Engestrom
2016-04-25  7:20   ` Nicolas Ferre
2016-04-25  7:31   ` Alexandre Belloni
2016-04-25  0:24 ` [PATCH 04/41] Documentation: cgroup: " Eric Engestrom
2016-04-25  2:59   ` Randy Dunlap
2016-04-25  0:24 ` [PATCH 05/41] Documentation: cpu-hotplug: fix spelling mistake Eric Engestrom
2016-04-25  0:24 ` [PATCH 06/41] Documentation: device-mapper: fix spelling mistakes Eric Engestrom
2016-04-25  0:24 ` [PATCH 07/41] Documentation: dt: arc: " Eric Engestrom
2016-04-25  0:24   ` Eric Engestrom
2016-04-25  8:52   ` Vineet Gupta
2016-04-25  8:52     ` Vineet Gupta
2016-04-25  8:52     ` Vineet Gupta
2016-04-25  0:24 ` [PATCH 08/41] Documentation: dt: arm: " Eric Engestrom
2016-04-25 13:48   ` Rob Herring
2016-04-25  0:24 ` [PATCH 09/41] Documentation: dt: clock: " Eric Engestrom
2016-04-25  0:24   ` Eric Engestrom
     [not found]   ` <1461543878-3639-10-git-send-email-eric-op+oiCINJLTt9jDmeYuA0g@public.gmane.org>
2016-04-25  3:00     ` Randy Dunlap
2016-04-25  3:00       ` Randy Dunlap
2016-04-25  3:00       ` Randy Dunlap
2016-04-25  7:31     ` Heiko Stübner
2016-04-25  7:31       ` Heiko Stübner
2016-04-25  7:31       ` Heiko Stübner
2016-04-25 13:53     ` Rob Herring
2016-04-25 13:53       ` Rob Herring
2016-04-25 13:53       ` Rob Herring
2016-04-25  0:24 ` [PATCH 10/41] Documentation: dt: display: fix spelling mistake Eric Engestrom
2016-04-25  0:24   ` Eric Engestrom
2016-04-25 13:49   ` Rob Herring
2016-04-25 13:49     ` Rob Herring
2016-04-25  0:24 ` [PATCH 11/41] Documentation: dt: dma: " Eric Engestrom
2016-04-25  0:24   ` Eric Engestrom
2016-04-25 13:49   ` Rob Herring
2016-04-25 13:49     ` Rob Herring
2016-04-25  0:24 ` [PATCH 12/41] Documentation: dt: input: fix spelling mistakes Eric Engestrom
2016-04-25 13:49   ` Rob Herring
2016-04-25  0:24 ` [PATCH 13/41] Documentation: dt: interrupt-controller: " Eric Engestrom
     [not found]   ` <1461543878-3639-14-git-send-email-eric-op+oiCINJLTt9jDmeYuA0g@public.gmane.org>
2016-04-25 13:50     ` Rob Herring
2016-04-25 13:50       ` Rob Herring
2016-04-25  0:24 ` [PATCH 14/41] Documentation: dt: media: fix spelling mistake Eric Engestrom
2016-04-25  0:24   ` Eric Engestrom
2016-04-25 13:50   ` Rob Herring
2016-04-25 13:50     ` Rob Herring
2016-04-25  0:24 ` [PATCH 16/41] Documentation: dt: mmc: " Eric Engestrom
2016-04-25 13:50   ` Rob Herring
2016-04-25  0:24 ` [PATCH 18/41] Documentation: dt: net: fix spelling mistakes Eric Engestrom
2016-04-25 13:50   ` Rob Herring
2016-04-25  0:24 ` [PATCH 20/41] Documentation: dt: pinctrl: fix spelling mistake Eric Engestrom
2016-04-25 13:51   ` Rob Herring
2016-04-25  0:24 ` [PATCH 22/41] Documentation: dt: soc: fix spelling mistakes Eric Engestrom
     [not found]   ` <1461543878-3639-23-git-send-email-eric-op+oiCINJLTt9jDmeYuA0g@public.gmane.org>
2016-04-25 13:51     ` Rob Herring
2016-04-25 13:51       ` Rob Herring
2016-04-25  0:24 ` [PATCH 23/41] Documentation: DocBook: fix spelling mistake Eric Engestrom
2016-04-25  0:24 ` [PATCH 24/41] Documentation: fb: fix spelling mistakes Eric Engestrom
2016-04-25  0:24   ` Eric Engestrom
2016-05-10  9:06   ` Tomi Valkeinen
2016-05-10  9:06     ` Tomi Valkeinen
2016-04-25  0:24 ` [PATCH 25/41] Documentation: filesystems: " Eric Engestrom
     [not found]   ` <1461543878-3639-26-git-send-email-eric-op+oiCINJLTt9jDmeYuA0g@public.gmane.org>
2016-04-25  2:09     ` Steve French
2016-04-25  2:09       ` Steve French
2016-04-25  0:24 ` [PATCH 26/41] Documentation: kasan: fix spelling mistake Eric Engestrom
2016-04-25  3:06   ` Randy Dunlap
2016-04-25  6:36 ` [PATCH 27/41] Documentation: laptops: " Eric Engestrom
2016-04-25  6:36   ` [PATCH 28/41] Documentation: locking: fix spelling mistakes Eric Engestrom
2016-04-28 10:27     ` [tip:locking/core] locking/Documentation/lockdep: Fix " tip-bot for Eric Engestrom
2016-04-25  6:36   ` [PATCH 29/41] Documentation: lzo: fix " Eric Engestrom
2016-04-28 13:23     ` Jonathan Corbet
2016-04-25  6:36   ` [PATCH 30/41] Documentation: networking: " Eric Engestrom
2016-04-28 18:21     ` David Miller
2016-04-25  6:36   ` [PATCH 31/41] Documentation: power: fix spelling mistake Eric Engestrom
2016-04-25  6:46     ` Viresh Kumar
2016-04-25  6:36   ` [PATCH 32/41] Documentation: pps: " Eric Engestrom
2016-04-28 13:24     ` Jonathan Corbet
2016-04-28 13:25     ` Jonathan Corbet
2016-04-25  6:36   ` [PATCH 33/41] Documentation: RCU: " Eric Engestrom
2016-04-25  7:48     ` Josh Triplett
2016-04-25 17:15       ` Paul E. McKenney
2016-04-25  6:37   ` [PATCH 34/41] Documentation: robust-futexes: fix spelling mistakes Eric Engestrom
2016-04-28 13:26     ` Jonathan Corbet
2016-04-25  6:37   ` [PATCH 35/41] Documentation: scsi: " Eric Engestrom
2016-04-28 13:30     ` Jonathan Corbet
2016-04-25  6:37   ` [PATCH 36/41] Documentation: sound: " Eric Engestrom
2016-04-25  8:44     ` Takashi Iwai
2016-04-25  8:44       ` Takashi Iwai
2016-04-25  8:58     ` Vinod Koul
2016-04-25  6:37   ` [PATCH 37/41] Documentation: video4linux: " Eric Engestrom
2016-04-25  6:37   ` [PATCH 38/41] Documentation: virtual: fix spelling mistake Eric Engestrom
2016-04-25 12:00     ` Cornelia Huck
2016-04-25 15:03       ` Radim Krčmář
2016-04-25  6:37   ` [PATCH 39/41] Documentation: vm: fix spelling mistakes Eric Engestrom
2016-04-28 13:31     ` Jonathan Corbet
2016-04-28 13:46       ` Jonathan Corbet
2016-04-28 19:12         ` Andrew Morton
2016-04-25  6:37   ` [PATCH 40/41] Documentation: x86: " Eric Engestrom
2016-04-28 13:33     ` Jonathan Corbet
2016-04-25  6:37   ` [PATCH 41/41] Documentation: xillybus: fix spelling mistake Eric Engestrom
2016-04-28 13:33     ` Jonathan Corbet
2016-04-28 13:22   ` [PATCH 27/41] Documentation: laptops: " Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160426134954.GA4892@dell \
    --to=lee.jones-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=eric-op+oiCINJLTt9jDmeYuA0g@public.gmane.org \
    --cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
    --cc=robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.