** Changed in: linux-fsl-imx51 (Ubuntu)
Status: In Progress => Fix Released
--
regulators enabled at boot and also print error messages at boot.
https://bugs.launchpad.net/bugs/567157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
** Changed in: linux-fsl-imx51 (Ubuntu Maverick)
Status: In Progress => Won't Fix
--
regulators enabled at boot and also print error messages at boot.
https://bugs.launchpad.net/bugs/567157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
This bug was fixed in the package linux-fsl-imx51 - 2.6.31-608.15
---
linux-fsl-imx51 (2.6.31-608.15) lucid-proposed; urgency=low
[ Andy Whitcroft ]
* rebase to Ubuntu-2.6.31-22.61
* update to ubuntu-debian:7e708d33054c373faf41da23b73e8b48c342d958
- LP: #570500, #576274
Fix verified. No erroneous kernel messages during boot.
** Tags added: verification-done
** Tags removed: verification-needed
--
regulators enabled at boot and also print error messages at boot.
https://bugs.launchpad.net/bugs/567157
You received this bug notification because you are a member o
Accepted linux-fsl-imx51 into lucid-proposed, the package will build now
and be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!
** Also affects: linux-fsl-imx51
This looks ok to me. Here's my dmesg output:
ubu...@babbage3:~$ dmesg |fgrep regulator
Linux version 2.6.31-608-imx51 (r...@emerald) (gcc version 4.4.1 (Sourcery G++
Lite 2009q3-67) ) #14~regulator1 Thu Apr 22 04:38:29 EDT 2010 (Ubuntu
2.6.31-608.14~regulator1-imx51)
regulator: core version 0.5
Paul,
Thanks a lot, this information is really helpful.
The disabling messages should be right according to the driver code. Only one
issue is
"regulator: Unable to get requested regulator: VDDD"
I think I fixed this in a new patch:
kernel.ubuntu.com/git?p=roc/ubuntu-lucid.git;a=shortlog;h=refs
The incomplete constraints messages are gone now, replaced by messages
saying they are getting disabled instead.
pl...@b3:~$ diff -u dmesg.1 dmesg.2 |grep -i regu
+Linux version 2.6.31-607-imx51 (r...@emerald) (gcc version 4.4.1 (Sourcery G++
Lite 2009q3-67) ) #12~regulator0 Wed Apr 14 04:26:40 E
Paul and Tobin,
I cherry-picked 4 patches from Freescale git tree for this regulator fixing:
http://kernel.ubuntu.com/git?p=roc/ubuntu-lucid.git;a=shortlog;h=refs/heads/regulator
And please find my kernel package here for testing.
people.canonical.com/~roc/kernel/regulator/
NOTE, I tried this ke