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

2014-06-16 Thread Lee Jones
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

-- 
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 linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2014-06-16 Thread Tony Lindgren
* Lee Jones lee.jo...@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
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2014-06-12 Thread Lee Jones
On Wed, 11 Jun 2014, Tony Lindgren wrote:

 * Lee Jones lee.jo...@linaro.org [140603 01:08]:
  On Mon, 02 Jun 2014, Tony Lindgren wrote:
   * Tony Lindgren t...@atomide.com [140528 11:11]:
* Lee Jones lee.jo...@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.

-- 
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 linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2014-06-12 Thread Tony Lindgren
* Lee Jones lee.jo...@linaro.org [140612 00:48]:
 On Wed, 11 Jun 2014, Tony Lindgren wrote:
 
  * Lee Jones lee.jo...@linaro.org [140603 01:08]:
   On Mon, 02 Jun 2014, Tony Lindgren wrote:
* Tony Lindgren t...@atomide.com [140528 11:11]:
 * Lee Jones lee.jo...@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
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2014-06-12 Thread Lee Jones
On Thu, 12 Jun 2014, Tony Lindgren wrote:

 * Lee Jones lee.jo...@linaro.org [140612 00:48]:
  On Wed, 11 Jun 2014, Tony Lindgren wrote:
  
   * Lee Jones lee.jo...@linaro.org [140603 01:08]:
On Mon, 02 Jun 2014, Tony Lindgren wrote:
 * Tony Lindgren t...@atomide.com [140528 11:11]:
  * Lee Jones lee.jo...@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
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 linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2014-06-11 Thread Tony Lindgren
* Lee Jones lee.jo...@linaro.org [140603 01:08]:
 On Mon, 02 Jun 2014, Tony Lindgren wrote:
  * Tony Lindgren t...@atomide.com [140528 11:11]:
   * Lee Jones lee.jo...@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
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2014-06-03 Thread Lee Jones
On Mon, 02 Jun 2014, Tony Lindgren wrote:
 * Tony Lindgren t...@atomide.com [140528 11:11]:
  * Lee Jones lee.jo...@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.

-- 
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 linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2014-06-02 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [140528 11:11]:
 * Lee Jones lee.jo...@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
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2014-05-28 Thread Lee Jones
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(-)

-- 
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 linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2014-05-28 Thread Tony Lindgren
* Lee Jones lee.jo...@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
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html