Re: [PATCH v2 0/7] mfd: twl4030-power: Enable off-idle configuration when booted with device tree

2014-05-28 Thread Lee Jones
   Here's an updated set of patches to enable low-power idle modes
   for some omap3 boards when booted with device tree.
   
   This series when applied on top of the patches in tread   
 
 
   [PATCH 00/11] Fixes for omap PM for making omap3 DT only,
   or omap-for-v3.16/pm branch.
   
   Lee, if these patches look OK to you, please feel free to 
   pick them, preferrably to the immutable branch you already
   have set up so I can also merge them in to be able to have
   things working in my branch properly for PM.
  
  Whoops, nearly forgot about this patchset.
  
  Tony, can you resend it with all your fix-ups please.  The 8 doesn't
  work well with my patch application 'system'.
 
 Sure I'll do that. FYI, these kind of patches should apply just
 fine when piped to git-am --scissors.

It's not that - the patches would apply just fine individually.
However my mailer stores the patches in date order, so when I use `git
am mbox-folder` it attempts to apply them OoO.

-- 
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: [PATCH v2 0/7] mfd: twl4030-power: Enable off-idle configuration when booted with device tree

2014-05-27 Thread Lee Jones
 Here's an updated set of patches to enable low-power idle modes
 for some omap3 boards when booted with device tree.
 
 This series when applied on top of the patches in tread   
   
   
 [PATCH 00/11] Fixes for omap PM for making omap3 DT only,
 or omap-for-v3.16/pm branch.
 
 Lee, if these patches look OK to you, please feel free to 
 pick them, preferrably to the immutable branch you already
 have set up so I can also merge them in to be able to have
 things working in my branch properly for PM.

Whoops, nearly forgot about this patchset.

Tony, can you resend it with all your fix-ups please.  The 8 doesn't
work well with my patch application 'system'.

 Tony Lindgren (7):
   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: twl4030power: Add a configuration to turn off oscillator during
 off-idle
   ARM: dts: Enable twl4030 off-idle configuration for selected omaps
 
  .../devicetree/bindings/mfd/twl4030-power.txt  |  17 +-
  arch/arm/boot/dts/omap3-beagle-xm.dts  |   6 +
  arch/arm/boot/dts/omap3-evm-common.dtsi|   7 +
  arch/arm/boot/dts/omap3-n900.dts   |   5 +
  drivers/mfd/twl4030-power.c| 269 
 +++--
  include/linux/i2c/twl.h|   4 +
  6 files changed, 284 insertions(+), 24 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: [PATCH v2 0/7] mfd: twl4030-power: Enable off-idle configuration when booted with device tree

2014-05-27 Thread Tony Lindgren
* Lee Jones lee.jo...@linaro.org [140527 09:53]:
  Here's an updated set of patches to enable low-power idle modes
  for some omap3 boards when booted with device tree.
  
  This series when applied on top of the patches in tread 
  

  [PATCH 00/11] Fixes for omap PM for making omap3 DT only,
  or omap-for-v3.16/pm branch.
  
  Lee, if these patches look OK to you, please feel free to 
  pick them, preferrably to the immutable branch you already
  have set up so I can also merge them in to be able to have
  things working in my branch properly for PM.
 
 Whoops, nearly forgot about this patchset.
 
 Tony, can you resend it with all your fix-ups please.  The 8 doesn't
 work well with my patch application 'system'.

Sure I'll do that. FYI, these kind of patches should apply just
fine when piped to git-am --scissors.

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: [PATCH v2 0/7] mfd: twl4030-power: Enable off-idle configuration when booted with device tree

2014-05-21 Thread Lee Jones
 Here's an updated set of patches to enable low-power idle modes
 for some omap3 boards when booted with device tree.
 
 This series when applied on top of the patches in tread   
   
   
 [PATCH 00/11] Fixes for omap PM for making omap3 DT only,
 or omap-for-v3.16/pm branch.
 
 Lee, if these patches look OK to you, please feel free to 
 pick them, preferrably to the immutable branch you already
 have set up so I can also merge them in to be able to have
 things working in my branch properly for PM.

Okay, it looks like this series is good to go now.  If you believe so
too, give me the nod and I'll apply.

 Tony Lindgren (7):
   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: twl4030power: Add a configuration to turn off oscillator during
 off-idle
   ARM: dts: Enable twl4030 off-idle configuration for selected omaps
 
  .../devicetree/bindings/mfd/twl4030-power.txt  |  17 +-
  arch/arm/boot/dts/omap3-beagle-xm.dts  |   6 +
  arch/arm/boot/dts/omap3-evm-common.dtsi|   7 +
  arch/arm/boot/dts/omap3-n900.dts   |   5 +
  drivers/mfd/twl4030-power.c| 269 
 +++--
  include/linux/i2c/twl.h|   4 +
  6 files changed, 284 insertions(+), 24 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: [PATCH v2 0/7] mfd: twl4030-power: Enable off-idle configuration when booted with device tree

2014-05-21 Thread Tony Lindgren
* Lee Jones lee.jo...@linaro.org [140521 02:24]:
  Here's an updated set of patches to enable low-power idle modes
  for some omap3 boards when booted with device tree.
  
  This series when applied on top of the patches in tread 
  

  [PATCH 00/11] Fixes for omap PM for making omap3 DT only,
  or omap-for-v3.16/pm branch.
  
  Lee, if these patches look OK to you, please feel free to 
  pick them, preferrably to the immutable branch you already
  have set up so I can also merge them in to be able to have
  things working in my branch properly for PM.
 
 Okay, it looks like this series is good to go now.  If you believe so
 too, give me the nod and I'll apply.

Yes feel free to apply and merge the branch for v3.16. The
last patch in this series I can apply a bit later on as
a follow-up patch.

BTW, with these patches applied I've so far caught three PM
related regressions in other drivers ;) Was seeing much lower
power consumption with v3.14 compared to v3.15-rc so that's
why I preferred doing the patches against v3.14 in case
you were wondering. Anyways, fix is in the works to make
v3.15-rc power consumption to behave as well.

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


[PATCH v2 0/7] mfd: twl4030-power: Enable off-idle configuration when booted with device tree

2014-05-13 Thread Tony Lindgren
Hi,

Here's an updated set of patches to enable low-power idle modes
for some omap3 boards when booted with device tree.

This series when applied on top of the patches in tread 
  
[PATCH 00/11] Fixes for omap PM for making omap3 DT only,
or omap-for-v3.16/pm branch.

Lee, if these patches look OK to you, please feel free to 
pick them, preferrably to the immutable branch you already
have set up so I can also merge them in to be able to have
things working in my branch properly for PM.

Regards,

Tony


Tony Lindgren (7):
  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: twl4030power: Add a configuration to turn off oscillator during
off-idle
  ARM: dts: Enable twl4030 off-idle configuration for selected omaps

 .../devicetree/bindings/mfd/twl4030-power.txt  |  17 +-
 arch/arm/boot/dts/omap3-beagle-xm.dts  |   6 +
 arch/arm/boot/dts/omap3-evm-common.dtsi|   7 +
 arch/arm/boot/dts/omap3-n900.dts   |   5 +
 drivers/mfd/twl4030-power.c| 269 +++--
 include/linux/i2c/twl.h|   4 +
 6 files changed, 284 insertions(+), 24 deletions(-)

-- 
1.8.1.1

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