From: drinkcat@chromium.org (Nicolas Boichat)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 0/3] regmap: Use different lockdep class for each regmap init call
Date: Wed, 8 Jul 2015 14:30:15 +0800 [thread overview]
Message-ID: <1436337018-32464-1-git-send-email-drinkcat@chromium.org> (raw)
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
drivers/base/regmap/regmap-ac97.c | 22 +++--
drivers/base/regmap/regmap-i2c.c | 22 +++--
drivers/base/regmap/regmap-mmio.c | 27 ++++--
drivers/base/regmap/regmap-spi.c | 22 +++--
drivers/base/regmap/regmap-spmi.c | 44 +++++----
drivers/base/regmap/regmap.c | 31 +++---
drivers/bus/vexpress-config.c | 2 +-
drivers/thermal/st/st_thermal.c | 2 +-
include/linux/regmap.h | 192 ++++++++++++++++++++++++++++----------
9 files changed, 252 insertions(+), 112 deletions(-)
--
2.4.3.573.g4eafbef
next reply other threads:[~2015-07-08 6:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-08 6:30 Nicolas Boichat [this message]
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
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=1436337018-32464-1-git-send-email-drinkcat@chromium.org \
--to=drinkcat@chromium.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).