public inbox for soc@kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ~RISC-V~Microchip soc fixes for v7.0-rc6
@ 2026-03-26 11:21 Conor Dooley
  2026-04-01 11:44 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Conor Dooley @ 2026-03-26 11:21 UTC (permalink / raw)
  To: soc; +Cc: conor, linux-riscv, linux-kernel

[-- 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 --]

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

* Re: [GIT PULL] ~RISC-V~Microchip soc fixes for v7.0-rc6
  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 12:13   ` Conor Dooley
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-04-01 11:44 UTC (permalink / raw)
  To: Conor Dooley; +Cc: soc, linux-riscv, linux-kernel

On Thu, Mar 26, 2026 at 11:21:39AM +0000, Conor Dooley wrote:
> 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)

Thanks, applied

Probably better if the fixes branch would move to v7.0-rc1, not
continuing the v6.19.

Best regards,
Krzysztof


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

* Re: [GIT PULL] ~RISC-V~Microchip soc fixes for v7.0-rc6
  2026-04-01 11:44 ` Krzysztof Kozlowski
@ 2026-04-01 12:13   ` Conor Dooley
  0 siblings, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2026-04-01 12:13 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: soc, linux-riscv, linux-kernel

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

On Wed, Apr 01, 2026 at 01:44:04PM +0200, Krzysztof Kozlowski wrote:
> On Thu, Mar 26, 2026 at 11:21:39AM +0000, Conor Dooley wrote:
> > 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)
> 
> Thanks, applied
> 
> Probably better if the fixes branch would move to v7.0-rc1, not
> continuing the v6.19.

Yeah, I probably could have moved it to a -rc, cos there was some
fiddling about when my week2 merge window fixes PR got merged I opted to
leave my branch on top of that tag, lest there are conflicts caused by
later fixes patches. Ordinarily, I fast forward to -rc1.

Thanks,
Conor.

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

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

end of thread, other threads:[~2026-04-01 12:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 12:13   ` Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox