From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753373AbbHFLt0 (ORCPT ); Thu, 6 Aug 2015 07:49:26 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:37049 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751401AbbHFLtZ (ORCPT ); Thu, 6 Aug 2015 07:49:25 -0400 Message-ID: <55C349C2.1020009@linaro.org> Date: Thu, 06 Aug 2015 12:49:22 +0100 From: Srinivas Kandagatla User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Mark Brown CC: Liam Girdwood , linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH] regulator: Fix recursive mutex lockdep warning References: <1438790528-4435-1-git-send-email-srinivas.kandagatla@linaro.org> <20150806094329.GQ20873@sirena.org.uk> <55C33E89.2060501@linaro.org> <20150806114025.GW20873@sirena.org.uk> In-Reply-To: <20150806114025.GW20873@sirena.org.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/08/15 12:40, Mark Brown wrote: > On Thu, Aug 06, 2015 at 12:01:29PM +0100, Srinivas Kandagatla wrote: >> On 06/08/15 10:43, Mark Brown wrote: > >>> like what we have for regmaps with a class per regulator or something > >> lock_class per regulator makes more sense, I will try to cookup an RFC >> patch. > > There's an issue there with all lock classes needing to be statically > allocated which makes things a bit tricky. Yes, just realized it with "BUG: key edadc07c not in .data!" >