From c38c37303164d16e514236655f629e8d186137ae Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Mon, 11 Jun 2018 09:16:50 +0700 Subject: rcar-gen3: linux-renesas: Upgrade Linux BSP to v3.7.0 This commit upgrades Linux BSP to v3.7.0 for following updates: [Kernel] - Change Linux version to v4.14.35 from v4.14. - Add support ZG clock divider for R8A77990 (R-Car E3). - Remove patch for Identifing R-Car M3 Ver.1.2 or later. [Power Management] - Fix "Using plain integer as NULL pointer" in rcar_ems_ctrl.c. - Add AVS support for gsx_opp_table. - Update SYSC power ON/OFF flow. [Display driver] - Fix procedure for extal and dotclkin selection for R-Car E3. - Add shutdown callback function in platform_driver". - Fix state flag in case of dual link mode for R-Car E3. [Ethernet driver] - Move reset-gpios property to EthernetAVB node for R-Car E3 Ebisu board. [I2C driver] - Fix handling of the RESTART phase and STOP phase. [MSIOF driver] - Add 2 clock delay by R-Car H3 Ver.3.0 only specification. [SD/MMC driver] - Fix eMMC HS400 mode setting. - Delete wait in tuning process. [USB2.0 Function] - Avoid wrong list handling in printer_write(). [USB2.0 Host driver] - Avoid the problem of Suspend to RAM in case of connecting USB mouse by removing following patches: phy: rcar-gen3-usb2: Add the interrupt disabled in suspend phy: rcar-gen3-usb2: Support System Suspend To RAM [Video Capture driver] - Fix IFMD table information for R8A77990 (R-Car E3). Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda --- ...-rcar-sysc-Add-SYSCEXTMASK-info-for-r8a77.patch | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0006-soc-renesas-rcar-sysc-Add-SYSCEXTMASK-info-for-r8a77.patch (limited to 'meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0006-soc-renesas-rcar-sysc-Add-SYSCEXTMASK-info-for-r8a77.patch') diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0006-soc-renesas-rcar-sysc-Add-SYSCEXTMASK-info-for-r8a77.patch b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0006-soc-renesas-rcar-sysc-Add-SYSCEXTMASK-info-for-r8a77.patch deleted file mode 100644 index 2d59618..0000000 --- a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0006-soc-renesas-rcar-sysc-Add-SYSCEXTMASK-info-for-r8a77.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 9264b321a1de7ff851f2015384cc0fcbd35e2736 Mon Sep 17 00:00:00 2001 -From: Dien Pham -Date: Thu, 12 Apr 2018 16:27:44 +0700 -Subject: [PATCH 6/6] soc: renesas: rcar-sysc: Add SYSCEXTMASK info for - r8a77970 - -Add specific SYSCEXTMASK register info so that -it is controlled during power domain on/off. - -Signed-off-by: Dien Pham ---- - drivers/soc/renesas/r8a77970-sysc.c | 6 ++++++ - 1 file changed, 6 insertions(+) - -diff --git a/drivers/soc/renesas/r8a77970-sysc.c b/drivers/soc/renesas/r8a77970-sysc.c -index 8c61416..db7b0de 100644 ---- a/drivers/soc/renesas/r8a77970-sysc.c -+++ b/drivers/soc/renesas/r8a77970-sysc.c -@@ -8,6 +8,7 @@ - * published by the Free Software Foundation. - */ - -+#include - #include - #include - -@@ -33,7 +34,12 @@ - { "a2sc1", 0x400, 5, R8A77970_PD_A2SC1, R8A77970_PD_A2SC0 }, - }; - -+static struct rcar_sysc_extra_regs r8a77970_extra_regs = { -+ .sysc_extmask_offs = 0x1B0, .sysc_extmask_msks = BIT(0) -+}; -+ - const struct rcar_sysc_info r8a77970_sysc_info __initconst = { - .areas = r8a77970_areas, - .num_areas = ARRAY_SIZE(r8a77970_areas), -+ .extra_regs = &r8a77970_extra_regs, - }; --- -1.9.1 - -- cgit 1.2.3-korg