Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1584822
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] regmap updates for v4.11 |
| Date | 2017-02-20 19:50 +0100 |
| Message-ID | <td1c6-8iG-15@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 69973b830859bc6529a7a0468ba0d80ee5117826:
Linux 4.9 (2016-12-11 11:17:54 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v4.11
for you to fetch changes up to 90e51e6dd27d6418358ec6c9964d54ca9c25c1b9:
Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' into regmap-next (2017-02-03 12:34:59 +0100)
----------------------------------------------------------------
regmap: Updates for v4.11
For v4.11 activity on the regmap API has literally doubled, there are
two patches this release:
- Fixes from Charles Keepax to make the kerneldoc generate correctly.
- A cleanup from Geliang Tang using rb_entry() rather than open coding
it with container_of().
----------------------------------------------------------------
Charles Keepax (1):
regmap: Fixup the kernel-doc comments on functions/structures
Geliang Tang (1):
regmap: use rb_entry()
Mark Brown (2):
Merge tag 'regmap-v4.10' into regmap-next
Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' into regmap-next
drivers/base/regmap/regcache-lzo.c | 8 +--
drivers/base/regmap/regcache-rbtree.c | 7 +-
drivers/base/regmap/regcache.c | 20 +++---
drivers/base/regmap/regmap-irq.c | 62 ++++++++--------
drivers/base/regmap/regmap.c | 129 +++++++++++++++++++---------------
include/linux/regmap.h | 115 +++++++++++++++++-------------
6 files changed, 186 insertions(+), 155 deletions(-)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] regmap updates for v4.11 Mark Brown <broonie@kernel.org> - 2017-02-20 19:50 +0100
csiph-web