Re: [PATCH 00/18][V3] ARM: OMAP3/4 : cpuidle34xx and cpuidle44xx cleanups

2012-05-01 Thread Shilimkar, Santosh
On Tue, May 1, 2012 at 3:50 PM, Daniel Lezcano wrote: > On 05/01/2012 11:55 AM, Shilimkar, Santosh wrote: >> >> On May 1, 2012 1:46 PM, "Daniel Lezcano" >>  wrote: >>> >>> On 05/01/2012 12:58 AM, Kevin Hilman wrote: Daniel Lezcano   writes: > On 04/24/2012 04:05 PM, Daniel Lezca

RE: [PATCH 0/2] OMAP: mailbox initial device tree support

2012-05-01 Thread Bedia, Vaibhav
Hi Omar, On Tue, May 01, 2012 at 23:17:38, Omar Ramirez Luna wrote: > To allow mailbox driver to function with device tree. > > Tested in OMAP4 and OMAP3. OMAP2 untested. > I think the mailbox code needs a cleanup similar to what you had proposed earlier [1] before the device tree support is add

Re: [PATCH v2 3/3] ARM: imx: Add imx6q cpuidle driver

2012-05-01 Thread Shawn Guo
On Tue, May 01, 2012 at 09:12:40PM -0500, Robert Lee wrote: > Add basic imx6q cpuidle driver. For now, only basic WFI state is > supported. Deeper idle states will be added in the future. > > Signed-off-by: Robert Lee > --- > arch/arm/mach-imx/cpuidle-imx6q.c | 33 +++

Re: [PATCH v2 1/3] ARM: imx: Add common imx cpuidle init functionality.

2012-05-01 Thread Shawn Guo
On Tue, May 01, 2012 at 09:12:38PM -0500, Robert Lee wrote: > Add common cpuidle init functionality that can be used by various > imx platforms. > > Signed-off-by: Robert Lee > --- > arch/arm/plat-mxc/Makefile |1 + > arch/arm/plat-mxc/cpuidle.c | 80 > +

Re: [PATCH v2 0/3] Add imx cpuidle

2012-05-01 Thread Shawn Guo
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

[PATCH v2 3/3] ARM: imx: Add imx6q cpuidle driver

2012-05-01 Thread Robert Lee
Add basic imx6q cpuidle driver. For now, only basic WFI state is supported. Deeper idle states will be added in the future. Signed-off-by: Robert Lee --- arch/arm/mach-imx/cpuidle-imx6q.c | 33 + arch/arm/mach-imx/mach-imx6q.c| 18 ++ 2 f

[PATCH v2 1/3] ARM: imx: Add common imx cpuidle init functionality.

2012-05-01 Thread Robert Lee
Add common cpuidle init functionality that can be used by various imx platforms. Signed-off-by: Robert Lee --- arch/arm/plat-mxc/Makefile |1 + arch/arm/plat-mxc/cpuidle.c | 80 ++ arch/arm/plat-mxc/include/mach/cpuidle.h | 22 ++

[PATCH v2 2/3] ARM: imx: Add imx5 cpuidle driver

2012-05-01 Thread Robert Lee
Add imx5 cpuidle driver. Signed-off-by: Robert Lee --- arch/arm/mach-imx/mm-imx5.c | 42 +++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-imx/mm-imx5.c b/arch/arm/mach-imx/mm-imx5.c index d6b7e9f..cbd9bad 100644 --- a/arch/

[PATCH v2 0/3] Add imx cpuidle

2012-05-01 Thread Robert Lee
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: http://www.spinics.net/lists/arm-kernel/msg171620.html Changes since v1: * Removed some unnecessary spaces

Linaro Release 12.04 Postmortem Summary

2012-05-01 Thread David Zinman
Postmortem and lessons learned for Linaro's release 2012.04 https://wiki.linaro.org/Cycles/1204/Release/Review Highlights and Key Successes The Linaro 12.04 delivery included ARM Fast Models a platform which assists programmers by giving them a virtual environment to

