mbox

[GIT,PULL] mfd: Immutable branch between MFD and OMAP, due for v3.16

Message ID 20140528071313.GH4227@lee--X1
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-omap-v3.16-1

Message

Lee Jones May 28, 2014, 7:13 a.m. UTC
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.

----------------------------------------------------------------
Tony Lindgren (7):
      mfd: twl-core: Fix idle mode signaling for omaps when booted with device tree
      mfd: twl4030-power: Fix hang on reboot if sleep configuration was loaded earlier
      mfd: twl4030-power: Fix some defines for SW_EVENTS
      mfd: twl4030-power: Add generic reset configuration
      mfd: twl4030-power: Add recommended idle configuration
      mfd: twl4030-power: Add support for board specific configuration
      mfd: twl4030-power: Add a configuration to turn off oscillator during off-idle

 .../devicetree/bindings/mfd/twl4030-power.txt      |  17 +-
 arch/arm/mach-omap2/omap_twl.c                     |  60 -----
 drivers/mfd/twl-core.c                             |  15 ++
 drivers/mfd/twl4030-power.c                        | 286 +++++++++++++++++++--
 include/linux/i2c/twl.h                            |   4 +
 5 files changed, 296 insertions(+), 86 deletions(-)

Comments

Tony Lindgren May 28, 2014, 6:06 p.m. UTC | #1
* 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.

Regards,

Tony
Tony Lindgren June 2, 2014, 4:38 p.m. UTC | #2
* 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?

Regards,

Tony
Lee Jones June 3, 2014, 8:06 a.m. UTC | #3
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.
Tony Lindgren June 12, 2014, 5:43 a.m. UTC | #4
* 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..

Regards,

Tony
Lee Jones June 12, 2014, 7:47 a.m. UTC | #5
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.

Sorry Tony.
Tony Lindgren June 12, 2014, 8 a.m. UTC | #6
* 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
Lee Jones June 12, 2014, 8:33 a.m. UTC | #7
On Thu, 12 Jun 2014, Tony Lindgren wrote:

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

Pull-request sent.  Hopefully it's sorted now.

If there are any more issues I'll sort them out as they appear, but I
may be a little slower than usual as I'm currently on holiday in Spain.
Lee Jones June 16, 2014, 10:17 a.m. UTC | #8
> > > > 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.
> 
> Pull-request sent.  Hopefully it's sorted now.

bae14e7a2dcb726476b5020396923a24ccc4c40b
Tony Lindgren June 16, 2014, 10:36 a.m. UTC | #9
* Lee Jones <lee.jones@linaro.org> [140616 03:19]:
> > > > > 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.
> > 
> > Pull-request sent.  Hopefully it's sorted now.
> 
> bae14e7a2dcb726476b5020396923a24ccc4c40b

Yes saw that thanks, omap PM tests are now working for
me with v3.16-rc1.

Regards,

Tony