+70
−31
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
QE mode uses Little Endian so words > 8 bits are byte swapped. Workaround this by always enforcing wordsize 8 for words > 8 bits. Unfortunately this will not work for LSB transfers where wordsize is > 8 bits so disable these for now. Also move the different quirks into its own function to keep mpc8xxx_spi_setup_transfer() sane. Signed-off-by:Joakim Tjernlund <Joakim.Tjernlund@transmode.se> Acked-by:
Anton Vorontsov <cbouatmailru@gmail.com> Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>