Re: [PATCH 1/1] spi: imx: take in account bits per word instead of assuming 8-bits

From: Fabio Estevam
Date: Mon Sep 18 2023 - 08:50:25 EST


Hi Stefan,

There is a typo in the spi mailing list. It should be linux-spi@xxxxxxxxxxxxxxx.

On Sun, Sep 17, 2023 at 3:47 PM Sebastian Reichel <sre@xxxxxxxxxx> wrote:
>
> Hi,
>
> On Sun, Sep 17, 2023 at 06:40:37PM +0200, Stefan Moring wrote:
> > The IMX spi driver has a hardcoded 8, breaking the driver for word
> > lengths other than 8.
> >
> > Signed-off-by: Stefan Moring <stefanmoring@xxxxxxxxx>
> > ---
>
> patch subject is missing the 'spi: imx:' prefix. Otherwise:
>
> Reported-by: Sebastian Reichel <sre@xxxxxxxxxx>
> Fixes: 15a6af94a277 ("spi: Increase imx51 ecspi burst length based on transfer length")
> Tested-by: Sebastian Reichel <sre@xxxxxxxxxx>

With the above tags added and the Subject line fixed:

Reviewed-by: Fabio Estevam <festevam@xxxxxxxxx>