From: Tony Lindgren <tony@atomide.com>
To: Lee Jones <lee.jones@linaro.org>
Cc: devicetree@vger.kernel.org, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL] mfd: Immutable branch between MFD and OMAP, due for v3.16
Date: Thu, 12 Jun 2014 01:00:31 -0700 [thread overview]
Message-ID: <20140612080030.GD17845@atomide.com> (raw)
In-Reply-To: <20140612074705.GB11421@lee--X1>
* Lee Jones <lee.jones@linaro.org> [140612 00:48]:
> On Wed, 11 Jun 2014, Tony Lindgren wrote:
>
> > * Lee Jones <lee.jones@linaro.org> [140603 01:08]:
> > > On Mon, 02 Jun 2014, Tony Lindgren wrote:
> > > > * Tony Lindgren <tony@atomide.com> [140528 11:11]:
> > > > > * Lee Jones <lee.jones@linaro.org> [140528 00:14]:
> > > > > > Thanks Tony, here's the pull-request:
> > > > > >
> > > > > > The following changes since commit 455c6fdbd219161bd09b1165f11699d6d73de11c:
> > > > > >
> > > > > > Linux 3.14 (2014-03-30 20:40:15 -0700)
> > > > > >
> > > > > > are available in the git repository at:
> > > > > >
> > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-omap-v3.16-1
> > > > > >
> > > > > > for you to fetch changes up to 43fef47f94a1ae46fb2720dada32fa3b5547bee2:
> > > > > >
> > > > > > mfd: twl4030-power: Add a configuration to turn off oscillator during off-idle (2014-05-28 08:06:18 +0100)
> > > > > >
> > > > > > ----------------------------------------------------------------
> > > > > > Second immutable branch between MFD and OMAP due for the v3.16 merge window.
> > > > >
> > > > > Thanks a lot, this will make it easier for me to chase down potential
> > > > > PM related regressions ;) I'm merging this for testing only into the
> > > > > linux-omap master branch, no need for me to include it into any
> > > > > of my upstream heading branches.
> > > >
> > > > Lee, I'm not seeing this in linux next, did you maybe forget to merge
> > > > it into the MFD tree?
> > >
> > > I didn't forget, but I didn't do it either. :)
> > >
> > > I have re-merged all of the IBs this morning, so should be in -next
> > > by tomorrow.
> >
> > Still not seeing this branch being merged..
>
> Oh crap, I see what's happened and it's completely my fault.
>
> If you read the final merge commit carefully:
>
> 28fee3f: ("Merge branches 'ib-from-asoc-3.16', 'ib-from-pm-3.16',
> 'ib-from-regulator-3.16', 'ib-mfd-gpio-3.16' and
> 'ib-mfd-mmc-memstick-3.16', tags 'ib-mfd-extcon-3.16',
> 'ib-mfd-omap-3.16' and 'ib-mfd-regulator-3.16' into
> ibs-for-mfd-merged")
>
> I appear to have a _branch_ AND a _tag_ called ib-mfd-omap-3.16 and it
> looks like Git has taken the tag as a preference. heads/ib-mfd-omap-3.16
> is actually at tag/ib-mfd-omap-3.16-1 (notice the appended '-1'),
> which contains your most recent patches. Since I created the MFD-OMAP
> shared branch I have changed the naming convention to avoid this sort
> of ambiguity. I'll send a second MFD pull-request to Linus today.
Heh OK yeah I've hit that also at some point :)
> Sorry Tony.
No problem, good to hear you got it figured out.
Regards,
Tony
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] mfd: Immutable branch between MFD and OMAP, due for v3.16
Date: Thu, 12 Jun 2014 01:00:31 -0700 [thread overview]
Message-ID: <20140612080030.GD17845@atomide.com> (raw)
In-Reply-To: <20140612074705.GB11421@lee--X1>
* Lee Jones <lee.jones@linaro.org> [140612 00:48]:
> On Wed, 11 Jun 2014, Tony Lindgren wrote:
>
> > * Lee Jones <lee.jones@linaro.org> [140603 01:08]:
> > > On Mon, 02 Jun 2014, Tony Lindgren wrote:
> > > > * Tony Lindgren <tony@atomide.com> [140528 11:11]:
> > > > > * Lee Jones <lee.jones@linaro.org> [140528 00:14]:
> > > > > > Thanks Tony, here's the pull-request:
> > > > > >
> > > > > > The following changes since commit 455c6fdbd219161bd09b1165f11699d6d73de11c:
> > > > > >
> > > > > > Linux 3.14 (2014-03-30 20:40:15 -0700)
> > > > > >
> > > > > > are available in the git repository at:
> > > > > >
> > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-omap-v3.16-1
> > > > > >
> > > > > > for you to fetch changes up to 43fef47f94a1ae46fb2720dada32fa3b5547bee2:
> > > > > >
> > > > > > mfd: twl4030-power: Add a configuration to turn off oscillator during off-idle (2014-05-28 08:06:18 +0100)
> > > > > >
> > > > > > ----------------------------------------------------------------
> > > > > > Second immutable branch between MFD and OMAP due for the v3.16 merge window.
> > > > >
> > > > > Thanks a lot, this will make it easier for me to chase down potential
> > > > > PM related regressions ;) I'm merging this for testing only into the
> > > > > linux-omap master branch, no need for me to include it into any
> > > > > of my upstream heading branches.
> > > >
> > > > Lee, I'm not seeing this in linux next, did you maybe forget to merge
> > > > it into the MFD tree?
> > >
> > > I didn't forget, but I didn't do it either. :)
> > >
> > > I have re-merged all of the IBs this morning, so should be in -next
> > > by tomorrow.
> >
> > Still not seeing this branch being merged..
>
> Oh crap, I see what's happened and it's completely my fault.
>
> If you read the final merge commit carefully:
>
> 28fee3f: ("Merge branches 'ib-from-asoc-3.16', 'ib-from-pm-3.16',
> 'ib-from-regulator-3.16', 'ib-mfd-gpio-3.16' and
> 'ib-mfd-mmc-memstick-3.16', tags 'ib-mfd-extcon-3.16',
> 'ib-mfd-omap-3.16' and 'ib-mfd-regulator-3.16' into
> ibs-for-mfd-merged")
>
> I appear to have a _branch_ AND a _tag_ called ib-mfd-omap-3.16 and it
> looks like Git has taken the tag as a preference. heads/ib-mfd-omap-3.16
> is actually at tag/ib-mfd-omap-3.16-1 (notice the appended '-1'),
> which contains your most recent patches. Since I created the MFD-OMAP
> shared branch I have changed the naming convention to avoid this sort
> of ambiguity. I'll send a second MFD pull-request to Linus today.
Heh OK yeah I've hit that also at some point :)
> Sorry Tony.
No problem, good to hear you got it figured out.
Regards,
Tony
next prev parent reply other threads:[~2014-06-12 8:00 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-27 18:08 [PATCH v3 0/6] mfd: twl4030-power: Enable off-idle configuration when booted with device tree Tony Lindgren
2014-05-27 18:08 ` Tony Lindgren
2014-05-27 18:08 ` [PATCH 1/6] mfd: twl4030-power: Fix hang on reboot if sleep configuration was loaded earlier Tony Lindgren
2014-05-27 18:08 ` Tony Lindgren
2014-05-27 18:08 ` [PATCH 2/6] mfd: twl4030-power: Fix some defines for SW_EVENTS Tony Lindgren
2014-05-27 18:08 ` Tony Lindgren
2014-05-27 18:08 ` [PATCH 3/6] mfd: twl4030-power: Add generic reset configuration Tony Lindgren
2014-05-27 18:08 ` Tony Lindgren
2014-06-04 13:02 ` Matthias Brugger
2014-06-04 13:02 ` Matthias Brugger
2014-05-27 18:08 ` [PATCH 4/6] mfd: twl4030-power: Add recommended idle configuration Tony Lindgren
2014-05-27 18:08 ` Tony Lindgren
2014-05-27 18:08 ` [PATCH 5/6] mfd: twl4030-power: Add support for board specific configuration Tony Lindgren
2014-05-27 18:08 ` Tony Lindgren
[not found] ` <1401214140-9828-1-git-send-email-tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2014-05-27 18:09 ` [PATCH 6/6] mfd: twl4030-power: Add a configuration to turn off oscillator during off-idle Tony Lindgren
2014-05-27 18:09 ` Tony Lindgren
2014-05-28 7:13 ` [GIT PULL] mfd: Immutable branch between MFD and OMAP, due for v3.16 Lee Jones
2014-05-28 7:13 ` Lee Jones
2014-05-28 18:06 ` Tony Lindgren
2014-05-28 18:06 ` Tony Lindgren
2014-06-02 16:38 ` Tony Lindgren
2014-06-02 16:38 ` Tony Lindgren
2014-06-03 8:06 ` Lee Jones
2014-06-03 8:06 ` Lee Jones
2014-06-12 5:43 ` Tony Lindgren
2014-06-12 5:43 ` Tony Lindgren
2014-06-12 7:47 ` Lee Jones
2014-06-12 7:47 ` Lee Jones
2014-06-12 8:00 ` Tony Lindgren [this message]
2014-06-12 8:00 ` Tony Lindgren
2014-06-12 8:33 ` Lee Jones
2014-06-12 8:33 ` Lee Jones
2014-06-16 10:17 ` Lee Jones
2014-06-16 10:17 ` Lee Jones
2014-06-16 10:36 ` Tony Lindgren
2014-06-16 10:36 ` Tony Lindgren
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=20140612080030.GD17845@atomide.com \
--to=tony@atomide.com \
--cc=devicetree@vger.kernel.org \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.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.