linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] regmap updates for the next release
@ 2018-10-22 12:07 Mark Brown
  0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2018-10-22 12:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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

The following changes since commit 35a7f35ad1b150ddf59a41dcac7b2fa32982be0e:

  Linux 4.19-rc8 (2018-10-15 07:20:24 +0200)

are available in the Git repository at:

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

for you to fetch changes up to ae2399c48c023ef8a6e0d260950420296252b3e9:

  Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-rw' into regmap-next (2018-10-21 12:07:26 +0100)

----------------------------------------------------------------
regmap: Updates for v5.0

A small update with a couple of new APIs that are useful for some small
sets of devices:

 - Split up the single_rw flagging to map read and write separately as
   some devices support bulk operations for only read or only write.
 - Add a write version of the noinc API.
 - Clean up the code for LOG_DEVICE a bit.

----------------------------------------------------------------
Ben Dooks (1):
      regmap: use less #ifdef for LOG_DEVICE

Ben Whitten (1):
      regmap: Add regmap_noinc_write API

David Frey (2):
      regmap: fix comment for regmap.use_single_write
      regmap: split up regmap_config.use_single_rw

Mark Brown (2):
      Merge branch 'regmap-4.20' into regmap-next
      Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-rw' into regmap-next

 drivers/base/regmap/internal.h           |  5 +-
 drivers/base/regmap/regmap.c             | 99 +++++++++++++++++++++++++++++---
 drivers/edac/altera_edac.c               |  3 +-
 drivers/hwmon/lm75.c                     |  3 +-
 drivers/hwmon/lm95245.c                  |  3 +-
 drivers/hwmon/tmp102.c                   |  3 +-
 drivers/hwmon/tmp108.c                   |  3 +-
 drivers/iio/light/apds9960.c             |  3 +-
 drivers/iio/light/max44000.c             | 23 ++++----
 drivers/iio/temperature/mlx90632.c       |  3 +-
 drivers/input/touchscreen/tsc200x-core.c |  3 +-
 drivers/mfd/altera-a10sr.c               |  3 +-
 drivers/mfd/da9052-spi.c                 |  3 +-
 drivers/mfd/mc13xxx-spi.c                |  3 +-
 drivers/mfd/twl6040.c                    |  3 +-
 drivers/regulator/ltc3589.c              |  3 +-
 drivers/regulator/ltc3676.c              |  3 +-
 include/linux/regmap.h                   | 31 ++++++++--
 sound/hda/hdac_regmap.c                  |  3 +-
 sound/soc/codecs/cs35l33.c               |  3 +-
 sound/soc/codecs/cs35l35.c               |  3 +-
 sound/soc/codecs/cs43130.c               |  4 +-
 sound/soc/codecs/es8328.c                |  3 +-
 sound/soc/codecs/rt1305.c                |  3 +-
 sound/soc/codecs/rt5514.c                |  3 +-
 sound/soc/codecs/rt5616.c                |  3 +-
 sound/soc/codecs/rt5640.c                |  3 +-
 sound/soc/codecs/rt5645.c                |  9 ++-
 sound/soc/codecs/rt5651.c                |  3 +-
 sound/soc/codecs/rt5660.c                |  3 +-
 sound/soc/codecs/rt5663.c                |  9 ++-
 sound/soc/codecs/rt5665.c                |  3 +-
 sound/soc/codecs/rt5668.c                |  3 +-
 sound/soc/codecs/rt5670.c                |  3 +-
 sound/soc/codecs/rt5682.c                |  3 +-
 35 files changed, 205 insertions(+), 59 deletions(-)

[-- 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-10-22 12:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-22 12:07 [GIT PULL] regmap updates for the next release 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).