The following changes since commit 9cb1fd0efd195590b828b9b865421ad345a4a145:

  Linux 5.7-rc7 (2020-05-24 15:32:54 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git 
tags/regmap-v5.8

for you to fetch changes up to 9b98f92ca446f4302607a88fbb67619af968f3cf:

  Merge remote-tracking branch 'regmap/for-5.8' into regmap-next (2020-05-29 
14:03:32 +0100)

----------------------------------------------------------------
regmap: Updates for v5.8

This has been a very active release for the regmap API for some reason,
a lot of it due to new devices with odd requirements that can sensibly
be handled here.

 - Add support for buses implementing a custom reg_update_bits()
   method in case the bus has a native operation for this.
 - Support 16 bit register addresses in SMBus.
 - Allow customization of the device attached to regmap-irq.
 - Helpers for bitfield operations and per-port field initializations.

----------------------------------------------------------------
AceLan Kao (1):
      regmap-i2c: add 16-bit width registers support

Baolin Wang (1):
      regmap: Add bus reg_update_bits() support

Bartosz Golaszewski (1):
      regmap: provide helpers for simple bit operations

Dejin Zheng (2):
      regmap: Simplify implementation of the regmap_read_poll_timeout() macro
      regmap: Simplify implementation of the regmap_field_read_poll_timeout() 
macro

Marco Felsch (1):
      regmap: add reg_sequence helpers

Mark Brown (6):
      Merge series "Add new reg_update_bits() support" from Baolin Wang 
<[email protected]>:
      Merge series "Add support for Kontron sl28cpld" from Michael Walle 
<[email protected]>:
      Merge series "New DSA driver for VSC9953 Seville switch" from Vladimir 
Oltean <[email protected]>:
      Merge series "regmap: provide simple bitops and use them in a driver" 
from Bartosz Golaszewski <[email protected]> Bartosz Golaszewski 
<[email protected]>:
      Merge remote-tracking branch 'regmap/for-5.7' into regmap-linus
      Merge remote-tracking branch 'regmap/for-5.8' into regmap-next

Michael Walle (1):
      regmap-irq: make it possible to add irq_chip do a specific device node

Peng Fan (1):
      regmap: debugfs: check count when read regmap file

Vladimir Oltean (1):
      regmap: add helper for per-port regfield initialization

 drivers/base/regmap/regmap-debugfs.c |   6 ++
 drivers/base/regmap/regmap-i2c.c     |  61 ++++++++++++++++++++
 drivers/base/regmap/regmap-irq.c     |  84 ++++++++++++++++++++++-----
 drivers/base/regmap/regmap.c         |  23 ++++++++
 include/linux/regmap.h               | 109 ++++++++++++++++++++++-------------
 5 files changed, 228 insertions(+), 55 deletions(-)

Attachment: signature.asc
Description: PGP signature

Reply via email to