[PATCH] distclean: Remove generated .dtb files

2011-11-04 Thread Dirk Behme
The patch 'arm/dt: Add dtb make rule' adds support to create a .dtb file. But this is never removed afterwards. Remove the generated .dtb file if 'distclean' is called. Signed-off-by: Dirk Behme CC: Rob Herring CC: Shawn Guo CC: Jason Liu CC: Grant Likely --- arch/arm/boot/Makefile |2 ++

Re: [PATCH 1/11] MFD: DA9052 MFD core module v8

2011-11-04 Thread Paul Liu
On 3 November 2011 14:14, Ashish Jangam wrote: > The DA9052/53 is a highly integrated PMIC subsystem with supply domain > flexibility to support wide range of high performance application. > > It provides voltage regulators, GPIO controller, Touch Screen, RTC, Battery > control and other functiona

Re: [PATCH 4/4] ARM: exynos4: remove useless code to save/restore L2 and GIC state

2011-11-04 Thread Sylwester Nawrocki
On 11/04/2011 06:03 PM, amit.kach...@linaro.org wrote: > From: Amit Daniel Kachhap > > Following the merge of CPU PM notifiers and L2 resume code, this patch > removes useless code to save and restore L2 and GIC registers. > > This is now automatically covered by suspend calls which integrated >

[PATCH 4/4] ARM: exynos4: remove useless code to save/restore L2 and GIC state

2011-11-04 Thread amit . kachhap
From: Amit Daniel Kachhap Following the merge of CPU PM notifiers and L2 resume code, this patch removes useless code to save and restore L2 and GIC registers. This is now automatically covered by suspend calls which integrated CPU PM notifiers and new sleep code that allows to resume L2 before

[PATCH 3/4] ARM: exynos4: add L2 early resume code

2011-11-04 Thread amit . kachhap
From: Amit Daniel Kachhap This patch adds code to save L2 register configuration at boot, and to resume L2 before MMU is enabled in suspend and cpuidle resume paths. Signed-off-by: Lorenzo Pieralisi Signed-off-by: Amit Daniel Kachhap --- arch/arm/mach-exynos4/cpu.c | 43 ++

[PATCH 1/4] ARM: exynos4: Add support for AFTR mode cpuidle state

2011-11-04 Thread amit . kachhap
From: Amit Daniel Kachhap This patch adds support for AFTR(ARM OFF TOP RUNNING) mode in cpuidle driver for EXYNOS4210. L2 cache keeps their data in this mode. This patch ports the code to the latest interfaces to save/restore CPU state inclusive of CPU PM notifiers, l2 resume and cpu_suspend/resu

[PATCH 2/4] ARM: exynos4: remove useless churn in sleep.S

2011-11-04 Thread amit . kachhap
From: Lorenzo Pieralisi This patch cleans up sleep code in preparation for L2 resume code and hotplug functions Signed-off-by: Lorenzo Pieralisi --- arch/arm/mach-exynos4/sleep.S |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos4/sleep.S b/arch/arm

[PATCH 0/4]ARM: exynos4: Add l2 retention mode cpuidle state

2011-11-04 Thread amit . kachhap
From: Amit Daniel Kachhap This Patch series adds support for AFTR mode cpuidle state based on patch (http://www.spinics.net/lists/arm-kernel/msg132243.html) earlier submitted by Jaecheol Lee . This patch uses CPU PM notifiers , common l2 save/restore and new cpu_suspend/resume interfaces and i

Lava testing not specific to a pack/board/release

2011-11-04 Thread David Gilbert
Hi, I've got a pthread test that is the fall out of a bug fix which is a good test of kernel and libc and would like to add it into Lava. I'm told that I currently have to pick a hardware pack and image - but for this case what I really want to do is to create a test that can be used as a regr

Re: [RFC PATCH 0/11] ARM: cpu topology Cortex-A9

2011-11-04 Thread Vincent Guittot
On 3 November 2011 15:36, Amit Kucheria wrote: > Vincent, > > What is the status of this after talks with the scheduler maintainers > in Prague last week? Have you shared this with Peter Z et al. > The last week discussion was mainly focused on a new load balancer which will add a time weighted t