Re: [PATCH V5 2/2] Thermal: Add ST-Ericsson DB8500 thermal properties and platform data.

2012-11-14 Thread Hongbo Zhang
On 13 November 2012 04:46, Linus Walleij wrote: > On Mon, Nov 12, 2012 at 7:07 AM, Zhang Rui wrote: >> On Fri, 2012-11-09 at 19:29 +0800, hongbo.zhang wrote: >>> From: "hongbo.zhang" >>> >>> This patch adds device tree properties for ST-Ericsson DB8500 thermal >>> driver, >>> also adds the plat

Re: Add board config fragments to llct? (Re: Would like to add couple conf files to the config-boards-tracking branch)

2012-11-14 Thread Tushar Behera
On 11/14/2012 07:41 PM, Ryan Harkin wrote: > On 14 November 2012 11:38, Jon Medhurst (Tixy) wrote: >> Adding linaro-dev list and replying with some comments... >> On Tue, 2012-11-13 at 20:20 +0400, Andrey Konovalov wrote: >>> The llct tree itself has no suitable .conf or defconfig for vexpress at

Re: Decoding the PTM traces

2012-11-14 Thread Arun KS
Hello Arve, On Thu, Nov 15, 2012 at 4:55 AM, Arve Hjønnevåg wrote: > On Wed, Nov 14, 2012 at 6:04 AM, Arun KS wrote: >> Hello, >> >> I m trying to capture and decode PTM trace from Cortex A9 dual core. >> >> I m successful in configuring the driver(arch/arm/kernel/etm.c) and >> setting the funn

Re: Decoding the PTM traces

2012-11-14 Thread Arve Hjønnevåg
On Wed, Nov 14, 2012 at 6:04 AM, Arun KS wrote: > Hello, > > I m trying to capture and decode PTM trace from Cortex A9 dual core. > > I m successful in configuring the driver(arch/arm/kernel/etm.c) and > setting the funnel to get data in ETB. > But I don't know how to decode these traces. > > Any

Re: Add board config fragments to llct? (Re: Would like to add couple conf files to the config-boards-tracking branch)

2012-11-14 Thread Jon Medhurst (Tixy)
On Wed, 2012-11-14 at 20:30 +0400, Andrey Konovalov wrote: > On 11/14/2012 08:12 PM, Jon Medhurst (Tixy) wrote: > > On Wed, 2012-11-14 at 19:06 +0400, Andrey Konovalov wrote: > > > Or course, once Linaro's build and test infrastructure supports config > fragments fully, then we could have

Re: [PATCH] cpuidle: Measure idle state durations with monotonic clock

2012-11-14 Thread Julius Werner
> Maybe you can remove all these computations and set the flag > en_core_tk_irqen for the driver ? That will be handled by the cpuidle > framework, no ? > > Same comment for the intel_idle driver. Yeah, I thought about that, too. I was a little too afraid of touching the sched_clock_idle_wakeup_ev

Re: Add board config fragments to llct? (Re: Would like to add couple conf files to the config-boards-tracking branch)

2012-11-14 Thread Andrey Konovalov
On 11/14/2012 08:12 PM, Jon Medhurst (Tixy) wrote: On Wed, 2012-11-14 at 19:06 +0400, Andrey Konovalov wrote: Or course, once Linaro's build and test infrastructure supports config fragments fully, then we could have have separate config fragments for - basic board config - new board enablement

Re: Add board config fragments to llct? (Re: Would like to add couple conf files to the config-boards-tracking branch)

2012-11-14 Thread Jon Medhurst (Tixy)
On Wed, 2012-11-14 at 19:06 +0400, Andrey Konovalov wrote: > >> Or course, once Linaro's build and test infrastructure supports config > >> fragments fully, then we could have have separate config fragments for > >> - basic board config > >> - new board enablement > > Not sure if I follow this 10

Re: Decoding the PTM traces

2012-11-14 Thread Punit Agrawal
On 14/11/12 15:13, Arun KS wrote: Hello Punit, On Wed, Nov 14, 2012 at 8:28 PM, Punit Agrawal wrote: Hi Arun, You can think of the trace in the ETB as the raw stream resulting from the multiplexing of different trace streams. So to get to the PTM trace you'll first have to de-multiplex the st

Re: Decoding the PTM traces

2012-11-14 Thread Arun KS
Hello Punit, On Wed, Nov 14, 2012 at 8:28 PM, Punit Agrawal wrote: > Hi Arun, > > You can think of the trace in the ETB as the raw stream resulting from > the multiplexing of different trace streams. So to get to the PTM trace > you'll first have to de-multiplex the stream, and then decode the st

Re: Add board config fragments to llct? (Re: Would like to add couple conf files to the config-boards-tracking branch)

2012-11-14 Thread Andrey Konovalov
On 11/14/2012 06:11 PM, Ryan Harkin wrote: On 14 November 2012 11:38, Jon Medhurst (Tixy) wrote: Adding linaro-dev list and replying with some comments... On Tue, 2012-11-13 at 20:20 +0400, Andrey Konovalov wrote: The llct tree itself has no suitable .conf or defconfig for vexpress at all. Tha

