* Regulator message while booting recent kernel
@ 2010-03-23 13:34 Philip Balister
2010-03-23 15:56 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Philip Balister @ 2010-03-23 13:34 UTC (permalink / raw)
To: linux-omap@vger.kernel.org
This is from a "recent" git kernel. Any ideas how I can make it go away?
[ 16.512817] ------------[ cut here ]------------
[ 16.517517] WARNING: at drivers/regulator/core.c:1375
_regulator_disable+0x58
/0x170()
[ 16.525451] unbalanced disables for dummy
[ 16.529479] Modules linked in:
[ 16.532623] [<c0039628>] (unwind_backtrace+0x0/0xdc) from
[<c005c864>] (warn_
slowpath_common+0x4c/0x80)
[ 16.542114] [<c005c864>] (warn_slowpath_common+0x4c/0x80) from
[<c005c8d4>] (
warn_slowpath_fmt+0x28/0x38)
[ 16.551788] [<c005c8d4>] (warn_slowpath_fmt+0x28/0x38) from
[<c020575c>] (_re
gulator_disable+0x58/0x170)
[ 16.561370] [<c020575c>] (_regulator_disable+0x58/0x170) from
[<c0205968>] (r
egulator_disable+0x20/0x38)
[ 16.570953] [<c0205968>] (regulator_disable+0x20/0x38) from
[<c02b2314>] (oma
p_hsmmc_23_set_power+0xb8/0xf4)
[ 16.580902] [<c02b2314>] (omap_hsmmc_23_set_power+0xb8/0xf4) from
[<c02b1400>
] (omap_hsmmc_set_ios+0x74/0x40c)
[ 16.591003] [<c02b1400>] (omap_hsmmc_set_ios+0x74/0x40c) from
[<c02a74a8>] (m
mc_power_off+0x4c/0x54)
[ 16.600219] [<c02a74a8>] (mmc_power_off+0x4c/0x54) from [<c02a86a8>]
(mmc_res
can+0x23c/0x268)
[ 16.608856] [<c02a86a8>] (mmc_rescan+0x23c/0x268) from [<c006c064>]
(worker_t
hread+0x150/0x1c4)
[ 16.617645] [<c006c064>] (worker_thread+0x150/0x1c4) from
[<c006f198>] (kthre
ad+0x78/0x80)
[ 16.626007] [<c006f198>] (kthread+0x78/0x80) from [<c00358c0>]
(kernel_thread
_exit+0x0/0x8)
[ 16.634429] ---[ end trace 72e9bbcb61162c84 ]---
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Regulator message while booting recent kernel
2010-03-23 13:34 Regulator message while booting recent kernel Philip Balister
@ 2010-03-23 15:56 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2010-03-23 15:56 UTC (permalink / raw)
To: Philip Balister; +Cc: linux-omap@vger.kernel.org
On Tue, Mar 23, 2010 at 09:34:46AM -0400, Philip Balister wrote:
> This is from a "recent" git kernel. Any ideas how I can make it go away?
> [ 16.525451] unbalanced disables for dummy
Turn off REGULATOR_USE_DUMMY - it substitutes in a dummy regulator as a
band aid for systems which don't have regulators fully set up, but can
lead to confusion with drivers that have non-trivial regulator usage.
The MMC driver needs enough control over the regulator to mean that I'm
not 100% confused that the dummy driver confuses it, thoguh it may be
worth investigating and seeing if it can be improved.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-23 15:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-23 13:34 Regulator message while booting recent kernel Philip Balister
2010-03-23 15:56 ` Mark Brown
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.