Re: [PATCH 2/6] spi: spi-fsl-dspi: Fix little endian access to PUSHR CMD and TXDATA

From: Vladimir Oltean
Date: Mon Mar 09 2020 - 14:31:37 EST


On Mon, 9 Mar 2020 at 20:19, Michael Walle <michael@xxxxxxxx> wrote:
>

> Eg. is it big-endian or little-endian if there is no property at all?
>

I think it is "native endianness" in that case, i.e. big endian on big
endian CPU and little endian on little endian CPU.

Thanks,
-Vladimir