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 352C7C67861 for ; Mon, 8 Apr 2024 08:10:27 +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:In-Reply-To:References:Subject:CC:To: MIME-Version:From:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xKNaPOrICH6w/v/hMh7nue1zBs9e0LDTmYd043kAvAk=; b=vYoCfiZQJuhVAR sU4BIoag+7fubJ3OCofZkpH08mVhu4t9wpt6po77gWIdhOutoh92PDsIUtmjSQK3Of3TscHtg/Zut Qr/p0pfht03VZqnwP+kxfcq6vZfX/NnyxOO+1z5f4YDK+al1s/NDllwXwCntyFnwHVULYzRTdrIJ7 bnwrYjm5V/21fbzMG3VZGmlKI4j+tfwtBk6yOH8LC3wdTkFkZIBsUQNdIZ9sefTal8N/9qJhCvP3Z r0VdE8373zF9R+HszGh6nXDq1Ot6n53ATWocKe0uo0oZ2GMyNV7z4c0lbG0rYJHdfGp+FJcewW12D ngNX7XfkVAbhtwjLl3aw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rtk4y-0000000Eq1s-0L9D; Mon, 08 Apr 2024 08:10:12 +0000 Received: from szxga01-in.huawei.com ([45.249.212.187]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rtk4m-0000000EpvM-0uOC for linux-arm-kernel@lists.infradead.org; Mon, 08 Apr 2024 08:10:03 +0000 Received: from mail.maildlp.com (unknown [172.19.88.105]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4VChWw6bXzztS00; Mon, 8 Apr 2024 16:07:08 +0800 (CST) Received: from kwepemd500014.china.huawei.com (unknown [7.221.188.63]) by mail.maildlp.com (Postfix) with ESMTPS id 985B31401E9; Mon, 8 Apr 2024 16:09:49 +0800 (CST) Received: from [10.67.121.2] (10.67.121.2) by kwepemd500014.china.huawei.com (7.221.188.63) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.28; Mon, 8 Apr 2024 16:09:48 +0800 Message-ID: <6613A639.1070009@hisilicon.com> Date: Mon, 8 Apr 2024 16:09:29 +0800 From: Wei Xu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Krzysztof Kozlowski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jiancheng Xue , Alex Elder , Peter Griffin , Yang Xiwen CC: , , , Subject: Re: [PATCH v3 0/3] arm64: dts: hi3798cv200: fix GICR size, add cache info, maintenance irq and GICH, GICV spaces References: <20240219-cache-v3-0-a33c57534ae9@outlook.com> <171256140981.12523.5652563259173425537.b4-ty@linaro.org> In-Reply-To: <171256140981.12523.5652563259173425537.b4-ty@linaro.org> X-Originating-IP: [10.67.121.2] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemd500014.china.huawei.com (7.221.188.63) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240408_011001_880432_B32EB401 X-CRM114-Status: GOOD ( 10.96 ) 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 Hi Krzysztof, On 2024/4/8 15:31, Krzysztof Kozlowski wrote: > > On Mon, 19 Feb 2024 23:05:25 +0800, Yang Xiwen wrote: >> The patchset fixes some warnings reported by the kernel during boot. >> >> The cache size info is from Processor_Datasheet_v2XX.pdf [1], Section >> 2.2.1 Master Processor. >> >> The cache line size and the set-associative info are from Cortex-A53 >> Documentation [2]. >> >> [...] > > It's rc3 and almost one month after last ping/talk, so apparently these got > lost. I'll take them, but let me know if this should go via different tree. > > > Applied, thanks! Thanks! Fine to me. Best Regards, Wei > > [1/3] arm64: dts: hi3798cv200: fix the size of GICR > https://git.kernel.org/krzk/linux-dt/c/428a575dc9038846ad259466d5ba109858c0a023 > [2/3] arm64: dts: hi3798cv200: add GICH, GICV register space and irq > https://git.kernel.org/krzk/linux-dt/c/f00a6b9644a5668e25ad9ca5aff53b6de4b0aaf6 > [3/3] arm64: dts: hi3798cv200: add cache info > https://git.kernel.org/krzk/linux-dt/c/c7a3ad884d1dc1302dcc3295baa18917180b8bec > > Best regards, > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel