RE: [PATCH] cpufreq: qoriq: Make the driver usable on all QorIQ platforms

2014-10-19 Thread Yuantian Tang
Thanks for your comments. Your comments will be addressed in next version. Some explanations inline. Thanks, Yuantian > -Original Message- > From: Viresh Kumar [mailto:viresh.ku...@linaro.org] > Sent: Friday, October 17, 2014 4:09 PM > To: Tang Yuantian-B29983 > Cc: Rafael J. Wysocki; Li

RE: [PATCH] cpufreq: qoriq: Make the driver usable on all QorIQ platforms

2014-10-19 Thread Yuantian Tang
Thanks for your comments. Will address them in next version. Also some explanations inline for your comments. Thanks, Yuantian > -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: Friday, October 17, 2014 4:04 PM > To: Tang Yuantian-B29983 > Cc: r...@rjwysoc

Re: [PATCH] powerpc/pseries: Quieten relocation on exceptions warning

2014-10-19 Thread Michael Neuling
> The hypervisor returns H_P2 if relocation on exceptions are > not supported. If we get this, just print a lower priority > informational message. Can you add something about why this is needed? Something about h_set_mode being available so we can enable LE but not supporting any of the other ca

[PATCH] powerpc/pseries: Quieten relocation on exceptions warning

2014-10-19 Thread Anton Blanchard
The hypervisor returns H_P2 if relocation on exceptions are not supported. If we get this, just print a lower priority informational message. Signed-off-by: Anton Blanchard --- arch/powerpc/platforms/pseries/setup.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/po