The patch series add support for the new modules on AM35xx IP Sub-System
(IPSS) and incorporates all the earlier review comments.

Since AM35xx follows a completely different scheme for indicating clock
idle status, the find_idlest() function in clkops is extended to pass
back the idle status indicator for that clock.

This patch series depends on the following patches
http://marc.info/?l=linux-omap&m=126325725822266&w=2
http://marc.info/?l=linux-omap&m=126325725822263&w=2
http://marc.info/?l=linux-omap&m=126325725722251&w=2

Tested on OMAP3 and AM3517 EVM's.

Ranjith Lohithakshan (2):
  OMAP2/3 clock: Extend find_idlest() to pass back idle state value
  AM35xx: Add clock support for new modules on AM35xx

 arch/arm/mach-omap2/clock.c             |   22 +++++-
 arch/arm/mach-omap2/clock.h             |    2 +-
 arch/arm/mach-omap2/clock2xxx.c         |    7 ++-
 arch/arm/mach-omap2/clock34xx.c         |  108 +++++++++++++++++++++++++++-
 arch/arm/mach-omap2/clock34xx.h         |    4 +
 arch/arm/mach-omap2/clock34xx_data.c    |  117 +++++++++++++++++++++++++++++++
 arch/arm/mach-omap2/cm-regbits-34xx.h   |   10 +++
 arch/arm/mach-omap2/cm.h                |    3 +
 arch/arm/mach-omap2/prcm.c              |   14 ++---
 arch/arm/plat-omap/include/plat/clock.h |    2 +-
 arch/arm/plat-omap/include/plat/prcm.h  |    2 +-
 11 files changed, 270 insertions(+), 21 deletions(-)

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

Reply via email to