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: 12987811 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C4FD1C07E9D for ; Sat, 24 Sep 2022 19:01:38 +0000 (UTC) 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-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+linux-arm-kernel=archiver.kernel.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(+)