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 23651C46467 for ; Tue, 10 Jan 2023 13:32:45 +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=2cvBzYKkKgCB0p7goa8aK286fREC4H2QEbziBOy+Ucs=; b=HuaQAWNKYYDAcG eRDcQ+NcI220pmACN1hbolU4EG2oqC4jaJqMY9b/LrFL2ZDh/zIjmiKGsenJGNDGxdzxlst4Qf35C 26n+u5Xz2FPs6rjrhZtC4s2BYkRZblphTOWGPlIzCZmHI6DRWCDKrKayzdyYpbsLym6vGDq8zq8oz VOmnkFo9X8+8wx1ECH7SILC/jG8MhkCojd0+IHaSAhSDKgC4+8N5eG8WWIuo1v2kwV5rnQjcrrTeO dGiMv4RRnUq9imuckIKH6xTk4rce64r2eWQcOdwX9B7CduMmDc9dJSDwALEh1T+4VPovls2CgK6aE K/7bNKre6a+UPiq0Jg2Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pFEk0-0073uJ-RC; Tue, 10 Jan 2023 13:32:36 +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 1pFEjx-0073r9-Ay for linux-rockchip@lists.infradead.org; Tue, 10 Jan 2023 13:32:34 +0000 Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.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 1pFEju-0004bs-9X; Tue, 10 Jan 2023 14:32:30 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Sebastian Reichel Cc: Rob Herring , Krzysztof Kozlowski , Marc Zyngier , Jagan Teki , Linus Walleij , Christopher Obbard , Benjamin Gaignard , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Kever Yang , kernel@collabora.com, Yifeng Zhao , Elaine Zhang , Sugar Zhang Subject: Re: [PATCHv8 3/7] arm64: dts: rockchip: Add base DT for rk3588 SoC Date: Tue, 10 Jan 2023 14:32:29 +0100 Message-ID: <2076503.8hzESeGDPO@diego> In-Reply-To: <20230110121754.2olqdzbe7wst3u4n@mercury.elektranox.org> References: <20230109155801.51642-1-sebastian.reichel@collabora.com> <2865022.7s5MMGUR32@diego> <20230110121754.2olqdzbe7wst3u4n@mercury.elektranox.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230110_053233_393471_CB197844 X-CRM114-Status: GOOD ( 24.31 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Am Dienstag, 10. Januar 2023, 13:17:54 CET schrieb Sebastian Reichel: > Hi, > = > On Tue, Jan 10, 2023 at 12:47:23PM +0100, Heiko St=FCbner wrote: > > Hi Sebastian, > > = > > Am Montag, 9. Januar 2023, 16:57:57 CET schrieb Sebastian Reichel: > > > From: Kever Yang > > > = > > > This initial version supports CPU, dma, interrupts, timers, UART and > > > SDHCI (everything necessary to boot Linux on this system on chip) as > > > well as Ethernet, I2C, PWM and SPI. > > > = > > > The DT is split into rk3588 and rk3588s, which is a reduced version > > > (i.e. with less peripherals) of the former. > > > = > > > Signed-off-by: Yifeng Zhao > > > Signed-off-by: Elaine Zhang > > > Signed-off-by: Sugar Zhang > > > Signed-off-by: Kever Yang > > > [rebase, squash and reword commit message] > > = > > I guess that means the list of Rockchip Signed-off-by lines above come > > from the squashed patches? > > = > > If so, I guess I should add Co-Developed-by lines for them, as right now > > the list is incorrect (author should be first, then everyone through > > whose hands a patch went) > > = > > Meaning I can add those Co-Developed-by lines, so no need to resend, > > I'm just verifying what I assume about the lines :-) > = > Yes, those are SoB lines from squashed downstream commits. so I've made the block into = Co-Developed-by: Yifeng Zhao Signed-off-by: Yifeng Zhao Co-Developed-by: Elaine Zhang Signed-off-by: Elaine Zhang Co-Developed-by: Sugar Zhang Signed-off-by: Sugar Zhang Signed-off-by: Kever Yang [rebase, squash and reword commit message] Signed-off-by: Sebastian Reichel and will apply that if you don't shout in the next hour or so :-) Thanks Heiko _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip