Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1495181
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] regmap updates for v4.9 |
| Date | 2016-10-04 05:20 +0200 |
| Message-ID | <sooqR-5eb-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
The following changes since commit c8d2bc9bc39ebea8437fd974fdbc21847bb897a3:
Linux 4.8 (2016-10-02 16:24:33 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v4.9
for you to fetch changes up to f785fb2ec0cbe73165333ea1f23cce36c7fc2521:
Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs' into regmap-next (2016-10-04 05:17:12 +0200)
----------------------------------------------------------------
regmap: Updates for v4.9
Another quiet release, a few small extensions to the set of register
maps we support and an improvement in the debugfs code:
- Allow viewing of cached contents for write only registers via
debugfs.
- Support a wider range of read/write flag masks in register formats.
- Support more little endian formats.
----------------------------------------------------------------
Cristian Birsan (2):
regmap: Add a function to check if a regmap register is cached
regmap: debugfs: Add support for dumping write only device registers
Mark Brown (1):
Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs' into regmap-next
Tony Lindgren (2):
regmap: Allow longer flag masks for read and write
regmap: Add missing little endian functions
drivers/base/regmap/internal.h | 5 +--
drivers/base/regmap/regmap-debugfs.c | 16 +++++++--
drivers/base/regmap/regmap.c | 64 ++++++++++++++++++++++++++++--------
include/linux/regmap.h | 8 ++---
4 files changed, 71 insertions(+), 22 deletions(-)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] regmap updates for v4.9 Mark Brown <broonie@kernel.org> - 2016-10-04 05:20 +0200
csiph-web