commit | 3ae64e8f256c864c546913730f82e2ffbcadc06e | [log] [tgz] |
---|---|---|
author | Kursad Oney <kursad.oney@broadcom.com> | Wed Aug 14 15:18:34 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 10:09:16 2019 -0400 |
tree | c935da005c2f721abd097000dabedbf9c9b043f8 | |
parent | c50d670c56109c001875cd72930810b2ddfb29e6 [diff] |
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>