Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp139094pxj; Thu, 3 Jun 2021 02:59:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxwcbINTwWIH17hwLuYEt2f2SEwgSEd/LHZ4cD3FFb38uQHm4D6C+ba/HlNUWPYtm/sChA3 X-Received: by 2002:a17:906:84d:: with SMTP id f13mr38778928ejd.451.1622714396076; Thu, 03 Jun 2021 02:59:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622714396; cv=none; d=google.com; s=arc-20160816; b=lP7I2TUXBCat+iD6yySfODbMpsHwf1oBQAaOoNrK0STTXmH06g82FEyIJcxn3ydGIO /F5x2geNJ9y3N9Zs7QcYwx0EyyI8WCLTTANBqVdeJRTseWZSCgYhAZQ6UNikC+nReJ+W DzBCQELBBA963X1Hhj65oE6afA0e8m5zeI431J67DD8WaRIcLhcrm/kigNR17TDATSAX OiQB0DBK4RZ956GeKycynjoOuFhQ2GLva+FF5j11Cfzm4DpP+B1FR31SZfMcY2jEqK6K TajgQcBCTuMg6vaoJR0YNuqlEGKJaygTUMsNbkngO1E3i2kxGDftchk2lnsgsqevftF1 gYbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=sPFdCv8WNR5l+37OmKEJGhhI/bakRXNhJUQgMpyXPQI=; b=dZhzo/2aoGFeupTPju63JcHNVESMSGe0CFk3xKGtuobKSu23Q2OUkx8OvNitgdfj/J B3IxyY7SP+1uSuXwT/yJFmG1FM+JuaDN3pk6FtY99ihMncdBT80NogjEzUZpWZxS7WAg kBjMr+iQqesQPon9BgOVkiHE11X7uM0OqpMf1oTdWn3DdIKYg04pItyx9tXDdPOuUPQb SSccng1FHs/iMV+/XJ2gi7/O/0w6mFl3Sn55epcgaS4SXE8GFSo0aVK6msB7bVbOM1Yd QGhLHxsaWbNrRZqecbi2k0cF+O8npawjdIYxZrhR3CgLjEMFHuJyDgNlT3Bw9yOTPN16 0ZHQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p20si1098935ejn.446.2021.06.03.02.59.32; Thu, 03 Jun 2021 02:59:56 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229656AbhFCJ6J (ORCPT + 99 others); Thu, 3 Jun 2021 05:58:09 -0400 Received: from gloria.sntech.de ([185.11.138.130]:55276 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229576AbhFCJ6J (ORCPT ); Thu, 3 Jun 2021 05:58:09 -0400 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lok5L-0004PQ-8Y; Thu, 03 Jun 2021 11:56:19 +0200 From: Heiko Stuebner To: Johan Jonker Cc: Heiko Stuebner , kishon@ti.com, t.schramm@manjaro.org, linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, vkoul@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 0/5] convert grf.txt to YAML Date: Thu, 3 Jun 2021 11:56:16 +0200 Message-Id: <162271417225.3165003.9593649275522382168.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210601164800.7670-1-jbx6244@gmail.com> References: <20210601164800.7670-1-jbx6244@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 1 Jun 2021 18:47:55 +0200, Johan Jonker wrote: > Changed V7: > rebase > add compatible for rk3308 USB grf > add "rockchip,rk3308-usb2phy-grf" to "usb2phy@[0-9a-f]+$" > patternProperties too > add USB support to rk3308.dtsi > restyle > limit grf reg size > change sub nodename > remove applied patches > > [...] Applied, thanks! [1/5] dt-bindings: phy: rename phy nodename in phy-rockchip-inno-usb2.yaml commit: e71ccdff376b0bd1bf4d47642b7ec4d791293b96 [2/5] dt-bindings: soc: rockchip: grf: add compatible for RK3308 USB grf commit: da76290fa39dc647bf7a1bac6467e66c8e465e54 [3/5] ARM: dts: rockchip: rename nodename for phy-rockchip-inno-usb2 commit: 2fd2300a9c17ee1c48b1b7a7fabbb90fd12a64f1 [4/5] arm64: dts: rockchip: rename nodename for phy-rockchip-inno-usb2 commit: 8c3d64251ac5c5a3d10364f6b07d3603ac1e7b4a [5/5] arm64: dts: rockchip: add USB support to rk3308.dtsi commit: 9fcf74b274a1dc5bcda37c34470061ef1e1130dd Best regards, -- Heiko Stuebner