linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] regmap updates for v5.14
@ 2021-06-28 14:54 Mark Brown
  2021-06-28 18:17 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2021-06-28 14:54 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Mark Brown

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] regmap updates for v5.14
  2021-06-28 14:54 [GIT PULL] regmap updates for v5.14 Mark Brown
@ 2021-06-28 18:17 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-06-28 18:17 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linus Torvalds, linux-kernel, Mark Brown

The pull request you sent on Mon, 28 Jun 2021 15:54:02 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/52f8cf8b0b540a8e4ebba52fe5ee3f57c2682f92

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-28 18:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28 14:54 [GIT PULL] regmap updates for v5.14 Mark Brown
2021-06-28 18:17 ` pr-tracker-bot

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).