[PATCH 0/2] OMAP: mailbox initial device tree support

2012-05-01 Thread Omar Ramirez Luna
To allow mailbox driver to function with device tree. Tested in OMAP4 and OMAP3. OMAP2 untested. Omar Ramirez Luna (2): OMAP: mailbox: add device tree support arm/dts: OMAP2+: Add mailbox nodes .../devicetree/bindings/arm/omap/mailbox.txt |9 + arch/arm/boot/dts/omap2.dtsi

[PATCH 1/2] OMAP: mailbox: add device tree support

2012-05-01 Thread Omar Ramirez Luna
Adapt driver to use DT if provided. Signed-off-by: Omar Ramirez Luna --- .../devicetree/bindings/arm/omap/mailbox.txt |9 + arch/arm/mach-omap2/devices.c |3 +++ arch/arm/mach-omap2/mailbox.c | 12 3 files changed, 24

[PATCH 2/2] arm/dts: OMAP2+: Add mailbox nodes

2012-05-01 Thread Omar Ramirez Luna
Add nodes for mailbox DT, to interface with hwmods. Signed-off-by: Omar Ramirez Luna --- arch/arm/boot/dts/omap2.dtsi |5 + arch/arm/boot/dts/omap3.dtsi |5 + arch/arm/boot/dts/omap4.dtsi |5 + 3 files changed, 15 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/

Re: [PATCH 00/18][V3] ARM: OMAP3/4 : cpuidle34xx and cpuidle44xx cleanups

2012-05-01 Thread Daniel Lezcano
On 05/01/2012 11:55 AM, Shilimkar, Santosh wrote: On May 1, 2012 1:46 PM, "Daniel Lezcano" wrote: On 05/01/2012 12:58 AM, Kevin Hilman wrote: Daniel Lezcano writes: On 04/24/2012 04:05 PM, Daniel Lezcano wrote: This patchset makes some cleanup on these cpuidle drivers and consolidate the

Re: [PATCH 00/18][V3] ARM: OMAP3/4 : cpuidle34xx and cpuidle44xx cleanups

2012-05-01 Thread Shilimkar, Santosh
On May 1, 2012 1:46 PM, "Daniel Lezcano" wrote: > > On 05/01/2012 12:58 AM, Kevin Hilman wrote: >> >> Daniel Lezcano writes: >> >>> On 04/24/2012 04:05 PM, Daniel Lezcano wrote: This patchset makes some cleanup on these cpuidle drivers and consolidate the code across both architect

Re: [PATCH 00/18][V3] ARM: OMAP3/4 : cpuidle34xx and cpuidle44xx cleanups

2012-05-01 Thread Amit Kucheria
On Tue, May 1, 2012 at 11:16 AM, Daniel Lezcano wrote: > On 05/01/2012 12:58 AM, Kevin Hilman wrote: >> >> Daniel Lezcano  writes: >> >>> On 04/24/2012 04:05 PM, Daniel Lezcano wrote: This patchset makes some cleanup on these cpuidle drivers and consolidate the code across both arch

Re: pull build configs into Git.

2012-05-01 Thread Jon Medhurst (Tixy)
On Sat, 2012-04-28 at 06:12 +0530, Zach Pfeffer wrote: > Fathi, > > Since we're at the start of 12.05 we need to shift the builds over to > the tip toolchain and stop daily builds for various baselines. I > figure we can also get the configs into git. Do you want to take care > of getting the curr

Re: [PATCH 00/18][V3] ARM: OMAP3/4 : cpuidle34xx and cpuidle44xx cleanups

2012-05-01 Thread Daniel Lezcano
On 05/01/2012 12:58 AM, Kevin Hilman wrote: Daniel Lezcano writes: On 04/24/2012 04:05 PM, Daniel Lezcano wrote: This patchset makes some cleanup on these cpuidle drivers and consolidate the code across both architecture. Tested on OMAP3 (igepV2). Partially tested on OMAP4 (pandaboard), with