commit | 4bc4cbae80329a7acb12ae0a64a6768e04cb7b59 | [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 | 64b07ffd3c256850bab6927cd1dd1309e5c95909 [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>