linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] regmap updates for v5.11
Date: Mon, 14 Dec 2020 14:47:31 +0000	[thread overview]
Message-ID: <20201214144753.1DA3B22B4B@mail.kernel.org> (raw)

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4616c509d187d2afda4a8f1121c2a3ef16bbcefe:

  Merge remote-tracking branch 'regmap/for-5.11' into regmap-next (2020-11-30 18:16:06 +0000)

----------------------------------------------------------------
regmap: Updates for v5.11

This is quite a busy release for regmap with two substantial features
being added:

 - Support for register maps Soundwire 1.2 multi-byte operations,
   allowing atomic support for registers larger than a single byte.
 - Support for relaxed I/O without barriers in MMIO regmaps, allowing
   them to be used efficiently on systems where default MMIO operations
   include barriers.

There was also an addition and revert of use of the new Soundwire
support for RT715 due to build issues with the driver built in, my tests
only covered building it as a module, the patch wasn't just dropped as
it had already been merged elsewhere.

----------------------------------------------------------------
Adrian Ratiu (1):
      regmap: mmio: add config option to allow relaxed MMIO accesses

Jack Yu (1):
      ASoC/SoundWire: rt715-sdca: First version of rt715 sdw sdca codec driver

Lucas Tanure (1):
      regmap: Fix order of regmap write log

Mark Brown (4):
      Merge series "regmap/SoundWire/ASoC: Add SoundWire SDCA support" from Bard Liao <yung-chuan.liao@linux.intel.com>:
      ASoC: rt715: Fix build
      Merge branch '20201104_yung_chuan_liao_regmap_soundwire_asoc_add_soundwire_sdca_support' into regmap-5.11
      Merge remote-tracking branch 'regmap/for-5.11' into regmap-next

Philippe Duplessis-Guindon (1):
      regmap: Remove duplicate `type` field from regmap `regcache_sync` trace event

Pierre-Louis Bossart (3):
      regmap: sdw: add required header files
      soundwire: SDCA: add helper macro to access controls
      regmap/SoundWire: sdw: add support for SoundWire 1.2 MBQ

 drivers/base/regmap/Kconfig             |   6 +-
 drivers/base/regmap/Makefile            |   1 +
 drivers/base/regmap/regmap-mmio.c       |  90 +++++++++++++++++++++++++---
 drivers/base/regmap/regmap-sdw-mbq.c    | 101 ++++++++++++++++++++++++++++++++
 drivers/base/regmap/regmap-sdw.c        |   2 +
 drivers/base/regmap/regmap.c            |  11 ++--
 drivers/base/regmap/trace.h             |   1 -
 include/linux/regmap.h                  |  40 +++++++++++++
 include/linux/soundwire/sdw_registers.h |  32 ++++++++++
 9 files changed, 270 insertions(+), 14 deletions(-)
 create mode 100644 drivers/base/regmap/regmap-sdw-mbq.c

             reply	other threads:[~2020-12-14 14:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14 14:47 Mark Brown [this message]
2020-12-15 23:47 ` [GIT PULL] regmap updates for v5.11 Linus Torvalds
2020-12-16 18:25   ` Mark Brown
2020-12-16  1:00 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201214144753.1DA3B22B4B@mail.kernel.org \
    --to=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).