Move sunxi/64 current to 5.7, legacy to 5.4 (#2098)

* Move sunxi/64 current to 5.7, legacy to 5.4
* Update sunxidev config
This commit is contained in:
Igor Pečovnik 2020-07-18 23:08:52 +02:00 committed by GitHub
parent 812245def3
commit caa47bad65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
430 changed files with 20432 additions and 75488 deletions

View file

@ -1,8 +1,8 @@
diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c
index 9a7def7..08c6a05 100644
index 5e4c453..028ef66 100644
--- a/drivers/spi/spi.c
+++ b/drivers/spi/spi.c
@@ -2884,6 +2884,19 @@ int spi_setup(struct spi_device *spi)
@@ -3262,6 +3262,19 @@ int spi_setup(struct spi_device *spi)
if (spi->controller->setup)
status = spi->controller->setup(spi);
@ -19,6 +19,6 @@ index 9a7def7..08c6a05 100644
+ }
+ }
+
spi_set_cs(spi, false);
dev_dbg(&spi->dev, "setup mode %d, %s%s%s%s%u bits/w, %u Hz max --> %d\n",
if (spi->controller->auto_runtime_pm && spi->controller->set_cs) {
status = pm_runtime_get_sync(spi->controller->dev.parent);
if (status < 0) {