linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] regmap updates for v4.19
@ 2018-08-13  9:57 Mark Brown
  0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2018-08-13  9:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2232 bytes --]

The following changes since commit 1ffaddd029c867d134a1dde39f540dcc8c52e274:

  Linux 4.18-rc8 (2018-08-05 12:37:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1dce5d849f94b90e2ed52056e7eefab3c17277b8:

  Merge branch 'regmap-4.19' into regmap-next (2018-08-09 11:17:30 +0100)

----------------------------------------------------------------
regmap: Changes for v4.19

Several small new features for regmap this time around:

 - Support for SCCB, an I2C variant used on some media cards.  This has
   also pulled in an I2C commit from Peter Rosin as a dependency.
 - Addition of an API for reading repeatedly from registers where the
   address doesn't automatically increment like some ADC outputs or GPIO
   status registers.
 - Support for bulk I/O on Slimbus.

----------------------------------------------------------------
Akinobu Mita (2):
      regmap: add SCCB support
      regmap: sccb: fix typo and sort headers alphabetically

Crestez Dan Leonard (1):
      regmap: Add regmap_noinc_read API

Mark Brown (4):
      Merge tag 'regmap-sccb' of https://git.kernel.org/.../broonie/regmap into regmap-4.19
      Merge branch 'i2c/smbus_xfer_unlock-immutable' of git://git.kernel.org/.../wsa/linux into regmap-4.19 for sccb dependency
      Merge tag 'regmap-noinc-read' into regmap-4.19
      Merge branch 'regmap-4.19' into regmap-next

Peter Rosin (1):
      i2c: smbus: add unlocked __i2c_smbus_xfer variant

Srinivas Kandagatla (1):
      regmap: slimbus: add support to multi read/write

 drivers/base/regmap/Kconfig          |   4 ++
 drivers/base/regmap/Makefile         |   1 +
 drivers/base/regmap/internal.h       |   3 +
 drivers/base/regmap/regmap-sccb.c    | 128 +++++++++++++++++++++++++++++++++++
 drivers/base/regmap/regmap-slimbus.c |  23 ++-----
 drivers/base/regmap/regmap.c         |  79 ++++++++++++++++++++-
 drivers/i2c/i2c-core-smbus.c         |  28 +++++---
 include/linux/i2c.h                  |  11 ++-
 include/linux/regmap.h               |  54 +++++++++++++++
 9 files changed, 303 insertions(+), 28 deletions(-)
 create mode 100644 drivers/base/regmap/regmap-sccb.c

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-13  9:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-13  9:57 [GIT PULL] regmap updates for v4.19 Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).