Re: [U-Boot] [PATCH V3 03/10] spi: bcm63xx_hsspi: switch to raw I/O functions.

2019-10-12 Thread Tom Rini
On Wed, Aug 14, 2019 at 03:18:34PM +0200, Philippe Reynes wrote: > From: Kursad Oney > > Make the driver compatible with both big and little endian SOCs. > Replace big-endian calls with their raw equivalents, expect for > writing the command to FIFO. That still has to be in big-endian > format.

Re: [U-Boot] [PATCH V3 03/10] spi: bcm63xx_hsspi: switch to raw I/O functions.

2019-08-14 Thread Daniel Schwierzeck
Am 14.08.19 um 15:18 schrieb Philippe Reynes: > From: Kursad Oney > > Make the driver compatible with both big and little endian SOCs. > Replace big-endian calls with their raw equivalents, expect for > writing the command to FIFO. That still has to be in big-endian > format. > >

[U-Boot] [PATCH V3 03/10] spi: bcm63xx_hsspi: switch to raw I/O functions.

2019-08-14 Thread Philippe Reynes
From: Kursad Oney Make the driver compatible with both big and little endian SOCs. Replace big-endian calls with their raw equivalents, expect for writing the command to FIFO. That still has to be in big-endian format. Signed-off-by: Kursad Oney Reviewed-by: Philippe Reynes ---