[PATCH/RFC 0/3] first pass at core PM sync-up

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The linux-omap tree has long carried some core PM code that has never
gone upstream.  This is a first pass to get a base PM core upstream,
so that the PM branch can be pushed next.  

This code has been touched by many folks, and it's impossible to give
credit to everyone, but I tried to mention significant contributions
in the patch headers.  Please let me know if I missed anyone.

This series currently applies on top of the large clock update series
sent by Paul Walmsley.  I will rebase onto RMKs clock merge when
it is ready and available.

Paul's series is in the 'staging/paul-clock1' branch of my
linux-omap-pm git repo.  This series is pushed on top of that
in the 'staging/pm-upstream' branch.  

Kevin


Jouni Hogander (1):
  OMAP: Add new function to check wether there is irq pending

Kalle Jokiniemi (1):
  OMAP3: PM: SmartReflex driver integration

Kevin Hilman (1):
  OMAP2/3: PM: push core PM code from linux-omap

 arch/arm/mach-omap2/Makefile               |    4 +
 arch/arm/mach-omap2/irq.c                  |   17 +-
 arch/arm/mach-omap2/pm-debug.c             |  157 ++++++
 arch/arm/mach-omap2/pm.c                   |  154 +++---
 arch/arm/mach-omap2/pm.h                   |   32 ++
 arch/arm/mach-omap2/pm24xx.c               |  545 ++++++++++++++++++++
 arch/arm/mach-omap2/pm34xx.c               |  695 +++++++++++++++++++++++++
 arch/arm/mach-omap2/prm-regbits-34xx.h     |   20 +-
 arch/arm/mach-omap2/sleep34xx.S            |  544 ++++++++++++++++++++
 arch/arm/mach-omap2/smartreflex.c          |  762 ++++++++++++++++++++++++++++
 arch/arm/mach-omap2/smartreflex.h          |  259 ++++++++++
 arch/arm/plat-omap/Kconfig                 |   31 ++
 arch/arm/plat-omap/include/mach/control.h  |   18 +
 arch/arm/plat-omap/include/mach/irqs.h     |    1 +
 arch/arm/plat-omap/include/mach/omap34xx.h |    3 +-
 arch/arm/plat-omap/include/mach/pm.h       |   77 +---
 16 files changed, 3169 insertions(+), 150 deletions(-)
 create mode 100644 arch/arm/mach-omap2/pm-debug.c
 create mode 100644 arch/arm/mach-omap2/pm.h
 create mode 100644 arch/arm/mach-omap2/pm24xx.c
 create mode 100644 arch/arm/mach-omap2/pm34xx.c
 create mode 100644 arch/arm/mach-omap2/sleep34xx.S
 create mode 100644 arch/arm/mach-omap2/smartreflex.c
 create mode 100644 arch/arm/mach-omap2/smartreflex.h

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux