Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1680494 > unrolled thread

[GIT PULL] regmap updates for v4.13

Started byMark Brown <broonie@kernel.org>
First post2017-07-03 18:50 +0200
Last post2017-07-03 18:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] regmap updates for v4.13 Mark Brown <broonie@kernel.org> - 2017-07-03 18:50 +0200

#1680494 — [GIT PULL] regmap updates for v4.13

FromMark Brown <broonie@kernel.org>
Date2017-07-03 18:50 +0200
Subject[GIT PULL] regmap updates for v4.13
Message-ID<tZcHU-43W-23@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

The following changes since commit 6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c:

  Linux 4.12 (2017-07-02 16:07:02 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v4.13

for you to fetch changes up to 2a40f9421cb72d1d15618997b324f4169504ac09:

  Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and 'regmap/topic/lzo' into regmap-next (2017-07-03 16:20:28 +0100)

----------------------------------------------------------------
regmap: Updates for v4.13

The usual small smattering of activity for regmap this time round:

 - Addition of support for the 1-Wire bus standard.
 - Options that allow support for more interrupt controllers with
   regmap-irq.
 - Only build LZO cache support if it's actually being used.

----------------------------------------------------------------
Alex A. Mihaylov (1):
      regmap: Add 1-Wire bus support

Jonas Gorski (1):
      regmap: make LZO cache optional

Mark Brown (3):
      Merge branch 'topic/lzo' of git://git.kernel.org/.../broonie/regmap into regmap-1wire
      regmap: Fix typo in IS_ENABLED() check
      Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and 'regmap/topic/lzo' into regmap-next

Michael Grzeschik (1):
      regmap: irq: add chip option mask_writeonly

Vladimir Zapolskiy (1):
      regmap: irq: allow to register one cell interrupt controllers

 drivers/base/regmap/Kconfig      |  11 +-
 drivers/base/regmap/Makefile     |   4 +-
 drivers/base/regmap/regcache.c   |   2 +
 drivers/base/regmap/regmap-irq.c |  42 ++++---
 drivers/base/regmap/regmap-w1.c  | 245 +++++++++++++++++++++++++++++++++++++++
 include/linux/regmap.h           |  36 ++++++
 6 files changed, 321 insertions(+), 19 deletions(-)
 create mode 100644 drivers/base/regmap/regmap-w1.c

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web