From c81a6309cda26015506f7cede4358584b38b8a8e Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Tue, 4 Jun 2019 16:00:11 +0930 Subject: linux-nuvoton: 5.1.6 stable updates, Qanta GSJ This adds the Quanta GSJ NPCM730-based BMC and updates to the latest 5.1 stable tree. Fran Hsu (4): ARM: dts: nuvoton: Add NPCM730 common device tree ARM: dts: nuvoton: Add Quanta GSJ BMC pinctrl ARM: dts: nuvoton: Add Quanta GSJ BMC Device Tree. ARM: dts: nuvoton: Add GPIOs and LEDs to GSJ device tree Tomer Maimon (1): dts: npcm750: modify SPI partition label names (From meta-nuvoton rev: c1e7672e39ca3f347da7c50a3a2d277594b6e7a6) Change-Id: I91e0f19c36d6edda4717bd4346bee3f233712d5e Signed-off-by: Joel Stanley Signed-off-by: Brad Bishop --- meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb') diff --git a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb index b0c34a71f..94828eb55 100644 --- a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb +++ b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-5.1" -LINUX_VERSION ?= "5.1" +LINUX_VERSION ?= "5.1.6" -SRCREV="f869c3d0aad419af31719d2eaf6b2e42a6d68109" +SRCREV="2f501353091b588cea899285683b3cc2d8068eda" require linux-nuvoton.inc -- cgit v1.2.3 From 7535cdb0de0cc40c133f5f70e87af27c4ad43ac0 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Thu, 6 Jun 2019 11:28:10 +0930 Subject: linux-nuvoton: 5.1.7 stable update, NPCM EDAC driver Enable EDAC in the kernel configuration. George Hung (2): dt-binding: edac: add NPCM ECC documentation edac: npcm: Add Nuvoton NPCM7xx EDAC driver (From meta-nuvoton rev: 382bd93faee564833cce0670ec458d76db6dbde5) Change-Id: I1627b91fa4464063f15b7a49b54829809594b3d4 Signed-off-by: Joel Stanley Signed-off-by: Brad Bishop --- meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig | 4 ++++ meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb') diff --git a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig index e5b6cdf43..207ec6691 100644 --- a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig +++ b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig @@ -99,7 +99,11 @@ CONFIG_USB_EDM_KBD_MOUSE=m CONFIG_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_NPCM750=y +CONFIG_EDAC=y +# CONFIG_EDAC_LEGACY_SYSFS is not set +CONFIG_EDAC_NPCM7XX=y CONFIG_IIO=y +CONFIG_RAS=y CONFIG_NPCM_ADC=y CONFIG_IIO_MUX=y CONFIG_MUX_MMIO=y diff --git a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb index 94828eb55..aaef9bca8 100644 --- a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb +++ b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-5.1" -LINUX_VERSION ?= "5.1.6" +LINUX_VERSION ?= "5.1.7" -SRCREV="2f501353091b588cea899285683b3cc2d8068eda" +SRCREV="a17b8ac585d7faa27799f425fa4326c7a1e7ae71" require linux-nuvoton.inc -- cgit v1.2.3