linux: Update to v4.2.6-openpower1
- Rebased on upstream stable release v4.2.6
- Dropped "ast: Default to 8bpp on big endian", as we do not build
for big endian, and there was no interest in upstreaming this patch
- Dropped "fbcon: initialize blink interval before calling" as this is
in the upstream stable release
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/linux/linux-0002-xhci-Use-xhci_pci_remove-for-xhci-device-shutdown.patch b/openpower/linux/linux-0002-xhci-Use-xhci_pci_remove-for-xhci-device-shutdown.patch
index b97fe3d..edfa9d2 100644
--- a/openpower/linux/linux-0002-xhci-Use-xhci_pci_remove-for-xhci-device-shutdown.patch
+++ b/openpower/linux/linux-0002-xhci-Use-xhci_pci_remove-for-xhci-device-shutdown.patch
@@ -1,7 +1,7 @@
-From bb607985cc1eec5693851dd68af1ab0a87986ec5 Mon Sep 17 00:00:00 2001
+From fedf5abf0669ce6e812d4dd095e74ef65eec9058 Mon Sep 17 00:00:00 2001
From: Thadeu Lima De Souza Cascardo <thadeul@br.ibm.com>
Date: Tue, 25 Mar 2014 10:45:16 -0400
-Subject: [PATCH 02/17] xhci: Use xhci_pci_remove for xhci device shutdown
+Subject: [PATCH 02/15] xhci: Use xhci_pci_remove for xhci device shutdown
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
@@ -10,10 +10,10 @@
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
-index c79d336..5492bc6 100644
+index c47d3e480586..a7447462b663 100644
--- a/drivers/usb/host/xhci-pci.c
+++ b/drivers/usb/host/xhci-pci.c
-@@ -419,7 +419,7 @@ static struct pci_driver xhci_pci_driver = {
+@@ -420,7 +420,7 @@ static struct pci_driver xhci_pci_driver = {
.remove = xhci_pci_remove,
/* suspend and resume implemented later */
@@ -23,5 +23,5 @@
.driver = {
.pm = &usb_hcd_pci_pm_ops
--
-2.5.0
+2.6.2