mbox

[GIT,PULL] OMAP: minor PM cleanups for v3.3

Message ID 87pqfxhc2v.fsf@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.3/cleanup/pm

Message

Kevin Hilman Dec. 9, 2011, 5:47 p.m. UTC
Tony,

Please pull the following minor PM cleanups for v3.3.

Thanks,

Kevin


The following changes since commit 1ea6b8f48918282bdca0b32a34095504ee65bab5:

  Linux 3.2-rc1 (2011-11-07 16:16:02 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.3/cleanup/pm

Abhilash K V (1):
      ARM: OMAP2+: voltage: add check for missing PMIC info in VP init

Kevin Hilman (2):
      ARM: OMAP2+: PM: only register TWL with voltage layer when device is present
      ARM: OMAP: voltage: cleanup VC/VP error messages

Ohad Ben-Cohen (1):
      ARM: OMAP: omap_device: Expose omap_device_{alloc, delete, register}

 arch/arm/mach-omap2/pm.c                      |    6 ++----
 arch/arm/mach-omap2/twl-common.c              |   11 +++++++++++
 arch/arm/mach-omap2/twl-common.h              |    3 +++
 arch/arm/mach-omap2/vc.c                      |    5 ++---
 arch/arm/mach-omap2/vp.c                      |    6 ++++++
 arch/arm/plat-omap/include/plat/omap_device.h |    7 +++++++
 arch/arm/plat-omap/omap_device.c              |   13 +++----------
 7 files changed, 34 insertions(+), 17 deletions(-)

Comments

Tony Lindgren Dec. 9, 2011, 8:54 p.m. UTC | #1
* Kevin Hilman <khilman@ti.com> [111209 09:15]:
> Tony,
> 
> Please pull the following minor PM cleanups for v3.3.

Thanks pulling into cleanup branch.

Regards,

Tony
Ohad Ben-Cohen Jan. 26, 2012, 10:06 a.m. UTC | #2
Hi Tony,

On Fri, Dec 9, 2011 at 10:54 PM, Tony Lindgren <tony@atomide.com> wrote:
> * Kevin Hilman <khilman@ti.com> [111209 09:15]:
>> Tony,
>>
>> Please pull the following minor PM cleanups for v3.3.
>
> Thanks pulling into cleanup branch.

It looks like this pull request from Kevin didn't make it to mainline.

I can spot Kevin's "ARM: OMAP2+: PM: only register TWL with voltage
layer when device is present" in Linus' tree, but not the other 3
patches that this pull request contained (one of them was "ARM: OMAP:
omap_device: Expose omap_device_{alloc, delete, register}", which I
was just looking for).

Here's the original request:

http://patchwork.ozlabs.org/patch/130439/

Am I missing anything ?

Thanks,
Ohad.