Re: [PATCH 2/2 v2] cpufreq: qoriq: Don't look at clock implementation details

2017-02-08 Thread kbuild test robot
Hi Tang, [auto build test WARNING on pm/linux-next] [also build test WARNING on v4.10-rc7 next-20170208] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2 v2] cpufreq: qoriq: Don't look at clock implementation details

2017-02-08 Thread kbuild test robot
Hi Tang, [auto build test WARNING on pm/linux-next] [also build test WARNING on v4.10-rc7 next-20170208] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 2/2 v2] cpufreq: qoriq: Don't look at clock implementation details

2017-02-07 Thread yuantian.tang
From: Tang Yuantian Get the CPU clock's potential parent clocks from the clock interface itself, rather than manually parsing the clocks property to find a phandle, looking at the clock-names property of that, and assuming that those are valid parent clocks for the cpu

[PATCH 2/2 v2] cpufreq: qoriq: Don't look at clock implementation details

2017-02-07 Thread yuantian.tang
From: Tang Yuantian Get the CPU clock's potential parent clocks from the clock interface itself, rather than manually parsing the clocks property to find a phandle, looking at the clock-names property of that, and assuming that those are valid parent clocks for the cpu clock. This is necessary