[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-375-gea2bd5c
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2018-02-08 18:51:04
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via ea2bd5c402087ab80a366434fcc96b3b25de2d0a (commit)
from 89076fca21da0ce842a06724524f1a8a3df962bc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ea2bd5c402087ab80a366434fcc96b3b25de2d0a
Author: Julien BOIBESSOT <jul...@ar...>
Date: Thu Feb 8 19:50:46 2018 +0100
[LINUX] 4.8 & 4.14: fixes kernel oops when loading spidev driver
-----------------------------------------------------------------------
Summary of changes:
...-armadeus-remove-spidev-oops-warning-at-load-time.patch | 14 +++++++-------
...-armadeus-remove-spidev-oops-warning-at-load-time.patch | 10 +++++-----
2 files changed, 12 insertions(+), 12 deletions(-)
copy patches/linux/{4.1.mx6_legacy => 4.14}/0514-armadeus-remove-spidev-oops-warning-at-load-time.patch (50%)
copy patches/linux/{4.1.mx6_legacy => 4.8}/0514-armadeus-remove-spidev-oops-warning-at-load-time.patch (64%)
diff --git a/patches/linux/4.1.mx6_legacy/0514-armadeus-remove-spidev-oops-warning-at-load-time.patch b/patches/linux/4.14/0514-armadeus-remove-spidev-oops-warning-at-load-time.patch
similarity index 50%
copy from patches/linux/4.1.mx6_legacy/0514-armadeus-remove-spidev-oops-warning-at-load-time.patch
copy to patches/linux/4.14/0514-armadeus-remove-spidev-oops-warning-at-load-time.patch
index a0614d4..aec21e4 100644
--- a/patches/linux/4.1.mx6_legacy/0514-armadeus-remove-spidev-oops-warning-at-load-time.patch
+++ b/patches/linux/4.14/0514-armadeus-remove-spidev-oops-warning-at-load-time.patch
@@ -3,14 +3,14 @@ kernels with device tree support.
Signed-off-by: Julien Boibessot <jul...@ar...>
-Index: linux-imx_4.1.15_2.0.0_ga/drivers/spi/spidev.c
+Index: linux/drivers/spi/spidev.c
===================================================================
---- linux-imx_4.1.15_2.0.0_ga.orig/drivers/spi/spidev.c
-+++ linux-imx_4.1.15_2.0.0_ga/drivers/spi/spidev.c
-@@ -707,6 +707,7 @@ static struct class *spidev_class;
- #ifdef CONFIG_OF
- static const struct of_device_id spidev_dt_ids[] = {
- { .compatible = "rohm,dh2228fv" },
+--- linux.orig/drivers/spi/spidev.c
++++ linux/drivers/spi/spidev.c
+@@ -669,6 +669,7 @@ static struct class *spidev_class;
+ { .compatible = "lineartechnology,ltc2488" },
+ { .compatible = "ge,achc" },
+ { .compatible = "semtech,sx1301" },
+ { .compatible = "spidev" },
{},
};
diff --git a/patches/linux/4.1.mx6_legacy/0514-armadeus-remove-spidev-oops-warning-at-load-time.patch b/patches/linux/4.8/0514-armadeus-remove-spidev-oops-warning-at-load-time.patch
similarity index 64%
copy from patches/linux/4.1.mx6_legacy/0514-armadeus-remove-spidev-oops-warning-at-load-time.patch
copy to patches/linux/4.8/0514-armadeus-remove-spidev-oops-warning-at-load-time.patch
index a0614d4..2cad3fd 100644
--- a/patches/linux/4.1.mx6_legacy/0514-armadeus-remove-spidev-oops-warning-at-load-time.patch
+++ b/patches/linux/4.8/0514-armadeus-remove-spidev-oops-warning-at-load-time.patch
@@ -3,14 +3,14 @@ kernels with device tree support.
Signed-off-by: Julien Boibessot <jul...@ar...>
-Index: linux-imx_4.1.15_2.0.0_ga/drivers/spi/spidev.c
+Index: linux/drivers/spi/spidev.c
===================================================================
---- linux-imx_4.1.15_2.0.0_ga.orig/drivers/spi/spidev.c
-+++ linux-imx_4.1.15_2.0.0_ga/drivers/spi/spidev.c
-@@ -707,6 +707,7 @@ static struct class *spidev_class;
- #ifdef CONFIG_OF
+--- linux.orig/drivers/spi/spidev.c
++++ linux/drivers/spi/spidev.c
+@@ -696,6 +696,7 @@ static struct class *spidev_class;
static const struct of_device_id spidev_dt_ids[] = {
{ .compatible = "rohm,dh2228fv" },
+ { .compatible = "lineartechnology,ltc2488" },
+ { .compatible = "spidev" },
{},
};
hooks/post-receive
--
armadeus
|