From mboxrd@z Thu Jan 1 00:00:00 1970 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 479A6C433EF for ; Fri, 25 Feb 2022 18:17:59 +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:References:In-Reply-To: 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: List-Owner; bh=/ftvFtUgOn2ChLDZB+5XJBL81k6vYhnbUicISXYwJBc=; b=2HtpglWhZ2fAuH dEKZL4+/tyjGBS3B3LZeMNCcYkDkdKL1zaEV72T4FoDFmURNiELi2W3LpzsgHiVmQCRX39n8m48Zo cLLbU7Bhp11aqqQG2nE9ojm5klyAIk97T6AMexjCWhJRFkoAxC0F/iKHW2rEBCMJPBvyawFFLVh29 /21x7uPsTpRXzZvVs6npCKZqy4/2LOLxC/YIkip3KP42D8JkE+CzR4th7+Tb8Wm2Qf3QMs8JQ36px zEYGlWDYDkp1644N/qqiJacn38rixlOWMeQ9qSnhG75OVFWIxJigsuRtG3xiTl4FquXHC9FY31ubl Rw8Bbve0a5TDy64Yw5TA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNf8n-006Wjz-QK; Fri, 25 Feb 2022 18:16:30 +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 1nNebu-006JKi-Mx; Fri, 25 Feb 2022 17:42:32 +0000 Received: from [185.156.123.69] (helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nNebr-0002OR-2y; Fri, 25 Feb 2022 18:42:27 +0100 From: Heiko Stuebner To: Arnd Bergmann Cc: arm-soc , SoC Team , "open list:ARM/Rockchip SoC support" , Linux ARM Subject: Re: [GIT PULL] Rockchip driver changes for 5.18 #1 Date: Fri, 25 Feb 2022 18:42:25 +0100 Message-ID: <1871162.kSRBfm7Lxi@phil> In-Reply-To: References: <9977257.a15B8eIVjX@phil> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220225_094230_808892_6FB223C6 X-CRM114-Status: GOOD ( 19.58 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am Freitag, 25. Februar 2022, 17:53:51 CET schrieb Arnd Bergmann: > On Fri, Feb 25, 2022 at 12:20 AM Heiko Stuebner wrote: > > > > The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: > > > > Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.18-rockchip-drivers-1 > > > > for you to fetch changes up to 7dbb47d64acf4aac131a2aaade726913aa62abe7: > > > > dt-bindings: soc: rockchip: add rk3568-usb2phy-grf (2022-01-23 13:35:06 +0100) > > > > ---------------------------------------------------------------- > > Compatible for the rk3568-usb2phy-grf. > > > > ---------------------------------------------------------------- > > Peter Geis (1): > > dt-bindings: soc: rockchip: add rk3568-usb2phy-grf > > > > Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 + > > 1 file changed, 1 insertion(+) > > I've merged this into the arm/dt branch along with the dts changes. > Generally speaking, any binding changes can go through either > the driver or dts branches, or both. In this case putting it into the > dt64 branch would have been easier. Originally I was expecting more driver-changes that didn't materialize. But sure, I'll just put the bindings into the dts branches to minimize branches the next time. Heiko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel