Re: [PATCH] spi: Fix the logic around the maximum speed

From: Miquel Raynal
Date: Wed Feb 03 2021 - 12:15:54 EST


Hi Fabio,

Fabio Estevam <festevam@xxxxxxxxx> wrote on Wed, 3 Feb 2021 14:10:15
-0300:

> Hi Miquel,
>
> On Wed, Feb 3, 2021 at 2:06 PM Miquel Raynal <miquel.raynal@xxxxxxxxxxx> wrote:
> >
> > Commit 9326e4f1e5dd ("spi: Limit the spi device max speed to controller's max speed")
> > rationaly introduced a new condition on which the device's maximum
> > speed would be set to the controller's one: if the device advertizes a
> > higher speed than the one supported by the controller.
>
> Already fixed:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6820e812dafb4258bc14692f686eec5bde6fba86

Oh crap :') Indeed I wasn't based on the right -rc to get the fix.

Thanks for the heads up!
Miquèl