Re: [PATCH 1/3] cpufreq: Manage only online cpus

2013-01-02 Thread Viresh Kumar
On 3 January 2013 06:43, Rafael J. Wysocki wrote: >> BTW, i consider them as fixes and so would make sense to get them in next rc. >> What do you think? > > Yes, if somebody tells me "yes, this fixes a problem for me". Otherwise, > I don't quite see the reason. I don't know how much people test

Re: [PATCH 1/3] cpufreq: Manage only online cpus

2013-01-02 Thread Rafael J. Wysocki
On Wednesday, January 02, 2013 11:59:57 AM Viresh Kumar wrote: > On 16 December 2012 19:07, Viresh Kumar wrote: > > On 16 December 2012 18:34, Rafael J. Wysocki wrote: > > >> Well, this series makes sense to me, but I'd like to hear what the other > >> people > >> think. > > > > That sounds gre

Re: booting an exynos

2013-01-02 Thread Thomas Abraham
On 2 January 2013 03:32, Daniel Lezcano wrote: > > Hi All, > > happy new year ! > > I am trying to boot my exynos board for the first time but I have no > console output (the line shows "offline"). > > I used a serial-usb with minicom and screen. > > The web site origenboard.org is down, so I have

Re: HMP patches v2

2013-01-02 Thread Morten Rasmussen
On 02/01/13 10:29, Vincent Guittot wrote: On 2 January 2013 06:28, Viresh Kumar wrote: On 20 December 2012 13:41, Vincent Guittot wrote: On 19 December 2012 11:57, Morten Rasmussen wrote: If I understand the new version of "sched: secure access to other CPU statistics" correctly, the effect

Re: raring ringtail test rebuild

2013-01-02 Thread Zygmunt Krynicki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 W dniu 02.01.2013 16:58, Matthias Klose pisze: > A test rebuild of raring ringtail started in 2012 for the amd64, > i386 and armhf architectures is now finished for all components on > armhf. The amd64 and i386 rebuilds will hopefully finish in a few >

raring ringtail test rebuild

2013-01-02 Thread Matthias Klose
A test rebuild of raring ringtail started in 2012 for the amd64, i386 and armhf architectures is now finished for all components on armhf. The amd64 and i386 rebuilds will hopefully finish in a few days. Results can be seen at http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20

booting an exynos

2013-01-02 Thread Daniel Lezcano
Hi All, happy new year ! I am trying to boot my exynos board for the first time but I have no console output (the line shows "offline"). I used a serial-usb with minicom and screen. The web site origenboard.org is down, so I have no information available. Is there a trick I missed ? Did anyon

Re: HMP patches v2

2013-01-02 Thread Vincent Guittot
On 2 January 2013 06:28, Viresh Kumar wrote: > On 20 December 2012 13:41, Vincent Guittot wrote: >> On 19 December 2012 11:57, Morten Rasmussen wrote: >>> If I understand the new version of "sched: secure access to other CPU >>> statistics" correctly, the effect of the patch is: >>> >>> Without

Re: sched: Consequences of integrating the Per Entity Load Tracking Metric into the Load Balancer

2013-01-02 Thread Mike Galbraith
On Wed, 2013-01-02 at 09:52 +0530, Preeti U Murthy wrote: > Hi everyone, > I have been looking at how different workloads react when the per entity > load tracking metric is integrated into the load balancer and what are > the possible reasons for it. > > I had posted the integration patch earlie

[PATCH v3 2/3] EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12

2013-01-02 Thread Minkyu Kang
From: Chander Kashyap This patch adds clock structure for Exynos4x12. Signed-off-by: Chander Kashyap Signed-off-by: Minkyu Kang --- Changes since v2: - None arch/arm/include/asm/arch-exynos/clock.h | 276 ++ 1 file changed, 276 insertions(+) diff --git a

Re: [U-Boot] [PATCH v3 1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses

2013-01-02 Thread Minkyu Kang
On 26/12/12 15:13, Minkyu Kang wrote: > From: Chander Kashyap > > This patch populates base addresses of Exynos4x12 registers. > > Signed-off-by: Chander Kashyap > Signed-off-by: Minkyu Kang > --- > Changes since v2: > - rebased, add SPI and I2S addresses. > > arch/arm/include/asm/arch

[PATCH v3 3/3] EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12

2013-01-02 Thread Minkyu Kang
From: Chander Kashyap This patch adds gpio structure for Exynos4x12. Signed-off-by: Chander Kashyap Signed-off-by: Minkyu Kang --- Changes since v2: - None arch/arm/include/asm/arch-exynos/gpio.h | 85 +++ 1 file changed, 85 insertions(+) diff --git a/a

Re: [U-Boot] [PATCH v3 3/3] EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12

2013-01-02 Thread Minkyu Kang
On 26/12/12 15:13, Minkyu Kang wrote: > From: Chander Kashyap > > This patch adds gpio structure for Exynos4x12. > > Signed-off-by: Chander Kashyap > Signed-off-by: Minkyu Kang > --- > Changes since v2: > - None > > arch/arm/include/asm/arch-exynos/gpio.h | 85 >

[PATCH v3 1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses

2013-01-02 Thread Minkyu Kang
From: Chander Kashyap This patch populates base addresses of Exynos4x12 registers. Signed-off-by: Chander Kashyap Signed-off-by: Minkyu Kang --- Changes since v2: - rebased, add SPI and I2S addresses. arch/arm/include/asm/arch-exynos/cpu.h | 48 1 f

Re: [U-Boot] [PATCH v3 2/3] EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12

2013-01-02 Thread Minkyu Kang
On 26/12/12 15:13, Minkyu Kang wrote: > From: Chander Kashyap > > This patch adds clock structure for Exynos4x12. > > Signed-off-by: Chander Kashyap > Signed-off-by: Minkyu Kang > --- > Changes since v2: > - None > > arch/arm/include/asm/arch-exynos/clock.h | 276 > ++

Re: int64_t definition conflict on Aarch64

2013-01-02 Thread Riku Voipio
On 1 January 2013 16:55, Arnd Bergmann wrote: > On Monday 31 December 2012, Riku Voipio wrote: >> http://sourceforge.net/mailarchive/forum.php?thread_name=CAAqcGH%3D-xM_a%3DR0o4cWoLqh7wKRLbiuHa_qPtrOBT2watYq_HA%40mail.gmail.com&forum_name=fuse-devel >> >> No response back yet, > The patch basical