Requesting to add the commits in the attached patch to the October
Linaro release.  These commits add a common imx cpuidle driver, some
common cpuidle mach-mx5 code, and the init call for i.MX51 SoCs.

git://git.linaro.org/people/rob_lee/imx_cpuidle.git imx_mx5_mx51

A patch series containing this functionality was also submitted to
lkml: http://patchwork.ozlabs.org/patch/115012/

Besides some minor requested changes, this submission was not accepted
as there is some common functionality being duplicated by many of the
ARM SoC cpuidle implementations and Russell King wants there to be
common ARM cpuidle code to handle this.  The commits contained in this
pull request address the other minor issues discussed in the community
submission.  I am working on a common ARM implementation will occur
but it will take longer.  In the mean time, i.MX platform coul use
this imx cpuidle implementation in Linaro kernels.

Rob
The following changes since commit 30ad23712ecc22a4d026a4b6af21ac65c303325e:

  ARM: kprobes: work around build errors (2011-10-17 12:08:00 -0400)

are available in the git repository at:
  git://git.linaro.org/people/rob_lee/imx_cpuidle.git imx_mx5_mx51

Robert Lee (3):
      ARM: imx: Add imx cpuidle driver
      ARM: imx: Add cpuidle for mach-mx5
      ARM: imx: Add cpuidle for i.MX51

 arch/arm/mach-mx5/Makefile               |    3 +-
 arch/arm/mach-mx5/cpuidle.c              |   82 +++++++++++++++
 arch/arm/mach-mx5/cpuidle.h              |   13 +++
 arch/arm/mach-mx5/mm.c                   |    4 +
 arch/arm/plat-mxc/Makefile               |    1 +
 arch/arm/plat-mxc/cpuidle.c              |  159 ++++++++++++++++++++++++++++++
 arch/arm/plat-mxc/include/mach/cpuidle.h |   56 +++++++++++
 7 files changed, 316 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/mach-mx5/cpuidle.c
 create mode 100644 arch/arm/mach-mx5/cpuidle.h
 create mode 100644 arch/arm/plat-mxc/cpuidle.c
 create mode 100644 arch/arm/plat-mxc/include/mach/cpuidle.h
_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to