OMAP baseline test results for v3.7-rc1
From: Kevin Hilman <hidden>
Date: 2012-10-22 20:44:23
Also in:
linux-omap
Kevin Hilman [off-list ref] writes:
Paul Walmsley [off-list ref] writes:quoted
Hi Kevin On Fri, 19 Oct 2012, Paul Walmsley wrote:quoted
On Thu, 18 Oct 2012, Paul Walmsley wrote:quoted
Here are some basic OMAP test results for Linux v3.7-rc1. Logs and other details at http://www.pwsan.com/omap/testlogs/test_v3.7-rc1/...quoted
quoted
Failing tests: needing investigation ------------------------------------...quoted
quoted
PM tests:* 3730 Beagle XM: OPPs do not initialize - Several "find_device_opp: Invalid parameters" messages appear on boot; related warnings follow - Cause unknownThis one seems to be caused by this commit: commit 24d7b40a60cf19008334bcbcbd98da374d4d9c64 Author: Kevin Hilman [off-list ref] Date: Thu Sep 6 14:03:08 2012 -0700 ARM: OMAP2+: PM: MPU DVFS: use generic CPU device for MPU-SS Care to take a look at it and fix it?Yup, will fix. Looks like this exposed some initcall ordering issues in the Beagle board file when adding OPPs.
Here's the fix: http://marc.info/?l=linux-omap&m=135093801330065&w=2 I'll be adding this to my PM-related fixes queue for v3.7-rc3. Kevin