public inbox for linux-kernel@vger.kernel.org
 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.14
Date: Mon, 28 Jun 2021 15:54:02 +0100	[thread overview]
Message-ID: <20210628145442.0C5CB61221@mail.kernel.org> (raw)

The following changes since commit 614124bea77e452aa6df7a8714e8bc820b489922:

  Linux 5.13-rc5 (2021-06-06 15:47:27 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d17032f2befaceef2c8c6b761ae657bc700b0be3:

  Merge remote-tracking branch 'regmap/for-5.14' into regmap-next (2021-06-14 20:41:59 +0100)

----------------------------------------------------------------
regmap: Updates for v5.14

The big thing this release is support for accessing the register maps of
MDIO devices via the framework.  We've also added support for 7/17
register formats on bytestream transports and inverted status registers
in regmap-irq.

----------------------------------------------------------------
Andy Shevchenko (1):
      regmap: mdio: Don't modify output if error happened

Antoniu Miclaus (1):
      regmap: add support for 7/17 register formating

Lucas Tanure (1):
      regmap-i2c: Set regmap max raw r/w from quirks

Mark Brown (2):
      Merge series "RTL8231 GPIO expander support" from Sander Vanheule <sander@svanheule.net>:
      Merge remote-tracking branch 'regmap/for-5.14' into regmap-next

Maxim Kochetkov (1):
      regmap-irq: Introduce inverted status registers support

Sander Vanheule (5):
      regmap: Add MDIO bus support
      regmap: mdio: Clean up invalid clause-22 addresses
      regmap: mdio: Add clause-45 support
      regmap: mdio: Fix regmap_bus pointer constness
      regmap: mdio: Reject invalid addresses

 drivers/base/regmap/Kconfig       |   6 +-
 drivers/base/regmap/Makefile      |   1 +
 drivers/base/regmap/regmap-i2c.c  |  45 ++++++++++++---
 drivers/base/regmap/regmap-irq.c  |   7 +++
 drivers/base/regmap/regmap-mdio.c | 116 ++++++++++++++++++++++++++++++++++++++
 drivers/base/regmap/regmap.c      |  15 +++++
 include/linux/regmap.h            |  40 +++++++++++++
 7 files changed, 222 insertions(+), 8 deletions(-)
 create mode 100644 drivers/base/regmap/regmap-mdio.c

             reply	other threads:[~2021-06-28 15:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-28 14:54 Mark Brown [this message]
2021-06-28 18:17 ` [GIT PULL] regmap updates for v5.14 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=20210628145442.0C5CB61221@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