Re: [PATCH 0/2] spi: atmel: two fixes

From: Felix Gu

Date: Sat May 16 2026 - 00:42:20 EST


On Sat, May 16, 2026 at 10:34 AM Mark Brown <broonie@xxxxxxxxxx> wrote:
>
> On Sat, May 16, 2026 at 01:20:33AM +0800, Felix Gu wrote:
> > Signed-off-by: Felix Gu <ustc.gu@xxxxxxxxx>
> > ---
> > Felix Gu (2):
> > spi: atmel: fix resource leak on DMA buffer allocation failure
> > spi: atmel: fix DMA resource leak on probe error paths
>
> This needs a rebase for current mainline, I didn't check but I suspect
> it's conflicting witj Johan's fixes.
Hi Mark,
The two commits are already based on Johan’s fixes:
commit ebf99aebc458391893c598f1caddd42bfcc97fc5
Author: Johan Hovold johan@xxxxxxxxxx
Date: Wed Apr 29 11:13:16 2026 +0200
spi: atmel: switch to managed controller allocation

There should not be any conflicts.

Best regards,
Felix