[ACTIVITY] Week 8

2015-02-24 Thread Dileep Katta
== Progress == * CARD 1103: upstream u-boot fastboot (CARD-1103: 100 %) - Followed upon the submitted patches, handled review comments - Erase command and other fixes got accepted - Worked on DRA7 specific changes == Plans == * upstream u-boot fastboot (CARD-1

Re: [PATCH PM-QA] cputopology: add scheduler domain flag test

2015-02-24 Thread Vincent Guittot
On 24 February 2015 at 01:58, Lisa Nguyen wrote: > [Adding Mike Turquette as another possible reviewer] > > On 7 February 2015 at 16:08, Larry Bassel wrote: >> Add test which checks and prints scheduler domain flags. >> >> Signed-off-by: Larry Bassel >> --- >> cputopology/cputopology_03.sh | 7

Re: [PATCH PM-QA] cputopology: add scheduler domain flag test

2015-02-24 Thread Vincent Guittot
On 8 February 2015 at 01:08, Larry Bassel wrote: > Add test which checks and prints scheduler domain flags. > > Signed-off-by: Larry Bassel > --- > cputopology/cputopology_03.sh | 74 > ++ > cputopology/cputopology_03.txt | 1 + > 2 files changed, 75 in

Re: [PATCH PM-QA] cputopology: add scheduler domain flag test

2015-02-24 Thread Larry Bassel
On 24 Feb 15 21:53, Vincent Guittot wrote: > On 8 February 2015 at 01:08, Larry Bassel wrote: > > +check_sched_domain_flags() { > > + > > +cpu_num=$1 > > +domain_num=$2 > > + > > + > > sched_domain_flags=/proc/sys/kernel/sched_domain/$cpu_num/domain$domain_num/flags > > +val=$(cat