From f86189b4063883c3fb50bc4561960515feff836f Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Sat, 23 Dec 2017 11:16:02 +0700 Subject: rcar-gen3: linux-renesas: Upgrade Linux BSP to v3.6.0 This commit upgrades Linux BSP to v3.6.0 for supporting Kernel v4.14 stable and updating following items: [Kernel] - Add support for WDIOF_CARDRESET. [Power Management] - Add missing iounmap to rcar_avs.c. - Add big.LITTLE CAS support. - Add CA53 CPUIdle support. - Add CA53 EMS support. - Add CA53 CPUFreq support. [Audio driver] - Confirm rmmod command operation of snd-soc-rcar. - Skip disabled-SSI nodes. - Care ssi_parent_mod and remove NULL check from rsnd_mod_name()/rsnd_mod_id(). - Revert IOMMU support so far. - Don't use runtime->sample_bits. - More clear rsnd_get_dalign() for DALIGN. - Clear SSI_MODE for non TDM Extended modes. [Display driver] - Confirm the Fence function. - Add support for colorkey alpha blending. - Disable vsp1 interrupt when startup. [DMA Engine driver] - Fix array-bounds warning refer chcr_ts[]. [PWM driver] - Enable PWM2 in device tree. [USB2.0 Function] - Fix the problem that the interrupt becomes long time when disconnecting the USB cable. [Video Capture driver] - Add V4L2_FIELD_SEQ_TB/BT function support. - Add ARGB8888 caputre format support and overflow debug message option. - Fix cropping procedure. [RWDT driver] - Add support for WDIOF_CARDRESET. Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- ...rt-arm64-dts-r8a7795-es1-Add-MFIS-device-.patch | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0009-Revert-Revert-arm64-dts-r8a7795-es1-Add-MFIS-device-.patch (limited to 'meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0009-Revert-Revert-arm64-dts-r8a7795-es1-Add-MFIS-device-.patch') diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0009-Revert-Revert-arm64-dts-r8a7795-es1-Add-MFIS-device-.patch b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0009-Revert-Revert-arm64-dts-r8a7795-es1-Add-MFIS-device-.patch deleted file mode 100644 index 6099139..0000000 --- a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0009-Revert-Revert-arm64-dts-r8a7795-es1-Add-MFIS-device-.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 9a6af2ca74b65ec933d24cc75d42559c19b2de69 Mon Sep 17 00:00:00 2001 -From: Hiroki Negishi -Date: Mon, 13 Nov 2017 11:46:15 +0900 -Subject: [PATCH 09/23] Revert "Revert "arm64: dts: r8a7795-es1: Add MFIS - device node"" - -This reverts commit a428110d14bb ("Revert "arm64: dts: r8a7795-es1: -Add MFIS device node"") - -Signed-off-by: Hiroki Negishi ---- - arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi | 10 +++++++++- - 1 file changed, 9 insertions(+), 1 deletion(-) - -diff --git a/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi -index 30f72bc..0a6bab8 100644 ---- a/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi -+++ b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi -@@ -1,7 +1,7 @@ - /* - * Device Tree Source for the r8a7795 ES1.x SoC - * -- * Copyright (C) 2016 Renesas Electronics Corp. -+ * Copyright (C) 2016-2017 Renesas Electronics Corp. - * - * This file is based on the arch/arm64/boot/dts/renesas/r8a7795.dtsi - * -@@ -877,6 +877,14 @@ - <&ipmmu_mp1 30>, <&ipmmu_mp1 31>; - }; - -+ mfis: mfis@e6260000 { -+ compatible = "renesas,mfis-r8a7795", "renesas,mfis"; -+ reg = <0 0xe6260000 0 0x0200>; -+ interrupts = ; -+ interrupt-names = "eicr0"; -+ status = "okay"; -+ }; -+ - pfc: pfc@e6060000 { - compatible = "renesas,pfc-r8a7795"; - reg = <0 0xe6060000 0 0x50c>; --- -1.9.1 - -- cgit 1.2.3-korg