All of lore.kernel.org
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: soc@kernel.org
Cc: conor@kernel.org, linux-riscv@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ~RISC-V~Microchip soc fixes for v7.0-rc6
Date: Thu, 26 Mar 2026 11:21:39 +0000	[thread overview]
Message-ID: <20260326-vertebrae-relatable-adfa3baabfd6@spud> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1705 bytes --]

Hey folks,

Another small PR here, worth pointing out that the exact contents has
been in linux-next but not as these commit hashes yet, I squashed a
fixup patch just now that I hadn't realised got pushed without being
squashed. Might be worth letting it marinate for a few days if that's
a concern.

Cheers,
Conor.

The following changes since commit 0528a348b04b327a4611e29589beb4c9ae81304a:

  cache: ax45mp: Fix device node reference leak in ax45mp_cache_init() (2026-02-06 19:54:40 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-soc-fixes-for-v7.0-rc6

for you to fetch changes up to c7596f9001e2b83293e3658e4e1addde69bb335d:

  firmware: microchip: fail auto-update probe if no flash found (2026-03-26 11:14:11 +0000)

----------------------------------------------------------------
RISC-V soc fixes for v7.0-rc6

Microchip:
More resource leak fixes for unlikely scenarios, and a change to the
auto-update "firmware" driver to prevent it probing on systems with
engineering silicon where it cannot be used.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>

----------------------------------------------------------------
Conor Dooley (1):
      firmware: microchip: fail auto-update probe if no flash found

Felix Gu (2):
      soc: microchip: mpfs-control-scb: Fix resource leak on driver unbind
      soc: microchip: mpfs-mss-top-sysreg: Fix resource leak on driver unbind

 drivers/firmware/microchip/mpfs-auto-update.c | 10 ++++++----
 drivers/soc/microchip/mpfs-control-scb.c      |  6 ++++--
 drivers/soc/microchip/mpfs-mss-top-sysreg.c   |  6 ++++--
 3 files changed, 14 insertions(+), 8 deletions(-)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

WARNING: multiple messages have this Message-ID (diff)
From: Conor Dooley <conor@kernel.org>
To: soc@kernel.org
Cc: conor@kernel.org, linux-riscv@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ~RISC-V~Microchip soc fixes for v7.0-rc6
Date: Thu, 26 Mar 2026 11:21:39 +0000	[thread overview]
Message-ID: <20260326-vertebrae-relatable-adfa3baabfd6@spud> (raw)

[-- Attachment #1: Type: text/plain, Size: 1705 bytes --]

Hey folks,

Another small PR here, worth pointing out that the exact contents has
been in linux-next but not as these commit hashes yet, I squashed a
fixup patch just now that I hadn't realised got pushed without being
squashed. Might be worth letting it marinate for a few days if that's
a concern.

Cheers,
Conor.

The following changes since commit 0528a348b04b327a4611e29589beb4c9ae81304a:

  cache: ax45mp: Fix device node reference leak in ax45mp_cache_init() (2026-02-06 19:54:40 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-soc-fixes-for-v7.0-rc6

for you to fetch changes up to c7596f9001e2b83293e3658e4e1addde69bb335d:

  firmware: microchip: fail auto-update probe if no flash found (2026-03-26 11:14:11 +0000)

----------------------------------------------------------------
RISC-V soc fixes for v7.0-rc6

Microchip:
More resource leak fixes for unlikely scenarios, and a change to the
auto-update "firmware" driver to prevent it probing on systems with
engineering silicon where it cannot be used.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>

----------------------------------------------------------------
Conor Dooley (1):
      firmware: microchip: fail auto-update probe if no flash found

Felix Gu (2):
      soc: microchip: mpfs-control-scb: Fix resource leak on driver unbind
      soc: microchip: mpfs-mss-top-sysreg: Fix resource leak on driver unbind

 drivers/firmware/microchip/mpfs-auto-update.c | 10 ++++++----
 drivers/soc/microchip/mpfs-control-scb.c      |  6 ++++--
 drivers/soc/microchip/mpfs-mss-top-sysreg.c   |  6 ++++--
 3 files changed, 14 insertions(+), 8 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

             reply	other threads:[~2026-03-26 11:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-26 11:21 Conor Dooley [this message]
2026-03-26 11:21 ` [GIT PULL] ~RISC-V~Microchip soc fixes for v7.0-rc6 Conor Dooley
2026-04-01 11:44 ` Krzysztof Kozlowski
2026-04-01 11:44   ` Krzysztof Kozlowski
2026-04-01 12:13   ` Conor Dooley
2026-04-01 12:13     ` Conor Dooley

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=20260326-vertebrae-relatable-adfa3baabfd6@spud \
    --to=conor@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=soc@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.