Re: Decoding the PTM traces

2012-11-14 Thread Punit Agrawal
Hi Arun, You can think of the trace in the ETB as the raw stream resulting from the multiplexing of different trace streams. So to get to the PTM trace you'll first have to de-multiplex the stream, and then decode the stream based on the source - in this case PTM. The format of the data stored i

Re: Add board config fragments to llct? (Re: Would like to add couple conf files to the config-boards-tracking branch)

2012-11-14 Thread Ryan Harkin
On 14 November 2012 11:38, Jon Medhurst (Tixy) wrote: > Adding linaro-dev list and replying with some comments... > On Tue, 2012-11-13 at 20:20 +0400, Andrey Konovalov wrote: >> The llct tree itself has no suitable .conf or defconfig for vexpress at >> all. That's the problem (wrt the ci jobs). >>

Decoding the PTM traces

2012-11-14 Thread Arun KS
Hello, I m trying to capture and decode PTM trace from Cortex A9 dual core. I m successful in configuring the driver(arch/arm/kernel/etm.c) and setting the funnel to get data in ETB. But I don't know how to decode these traces. Anyone has any pointers? Thanks, Arun ___

Add board config fragments to llct? (Re: Would like to add couple conf files to the config-boards-tracking branch)

2012-11-14 Thread Jon Medhurst (Tixy)
Adding linaro-dev list and replying with some comments... On Tue, 2012-11-13 at 20:20 +0400, Andrey Konovalov wrote: > The llct tree itself has no suitable .conf or defconfig for vexpress at > all. That's the problem (wrt the ci jobs). > > The easier way seemed to be a single kernel/configs.git,

Re: [PATCH] cpuidle: Measure idle state durations with monotonic clock

2012-11-14 Thread Daniel Lezcano
On 11/13/2012 10:52 PM, Julius Werner wrote: > Many cpuidle drivers measure their time spent in an idle state by > reading the wallclock time before and after idling and calculating the > difference. This leads to erroneous results when the wallclock time gets > updated by another processor in the

Re: [ANNOUNCE]: big LITTLE MP tree process update

2012-11-14 Thread Viresh Kumar
On 14 November 2012 15:55, Liviu Dudau wrote: > On Wed, Nov 14, 2012 at 10:06:49AM +, Viresh Kumar wrote: >> Whatever doesn't break HMP patches can go into master directly. The purpose >> here is, that partners should be able to test HMP stuff on their boards with >> Linaro kernel. > > So the

Re: [ANNOUNCE]: big LITTLE MP tree process update

2012-11-14 Thread Liviu Dudau
On Wed, Nov 14, 2012 at 10:06:49AM +, Viresh Kumar wrote: > On 14 November 2012 15:23, Liviu Dudau wrote: > > On Wed, Nov 14, 2012 at 06:33:29AM +, Viresh Kumar wrote: > > Hi Viresh, > > Hi Liviu, > > >> There are two categories of branches/patches that are kept here. One that > >> are

Re: [ANNOUNCE]: big LITTLE MP tree process update

2012-11-14 Thread Viresh Kumar
On 14 November 2012 15:23, Liviu Dudau wrote: > On Wed, Nov 14, 2012 at 06:33:29AM +, Viresh Kumar wrote: > Hi Viresh, Hi Liviu, >> There are two categories of branches/patches that are kept here. One that are >> guaranteed to work on current big LITTLE system (Tested on ARM Vexpress TC2) >

Re: [ANNOUNCE]: big LITTLE MP tree process update

2012-11-14 Thread Liviu Dudau
On Wed, Nov 14, 2012 at 06:33:29AM +, Viresh Kumar wrote: > Hello everybody, > Hi Viresh, > There have been few discussion on how big LITTLE MP tree should be managed as > it is getting PULL requests from a wide range of patches working > towards making our > system more power efficient. >

Re: 2012-11-14 Android Platform Team Meeting Agenda Posted

2012-11-14 Thread Vishal Bhoj
On Nov 14, 2012 3:05 PM, "YongQin Liu" wrote: > > Hi, Vishal > > The time is 13:00 UTC, not 14:00 UTC? > Seems the time on Google Calendar is the latter one. Yongqin, Thanks for pointing it out. The latter one is the right time. The meeting is at 14:00 UTC. > > Thanks, > Yongqin Liu > > On 14 Nov

Re: 2012-11-14 Android Platform Team Meeting Agenda Posted

2012-11-14 Thread YongQin Liu
Hi, Vishal The time is 13:00 UTC, not 14:00 UTC? Seems the time on Google Calendar is the latter one. Thanks, Yongqin Liu On 14 November 2012 13:54, Vishal Bhoj wrote: > Please take a look at: > > https://wiki.linaro.org/Platform/Android/Meetings/2012-11-14 > > Feel free to add to the agenda a