spi: bcm63xx_hsspi: switch to raw I/O functions.
authorKursad Oney <kursad.oney@broadcom.com>
Wed, 14 Aug 2019 13:18:34 +0000 (15:18 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2019 14:09:16 +0000 (10:09 -0400)
commit3ae64e8f256c864c546913730f82e2ffbcadc06e
treec935da005c2f721abd097000dabedbf9c9b043f8
parentc50d670c56109c001875cd72930810b2ddfb29e6
spi: bcm63xx_hsspi: switch to raw I/O functions.

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 <kursad.oney@broadcom.com>
Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
drivers/spi/bcm63xx_hsspi.c