* [GIT PULL] regmap updates for v6.2
@ 2022-12-12 13:15 Mark Brown
2022-12-13 21:54 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2022-12-12 13:15 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, Mark Brown
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] regmap updates for v6.2
2022-12-12 13:15 [GIT PULL] regmap updates for v6.2 Mark Brown
@ 2022-12-13 21:54 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-12-13 21:54 UTC (permalink / raw)
To: Mark Brown; +Cc: Linus Torvalds, linux-kernel, Mark Brown
The pull request you sent on Mon, 12 Dec 2022 13:15:38 +0000:
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v6.2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b8cc9174ff9e7b739c6fa61037759f885748fbf5
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:[~2022-12-13 21:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-12 13:15 [GIT PULL] regmap updates for v6.2 Mark Brown
2022-12-13 21:54 ` 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