lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120502030337.GS2194@S2101-09.ap.freescale.net>
Date:	Wed, 2 May 2012 11:03:39 +0800
From:	Shawn Guo <shawn.guo@...aro.org>
To:	Robert Lee <rob.lee@...aro.org>
Cc:	kernel@...gutronix.de, amit.kucheria@...aro.org,
	daniel.lezcano@...aro.org, linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org, linaro-dev@...ts.linaro.org,
	patches@...aro.org, jj@...osbits.net
Subject: Re: [PATCH v2 0/3] Add imx cpuidle

On Tue, May 01, 2012 at 09:12:37PM -0500, Robert Lee wrote:
> Add common imx cpuidle initialization functionality and add a i.MX5 and i.MX6Q
> platform cpuidle implementation.
> 
> Based on v3.4-rc5 plus recently submitted device tree late_initcall patch:

Just to clarify, this is not a device tree late_initcall but a machine
specific late_initcall time hook.  It has nothing to do with device
tree.

Regards,
Shawn

>  http://www.spinics.net/lists/arm-kernel/msg171620.html
> 
> Changes since v1:
>  * Removed some unnecessary  spaces
>  * Added return value for an error message
>  * Reworked init scheme to use device tree late_initcall.
>  * Moved imx6q and imx5 cpuidle functionality to existing files.
> 
> Robert Lee (3):
>   ARM: imx: Add common imx cpuidle init functionality.
>   ARM: imx: Add imx5 cpuidle driver
>   ARM: imx: Add imx6q cpuidle driver
> 
>  arch/arm/mach-imx/cpuidle-imx6q.c        |   33 ++++++++++++
>  arch/arm/mach-imx/mach-imx6q.c           |   18 +++++++
>  arch/arm/mach-imx/mm-imx5.c              |   42 ++++++++++++++--
>  arch/arm/plat-mxc/Makefile               |    1 +
>  arch/arm/plat-mxc/cpuidle.c              |   80 ++++++++++++++++++++++++++++++
>  arch/arm/plat-mxc/include/mach/cpuidle.h |   22 ++++++++
>  6 files changed, 193 insertions(+), 3 deletions(-)
>  create mode 100644 arch/arm/mach-imx/cpuidle-imx6q.c
>  create mode 100644 arch/arm/plat-mxc/cpuidle.c
>  create mode 100644 arch/arm/plat-mxc/include/mach/cpuidle.h
> 
> -- 
> 1.7.10
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