commit | a1c178e4c7eede986a31c18d413b33095136dbae | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Apr 29 01:58:50 2019 +0530 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Mon Jun 10 17:59:49 2019 +0530 |
tree | 261971bdd65088fbbfe6364270c5ae5872ed7c64 | |
parent | 85fa2655302bad69d5c6d19b0e8a6b188c77737d [diff] |
spi: mpc8xxx: Re-order transfer setup Minize the time the adapter is disabled (via SPI_MODE_EN clearing/setting) to just the character length setting, and only set up the temporary data writing variable right before we need it, so there is a more clear distinction between setting up the SPI adapter, and setting up the data to be written. Signed-off-by: Mario Six <mario.six@gdsys.cc> Acked-by: Jagan Teki <jagan@amarulasolutions.com>