linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] regmap updates for v5.15
@ 2021-08-30 12:50 Mark Brown
  2021-08-30 17:17 ` Linus Torvalds
  2021-08-30 18:47 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Brown @ 2021-08-30 12:50 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Mark Brown

The following changes since commit e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93:

  Linux 5.14-rc7 (2021-08-22 14:24:56 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ca5537c9be13c205492e704c5a3016f54b2fefec:

  Merge remote-tracking branch 'regmap/for-5.15' into regmap-next (2021-08-26 13:45:27 +0100)

----------------------------------------------------------------
regmap: Updates for v5.15

A few small fixes for regmaps this time, plus support for
allowing drivers to select raw spinlocks for the locks in order
to allow usage in interrutpt controllers.

----------------------------------------------------------------
Icenowy Zheng (1):
      regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fields

Jeongtae Park (1):
      regmap: fix the offset of register error log

Jinchao Wang (1):
      regmap: Prefer unsigned int to bare use of unsigned

Mark Brown (2):
      Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean <vladimir.oltean@nxp.com>:
      Merge remote-tracking branch 'regmap/for-5.15' into regmap-next

Vladimir Oltean (1):
      regmap: teach regmap to use raw spinlocks if requested in the config

 drivers/base/regmap/internal.h       |  4 +++
 drivers/base/regmap/regmap-debugfs.c |  2 +-
 drivers/base/regmap/regmap-mmio.c    |  2 +-
 drivers/base/regmap/regmap.c         | 49 +++++++++++++++++++++++++++---------
 include/linux/regmap.h               |  7 ++++--
 5 files changed, 48 insertions(+), 16 deletions(-)

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

* Re: [GIT PULL] regmap updates for v5.15
  2021-08-30 12:50 [GIT PULL] regmap updates for v5.15 Mark Brown
@ 2021-08-30 17:17 ` Linus Torvalds
  2021-08-30 18:47 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2021-08-30 17:17 UTC (permalink / raw)
  To: Mark Brown; +Cc: lkml

Hmm. Gmail has once again started hating you, Mark.

I think it's something personal. What have you done to piss off Google lately?

But more realistically, I think it's because of the DMARC failure:

        dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org

because your actual DKIM header says

  DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
d=sirena.org.uk; s=20170815-heliosphere; h=[...]

but then your From: line is

  From: Mark Brown <broonie@kernel.org>

so your 'd=sirena.org.uk' thing doesn't actually match the host that
will be tested (kernel.org).

Oh well.

I caught your pull requests in my spam-box this time, but..

              Linus

On Mon, Aug 30, 2021 at 5:50 AM Mark Brown <broonie@kernel.org> wrote:
>
> The following changes since commit e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93:
>
>   Linux 5.14-rc7 (2021-08-22 14:24:56 -0700)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v5.15

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

* Re: [GIT PULL] regmap updates for v5.15
  2021-08-30 12:50 [GIT PULL] regmap updates for v5.15 Mark Brown
  2021-08-30 17:17 ` Linus Torvalds
@ 2021-08-30 18:47 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2021-08-30 18:47 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linus Torvalds, linux-kernel, Mark Brown

The pull request you sent on Mon, 30 Aug 2021 13:50:34 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4aed6ee53fcc012ea599f1be6b2c8d76cb7f7354

Thank you!

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

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

end of thread, other threads:[~2021-08-30 18:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30 12:50 [GIT PULL] regmap updates for v5.15 Mark Brown
2021-08-30 17:17 ` Linus Torvalds
2021-08-30 18:47 ` 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).