mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Liviu Dudau <Liviu.Dudau@arm.com>
To: Nicolas Boichat <drinkcat@chromium.org>
Cc: Mark Brown <broonie@kernel.org>,
	Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
	Antti Palosaari <crope@iki.fi>, Ingo Molnar <mingo@redhat.com>,
	Arjan van de Ven <arjan@linux.intel.com>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Bard Liao <bardliao@realtek.com>,
	Oder Chiou <oder_chiou@realtek.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.de>,
	"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	Anatol Pomozov <anatol.pomozov@gmail.com>,
	Sudeep Holla <Sudeep.Holla@arm.com>,
	Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	Zhang Rui <rui.zhang@intel.com>,
	Eduardo Valentin <edubezval@gmail.com>,
	Lee Jones <lee.jones@linaro.org>,
	Maxime Coquelin <maxime.coquelin@st.com>,
	Ajit Pal Singh <ajitpal.singh@st.com>,
	"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>
Subject: Re: [PATCHv2 0/3] regmap: Use different lockdep class for each regmap init call
Date: Thu, 23 Jul 2015 17:12:50 +0100	[thread overview]
Message-ID: <20150723161250.GA19124@e106497-lin.cambridge.arm.com> (raw)
In-Reply-To: <CANMq1KD8rOHjtWA1Eiw9GATdTeq1Ch4bga4ZAty26auvWyX7Og@mail.gmail.com>

On Thu, Jul 23, 2015 at 09:45:53AM +0100, Nicolas Boichat wrote:
> Hi Mark,
> 
> On Wed, Jul 8, 2015 at 2:30 PM, Nicolas Boichat <drinkcat@chromium.org> wrote:
> > Second version. Small fixup in the regmap patch itself [3/3] (the
> > declaration of __devm_regmap_init_ac97 was missing lock_key/name
> > parameters).
> >
> > Also, there are 2 drivers that are using function pointers named
> > "regmap_init", which causes problems as it is now a macro: put these
> > in parentheses to prevent the preprocessor from substituting them.
> >
> > Patches 1+2 should be pushed first to avoid breaking git bissect.
> >
> > Compile tested with allyesconfig on x86_64 and arm.
> >
> > Nicolas Boichat (3):
> >   mfd: vexpress: Add parentheses around bridge->ops->regmap_init call
> >   thermal: sti: Add parentheses around bridge->ops->regmap_init call
> >   regmap: Use different lockdep class for each regmap init call
> 
> What's the status of this series (and the additional documentation
> fix: https://lkml.org/lkml/2015/7/8/385)?
> 
> Do we need acks from the mfd/vexpress and thermal maintainers?
> (mfd/vexpress maintainers are Liviu Dudau, Sudeep Holla, and Lorenzo
> Pieralisi, I'm less clear about thermal, maybe Eduardo Valentin?)

Hi Nicolas,

Me and Lorenzo are currently tied with other tasks this week, hope to be
able to review your patches next week.

Best regards,
Liviu

> 
> Thanks!
> 

-- 
====================
| I would like to |
| fix the world,  |
| but they're not |
| giving me the   |
 \ source code!  /
  ---------------
    ¯\_(ツ)_/¯


  reply	other threads:[~2015-07-23 16:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-08  6:30 Nicolas Boichat
2015-07-08  6:30 ` [PATCHv2 1/3] mfd: vexpress: Add parentheses around bridge->ops->regmap_init call Nicolas Boichat
2015-07-08  6:30 ` [PATCHv2 2/3] thermal: sti: " Nicolas Boichat
2015-07-08  6:30 ` [PATCHv2 3/3] regmap: Use different lockdep class for each regmap init call Nicolas Boichat
2015-07-23  8:45 ` [PATCHv2 0/3] " Nicolas Boichat
2015-07-23 16:12   ` Liviu Dudau [this message]
2015-07-24 10:32   ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150723161250.GA19124@e106497-lin.cambridge.arm.com \
    --to=liviu.dudau@arm.com \
    --cc=Lorenzo.Pieralisi@arm.com \
    --cc=Sudeep.Holla@arm.com \
    --cc=ajitpal.singh@st.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=anatol.pomozov@gmail.com \
    --cc=arjan@linux.intel.com \
    --cc=bardliao@realtek.com \
    --cc=broonie@kernel.org \
    --cc=crope@iki.fi \
    --cc=drinkcat@chromium.org \
    --cc=edubezval@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=lars@metafoo.de \
    --cc=lee.jones@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=maxime.coquelin@st.com \
    --cc=mchehab@osg.samsung.com \
    --cc=mingo@redhat.com \
    --cc=oder_chiou@realtek.com \
    --cc=perex@perex.cz \
    --cc=rui.zhang@intel.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®