[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAH+eYFBN01kRHXdHhbzJgLx+JBbz0T4UmbKxJeZ=od3B+rvRqw@mail.gmail.com>
Date: Tue, 28 Aug 2012 17:52:49 +0200
From: Rabin Vincent <rabin@....in>
To: Laxman Dewangan <ldewangan@...dia.com>
Cc: Mark Brown <broonie@...nsource.wolfsonmicro.com>,
"lrg@...com" <lrg@...com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] regulator: disable supply regulator if it is enabled for boot-on
2012/8/28 Laxman Dewangan <ldewangan@...dia.com>:
> I tried to reproduce the lockup issue with the following change but not
> seeing any lockup issue.
Did you enable CONFIG_PROVE_LOCKING?
> Also reviewing the change, I am not seeing any call trace where the
> recursive locking happening.
There's probably no actual recursive locking, but the lockdep warning
itself is a problem which must be eliminated. You could perhaps do this
by doing the regulator_disable(rdev->supply); after you mutex unlock the
rdev->mutex.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists