]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'regmap-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Feb 2017 01:20:34 +0000 (17:20 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Feb 2017 01:20:34 +0000 (17:20 -0800)
commit42e30c2ce77a7c0c55f636aa3443fd5969007b1b
tree9a29d171cc2468005bd9d5b068dc6f027aaffb22
parent1b57844e786a9c0c7b503e9454cdcb1ced27f989
parent32f8e3c8b00b8ea4d0e898288d980fd94fdea6cb
Merge tag 'regmap-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap

Pull regmap updates from Mark Brown:
 "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()"

* tag 'regmap-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
  regmap: Fixup the kernel-doc comments on functions/structures
  regmap: use rb_entry()