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

Attachment: signature.asc
Description: PGP signature

Reply via email to