[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190506141725.GS14916@sirena.org.uk>
Date: Mon, 6 May 2019 23:17:25 +0900
From: Mark Brown <broonie@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] regmap updates for v5.2
The following changes since commit 085b7755808aa11f78ab9377257e1dad2e6fa4bb:
Linux 5.1-rc6 (2019-04-21 10:45:57 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v5.2
for you to fetch changes up to 615c4d9a50e25645646c3bafa658aedc22ab7ca9:
Merge branch 'regmap-5.2' into regmap-next (2019-04-25 20:27:04 +0100)
----------------------------------------------------------------
regmap: Updates for v5.2
A larger than usual set of changes, though mainly small:
- An optimization to the debugfs code to greatly improve performance
when dumping extremely sparse register maps from Lucas Tanure.
- Stricter enforcement of writability checks from Han Nandor.
- A fix for default interrupt mode configuration from Srinivas Kandagatla.
- SPDX header conversion from Greg Kroah-Hartman.
----------------------------------------------------------------
Greg Kroah-Hartman (1):
regmap: add proper SPDX identifiers on files that did not have them.
Han Nandor (1):
regmap: verify if register is writeable before writing operations
Lucas Tanure (2):
regmap: debugfs: Replace code by already existing function
regmap: debugfs: Jump to the next readable register
Mark Brown (2):
Merge branch 'regmap-5.1' into regmap-linus
Merge branch 'regmap-5.2' into regmap-next
Srinivas Kandagatla (1):
regmap: regmap-irq: fix getting type default values
drivers/base/regmap/internal.h | 5 +---
drivers/base/regmap/regcache-flat.c | 18 +++++--------
drivers/base/regmap/regcache-lzo.c | 18 +++++--------
drivers/base/regmap/regcache-rbtree.c | 18 +++++--------
drivers/base/regmap/regcache.c | 18 +++++--------
drivers/base/regmap/regmap-ac97.c | 22 ++++------------
drivers/base/regmap/regmap-debugfs.c | 48 ++++++++++++++++++++++-------------
drivers/base/regmap/regmap-i2c.c | 18 +++++--------
drivers/base/regmap/regmap-irq.c | 21 +++++----------
drivers/base/regmap/regmap-mmio.c | 22 ++++------------
drivers/base/regmap/regmap-spi.c | 18 +++++--------
drivers/base/regmap/regmap-spmi.c | 29 ++++++++-------------
drivers/base/regmap/regmap-w1.c | 16 +++++-------
drivers/base/regmap/regmap.c | 27 ++++++++------------
14 files changed, 118 insertions(+), 180 deletions(-)
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists