Release Linux 4.10.1-openpower1
This moves all machines to the 4.10 kenrel series.
There are two patch series on top of the stable tree.
The first is the XHCI USB fixes we have carried for sometime.
The second is a 14 patch series that improves the Aspeed VGA driver
including adding support for the ast2500 and configuration of the driver
through the device tree, which is required when the P2A bridge is
disabled.
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/linux/0006-drm-ast-Remove-spurrious-include.patch b/openpower/linux/0006-drm-ast-Remove-spurrious-include.patch
new file mode 100644
index 0000000..9b6d7a1
--- /dev/null
+++ b/openpower/linux/0006-drm-ast-Remove-spurrious-include.patch
@@ -0,0 +1,27 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
+Date: Fri, 17 Feb 2017 13:55:58 +1100
+Subject: [PATCH 06/15] drm/ast: Remove spurrious include
+
+Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
+Signed-off-by: Joel Stanley <joel@jms.id.au>
+---
+ drivers/gpu/drm/ast/ast_main.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/drivers/gpu/drm/ast/ast_main.c b/drivers/gpu/drm/ast/ast_main.c
+index fb9976254224..f01a937165b7 100644
+--- a/drivers/gpu/drm/ast/ast_main.c
++++ b/drivers/gpu/drm/ast/ast_main.c
+@@ -32,8 +32,6 @@
+ #include <drm/drm_fb_helper.h>
+ #include <drm/drm_crtc_helper.h>
+
+-#include "ast_dram_tables.h"
+-
+ void ast_set_index_reg_mask(struct ast_private *ast,
+ uint32_t base, uint8_t index,
+ uint8_t mask, uint8_t val)
+--
+2.11.0
+