Re: discussion on handling dynamic update of clock information in powerdebug

2011-01-04 Thread Amit Kucheria
CC'ing linaro-dev On Tue, Jan 4, 2011 at 1:18 PM, Yong Shen wrote: > hi there, > > In last weekly meeting, we talked about the real time display of clock > information in powerdebug. What do you mean by real-time display? powerdebug will only refresh it's information every 'n' seconds. At that

Re: discussion on handling dynamic update of clock information in powerdebug

2011-01-04 Thread Vincent Guittot
On 4 January 2011 09:58, Amit Kucheria wrote: > CC'ing linaro-dev > > On Tue, Jan 4, 2011 at 1:18 PM, Yong Shen wrote: >> hi there, >> >> In last weekly meeting, we talked about the real time display of clock >> information in powerdebug. > > What do you mean by real-time display? > > powerdebug

Re: discussion on handling dynamic update of clock information in powerdebug

2011-01-04 Thread Yong Shen
Hi Amit, Please find out inline feedback. On Tue, Jan 4, 2011 at 4:58 PM, Amit Kucheria wrote: > CC'ing linaro-dev > > On Tue, Jan 4, 2011 at 1:18 PM, Yong Shen wrote: >> hi there, >> >> In last weekly meeting, we talked about the real time display of clock >> information in powerdebug. > > Wha

Re: discussion on handling dynamic update of clock information in powerdebug

2011-01-04 Thread Yong Shen
On Tue, Jan 4, 2011 at 5:45 PM, Vincent Guittot wrote: > On 4 January 2011 09:58, Amit Kucheria wrote: >> CC'ing linaro-dev >> >> On Tue, Jan 4, 2011 at 1:18 PM, Yong Shen wrote: >>> hi there, >>> >>> In last weekly meeting, we talked about the real time display of clock >>> information in power

Re: discussion on handling dynamic update of clock information in powerdebug

2011-01-04 Thread Amit Kucheria
On Tue, Jan 4, 2011 at 3:16 PM, Yong Shen wrote: >>> In the last several weeks, Jeremy and I reviewed the clock debug code >>> based on common clock struct. In this code, I used below code to >>> expose clock information: >>> >>> >>> +static int clk_debug_rate_get(void *data, u64 *val) >>> +{ >>>

Re: [Branch ~linaro-maintainers/linaro-image-tools/linaro-image-tools] Rev 220: Drop parted dependency.

2011-01-04 Thread Guilherme Salgado
Hi Loïc, l-m-c still uses parted, albeit indirectly via media_create/partitions.py, so unless I'm missing something I think this should be reverted. On Sat, 2010-12-25 at 10:21 +, nore...@launchpad.net wrote: > > revno: 220 > commit

Re: [Branch ~linaro-maintainers/linaro-image-tools/linaro-image-tools] Rev 220: Drop parted dependency.

2011-01-04 Thread Loïc Minier
On Tue, Jan 04, 2011, Guilherme Salgado wrote: > l-m-c still uses parted, albeit indirectly via > media_create/partitions.py, so unless I'm missing something I think this > should be reverted. Thanks; reverted; I wrongfully thought this entire file was using python-parted, but there's indeed a c

Linaro Office of CTO meeting minutes

2011-01-04 Thread David Rusling
All, apologies, I should have posted the minutes for our first meeting before Christmas.Anyway, here are today's minutes: https://wiki.linaro.org/OfficeofCTO/2011-01-04 Dave David Rusling, CTO http://www.linaro.org Linaro Lockton House Clarendon Rd Cambridge CB2 8FH __

new linaro u-boot ready for uploading

2011-01-04 Thread John Rigby
The following changes since commit a581cf741c49c220d159fac1fdbde28255c2e7e3: Merge branch 'linaro-stable' into linaro-packaged (2011-01-03 14:41:56 -0700) are available in the git repository at: git://git.linaro.org/boot/u-boot-linaro-stable.git packaged John Rigby (2): debian/rules:

Tegra 2 host

2011-01-04 Thread Michael Hope
I've added a Tegra 250 based Toshiba AC100 Smartbook to my network. Let me know if you'd like access. -- Michael ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: discussion on handling dynamic update of clock information in powerdebug

2011-01-04 Thread Yong Shen
On Tue, Jan 4, 2011 at 7:54 PM, Amit Kucheria wrote: > On Tue, Jan 4, 2011 at 3:16 PM, Yong Shen wrote: > In the last several weeks, Jeremy and I reviewed the clock debug code based on common clock struct. In this code, I used below code to expose clock information: