Bump linux-libre kernel to 4.4.181
authorRISCi_ATOM <bob@bobcall.me>
Thu, 13 Jun 2019 01:29:07 +0000 (21:29 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Thu, 13 Jun 2019 01:29:07 +0000 (21:29 -0400)
include/kernel-version.mk
target/linux/generic/patches-4.4/080-spi-introduce-accelerated-read-support-for-spi-flash.patch

index 58a089d7ec11b238975180249b07b36f84bc52fd..1f143db9ae2636fb3dff6338dc1307e40bcec790 100644 (file)
@@ -2,9 +2,9 @@
 
 LINUX_RELEASE?=1
 
 
 LINUX_RELEASE?=1
 
-LINUX_VERSION-4.4 = .180
+LINUX_VERSION-4.4 = .181
 
 
-LINUX_KERNEL_HASH-4.4.180 = 4f9d45d8b4049a9d4cb13943809ccb66c76b7dc3fbeaec13362846aa8976f394
+LINUX_KERNEL_HASH-4.4.181 = 9488e16b7e189ca3b914396120557c571aa4a6290f15010c3413bd3b143a2dc7
 
 ifdef KERNEL_PATCHVER
   LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))
 
 ifdef KERNEL_PATCHVER
   LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))
index a717f1cee2ff5b0328f3a313a37536626c1ca03f..42791ba9a9a5ab78015757f1423e0789a0b372c2 100644 (file)
@@ -24,7 +24,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org>
 
 --- a/drivers/spi/spi.c
 +++ b/drivers/spi/spi.c
 
 --- a/drivers/spi/spi.c
 +++ b/drivers/spi/spi.c
-@@ -1141,6 +1141,7 @@ static void __spi_pump_messages(struct s
+@@ -1143,6 +1143,7 @@ static void __spi_pump_messages(struct s
                }
        }
  
                }
        }
  
@@ -32,7 +32,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org>
        trace_spi_message_start(master->cur_msg);
  
        if (master->prepare_message) {
        trace_spi_message_start(master->cur_msg);
  
        if (master->prepare_message) {
-@@ -1150,6 +1151,7 @@ static void __spi_pump_messages(struct s
+@@ -1152,6 +1153,7 @@ static void __spi_pump_messages(struct s
                                "failed to prepare message: %d\n", ret);
                        master->cur_msg->status = ret;
                        spi_finalize_current_message(master);
                                "failed to prepare message: %d\n", ret);
                        master->cur_msg->status = ret;
                        spi_finalize_current_message(master);
@@ -40,7 +40,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org>
                        return;
                }
                master->cur_msg_prepared = true;
                        return;
                }
                master->cur_msg_prepared = true;
-@@ -1159,6 +1161,7 @@ static void __spi_pump_messages(struct s
+@@ -1161,6 +1163,7 @@ static void __spi_pump_messages(struct s
        if (ret) {
                master->cur_msg->status = ret;
                spi_finalize_current_message(master);
        if (ret) {
                master->cur_msg->status = ret;
                spi_finalize_current_message(master);
@@ -48,7 +48,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org>
                return;
        }
  
                return;
        }
  
-@@ -1166,8 +1169,10 @@ static void __spi_pump_messages(struct s
+@@ -1168,8 +1171,10 @@ static void __spi_pump_messages(struct s
        if (ret) {
                dev_err(&master->dev,
                        "failed to transfer one message from queue\n");
        if (ret) {
                dev_err(&master->dev,
                        "failed to transfer one message from queue\n");
@@ -59,7 +59,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org>
  }
  
  /**
  }
  
  /**
-@@ -2335,6 +2340,46 @@ int spi_async_locked(struct spi_device *
+@@ -2337,6 +2342,46 @@ int spi_async_locked(struct spi_device *
  EXPORT_SYMBOL_GPL(spi_async_locked);
  
  
  EXPORT_SYMBOL_GPL(spi_async_locked);