All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: [GIT PULL 2/3] omap pm changes for v3.16 merge window, resend
Date: Mon, 19 May 2014 19:11:52 -0700	[thread overview]
Message-ID: <20140520021151.GL15793@atomide.com> (raw)

The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:

  Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.16/pm-signed

for you to fetch changes up to 57b05572267581c2320462e9b606709fa6da4c5a:

  ARM: OMAP2+: Enable CPUidle in omap2plus_defconfig (2014-05-06 15:45:15 -0700)

----------------------------------------------------------------
PM related fixes for omap3 that were discovered during omap3
conversion to device tree. This series sets up the PMIC signaling
in a way where we can test for PM regressions easily by
looking at state of the the sys_clkreq and sys_off_mode pins.

Note that this series alone does not make omap3 PM to cut
off core voltage during off-idle, changes to twl4030-power.c
configurations are still needed. Those will be posted
separately.

----------------------------------------------------------------
Tony Lindgren (10):
      mfd: twl-core: Fix idle mode signaling for omaps when booted with device tree
      Merge tag 'ib-mfd-omap-3.16' of git://git.kernel.org/.../lee/mfd into omap-for-v3.16/pm
      ARM: dts: Fix omap serial wake-up when booted with device tree
      ARM: OMAP3: Fix idle mode signaling for sys_clkreq and sys_off_mode
      ARM: OMAP3: Disable broken omap3_set_off_timings function
      ARM: OMAP3: Fix voltage control for deeper idle states
      ARM: dts: Configure omap3 twl4030 I2C4 pins by default
      ARM: OMAP2+: Fix voltage scaling init for device tree
      ARM: dts: Enable N900 keyboard sleep leds by default
      ARM: OMAP2+: Enable CPUidle in omap2plus_defconfig

 arch/arm/boot/dts/omap3-evm-37xx.dts      |   9 ++
 arch/arm/boot/dts/omap3-ldp.dts           |   4 +
 arch/arm/boot/dts/omap3-n900.dts          |  19 +++
 arch/arm/boot/dts/omap3.dtsi              |   6 +-
 arch/arm/boot/dts/omap4-panda-common.dtsi |  15 ++
 arch/arm/boot/dts/omap4-sdp.dts           |   6 +
 arch/arm/boot/dts/omap4.dtsi              |   6 +-
 arch/arm/boot/dts/twl4030_omap3.dtsi      |  19 ++-
 arch/arm/configs/omap2plus_defconfig      |   8 ++
 arch/arm/mach-omap2/omap_twl.c            |  60 --------
 arch/arm/mach-omap2/pm.c                  |  28 ++--
 arch/arm/mach-omap2/pm34xx.c              |   4 +
 arch/arm/mach-omap2/prm-regbits-34xx.h    |  11 +-
 arch/arm/mach-omap2/vc.c                  | 232 ++++++++++++++++++++----------
 arch/arm/mach-omap2/vc.h                  |   3 +
 drivers/mfd/twl-core.c                    |  15 ++
 include/dt-bindings/pinctrl/omap.h        |  12 ++
 17 files changed, 296 insertions(+), 161 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/3] omap pm changes for v3.16 merge window, resend
Date: Mon, 19 May 2014 19:11:52 -0700	[thread overview]
Message-ID: <20140520021151.GL15793@atomide.com> (raw)

The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:

  Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.16/pm-signed

for you to fetch changes up to 57b05572267581c2320462e9b606709fa6da4c5a:

  ARM: OMAP2+: Enable CPUidle in omap2plus_defconfig (2014-05-06 15:45:15 -0700)

----------------------------------------------------------------
PM related fixes for omap3 that were discovered during omap3
conversion to device tree. This series sets up the PMIC signaling
in a way where we can test for PM regressions easily by
looking at state of the the sys_clkreq and sys_off_mode pins.

Note that this series alone does not make omap3 PM to cut
off core voltage during off-idle, changes to twl4030-power.c
configurations are still needed. Those will be posted
separately.

----------------------------------------------------------------
Tony Lindgren (10):
      mfd: twl-core: Fix idle mode signaling for omaps when booted with device tree
      Merge tag 'ib-mfd-omap-3.16' of git://git.kernel.org/.../lee/mfd into omap-for-v3.16/pm
      ARM: dts: Fix omap serial wake-up when booted with device tree
      ARM: OMAP3: Fix idle mode signaling for sys_clkreq and sys_off_mode
      ARM: OMAP3: Disable broken omap3_set_off_timings function
      ARM: OMAP3: Fix voltage control for deeper idle states
      ARM: dts: Configure omap3 twl4030 I2C4 pins by default
      ARM: OMAP2+: Fix voltage scaling init for device tree
      ARM: dts: Enable N900 keyboard sleep leds by default
      ARM: OMAP2+: Enable CPUidle in omap2plus_defconfig

 arch/arm/boot/dts/omap3-evm-37xx.dts      |   9 ++
 arch/arm/boot/dts/omap3-ldp.dts           |   4 +
 arch/arm/boot/dts/omap3-n900.dts          |  19 +++
 arch/arm/boot/dts/omap3.dtsi              |   6 +-
 arch/arm/boot/dts/omap4-panda-common.dtsi |  15 ++
 arch/arm/boot/dts/omap4-sdp.dts           |   6 +
 arch/arm/boot/dts/omap4.dtsi              |   6 +-
 arch/arm/boot/dts/twl4030_omap3.dtsi      |  19 ++-
 arch/arm/configs/omap2plus_defconfig      |   8 ++
 arch/arm/mach-omap2/omap_twl.c            |  60 --------
 arch/arm/mach-omap2/pm.c                  |  28 ++--
 arch/arm/mach-omap2/pm34xx.c              |   4 +
 arch/arm/mach-omap2/prm-regbits-34xx.h    |  11 +-
 arch/arm/mach-omap2/vc.c                  | 232 ++++++++++++++++++++----------
 arch/arm/mach-omap2/vc.h                  |   3 +
 drivers/mfd/twl-core.c                    |  15 ++
 include/dt-bindings/pinctrl/omap.h        |  12 ++
 17 files changed, 296 insertions(+), 161 deletions(-)

             reply	other threads:[~2014-05-20  2:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-20  2:11 Tony Lindgren [this message]
2014-05-20  2:11 ` [GIT PULL 2/3] omap pm changes for v3.16 merge window, resend Tony Lindgren
2014-05-26 20:25 ` Olof Johansson
2014-05-26 20:25   ` Olof Johansson

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=20140520021151.GL15793@atomide.com \
    --to=tony@atomide.com \
    --cc=arm@kernel.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.