mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
Merge branch 'spi-5.3' into spi-linus
This commit is contained in:
commit
262a2f3345
7 changed files with 34 additions and 7 deletions
|
@ -214,6 +214,7 @@ static void uniphier_spi_setup_transfer(struct spi_device *spi,
|
|||
if (!priv->is_save_param || priv->mode != spi->mode) {
|
||||
uniphier_spi_set_mode(spi);
|
||||
priv->mode = spi->mode;
|
||||
priv->is_save_param = false;
|
||||
}
|
||||
|
||||
if (!priv->is_save_param || priv->bits_per_word != t->bits_per_word) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue