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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62E7CC0032E for ; Mon, 23 Oct 2023 01:54:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232932AbjJWBy6 (ORCPT ); Sun, 22 Oct 2023 21:54:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53180 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229470AbjJWBy4 (ORCPT ); Sun, 22 Oct 2023 21:54:56 -0400 X-Greylist: delayed 63 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Sun, 22 Oct 2023 18:54:54 PDT Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 23102F7; Sun, 22 Oct 2023 18:54:53 -0700 (PDT) Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 23 Oct 2023 10:53:50 +0900 Received: from mail.mfilter.local (mail-arc01.css.socionext.com [10.213.46.36]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 124862059053; Mon, 23 Oct 2023 10:53:50 +0900 (JST) Received: from kinkan2.css.socionext.com ([172.31.9.51]) by m-FILTER with ESMTP; Mon, 23 Oct 2023 10:53:50 +0900 Received: from [10.212.246.227] (unknown [10.212.246.227]) by kinkan2.css.socionext.com (Postfix) with ESMTP id 56743B1D40; Mon, 23 Oct 2023 10:53:49 +0900 (JST) Message-ID: Date: Mon, 23 Oct 2023 10:53:52 +0900 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [RESEND PATCH v2] arm64: dts: Update cache properties for socionext To: Krzysztof Kozlowski , Rob Herring , soc@kernel.org, Krzysztof Kozlowski , Conor Dooley , Masami Hiramatsu Cc: Pierre Gondois , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20231020195022.4183862-2-robh@kernel.org> Content-Language: en-US From: Kunihiko Hayashi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Krzysztof, Rob, On 2023/10/21 6:26, Krzysztof Kozlowski wrote: > On 20/10/2023 21:50, Rob Herring wrote: >> From: Pierre Gondois >> >> The DeviceTree Specification v0.3 specifies that the cache node >> 'compatible' and 'cache-level' properties are 'required'. Cf. >> s3.8 Multi-level and Shared Cache Nodes >> The 'cache-unified' property should be present if one of the >> properties for unified cache is present ('cache-size', ...). >> >> Update the Device Trees accordingly. >> >> Signed-off-by: Pierre Gondois >> Reviewed-by: Kunihiko Hayashi >> Link: >> https://lore.kernel.org/r/20221107155825.1644604-21-pierre.gondois@arm.com >> Signed-off-by: Rob Herring >> --- >> I noticed this one fell thru the cracks from the rest of the series. >> >> Arnd, Can you take this directly. > > A bit after Pierre - in April 2023 - I sent similar which was said to be > "applied": > https://lore.kernel.org/all/f9a2c0d7-a78d-9368-f9bb-e8aba11e7d81@socionext.com/ > > Maybe the Socionext status in MAINTAINERS should be odd fixes? Sorry my mistake. I thought Pierre's patch had been already applied, however, I set Krzysztof's patch to "applied" but it was missing from the post to soc. Since Krzysztof's patch includes the same "cache-level" lines as Pierre's, the lines needs to be removed. I'll post the update series including both to soc. Thank you, --- Best Regards Kunihiko Hayashi