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 v6.2
Date: Mon, 12 Dec 2022 13:15:38 +0000 [thread overview]
Message-ID: <20221212131547.9FBBAC433EF@smtp.kernel.org> (raw)
The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:
Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v6.2
for you to fetch changes up to 22250dbaba99f87574095af894610e9801d74419:
regmap: Merge fix for where we get the number of registers from (2022-12-12 11:50:58 +0000)
----------------------------------------------------------------
regmap: Updates for v6.2
A few new APIs here, support for the FSI bus (which is used in some
PowerPC systems) plus a couple of new APIs, one allowing abstractions
built on top of regmap to tell if the regmap can be used in an atomic
context and one providing a callback for an in flight device which can't
do interrupt masking very well.
There's also a fix that I never got round to sending because it really
should be fixed better but that's not happened yet and it does avoid the
problem, the fix was in -next for a long time.
----------------------------------------------------------------
Eddie James (1):
regmap: Add FSI bus support
Mark Brown (2):
fsi: Add regmap and refactor sbefifo
regmap: Merge fix for where we get the number of registers from
Michael Walle (1):
regmap: add regmap_might_sleep()
William Breathitt Gray (1):
regmap-irq: Add handle_mask_sync() callback
Yassine Oudjana (1):
regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnode
drivers/base/regmap/Kconfig | 6 +-
drivers/base/regmap/Makefile | 1 +
drivers/base/regmap/regmap-fsi.c | 231 +++++++++++++++++++++++++++++++++++++++
drivers/base/regmap/regmap-irq.c | 59 +++++++---
drivers/base/regmap/regmap.c | 13 +++
include/linux/regmap.h | 49 +++++++++
6 files changed, 341 insertions(+), 18 deletions(-)
create mode 100644 drivers/base/regmap/regmap-fsi.c
next reply other threads:[~2022-12-12 13:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-12 13:15 Mark Brown [this message]
2022-12-13 21:54 ` [GIT PULL] regmap updates for v6.2 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=20221212131547.9FBBAC433EF@smtp.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