summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0004-Revert-arm64-dts-r8a7796-Add-MFIS-Lock-device-node.patch
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@rvc.renesas.com>2017-12-23 11:16:02 +0700
committerThuy Tran <thuy.tran.xh@rvc.renesas.com>2018-01-30 10:00:50 +0700
commitf86189b4063883c3fb50bc4561960515feff836f (patch)
tree5079c634189a48f94bd5c8dfe6b581224829077c /meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0004-Revert-arm64-dts-r8a7796-Add-MFIS-Lock-device-node.patch
parent7acbf5e2f99c59478adbc73c6a40d314589a3009 (diff)
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 <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0004-Revert-arm64-dts-r8a7796-Add-MFIS-Lock-device-node.patch')
-rw-r--r--meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0004-Revert-arm64-dts-r8a7796-Add-MFIS-Lock-device-node.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0004-Revert-arm64-dts-r8a7796-Add-MFIS-Lock-device-node.patch b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0004-Revert-arm64-dts-r8a7796-Add-MFIS-Lock-device-node.patch
deleted file mode 100644
index 22115f8..0000000
--- a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0004-Revert-arm64-dts-r8a7796-Add-MFIS-Lock-device-node.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 9274cd15e1b16496cd160c70c86a65fe7b61b451 Mon Sep 17 00:00:00 2001
-From: Hiroki Negishi <hiroki.negishi.bx@renesas.com>
-Date: Mon, 13 Nov 2017 11:37:41 +0900
-Subject: [PATCH 04/23] Revert "arm64: dts: r8a7796: Add MFIS Lock device node"
-
-This reverts commit 8878a2390883 ("arm64: dts: r8a7796: Add MFIS
-Lock device node")
-
-Signed-off-by: Hiroki Negishi <hiroki.negishi.bx@renesas.com>
----
- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 9 +--------
- 1 file changed, 1 insertion(+), 8 deletions(-)
-
-diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
-index 539bd38..2da6f29 100644
---- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
-+++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
-@@ -1,7 +1,7 @@
- /*
- * Device Tree Source for the r8a7796 SoC
- *
-- * Copyright (C) 2016-2017 Renesas Electronics Corp.
-+ * Copyright (C) 2016 Renesas Electronics Corp.
- *
- * This file is licensed under the terms of the GNU General Public License
- * version 2. This program is licensed "as is" without any warranty of any
-@@ -753,13 +753,6 @@
- power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
- };
-
-- mfis: mfis@e6260000 {
-- compatible = "renesas,mfis-lock-r8a7796",
-- "renesas,mfis-lock";
-- reg = <0 0xe6260000 0 0x1000>;
-- #hwlock-cells = <1>;
-- };
--
- pfc: pin-controller@e6060000 {
- compatible = "renesas,pfc-r8a7796";
- reg = <0 0xe6060000 0 0x50c>;
---
-1.9.1
-