[GIT PULL] regmap fixes for v5.8-rc2
From: broonie
Date: Mon Jun 22 2020 - 07:40:17 EST
The following changes since commit 93b929922dba3a42b0439ef13144c6032b7733c8:
Merge series "regmap: provide simple bitops and use them in a driver" from Bartosz Golaszewski <brgl@xxxxxxxx> Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>: (2020-05-29 14:00:44 +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-rc2
for you to fetch changes up to 95b2c3ec4cb1689db2389c251d39f64490ba641c:
regmap: Fix memory leak from regmap_register_patch (2020-06-17 17:12:11 +0100)
----------------------------------------------------------------
regmap: Fixes for v5.8
A few small fixes, none of which are likely to have any substantial
impact here - the most substantial one is a fix for a long standing
memory leak on devices that use register patching which will only have
an impact if the device is removed and re-added.
----------------------------------------------------------------
Bartosz Golaszewski (1):
regmap: fix the kerneldoc for regmap_test_bits()
Charles Keepax (1):
regmap: Fix memory leak from regmap_register_patch
Jens Thoms Toerring (1):
regmap: fix alignment issue
drivers/base/regmap/regmap.c | 106 ++++++++++++++++++++-----------------------
1 file changed, 50 insertions(+), 56 deletions(-)