From patchwork Fri Aug 23 12:36:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11111567 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EF2651864 for ; Fri, 23 Aug 2019 12:36:58 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BD69F22CEC for ; Fri, 23 Aug 2019 12:36:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="BcKvi3nq" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BD69F22CEC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+396+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Fri, 23 Aug 2019 05:36:58 -0700 X-Received: by mail.kernel.org (Postfix) id A24A223407; Fri, 23 Aug 2019 12:36:57 +0000 (UTC) X-Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [195.130.137.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4868322CE3 for ; Fri, 23 Aug 2019 12:36:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4868322CE3 X-Received: from ramsan ([84.194.98.4]) by laurent.telenet-ops.be with bizsmtp id sccr2000k05gfCL01ccrcd; Fri, 23 Aug 2019 14:36:55 +0200 X-Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1i18oF-0006YM-D3; Fri, 23 Aug 2019 14:36:51 +0200 X-Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1i18oF-0004uI-Bu; Fri, 23 Aug 2019 14:36:51 +0200 From: Geert Uytterhoeven To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Simon Horman , Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PULL 1/5] Renesas ARM DT updates for v5.4 Date: Fri, 23 Aug 2019 14:36:39 +0200 Message-Id: <20190823123643.18799-2-geert+renesas@glider.be> In-Reply-To: <20190823123643.18799-1-geert+renesas@glider.be> References: <20190823123643.18799-1-geert+renesas@glider.be> Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1566563818; bh=XUtiofGIynSrdhs2f8sOJpFLEp4T+BV5uu3CooHmnmE=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=BcKvi3nqlkqfV+T4VIw7heuQM5glm/0Xaqfp1Y9FnIhr6Kq5bTxXyaMWtTM/WWk/RSD qUZ+kM4DyE4AFJkAW14dgkjq6DJbInxo1XuOKoP6xFPtZCg94OTELWd+FaGqtfC6eExwx 7OiQo3ovqMS8oiwomDYIQ11UzsJBLMXENro= The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-dt-for-v5.4-tag1 for you to fetch changes up to 57012813f1ba82412cdcc3665b04d4353b357378: ARM: dts: r8a77470: Add PMU device node (2019-08-21 10:28:57 +0200) ---------------------------------------------------------------- Renesas ARM DT updates for v5.4 - Fix HSCIF PM Domain on R-Car H1, - PMU support for RZ/G1C. ---------------------------------------------------------------- Geert Uytterhoeven (2): ARM: dts: r8a7779: Use SYSC "always-on" PM Domain for HSCIF ARM: dts: r8a77470: Add PMU device node arch/arm/boot/dts/r8a77470.dtsi | 7 +++++++ arch/arm/boot/dts/r8a7779.dtsi | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#396): https://linux.kernel.org/g/patchwork-soc/message/396 Mute This Topic: https://linux.kernel.org/mt/33000621/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=- From patchwork Fri Aug 23 12:36:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11111561 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B18E4112C for ; Fri, 23 Aug 2019 12:36:58 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 55AFB22CEC for ; Fri, 23 Aug 2019 12:36:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="JUb4Xgdf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 55AFB22CEC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+393+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Fri, 23 Aug 2019 05:36:57 -0700 X-Received: by mail.kernel.org (Postfix) id 12B3323405; Fri, 23 Aug 2019 12:36:57 +0000 (UTC) X-Received: from michel.telenet-ops.be (michel.telenet-ops.be [195.130.137.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 47228233FD for ; Fri, 23 Aug 2019 12:36:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 47228233FD X-Received: from ramsan ([84.194.98.4]) by michel.telenet-ops.be with bizsmtp id sccr2000S05gfCL06ccrx1; Fri, 23 Aug 2019 14:36:54 +0200 X-Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1i18oF-0006YO-Dj; Fri, 23 Aug 2019 14:36:51 +0200 X-Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1i18oF-0004uK-Ch; Fri, 23 Aug 2019 14:36:51 +0200 From: Geert Uytterhoeven To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Simon Horman , Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PULL 2/5] Renesas ARM SoC updates for v5.4 Date: Fri, 23 Aug 2019 14:36:40 +0200 Message-Id: <20190823123643.18799-3-geert+renesas@glider.be> In-Reply-To: <20190823123643.18799-1-geert+renesas@glider.be> References: <20190823123643.18799-1-geert+renesas@glider.be> Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1566563817; bh=3Bab9QN0u8CTh81gwjqbZWEGmxoJEPpAT/QYnryOHTA=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=JUb4XgdfTr6uvBWcZbIrtcUId/YQbRmcqVHpguF0OHB45gOVBrpr0GvgNwxN9zMQYv2 bHg+cD3LJ7ktlVabdevZIFyCzGa2MvMfAnVzxnJOKsnaitRYQw4alIa6yCpeZ1nq/xJbZ 4QXd8yyPF0yykOj1netX5X2ajUDFuOkOWTg= The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-soc-for-v5.4-tag1 for you to fetch changes up to e9670ccb39dbcfc934ae9533163e81a769d2cb82: ARM: debug-ll: Add support for r7s9210 (2019-08-21 11:15:26 +0200) ---------------------------------------------------------------- Renesas ARM SoC updates for v5.4 - Low-level debugging support for RZ/A2M. ---------------------------------------------------------------- Geert Uytterhoeven (1): ARM: debug-ll: Add support for r7s9210 arch/arm/Kconfig.debug | 20 +++++++++++++++++++- arch/arm/include/debug/renesas-scif.S | 6 +++++- 2 files changed, 24 insertions(+), 2 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#393): https://linux.kernel.org/g/patchwork-soc/message/393 Mute This Topic: https://linux.kernel.org/mt/33000618/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=- From patchwork Fri Aug 23 12:36:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11111563 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AE4E81813 for ; Fri, 23 Aug 2019 12:36:58 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 72EC8233FE for ; Fri, 23 Aug 2019 12:36:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="wthl9t4J" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 72EC8233FE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+395+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Fri, 23 Aug 2019 05:36:57 -0700 X-Received: by mail.kernel.org (Postfix) id 1CA3D21848; Fri, 23 Aug 2019 12:36:57 +0000 (UTC) X-Received: from michel.telenet-ops.be (michel.telenet-ops.be [195.130.137.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 43A0E22CEC for ; Fri, 23 Aug 2019 12:36:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 43A0E22CEC X-Received: from ramsan ([84.194.98.4]) by michel.telenet-ops.be with bizsmtp id sccr2000T05gfCL06ccrx2; Fri, 23 Aug 2019 14:36:54 +0200 X-Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1i18oF-0006YS-EV; Fri, 23 Aug 2019 14:36:51 +0200 X-Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1i18oF-0004uO-DQ; Fri, 23 Aug 2019 14:36:51 +0200 From: Geert Uytterhoeven To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Simon Horman , Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PULL 3/5] Renesas ARM64 DT updates for v5.4 (take two) Date: Fri, 23 Aug 2019 14:36:41 +0200 Message-Id: <20190823123643.18799-4-geert+renesas@glider.be> In-Reply-To: <20190823123643.18799-1-geert+renesas@glider.be> References: <20190823123643.18799-1-geert+renesas@glider.be> Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1566563818; bh=d8Y8o+O4byJ2n7657h7FOj8pLi97JvxkFuE2Tcc5wB4=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=wthl9t4JYl2ZrP6VQI4Mu6EEFv7AHgz7kmhV9KABb9FhkifOdClIBWP6pqe1K7uz1LC 1/wx3sqkLnuxdpCqAMYqSxRK4Wyihw3TP7MB6T3t5o5uFSUE3lxWv7LdzGY5ZPksdFiMl FVTjYS0Y7hvxds6ePb4MorqZsxO/ovI9JTM= The following changes since commit 0a05b3d7fee511de8a1c9dffc3d86f1df55e1737: arm64: dts: renesas: ulcb: Sort nodes (2019-07-30 11:25:35 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm64-dt-for-v5.4-tag2 for you to fetch changes up to 38290431d56d7d3928ac89e9f8d3d6b3c8df4c6e: arm64: dts: renesas: Update 'vsps' properties for readability (2019-08-21 14:18:56 +0200) ---------------------------------------------------------------- Renesas ARM64 DT updates for v5.4 (take two) - Sort nodes in various SoC and board DTSes, - HDMI sound for HiHope RZ/G2M and R-Car M3-N Salvator-X(S) boards, - Limit EtherAVB to 100Mbps on the Ebisu and Draak boards, - Small fixes and improvements. ---------------------------------------------------------------- Fabrizio Castro (3): arm64: dts: renesas: r8a774c0: Point LVDS0 to its companion LVDS1 arm64: dts: renesas: r8a774c0: cat874: Add definition for 12V regulator arm64: dts: renesas: hihope-common: Add HDMI audio support Geert Uytterhoeven (2): arm64: dts: renesas: r8a77980: Fix IPMMU-VC0 base address arm64: dts: renesas: r8a774c0: Fix register range of display node Jacopo Mondi (1): arm64: dts: renesas: Update 'vsps' properties for readability Kuninori Morimoto (1): arm64: dts: renesas: r8a77965-salvator-x(s): Enable HDMI sound Simon Horman (1): arm64: dts: renesas: ebisu, draak: Limit EtherAVB to 100Mbps Yoshihiro Kaneko (13): arm64: dts: renesas: r8a77970: eagle: Sort nodes arm64: dts: renesas: r8a77970: v3msk: Sort nodes arm64: dts: renesas: r8a77980: condor: Sort nodes arm64: dts: renesas: r8a77980: v3hsk: Sort nodes arm64: dts: renesas: r8a77990: ebisu: Sort nodes arm64: dts: renesas: r8a77990: Sort nodes arm64: dts: renesas: r8a77995: draak: Sort nodes arm64: dts: renesas: r8a77995: Sort nodes arm64: dts: renesas: r8a774a1: Sort nodes arm64: dts: renesas: r8a774c0: cat874: Sort nodes arm64: dts: renesas: r8a774c0: Sort nodes arm64: dts: renesas: r8a7796: Sort nodes arm64: dts: renesas: r8a77970: Sort nodes arch/arm64/boot/dts/renesas/hihope-common.dtsi | 47 +++++ arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 174 ++++++++--------- arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 37 ++-- arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 96 ++++----- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 2 +- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 152 +++++++-------- .../arm64/boot/dts/renesas/r8a77965-salvator-x.dts | 28 +++ .../boot/dts/renesas/r8a77965-salvator-xs.dts | 28 +++ arch/arm64/boot/dts/renesas/r8a77965.dtsi | 2 +- arch/arm64/boot/dts/renesas/r8a77970-eagle.dts | 58 +++--- arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts | 116 +++++------ arch/arm64/boot/dts/renesas/r8a77970.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a77980-condor.dts | 42 ++-- arch/arm64/boot/dts/renesas/r8a77980-v3hsk.dts | 12 +- arch/arm64/boot/dts/renesas/r8a77980.dtsi | 4 +- arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 216 +++++++++++---------- arch/arm64/boot/dts/renesas/r8a77990.dtsi | 46 ++--- arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 18 +- arch/arm64/boot/dts/renesas/r8a77995.dtsi | 78 ++++---- 19 files changed, 646 insertions(+), 516 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#395): https://linux.kernel.org/g/patchwork-soc/message/395 Mute This Topic: https://linux.kernel.org/mt/33000620/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=- From patchwork Fri Aug 23 12:36:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11111565 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CF9691890 for ; Fri, 23 Aug 2019 12:36:58 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A6F98233A2 for ; Fri, 23 Aug 2019 12:36:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="K3BfHqo7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A6F98233A2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+394+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Fri, 23 Aug 2019 05:36:57 -0700 X-Received: by mail.kernel.org (Postfix) id 12C0523406; Fri, 23 Aug 2019 12:36:57 +0000 (UTC) X-Received: from michel.telenet-ops.be (michel.telenet-ops.be [195.130.137.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 48E75233FE for ; Fri, 23 Aug 2019 12:36:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 48E75233FE X-Received: from ramsan ([84.194.98.4]) by michel.telenet-ops.be with bizsmtp id sccr2000U05gfCL06ccrx4; Fri, 23 Aug 2019 14:36:54 +0200 X-Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1i18oF-0006YU-GJ; Fri, 23 Aug 2019 14:36:51 +0200 X-Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1i18oF-0004uR-E9; Fri, 23 Aug 2019 14:36:51 +0200 From: Geert Uytterhoeven To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Simon Horman , Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PULL 4/5] Renesas driver updates for v5.4 (take two) Date: Fri, 23 Aug 2019 14:36:42 +0200 Message-Id: <20190823123643.18799-5-geert+renesas@glider.be> In-Reply-To: <20190823123643.18799-1-geert+renesas@glider.be> References: <20190823123643.18799-1-geert+renesas@glider.be> Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1566563818; bh=xYTTq+EcnhrMg6XORvKB7lpKQnCh1KVV8SG1J4UEEgg=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=K3BfHqo7mDClJojwaXvOVWyzLT9kBGO7WNLD+Ly/8uAWUQUJZSO/cP0TfaWwK3FeODb ITXkxCsJbD3mc15Y1mP9ovRnde134KFZ4AlynQkz9UUyySrDvkpYLGvo8PGs8CDG2nYZr Hqhh6JG/4/99zARwJUFHOP2M1Axs+wvvjuM= The following changes since commit 0ed0eb0171d7c19310d9f7b06a6dee82a4fb8ab6: soc: renesas: rcar-sysc: Use [] to denote a flexible array member (2019-07-29 15:36:56 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v5.4-tag2 for you to fetch changes up to 2eced4607a1e6f51f928ae3e521fe02be5cb7d23: soc: renesas: Enable ARM_ERRATA_754322 for affected Cortex-A9 (2019-08-23 10:33:31 +0200) ---------------------------------------------------------------- Renesas driver updates for v5.4 (take two) - Improve "always-on" PM Domain handling on SH/R-Mobile SoCs, - Automatic errata selection for Cortex-A7/A9, - Small fixes and improvements. ---------------------------------------------------------------- Geert Uytterhoeven (4): soc: renesas: rcar-sysc: Eliminate local variable gov soc: renesas: rmobile-sysc: Set GENPD_FLAG_ALWAYS_ON for always-on domain soc: renesas: Enable ARM_ERRATA_814220 for affected Cortex-A7 soc: renesas: Enable ARM_ERRATA_754322 for affected Cortex-A9 Nishka Dasgupta (1): soc: renesas: rcar-sysc: Add goto to of_node_put() before return drivers/soc/renesas/Kconfig | 11 +++++++++++ drivers/soc/renesas/rcar-sysc.c | 5 ++--- drivers/soc/renesas/rmobile-sysc.c | 31 ++++++++++++++++--------------- 3 files changed, 29 insertions(+), 18 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#394): https://linux.kernel.org/g/patchwork-soc/message/394 Mute This Topic: https://linux.kernel.org/mt/33000619/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=- From patchwork Fri Aug 23 12:36:43 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11111569 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0DD861922 for ; Fri, 23 Aug 2019 12:36:59 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D83A4233A2 for ; Fri, 23 Aug 2019 12:36:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="fDM1CHUy" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D83A4233A2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+397+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Fri, 23 Aug 2019 05:36:58 -0700 X-Received: by mail.kernel.org (Postfix) id A41CD2341F; Fri, 23 Aug 2019 12:36:57 +0000 (UTC) X-Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [195.130.137.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4F143233A2 for ; Fri, 23 Aug 2019 12:36:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4F143233A2 X-Received: from ramsan ([84.194.98.4]) by laurent.telenet-ops.be with bizsmtp id sccr2000o05gfCL01ccrcg; Fri, 23 Aug 2019 14:36:55 +0200 X-Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1i18oF-0006Ya-HF; Fri, 23 Aug 2019 14:36:51 +0200 X-Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1i18oF-0004uU-Fx; Fri, 23 Aug 2019 14:36:51 +0200 From: Geert Uytterhoeven To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Simon Horman , Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PULL 5/5] Renesas DT binding updates for v5.4 (take two) Date: Fri, 23 Aug 2019 14:36:43 +0200 Message-Id: <20190823123643.18799-6-geert+renesas@glider.be> In-Reply-To: <20190823123643.18799-1-geert+renesas@glider.be> References: <20190823123643.18799-1-geert+renesas@glider.be> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1566563818; bh=H3WtlAyuwGdAerlZw0thViDO6GRbm3wJbyXD0C8Rd1k=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=fDM1CHUyvtrCD7+PFad7x/Jwyy2I1/jT/q3frLKSo20mng+Z3MHNAesRy00g2vRAwJ5 znEb6c2nOizf5E8fyr9Ph2KCudPqDOlsyRTa8guVTKJxMLhqOOzgWUoPYijqfQphf1u3Z dE8n2eo7eoffH8UNUhdUgcWSVD8puiq+Y+s= The following changes since commit 8cb7ec14188649cf2151464050413e2814fd7cf1: dt-bindings: can: rcar_can: Complete documentation for RZ/G2[EM] (2019-07-29 15:36:39 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dt-bindings-for-v5.4-tag2 for you to fetch changes up to 7ac2d56f783d6d546e89a4e44fb46532667aa7a5: dt-bindings: can: rcar_can: document r8a77470 support (2019-08-23 14:25:05 +0200) ---------------------------------------------------------------- Renesas DT binding updates for v5.4 (take two) - Renesas DT binding doc filename cleanups, - R-Car Gen3 and RZ/G1 updates for the R-Car CAN and CANFD DT bindings. ---------------------------------------------------------------- Cao Van Dong (1): dt-bindings: can: rcar_can: document r8a77470 support Marek Vasut (1): dt-bindings: can: rcar_can: document r8a77990 support Niklas Söderlund (1): dt-bindings: rcar-{csi2,vin}: Rename bindings documentation files Simon Horman (2): dt-bindings: Rename file of DT bindings for Renesas memory controllers dt-bindings: rcar-imr: Rename bindings documentation file Ulrich Hecht (2): dt-bindings: can: rcar_can: document r8a77995 support dt-bindings: can: rcar_canfd: document r8a77995 support .../media/{renesas,rcar-csi2.txt => renesas,csi2.txt} | 0 .../bindings/media/{rcar_imr.txt => renesas,imr.txt} | 0 .../bindings/media/{rcar_vin.txt => renesas,vin.txt} | 0 .../{renesas-memory-controllers.txt => renesas,dbsc.txt} | 0 Documentation/devicetree/bindings/net/can/rcar_can.txt | 6 +++++- Documentation/devicetree/bindings/net/can/rcar_canfd.txt | 14 +++++++------- MAINTAINERS | 4 ++-- 7 files changed, 14 insertions(+), 10 deletions(-) rename Documentation/devicetree/bindings/media/{renesas,rcar-csi2.txt => renesas,csi2.txt} (100%) rename Documentation/devicetree/bindings/media/{rcar_imr.txt => renesas,imr.txt} (100%) rename Documentation/devicetree/bindings/media/{rcar_vin.txt => renesas,vin.txt} (100%) rename Documentation/devicetree/bindings/memory-controllers/{renesas-memory-controllers.txt => renesas,dbsc.txt} (100%) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#397): https://linux.kernel.org/g/patchwork-soc/message/397 Mute This Topic: https://linux.kernel.org/mt/33000622/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-