From patchwork Sat Sep 24 19:00:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Heiko_St=C3=BCbner?= X-Patchwork-Id: 1681961 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=EhP6vi9C; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MZddW3qhsz1yqN for ; Sun, 25 Sep 2022 05:00:47 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=CYhwkjgrRl1akoQs9azB0JpmZ2QrfSsK4JPDBQQIvG8=; b=EhP6vi9CX0AUZq sDdW/kWboPjDcsm8Gs1cWhqyIW7tYJqodXaVuJDOkrZrq7G8FHxx8T/ezKTa0V6acG4tj5d4L0dzv JWCZxsT4KPClw0USPSsDImRwcH/QTQgZYZWpaSDRYh60HOfVHqKGpjNAWnFPiPLQCJLzqTlkQQzqD 9KnKT5t3BFiQrYKkBb47rg0DMiA2/JaAjJha09/uKHa+bYj5NUuhlCn8YmzTo0lctDmFq1PBh+lNk ACoCBnlCANdp4yP1zhTeFKW9nsWNMVxm506HIczR83GKvMdykF5uAq+MOok+YC9wppLoKp9hmzw+0 Eavnykbg5veJHLwqY/fg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ocAO7-008e5v-LT; Sat, 24 Sep 2022 19:00:31 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ocAO4-008e3X-AW; Sat, 24 Sep 2022 19:00:29 +0000 Received: from p57b775e6.dip0.t-ipconnect.de ([87.183.117.230] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ocAO3-0001iI-11; Sat, 24 Sep 2022 21:00:27 +0200 From: Heiko Stuebner To: arm@kernel.org Cc: soc@kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] Rockchip driver changes for 6.1 #2 Date: Sat, 24 Sep 2022 21:00:24 +0200 Message-ID: <3790767.LM0AJKV5NW@phil> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220924_120028_394241_7091BD4B X-CRM114-Status: UNSURE ( 8.50 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi Arnd, Kevin, Olof, I was somehow expecting more driver-stuff so while this could've also lived in the dts branch, I put it in the driver one, hence the separate pull. Heiko Content analysis details: (0.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org Hi Arnd, Kevin, Olof, I was somehow expecting more driver-stuff so while this could've also lived in the dts branch, I put it in the driver one, hence the separate pull. Heiko The following changes since commit 6541b424ce1dda616d3946e839f015c984df7a99: soc: rockchip: power-domain: add power domain support for rk3588 (2022-09-09 19:06:41 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.1-rockchip-drivers2 for you to fetch changes up to adc4f190260a6c004f950992d8c9ee3aec8da38b: dt-bindings: soc: rockchip: grf: add rockchip,rk3128-grf (2022-09-14 10:50:12 +0200) ---------------------------------------------------------------- Some binding additions for rk3128 and rv1126 ---------------------------------------------------------------- Jagan Teki (2): dt-bindings: soc: rockchip: Document RV1126 grf dt-bindings: soc: rockchip: Document RV1126 pmugrf Johan Jonker (2): dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu dt-bindings: soc: rockchip: grf: add rockchip,rk3128-grf Documentation/devicetree/bindings/arm/rockchip/pmu.yaml | 2 ++ Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 4 ++++ 2 files changed, 6 insertions(+)