[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200717154257.6F8E02076A@mail.kernel.org>
Date: Fri, 17 Jul 2020 16:42:44 +0100
From: Mark Brown <broonie@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Mark Brown <broonie@...nel.org>
Subject: [GIT PULL] regmap fixes for v5.8-rc5
The following changes since commit 95b2c3ec4cb1689db2389c251d39f64490ba641c:
regmap: Fix memory leak from regmap_register_patch (2020-06-17 17:12:11 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v5.8-rc5
for you to fetch changes up to 299632e54b2e692d2830af84be51172480dc1e26:
regmap: debugfs: Don't sleep while atomic for fast_io regmaps (2020-07-16 20:41:58 +0100)
----------------------------------------------------------------
regmap: Fixes for v5.8
A couple of substantial fixes here, one from Doug which fixes the
debugfs code for MMIO regmaps (fortunately not the common case) and one
from Marc fixing lookups of multiple regmaps for the same device (a very
unusual case). There's also a fix for Kconfig to ensure we enable
SoundWire properly.
----------------------------------------------------------------
Douglas Anderson (1):
regmap: debugfs: Don't sleep while atomic for fast_io regmaps
Marc Kleine-Budde (1):
regmap: dev_get_regmap_match(): fix string comparison
Pierre-Louis Bossart (1):
regmap: add missing dependency on SoundWire
drivers/base/regmap/Kconfig | 2 +-
drivers/base/regmap/regmap-debugfs.c | 52 ++++++++++++++++++++----------------
drivers/base/regmap/regmap.c | 2 +-
3 files changed, 31 insertions(+), 25 deletions(-)
Powered by blists - more mailing lists