Bump kernel to 4.4.183 v1.4
authorRISCi_ATOM <bob@bobcall.me>
Sun, 23 Jun 2019 19:11:49 +0000 (15:11 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Sun, 23 Jun 2019 19:11:49 +0000 (15:11 -0400)
include/kernel-version.mk
target/linux/ar71xx/patches-4.4/450-gpio-nxp-74hc153-gpio-chip-driver.patch
target/linux/ar71xx/patches-4.4/451-gpio-74x164-improve-platform-device-support.patch
target/linux/ar71xx/patches-4.4/452-gpio-add-gpio-latch-driver.patch
target/linux/generic/patches-4.4/834-ledtrig-libata.patch

index fbaafc5833c5902fdd25870ab1940522d6ebbb26..2f1d454ea0354d49ca5392720a45dfc9284b4e99 100644 (file)
@@ -2,9 +2,9 @@
 
 LINUX_RELEASE?=1
 
-LINUX_VERSION-4.4 = .182
+LINUX_VERSION-4.4 = .183
 
-LINUX_KERNEL_HASH-4.4.182 = 7014cb386201dafe2f16b8bc0e97ab742cdafff27ab9a91bad499d2cfd2dfa3d
+LINUX_KERNEL_HASH-4.4.183 = bdaf604a071afec5adee0265aa5ee4aef2d9344cbf89eb1e0a366dcb67b141ec
 
 ifdef KERNEL_PATCHVER
   LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))
index 8bccd12fac708dad4838887988e50a2adf69fb32..c3667a5e04a3b6568ffea7adaff9b441910abf4d 100644 (file)
@@ -1,6 +1,6 @@
 --- a/drivers/gpio/Kconfig
 +++ b/drivers/gpio/Kconfig
-@@ -1040,4 +1040,12 @@ config GPIO_VIPERBOARD
+@@ -1041,4 +1041,12 @@ config GPIO_VIPERBOARD
  
  endmenu
  
index 0f7faf280f6627742403989e6666be4c7cde9a81..b2c54c6df91029ab1c484dd0c78f588f57902ba2 100644 (file)
@@ -99,7 +99,7 @@
 +#endif
 --- a/drivers/gpio/Kconfig
 +++ b/drivers/gpio/Kconfig
-@@ -991,7 +991,6 @@ menu "SPI GPIO expanders"
+@@ -992,7 +992,6 @@ menu "SPI GPIO expanders"
  
  config GPIO_74X164
        tristate "74x164 serial-in/parallel-out 8-bits shift register"
index c545252b38df6361f2090d015cd72152f632275e..520612396e355db62d0bf31e2265bd5ed4785a68 100644 (file)
@@ -1,6 +1,6 @@
 --- a/drivers/gpio/Kconfig
 +++ b/drivers/gpio/Kconfig
-@@ -1047,4 +1047,9 @@ config GPIO_NXP_74HC153
+@@ -1048,4 +1048,9 @@ config GPIO_NXP_74HC153
          Platform driver for NXP 74HC153 Dual 4-input Multiplexer. This
          provides a GPIO interface supporting input mode only.
  
index 4b851072a80dc6e7491091a26715768a5eb350f8..ca05db312585e8d94e490ced91d3299455b8fe38 100644 (file)
@@ -69,7 +69,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  /**
   *    ata_build_rw_tf - Build ATA taskfile for given read/write request
   *    @tf: Target ATA taskfile
-@@ -4812,6 +4825,9 @@ struct ata_queued_cmd *ata_qc_new_init(s
+@@ -4815,6 +4828,9 @@ struct ata_queued_cmd *ata_qc_new_init(s
                if (tag < 0)
                        return NULL;
        }
@@ -79,7 +79,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  
        qc = __ata_qc_from_tag(ap, tag);
        qc->tag = tag;
-@@ -5708,6 +5724,9 @@ struct ata_port *ata_port_alloc(struct a
+@@ -5711,6 +5727,9 @@ struct ata_port *ata_port_alloc(struct a
        ap->stats.unhandled_irq = 1;
        ap->stats.idle_irq = 1;
  #endif
@@ -89,7 +89,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
        ata_sff_port_init(ap);
  
        return ap;
-@@ -5729,6 +5748,12 @@ static void ata_host_release(struct devi
+@@ -5732,6 +5751,12 @@ static void ata_host_release(struct devi
  
                kfree(ap->pmp_link);
                kfree(ap->slave_link);
@@ -102,7 +102,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
                kfree(ap);
                host->ports[i] = NULL;
        }
-@@ -6175,7 +6200,23 @@ int ata_host_register(struct ata_host *h
+@@ -6178,7 +6203,23 @@ int ata_host_register(struct ata_host *h
                host->ports[i]->print_id = atomic_inc_return(&ata_print_id);
                host->ports[i]->local_port_no = i + 1;
        }